Home
last modified time | relevance | path

Searched refs:OPropertySetHelper (Results 1 – 25 of 167) sorted by relevance

1234567

/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx141 class OPropertySetHelper::Impl {
164 OPropertySetHelper::OPropertySetHelper( in OPropertySetHelper() function in cppu::OPropertySetHelper
173 OPropertySetHelper::OPropertySetHelper( in OPropertySetHelper() function in cppu::OPropertySetHelper
182 OPropertySetHelper::OPropertySetHelper( in OPropertySetHelper() function in cppu::OPropertySetHelper
196 OPropertySetHelper::~OPropertySetHelper() SAL_THROW( () ) in ~OPropertySetHelper()
249 void OPropertySetHelper::setPropertyValue( in setPropertyValue()
262 Any OPropertySetHelper::getPropertyValue( in getPropertyValue()
275 void OPropertySetHelper::addPropertyChangeListener( in addPropertyChangeListener()
613 void OPropertySetHelper::fire in fire()
831 void OPropertySetHelper::setFastPropertyValues( in setFastPropertyValues()
[all …]
H A Dfactory.cxx556 public OPropertySetHelper
567 OPropertySetHelper( OComponentHelper::rBHelper ), in ORegistryFactoryHelper()
592 using OPropertySetHelper::getFastPropertyValue;
630 using OPropertySetHelper::getTypes;
642 return OPropertySetHelper::queryInterface( type ); in queryInterface()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx347 class CPPUHELPER_DLLPUBLIC OPropertySetHelper : public ::com::sun::star::beans::XMultiPropertySet, class
358 OPropertySetHelper( OBroadcastHelper & rBHelper ) SAL_THROW( () );
377 OPropertySetHelper(
400 OPropertySetHelper(
636 OPropertySetHelper( const OPropertySetHelper & ) SAL_THROW( () );
637 OPropertySetHelper & operator = ( const OPropertySetHelper & ) SAL_THROW( () );
660 ~OPropertySetHelper() SAL_THROW( () );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxprinter.hxx60 ,public ::cppu::OPropertySetHelper
83 …WrappedTargetException, ::com::sun::star::uno::RuntimeException) { OPropertySetHelper::setProperty… in setPropertyValue()
84 …TargetException, ::com::sun::star::uno::RuntimeException) { return OPropertySetHelper::getProperty… in getPropertyValue()
85 …WrappedTargetException, ::com::sun::star::uno::RuntimeException) { OPropertySetHelper::addProperty… in addPropertyChangeListener()
86 …WrappedTargetException, ::com::sun::star::uno::RuntimeException) { OPropertySetHelper::removePrope… in removePropertyChangeListener()
87 …WrappedTargetException, ::com::sun::star::uno::RuntimeException) { OPropertySetHelper::addVetoable… in addVetoableChangeListener()
88 …WrappedTargetException, ::com::sun::star::uno::RuntimeException) { OPropertySetHelper::removeVetoa… in removeVetoableChangeListener()
94 using cppu::OPropertySetHelper::getFastPropertyValue;
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx48 using ::cppu::OPropertySetHelper;
57 OPropertySetHelper( static_cast< OBroadcastHelper & >( *this )), in OPropertySet()
67 OPropertySetHelper( static_cast< OBroadcastHelper & >( *this )), in OPropertySet()
508 ::cppu::OPropertySetHelper::setPropertyValues( PropertyNames, Values ); in setPropertyValues()
520 ::cppu::OPropertySetHelper::setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue()
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx608 OPropertySetHelper::addVetoableChangeListener(_rPropertyName, _rxListener); in addVetoableChangeListener()
618 OPropertySetHelper::addPropertyChangeListener(_rPropertyName, _rxListener); in addPropertyChangeListener()
628 OPropertySetHelper::addPropertiesChangeListener(_rPropertyNames, _rxListener); in addPropertiesChangeListener()
668 OPropertySetHelper::setFastPropertyValue(_nHandle, _rValue); in setFastPropertyValue()
712 aValue = OPropertySetHelper::getFastPropertyValue(nHandle); in getFastPropertyValue()
727 OPropertySetHelper::setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues()
779 OPropertySetHelper::setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues()
H A Dopropertybag.hxx229 using ::cppu::OPropertySetHelper::getPropertyValues;
230 using ::cppu::OPropertySetHelper::setPropertyValues;
231 using ::cppu::OPropertySetHelper::getFastPropertyValue;
/trunk/main/connectivity/inc/connectivity/
H A Dparamwrapper.hxx61 ,public ::cppu::OPropertySetHelper
65 typedef ::cppu::OPropertySetHelper PropertyBase;
117 using ::cppu::OPropertySetHelper::getFastPropertyValue;
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx73 …public ::cppu::OPropertySetHelper , // => XPropertySet / XFastPropertySet / XMultiPrope…
187 using ::cppu::OPropertySetHelper::disposing;
277 using cppu::OPropertySetHelper::getFastPropertyValue;
H A Dautorecovery.hxx142 …, public ::cppu::OPropertySetHelper // => XPropertySet, XFastPropertySet, XMultiProper…
491 using cppu::OPropertySetHelper::disposing;
512 using cppu::OPropertySetHelper::getFastPropertyValue;
H A Ddesktop.hxx151 public ::cppu::OPropertySetHelper ,
304 using cppu::OPropertySetHelper::disposing;
349 using cppu::OPropertySetHelper::getFastPropertyValue;
/trunk/main/framework/inc/helper/
H A Duiconfigelementwrapperbase.hxx70 public ::cppu::OPropertySetHelper ,
117 using cppu::OPropertySetHelper::disposing;
132 using cppu::OPropertySetHelper::getFastPropertyValue;
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx50 OPropertySetHelper(OStatement_BASE::rBHelper), in OStatement_Base()
93 aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
354 return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper()); in getPropertySetInfo()
H A DSResultSet.cxx73 ,OPropertySetHelper(OResultSet_BASE::rBHelper) in OResultSet()
88 OPropertySetHelper::disposing(); in disposing()
98 Any aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
857 return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper()); in getPropertySetInfo()
/trunk/main/sd/source/ui/inc/
H A DDrawController.hxx92 public ::cppu::OPropertySetHelper
303 using cppu::OPropertySetHelper::disposing;
304 using cppu::OPropertySetHelper::getFastPropertyValue;
/trunk/main/framework/inc/tabwin/
H A Dtabwindow.hxx78 …public ::cppu::OPropertySetHelper , // => XPropertySet / XFastPropertySet / XMultiPropertyS…
90 using ::cppu::OPropertySetHelper::disposing;
91 using ::cppu::OPropertySetHelper::getFastPropertyValue;
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.cxx60 ,OPropertySetHelper(OCommonStatement_IBase::rBHelper) in OCommonStatement()
118 aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
512 return(::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper())); in getPropertySetInfo()
/trunk/main/filter/source/pdf/
H A Dpdfdialog.hxx66 using OPropertySetHelper::getPropertyValues;
68 using OPropertySetHelper::setPropertyValues;
/trunk/main/toolkit/source/awt/
H A Dvclxprinter.cxx76 …MENT_FORWARD_XINTERFACE2( VCLXPrinterPropertySet, VCLXPrinterPropertySet_Base, OPropertySetHelper ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
77 …D_XTYPEPROVIDER2( VCLXPrinterPropertySet, VCLXPrinterPropertySet_Base, ::cppu::OPropertySetHelper ) in IMPLEMENT_FORWARD_XINTERFACE2()
80 : OPropertySetHelper( BrdcstHelper ) in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx86 ,OPropertySetHelper(OResultSet_BASE::rBHelper) in OResultSet()
97 ,OPropertySetHelper(OResultSet_BASE::rBHelper) in OResultSet()
130 OPropertySetHelper::disposing(); in disposing()
141 Any aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
1164 return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper()); in getPropertySetInfo()
/trunk/main/comphelper/inc/comphelper/
H A Dpropstate.hxx52 class COMPHELPER_DLLPUBLIC OPropertyStateHelper :public ::cppu::OPropertySetHelper
56 OPropertyStateHelper(::cppu::OBroadcastHelper& rBHlp):OPropertySetHelper(rBHlp) { } in OPropertyStateHelper()
/trunk/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx99 , ::cppu::OPropertySetHelper ( *(static_cast< ::cppu::OBroadcastHelper* >(this)) ) in DEFINE_XINTERFACE_10()
107 , ::cppu::OPropertySetHelper ( *(static_cast< ::cppu::OBroadcastHelper* >(this)) ) in RootItemContainer()
117 , ::cppu::OPropertySetHelper ( *(static_cast< ::cppu::OBroadcastHelper* >(this)) ) in RootItemContainer()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx73 OPropertySetHelper(MacabCommonStatement_BASE::rBHelper), in MacabCommonStatement()
377 aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
601 return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper()); in getPropertySetInfo()
/trunk/main/filter/source/flash/
H A Dswfdialog.hxx69 using ::cppu::OPropertySetHelper::getPropertyValues;
70 using ::cppu::OPropertySetHelper::setPropertyValues;
/trunk/main/framework/inc/classes/
H A Dactiontriggerseparatorpropertyset.hxx49 … public ::cppu::OPropertySetHelper , // -> XPropertySet, XFastPropertySet, XMultiPropertySet
85 using cppu::OPropertySetHelper::getFastPropertyValue;

Completed in 95 milliseconds

1234567