Home
last modified time | relevance | path

Searched refs:MyProperty (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ucb/source/ucp/file/
H A Dfilinl.hxx26 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()
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()
56 (( MyProperty* )this )->Typ = __Typ; in setType()
60 (( MyProperty* )this )->Value = __Value; in setValue()
64 (( MyProperty* )this )->State = __State; in setState()
[all …]
H A Dshell.cxx125 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()
289 MyProperty( in shell()
490 MyProperty newProperty( false, in associate()
532 MyProperty oldProperty( PropertyName ); in deassociate()
840 MyProperty toset( values[i].Name ); in setv()
[all …]
H A Dshell.hxx87 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;

Completed in 38 milliseconds