Searched refs:MyProperty (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | filinl.hxx | 26 inline const sal_Bool& SAL_CALL shell::MyProperty::IsNative() const in IsNative() 30 inline const sal_Int32& SAL_CALL shell::MyProperty::getHandle() const in getHandle() 34 inline const com::sun::star::uno::Type& SAL_CALL shell::MyProperty::getType() const in getType() 38 inline const com::sun::star::uno::Any& SAL_CALL shell::MyProperty::getValue() const in getValue() 42 inline const com::sun::star::beans::PropertyState& SAL_CALL shell::MyProperty::getState() const in getState() 46 inline const sal_Int16& SAL_CALL shell::MyProperty::getAttributes() const in getAttributes() 50 inline void SAL_CALL shell::MyProperty::setHandle( const sal_Int32& __Handle ) const in setHandle() 52 (( MyProperty* )this )->Handle = __Handle; in setHandle() 54 inline void SAL_CALL shell::MyProperty::setType( const com::sun::star::uno::Type& __Typ ) const in setType() 56 (( MyProperty* )this )->Typ = __Typ; in setType() [all …]
|
| H A D | shell.cxx | 125 shell::MyProperty::MyProperty( const rtl::OUString& __PropertyName ) in MyProperty() function in shell::MyProperty 132 shell::MyProperty::MyProperty( const sal_Bool& __isNative, in MyProperty() function in shell::MyProperty 150 shell::MyProperty::~MyProperty() in ~MyProperty() 186 m_aDefaultProperties.insert( MyProperty( true, in shell() 197 MyProperty( true, in shell() 209 m_aDefaultProperties.insert( MyProperty( true, in shell() 221 m_aDefaultProperties.insert( MyProperty( true, in shell() 232 m_aDefaultProperties.insert( MyProperty( true, in shell() 244 m_aDefaultProperties.insert( MyProperty( true, in shell() 255 m_aDefaultProperties.insert( MyProperty( true, in shell() [all …]
|
| H A D | shell.hxx | 87 class MyProperty class in fileaccess::shell 98 MyProperty(); 99 MyProperty( const rtl::OUString& __PropertyName ); 100 MyProperty( const sal_Bool& __isNative, 108 ~MyProperty(); 127 bool operator()( const MyProperty& rKey1, const MyProperty& rKey2 ) const in operator ()() 135 size_t operator()( const MyProperty& rName ) const in operator ()() 141 typedef std::hash_set< MyProperty,hMyProperty,eMyProperty > PropertySet;
|