Update ooo320-m1
[ooovba.git] / ucb / source / ucp / file / filinl.hxx
bloba2bf11edeb35b68d8f7e3b944e5e9cac0ff3bea6
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: filinl.hxx,v $
10 * $Revision: 1.4 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _FILINL_HXX_
31 #define _FILINL_HXX_
33 inline const sal_Bool& SAL_CALL shell::MyProperty::IsNative() const
35 return isNative;
37 inline const sal_Int32& SAL_CALL shell::MyProperty::getHandle() const
39 return Handle;
41 inline const com::sun::star::uno::Type& SAL_CALL shell::MyProperty::getType() const
43 return Typ;
45 inline const com::sun::star::uno::Any& SAL_CALL shell::MyProperty::getValue() const
47 return Value;
49 inline const com::sun::star::beans::PropertyState& SAL_CALL shell::MyProperty::getState() const
51 return State;
53 inline const sal_Int16& SAL_CALL shell::MyProperty::getAttributes() const
55 return Attributes;
57 inline void SAL_CALL shell::MyProperty::setHandle( const sal_Int32& __Handle ) const
59 (( MyProperty* )this )->Handle = __Handle;
61 inline void SAL_CALL shell::MyProperty::setType( const com::sun::star::uno::Type& __Typ ) const
63 (( MyProperty* )this )->Typ = __Typ;
65 inline void SAL_CALL shell::MyProperty::setValue( const com::sun::star::uno::Any& __Value ) const
67 (( MyProperty* )this )->Value = __Value;
69 inline void SAL_CALL shell::MyProperty::setState( const com::sun::star::beans::PropertyState& __State ) const
71 (( MyProperty* )this )->State = __State;
73 inline void SAL_CALL shell::MyProperty::setAttributes( const sal_Int16& __Attributes ) const
75 (( MyProperty* )this )->Attributes = __Attributes;
79 #endif