1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: filinl.hxx,v $
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 ************************************************************************/
33 inline const sal_Bool
& SAL_CALL
shell::MyProperty::IsNative() const
37 inline const sal_Int32
& SAL_CALL
shell::MyProperty::getHandle() const
41 inline const com::sun::star::uno::Type
& SAL_CALL
shell::MyProperty::getType() const
45 inline const com::sun::star::uno::Any
& SAL_CALL
shell::MyProperty::getValue() const
49 inline const com::sun::star::beans::PropertyState
& SAL_CALL
shell::MyProperty::getState() const
53 inline const sal_Int16
& SAL_CALL
shell::MyProperty::getAttributes() const
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
;