Home
last modified time | relevance | path

Searched refs:setFastPropertyValue (Results 1 – 25 of 107) sorted by path

12345

/trunk/main/canvas/source/cairo/
H A Dcairo_canvasbitmap.hxx122 …virtual void SAL_CALL setFastPropertyValue(sal_Int32, const ::com::sun::star::uno::Any&) throw (:… in setFastPropertyValue() function in cairocanvas::CanvasBitmap
/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.hxx89 …virtual void SAL_CALL setFastPropertyValue(sal_Int32, const ::com::sun::star::uno::Any&) throw (:… in setFastPropertyValue() function in dxcanvas::CanvasBitmap
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmap.hxx115 …virtual void SAL_CALL setFastPropertyValue(sal_Int32, const ::com::sun::star::uno::Any&) throw (:… in setFastPropertyValue() function in vclcanvas::CanvasBitmap
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx366 xFastPropertySet->setFastPropertyValue( nHandle, rValue ); in setFastCharacterPropertyValue()
/trunk/main/chart2/source/inc/
H A DOPropertySet.hxx264 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
/trunk/main/chart2/source/model/inc/
H A DDiagram.hxx101 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
/trunk/main/chart2/source/model/main/
H A DDiagram.cxx666 void SAL_CALL Diagram::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) in setFastPropertyValue() function in chart::Diagram
695 ::property::OPropertySet::setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue()
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx514 void SAL_CALL OPropertySet::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) in setFastPropertyValue() function in property::OPropertySet
520 ::cppu::OPropertySetHelper::setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue()
/trunk/main/comphelper/inc/comphelper/
H A Dpropagg.hxx221 …virtual void SAL_CALL setFastPropertyValue(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aV…
H A Dpropertybag.hxx188 void setFastPropertyValue(
H A Dpropertycontainer.hxx83 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
H A Dpropertycontainerhelper.hxx163 void setFastPropertyValue(
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx302 m_aDynamicProperties.setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
H A Dpropagg.cxx652 void SAL_CALL OPropertySetAggregationHelper::setFastPropertyValue(sal_Int32 _nHandle, const ::com:… in setFastPropertyValue() function in comphelper::OPropertySetAggregationHelper
664 m_xAggregateFastSet->setFastPropertyValue(nOriginalHandle, _rValue); in setFastPropertyValue()
668 OPropertySetHelper::setFastPropertyValue(_nHandle, _rValue); in setFastPropertyValue()
H A Dpropertybag.cxx191 void PropertyBag::setFastPropertyValue( sal_Int32 _nHandle, const Any& _rValue ) in setFastPropertyValue() function in comphelper::PropertyBag
196 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue()
H A Dpropertycontainer.cxx73 void SAL_CALL OPropertyContainer::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) thro… in setFastPropertyValue() function in comphelper::OPropertyContainer
75 OPropertyContainer_Base::setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue()
88 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
H A Dpropertycontainerhelper.cxx392 void OPropertyContainerHelper::setFastPropertyValue(sal_Int32 _nHandle, const Any& _rValue) SAL_THR… in setFastPropertyValue() function in comphelper::OPropertyContainerHelper
H A Dpropertystatecontainer.cxx185 setFastPropertyValue( _nHandle, aDefault ); in setPropertyToDefaultByHandle()
H A Dpropstate.cxx179 setFastPropertyValue( _nHandle, getPropertyDefaultByHandle( _nHandle ) ); in setPropertyToDefaultByHandle()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySet.java133 public synchronized void setFastPropertyValue(int handle, Object value) in setFastPropertyValue() method in PropertySet
136 impl.setFastPropertyValue(handle, value); in setFastPropertyValue()
H A DPropertySetAdapter.java271 public void setFastPropertyValue(int handle, Object value) in setFastPropertyValue() method in PropertySetAdapter
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropertysetmixin.hxx349 virtual void SAL_CALL setFastPropertyValue(
H A Dpropshlp.hxx469 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
/trunk/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java152 public void setFastPropertyValue(int handle, Object value) in setFastPropertyValue() method in JavaSupplier.Empty2
156 prop.setFastPropertyValue(handle, value); in setFastPropertyValue()
280 public void setFastPropertyValue(int handle, Object value) in setFastPropertyValue() method in JavaSupplier.Full
284 prop.setFastPropertyValue(handle, value); in setFastPropertyValue()
H A Dtest_propertysetmixin.cxx277 empty2f->setFastPropertyValue(-1, css::uno::Any()); in testEmpty2()
281 empty2f->setFastPropertyValue(0, css::uno::Any()); in testEmpty2()
493 fullf->setFastPropertyValue( in testFull()
502 fullf->setFastPropertyValue(-1, css::uno::Any()); in testFull()

Completed in 178 milliseconds

12345