Searched refs:OPropertyStateContainer (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/comphelper/source/property/ |
H A D | propertystatecontainer.cxx | 58 OPropertyStateContainer::OPropertyStateContainer( ::cppu::OBroadcastHelper& _rBHelper ) in OPropertyStateContainer() function in comphelper::OPropertyStateContainer 64 Any SAL_CALL OPropertyStateContainer::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() 73 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( OPropertyStateContainer, OPropertyContainer, OPropertyStateConta… in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument 76 …sal_Int32 OPropertyStateContainer::getHandleForName( const ::rtl::OUString& _rPropertyName ) SAL_T… in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 89 …PropertyState SAL_CALL OPropertyStateContainer::getPropertyState( const ::rtl::OUString& _rPropert… in getPropertyState() 148 …void SAL_CALL OPropertyStateContainer::setPropertyToDefault( const ::rtl::OUString& _rPropertyName… in setPropertyToDefault() 162 PropertyState OPropertyStateContainer::getPropertyStateByHandle( sal_Int32 _nHandle ) in getPropertyStateByHandle() 181 void OPropertyStateContainer::setPropertyToDefaultByHandle( sal_Int32 _nHandle ) in setPropertyToDefaultByHandle() 214 ,public OPropertyStateContainer 243 :OPropertyStateContainer( GetBroadcastHelper() ) in Test() [all …]
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | propertystatecontainer.hxx | 53 class COMPHELPER_DLLPUBLIC OPropertyStateContainer class 62 OPropertyStateContainer( ::cppu::OBroadcastHelper& _rBHelper );
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 95 :OPropertyStateContainer(_rBHelper) in DBG_NAME() 145 …return ::comphelper::concatSequences(ORowSetBase_BASE::getTypes(),OPropertyStateContainer::getType… in getTypes() 154 aRet = OPropertyStateContainer::queryInterface(rType); in queryInterface() 172 OPropertyStateContainer::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue() 176 OPropertyStateContainer::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
|
H A D | RowSetBase.hxx | 120 public ::comphelper::OPropertyStateContainer, 392 using ::comphelper::OPropertyStateContainer::getFastPropertyValue;
|
H A D | datasettings.cxx | 137 :OPropertyStateContainer(_rBHelper) in ODataSettings()
|
H A D | RowSet.cxx | 299 OPropertyStateContainer::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast() 520 OPropertyStateContainer::disposing(); in disposing() 3019 OPropertyStateContainer::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.cxx | 146 ,OPropertyStateContainer(OContentHelper::rBHelper) in DBG_NAME() 168 …NTERFACE3( ODocumentContainer,ODefinitionContainer,ODocumentContainer_Base,OPropertyStateContainer) 169 IMPLEMENT_TYPEPROVIDER3(ODocumentContainer,ODefinitionContainer,OPropertyStateContainer,ODocumentCo…
|
H A D | documentdefinition.cxx | 591 ,OPropertyStateContainer(OContentHelper::rBHelper) in DBG_NAME() 670 IMPLEMENT_TYPEPROVIDER3(ODocumentDefinition,OContentHelper,OPropertyStateContainer,ODocumentDefinit… 671 IMPLEMENT_FORWARD_XINTERFACE3( ODocumentDefinition,OContentHelper,OPropertyStateContainer,ODocument… in IMPLEMENT_FORWARD_XINTERFACE3() argument 706 OPropertyStateContainer::getFastPropertyValue( o_rValue, i_nHandle ); in getFastPropertyValue()
|
H A D | documentcontainer.hxx | 73 , public ::comphelper::OPropertyStateContainer
|
H A D | documentdefinition.hxx | 89 ,public ::comphelper::OPropertyStateContainer
|
/aoo42x/main/dbaccess/source/core/inc/ |
H A D | datasettings.hxx | 85 class ODataSettings : public ::comphelper::OPropertyStateContainer
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | ReportController.hxx | 92 ,public ::comphelper::OPropertyStateContainer
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 247 typedef ::comphelper::OPropertyStateContainer OStyle_PBASE;
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 297 ,OPropertyStateContainer(OGenericUnoController_Base::rBHelper) in DBG_NAME()
|
Completed in 105 milliseconds