Searched refs:MasterPropertySet (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/comphelper/source/property/ |
| H A D | MasterPropertySet.cxx | 81 MasterPropertySet::MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, IMutex *pMutex ) in MasterPropertySet() function in MasterPropertySet 90 void MasterPropertySet::lockMutex() in lockMutex() 95 void MasterPropertySet::unlockMutex() in unlockMutex() 101 MasterPropertySet::~MasterPropertySet() in ~MasterPropertySet() 113 Reference< XPropertySetInfo > SAL_CALL MasterPropertySet::getPropertySetInfo( ) in getPropertySetInfo() 119 void MasterPropertySet::registerSlave ( ChainablePropertySet *pNewSet ) in registerSlave() 126 void SAL_CALL MasterPropertySet::setPropertyValue( const ::rtl::OUString& rPropertyName, const Any&… in setPropertyValue() 160 Any SAL_CALL MasterPropertySet::getPropertyValue( const ::rtl::OUString& rPropertyName ) in getPropertyValue() 196 void SAL_CALL MasterPropertySet::addPropertyChangeListener( const ::rtl::OUString&, const Reference… in addPropertyChangeListener() 202 void SAL_CALL MasterPropertySet::removePropertyChangeListener( const ::rtl::OUString&, const Refere… in removePropertyChangeListener() [all …]
|
| /AOO41X/main/comphelper/inc/comphelper/ |
| H A D | MasterPropertySet.hxx | 64 class COMPHELPER_DLLPUBLIC MasterPropertySet : public ::com::sun::star::beans::XPropertySet, class 104 MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, ::vos::IMutex *pMutex = NULL ) 106 virtual ~MasterPropertySet()
|
| H A D | SettingsHelper.hxx | 37 class MasterPropertySet; 107 ::comphelper::MasterPropertySet,
|
| H A D | MasterPropertySetInfo.hxx | 38 friend class MasterPropertySet;
|
| H A D | ChainablePropertySetInfo.hxx | 46 friend class MasterPropertySet;
|
| H A D | ChainablePropertySet.hxx | 72 friend class MasterPropertySet;
|
| /AOO41X/main/comphelper/ |
| H A D | Package_inc.mk | 32 … gb_Package_add_file,comphelper_inc,inc/comphelper/MasterPropertySet.hxx,comphelper/MasterProperty…
|
| H A D | Library_comphelp.mk | 127 comphelper/source/property/MasterPropertySet \
|
| /AOO41X/main/sw/source/ui/uno/ |
| H A D | SwXDocumentSettings.hxx | 49 public comphelper::MasterPropertySet,
|
| H A D | SwXDocumentSettings.cxx | 212 : MasterPropertySet ( lcl_createSettingsInfo (), in SwXDocumentSettings()
|