Home
last modified time | relevance | path

Searched refs:OPropertyContainer (Results 1 – 25 of 57) sorted by relevance

123

/trunk/main/comphelper/source/property/
H A Dpropertycontainer.cxx50 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 Dpropertystatecontainer.cxx59 :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 DCachedDataSequence.cxx50 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 DUncachedDataSequence.cxx46 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 Dcolumn.cxx79 ,::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 Dgeometrycontrolmodel.cxx84 ,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 Droadmapentry.cxx37 ,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 Dgenericunodialog.cxx56 :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 Dtoolboxcontroller.cxx64 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 DColumnModel.cxx81 :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 Dpropertycontainer.hxx48 class COMPHELPER_DLLPUBLIC OPropertyContainer class
54 virtual ~OPropertyContainer();
57 OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper);
/trunk/main/basctl/source/basicide/
H A Dbasidectrlr.cxx51 :OPropertyContainer( m_aBHelper ) in BasicIDEController()
71 aReturn = OPropertyContainer::queryInterface( rType ); in queryInterface()
98 OPropertyContainer::getTypes() in getTypes()
/trunk/main/fpicker/source/office/
H A Dcommonpicker.cxx57 ,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 Dbasmethnode.cxx70 ,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 Dformcomponenthandler.hxx70 public ::comphelper::OPropertyContainer,
448 using ::comphelper::OPropertyContainer::addPropertyChangeListener;
449 using ::comphelper::OPropertyContainer::removePropertyChangeListener;
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx638 ,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 DScriptingContext.cxx53 OPropertyContainer( GetBroadcastHelper() ), in ScriptingContext()
107 return OPropertyContainer::getTypes(); in IMPLEMENT_GET_IMPLEMENTATION_ID()
H A DScriptingContext.hxx51 …gContext : public ::comphelper::OMutexAndBroadcastHelper, public ::comphelper::OPropertyContainer,
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx99 ,::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 DNStatement.cxx60 , ::comphelper::OPropertyContainer(OCommonStatement_IBase::rBHelper) in OCommonStatement()
131 aRet = ::comphelper::OPropertyContainer::queryInterface(rType); in queryInterface()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx140 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 Droadmapentry.hxx45 ,public ::comphelper::OPropertyContainer
H A Dgeometrycontrolmodel_impl.hxx61 OPropertyContainer::describeProperties(_rProps); in fillProperties()
/trunk/main/basctl/source/inc/
H A Dbasidectrlr.hxx37 ,public ::comphelper::OPropertyContainer
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx61 ,::comphelper::OPropertyContainer(ODatabaseMetaDataResultSet_BASE::rBHelper) in ODatabaseMetaDataResultSet()
73 ,::comphelper::OPropertyContainer(ODatabaseMetaDataResultSet_BASE::rBHelper) in ODatabaseMetaDataResultSet()

Completed in 110 milliseconds

123