Home
last modified time | relevance | path

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

12345

/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx901 pPS->setFastPropertyValue( PROPERTY_BOOL, aBool ); in test_PropertySetHelper()
926 pPS->setFastPropertyValue( 3, aBool ); in test_PropertySetHelper()
968 pPS->setFastPropertyValue( PROPERTY_INT32, aBool ); in test_PropertySetHelper()
992 pPS->setFastPropertyValue( PROPERTY_INT16, aINT32 ); in test_PropertySetHelper()
1016 ((XFastPropertySet *)pPS)->setFastPropertyValue( PROPERTY_INT16, aValue ); in test_PropertySetHelper()
1030 ((XFastPropertySet *)pPS)->setFastPropertyValue( PROPERTY_INT32, aValue ); in test_PropertySetHelper()
1080 ((XFastPropertySet *)pPS)->setFastPropertyValue( PROPERTY_INT16, aValue ); in test_PropertySetHelper()
1085 ((XFastPropertySet *)pPS)->setFastPropertyValue( PROPERTY_INT16, aValue ); in test_PropertySetHelper()
/trunk/main/comphelper/source/property/
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 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 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()
/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()
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java525 xFPS.setFastPropertyValue(handle, aNewValues); in checkStringListProperty()
547 xFPS.setFastPropertyValue(handle, oValue); in checkStringListProperty()
616 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
629 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
651 xFPS.setFastPropertyValue(handle, val); in checkStringProperty()
/trunk/main/extensions/source/propctrlr/
H A Dinspectormodelbase.cxx81 using ::comphelper::OPropertyContainerHelper::setFastPropertyValue;
207 m_pProperties->setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
243 setFastPropertyValue( MODEL_PROPERTY_ID_IS_READ_ONLY, makeAny( _IsReadOnly ) ); in setIsReadOnly()
/trunk/main/forms/source/component/
H A DComboBox.cxx459 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( StringSequence() ) ); in read()
688 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( aStringSeq ) ); in loadData()
711 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( m_aDesignModeStringItems ) ); in onDisconnectedDbColumn()
798 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( aStringItemList ) ); in commitControlValueToDbColumn()
H A DListBox.cxx599 setFastPropertyValue(PROPERTY_ID_LISTSOURCE, aListSourceSeqAny ); in read()
610 setFastPropertyValue(PROPERTY_ID_DEFAULT_SELECT_SEQ, aDefaultSelectSeqAny); in read()
629 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( StringSequence() ) ); in read()
927setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( lcl_convertToStringSequence( aDisplayLi… in loadData()
937 setFastPropertyValue( PROPERTY_ID_MULTISELECTION, ::cppu::bool2any( ( sal_False ) ) ); in onConnectedDbColumn()
954 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( StringSequence() ) ); in onDisconnectedDbColumn()
/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()
/trunk/main/svx/source/table/
H A Dpropertyset.cxx153 setFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle, aValue ); in setPropertyValue()
204 setFastPropertyValue( pProperty->Handle, *pValues ); in setPropertyValues()
H A Dtablecolumn.hxx67 …virtual void SAL_CALL setFastPropertyValue( ::sal_Int32 nHandle, const ::com::sun::star::uno::Any&…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XFastPropertySet.java104 oObj.setFastPropertyValue(handle, sValue); in _setFastPropertyValue()
199 oObj.setFastPropertyValue(handle, setValue); in isChangeable()
/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/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/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java847 public boolean setFastPropertyValue() in setFastPropertyValue() method in PropertySet_Test
855 cl.setFastPropertyValue(5, new Integer(111)); in setFastPropertyValue()
858 cl.setFastPropertyValue(-1, new Integer(1)); i++; in setFastPropertyValue()
886 cl.setFastPropertyValue(5, new Integer(111)); in getFastPropertyValue()
1066 r[i++]= test.setFastPropertyValue(); in test()
/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/comphelper/inc/comphelper/
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…
/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/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/sd/source/ui/inc/
H A DSdUnoOutlineView.hxx90 virtual void SAL_CALL setFastPropertyValue (
H A DSdUnoSlideView.hxx93 virtual void SAL_CALL setFastPropertyValue (
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/pcr/
H A Dorg.openoffice.comp.extensions.FormController.csv19 "FormController";"com::sun::star::beans::XFastPropertySet";"setFastPropertyValue()"

Completed in 133 milliseconds

12345