Searched refs:ChainablePropertySet (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/comphelper/source/property/ |
| H A D | ChainablePropertySet.cxx | 41 ChainablePropertySet::ChainablePropertySet( comphelper::ChainablePropertySetInfo* pInfo, vos::IMute… in ChainablePropertySet() function in ChainablePropertySet 49 ChainablePropertySet::~ChainablePropertySet() in ~ChainablePropertySet() 55 Reference< XPropertySetInfo > SAL_CALL ChainablePropertySet::getPropertySetInfo( ) in getPropertySetInfo() 61 void ChainablePropertySet::lockMutex() in lockMutex() 67 void ChainablePropertySet::unlockMutex() in unlockMutex() 73 void SAL_CALL ChainablePropertySet::setPropertyValue( const ::rtl::OUString& rPropertyName, const A… in setPropertyValue() 91 Any SAL_CALL ChainablePropertySet::getPropertyValue( const ::rtl::OUString& rPropertyName ) in getPropertyValue() 112 void SAL_CALL ChainablePropertySet::addPropertyChangeListener( const ::rtl::OUString&, const Refere… in addPropertyChangeListener() 118 void SAL_CALL ChainablePropertySet::removePropertyChangeListener( const ::rtl::OUString&, const Ref… in removePropertyChangeListener() 124 void SAL_CALL ChainablePropertySet::addVetoableChangeListener( const ::rtl::OUString&, const Refere… in addVetoableChangeListener() [all …]
|
| H A D | MasterPropertySet.cxx | 74 SlaveData::SlaveData ( ChainablePropertySet *pSlave) in SlaveData() 119 void MasterPropertySet::registerSlave ( ChainablePropertySet *pNewSet ) in registerSlave() 147 ChainablePropertySet * pSlave = maSlaveMap [ (*aIter).second->mnMapId ]->mpSlave; in setPropertyValue() 182 ChainablePropertySet * pSlave = maSlaveMap [ (*aIter).second->mnMapId ]->mpSlave; in getPropertyValue() 389 ChainablePropertySet * pSlave = maSlaveMap [ (*aIter).second->mnMapId ]->mpSlave; in getPropertyState()
|
| /AOO41X/main/comphelper/inc/comphelper/ |
| H A D | MasterPropertySet.hxx | 39 class ChainablePropertySet; 42 ChainablePropertySet * mpSlave; 45 SlaveData ( ChainablePropertySet *pSlave); 108 void registerSlave ( ChainablePropertySet *pNewSet )
|
| H A D | ChainablePropertySet.hxx | 68 class COMPHELPER_DLLPUBLIC ChainablePropertySet : public ::com::sun::star::beans::XPropertySet, class 107 … ChainablePropertySet( comphelper::ChainablePropertySetInfo* pInfo, vos::IMutex *pMutex = NULL ) 109 virtual ~ChainablePropertySet()
|
| H A D | SettingsHelper.hxx | 39 class ChainablePropertySet; 113 ::comphelper::ChainablePropertySet,
|
| H A D | ChainablePropertySetInfo.hxx | 45 friend class ChainablePropertySet;
|
| /AOO41X/main/comphelper/ |
| H A D | Package_inc.mk | 84 …_Package_add_file,comphelper_inc,inc/comphelper/ChainablePropertySet.hxx,comphelper/ChainablePrope…
|
| H A D | Library_comphelp.mk | 123 comphelper/source/property/ChainablePropertySet \
|