/trunk/main/comphelper/source/property/ |
H A D | propertycontainer.cxx | 50 OPropertyContainer::OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper) in OPropertyContainer() function in comphelper::OPropertyContainer 56 OPropertyContainer::~OPropertyContainer() in ~OPropertyContainer() 61 Sequence< Type > SAL_CALL OPropertyContainer::getTypes() throw (RuntimeException) in getTypes() 73 void SAL_CALL OPropertyContainer::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) thro… in setFastPropertyValue() 79 sal_Bool OPropertyContainer::convertFastPropertyValue( in convertFastPropertyValue() 86 void OPropertyContainer::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) t… in setFastPropertyValue_NoBroadcast() 92 void OPropertyContainer::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
|
H A D | propertystatecontainer.cxx | 59 :OPropertyContainer( _rBHelper ) in OPropertyStateContainer() 66 Any aReturn = OPropertyContainer::queryInterface( _rType ); in queryInterface() 73 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( OPropertyStateContainer, OPropertyContainer, OPropertyStateConta… in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
|
/trunk/main/chart2/source/tools/ |
H A D | CachedDataSequence.cxx | 50 using ::comphelper::OPropertyContainer; 74 : OPropertyContainer( GetBroadcastHelper()), in CachedDataSequence() 82 : OPropertyContainer( GetBroadcastHelper()), in CachedDataSequence() 91 : OPropertyContainer( GetBroadcastHelper()), in CachedDataSequence() 103 OPropertyContainer( GetBroadcastHelper()), in CachedDataSequence() 249 IMPLEMENT_FORWARD_XINTERFACE2( CachedDataSequence, CachedDataSequence_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 250 IMPLEMENT_FORWARD_XTYPEPROVIDER2( CachedDataSequence, CachedDataSequence_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2()
|
H A D | UncachedDataSequence.cxx | 46 using ::comphelper::OPropertyContainer; 71 : OPropertyContainer( GetBroadcastHelper()), in UncachedDataSequence() 85 : OPropertyContainer( GetBroadcastHelper()), in UncachedDataSequence() 98 OPropertyContainer( GetBroadcastHelper()), in UncachedDataSequence() 146 IMPLEMENT_FORWARD_XINTERFACE2( UncachedDataSequence, UncachedDataSequence_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 147 …EMENT_FORWARD_XTYPEPROVIDER2( UncachedDataSequence, UncachedDataSequence_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | column.cxx | 79 ,::comphelper::OPropertyContainer( OColumnBase::rBHelper ) in DBG_NAME() 99 ::comphelper::OPropertyContainer::getTypes() in getTypes() 104 IMPLEMENT_FORWARD_XINTERFACE2( OColumn, OColumnBase, ::comphelper::OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 131 OPropertyContainer::disposing(); in disposing() 161 …::comphelper::OPropertyContainer::registerProperty( _rName, _nHandle, _nAttributes, _pPointerToMem… in registerProperty() 167 …::comphelper::OPropertyContainer::registerMayBeVoidProperty( _rName, _nHandle, _nAttributes, _pPoi… in registerMayBeVoidProperty() 173 …::comphelper::OPropertyContainer::registerPropertyNoMember( _rName, _nHandle, _nAttributes, _rType… in registerPropertyNoMember()
|
/trunk/main/toolkit/source/controls/ |
H A D | geometrycontrolmodel.cxx | 84 ,OPropertyContainer( m_aBHelper ) in OGeometryControlModel_Base() 116 ,OPropertyContainer( m_aBHelper ) in OGeometryControlModel_Base() 152 OPropertyContainer::getTypes(), in getTypes() 318 …return OPropertyContainer::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue() 324 OPropertyContainer::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast() 337 OPropertyContainer::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue() 536 OPropertyContainer::describeProperties( aProps ); in createArrayHelper()
|
H A D | roadmapentry.cxx | 37 ,OPropertyContainer( GetBroadcastHelper() ) in ORoadmapEntry() 73 IMPLEMENT_FORWARD_XINTERFACE2( ORoadmapEntry, ORoadmapEntry_Base, ::comphelper::OPropertyContainer … 74 …MENT_FORWARD_XTYPEPROVIDER2( ORoadmapEntry, ORoadmapEntry_Base, ::comphelper::OPropertyContainer );
|
/trunk/main/svtools/source/uno/ |
H A D | genericunodialog.cxx | 56 :OPropertyContainer(GetBroadcastHelper()) in OGenericUnoDialog() 73 :OPropertyContainer(GetBroadcastHelper()) in OGenericUnoDialog() 120 ::comphelper::OPropertyContainer::getTypes() in getTypes() 147 OPropertyContainer::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast() 177 return OPropertyContainer::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
|
H A D | toolboxcontroller.cxx | 64 OPropertyContainer(GetBroadcastHelper()) in ToolboxController() 90 OPropertyContainer(GetBroadcastHelper()) in ToolboxController() 786 return OPropertyContainer::convertFastPropertyValue(aConvertedValue, aOldValue, nHandle, aValue); in convertFastPropertyValue() 794 OPropertyContainer::setFastPropertyValue_NoBroadcast(nHandle, aValue); in setFastPropertyValue_NoBroadcast()
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | ColumnModel.cxx | 81 :OPropertyContainer(m_aBHelper) in DBG_NAME() 94 :OPropertyContainer(m_aBHelper) in OColumnControlModel() 146 IMPLEMENT_TYPEPROVIDER2(OColumnControlModel,OColumnControlModel_BASE,comphelper::OPropertyContainer) in IMPLEMENT_TYPEPROVIDER2() argument 161 aRet = comphelper::OPropertyContainer::queryInterface(rType); in queryAggregation()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | propertycontainer.hxx | 48 class COMPHELPER_DLLPUBLIC OPropertyContainer class 54 virtual ~OPropertyContainer(); 57 OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper);
|
/trunk/main/basctl/source/basicide/ |
H A D | basidectrlr.cxx | 51 :OPropertyContainer( m_aBHelper ) in BasicIDEController() 71 aReturn = OPropertyContainer::queryInterface( rType ); in queryInterface() 98 OPropertyContainer::getTypes() in getTypes()
|
/trunk/main/fpicker/source/office/ |
H A D | commonpicker.cxx | 57 ,OPropertyContainer( GetBroadcastHelper() ) in OCommonPicker() 90 IMPLEMENT_FORWARD_XINTERFACE2( OCommonPicker, OCommonPicker_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 95 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OCommonPicker, OCommonPicker_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() 196 OPropertyContainer::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
|
/trunk/main/scripting/source/basprov/ |
H A D | basmethnode.cxx | 70 ,OPropertyContainer( GetBroadcastHelper() ) in BasicMethodNodeImpl() 114 … IMPLEMENT_FORWARD_XINTERFACE2( BasicMethodNodeImpl, BasicMethodNodeImpl_BASE, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 120 …PLEMENT_FORWARD_XTYPEPROVIDER2( BasicMethodNodeImpl, BasicMethodNodeImpl_BASE, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.hxx | 70 public ::comphelper::OPropertyContainer, 448 using ::comphelper::OPropertyContainer::addPropertyChangeListener; 449 using ::comphelper::OPropertyContainer::removePropertyChangeListener;
|
/trunk/main/scripting/source/vbaevents/ |
H A D | eventhelper.cxx | 638 ,public ::comphelper::OPropertyContainer 685 OPropertyContainer::setFastPropertyValue( nHandle, rValue ); in DECLARE_XTYPEPROVIDER() 709 OPropertyContainer(GetBroadcastHelper()), m_xContext( rxContext ), m_bDocClosed(sal_False), mpShell… in EventListener() 784 IMPLEMENT_FORWARD_XINTERFACE2( EventListener, EventListener_BASE, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 788 IMPLEMENT_FORWARD_XTYPEPROVIDER2( EventListener, EventListener_BASE, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2()
|
/trunk/main/scripting/source/provider/ |
H A D | ScriptingContext.cxx | 53 OPropertyContainer( GetBroadcastHelper() ), in ScriptingContext() 107 return OPropertyContainer::getTypes(); in IMPLEMENT_GET_IMPLEMENTATION_ID()
|
H A D | ScriptingContext.hxx | 51 …gContext : public ::comphelper::OMutexAndBroadcastHelper, public ::comphelper::OPropertyContainer,
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NResultSet.cxx | 99 ,::comphelper::OPropertyContainer( OResultSet_BASE::rBHelper ) in OEvoabResultSet() 572 ::comphelper::OPropertyContainer::disposing(); in disposing() 583 Any aRet = ::comphelper::OPropertyContainer::queryInterface(rType); in queryInterface() 593 ::comphelper::OPropertyContainer::getTypes() in getTypes()
|
H A D | NStatement.cxx | 60 , ::comphelper::OPropertyContainer(OCommonStatement_IBase::rBHelper) in OCommonStatement() 131 aRet = ::comphelper::OPropertyContainer::queryInterface(rType); in queryInterface()
|
/trunk/main/sccomp/source/solver/ |
H A D | solver.cxx | 140 OPropertyContainer( GetBroadcastHelper() ), in SolverComponent() 164 IMPLEMENT_FORWARD_XINTERFACE2( SolverComponent, SolverComponent_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 165 IMPLEMENT_FORWARD_XTYPEPROVIDER2( SolverComponent, SolverComponent_Base, OPropertyContainer ) in IMPLEMENT_FORWARD_XINTERFACE2()
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | roadmapentry.hxx | 45 ,public ::comphelper::OPropertyContainer
|
H A D | geometrycontrolmodel_impl.hxx | 61 OPropertyContainer::describeProperties(_rProps); in fillProperties()
|
/trunk/main/basctl/source/inc/ |
H A D | basidectrlr.hxx | 37 ,public ::comphelper::OPropertyContainer
|
/trunk/main/connectivity/source/commontools/ |
H A D | FDatabaseMetaDataResultSet.cxx | 61 ,::comphelper::OPropertyContainer(ODatabaseMetaDataResultSet_BASE::rBHelper) in ODatabaseMetaDataResultSet() 73 ,::comphelper::OPropertyContainer(ODatabaseMetaDataResultSet_BASE::rBHelper) in ODatabaseMetaDataResultSet()
|