/aoo4110/main/comphelper/source/property/ |
H A D | propertycontainer.cxx | 73 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 D | propertybag.cxx | 191 void PropertyBag::setFastPropertyValue( sal_Int32 _nHandle, const Any& _rValue ) in setFastPropertyValue() function in comphelper::PropertyBag 196 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue()
|
H A D | propagg.cxx | 652 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()
|
/aoo4110/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 901 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()
|
/aoo4110/main/cppuhelper/qa/propertysetmixin/ |
H A D | JavaSupplier.java | 152 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 D | test_propertysetmixin.cxx | 300 empty2f->setFastPropertyValue(-1, css::uno::Any()); in testEmpty2() 304 empty2f->setFastPropertyValue(0, css::uno::Any()); in testEmpty2() 516 fullf->setFastPropertyValue( in testFull() 525 fullf->setFastPropertyValue(-1, css::uno::Any()); in testFull()
|
/aoo4110/main/framework/qa/complex/path_settings/ |
H A D | PathSettingsTest.java | 525 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()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | inspectormodelbase.cxx | 81 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()
|
/aoo4110/main/forms/source/component/ |
H A D | ComboBox.cxx | 459 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 D | ListBox.cxx | 599 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() 927 …setFastPropertyValue( 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()
|
/aoo4110/main/svx/source/table/ |
H A D | propertyset.cxx | 153 setFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle, aValue ); in setPropertyValue() 204 setFastPropertyValue( pProperty->Handle, *pValues ); in setPropertyValues()
|
H A D | tablecolumn.hxx | 67 …virtual void SAL_CALL setFastPropertyValue( ::sal_Int32 nHandle, const ::com::sun::star::uno::Any&…
|
H A D | tablerow.hxx | 70 …virtual void SAL_CALL setFastPropertyValue( ::sal_Int32 nHandle, const ::com::sun::star::uno::Any&…
|
/aoo4110/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XFastPropertySet.java | 104 oObj.setFastPropertyValue(handle, sValue); in _setFastPropertyValue() 199 oObj.setFastPropertyValue(handle, setValue); in isChangeable()
|
/aoo4110/main/chart2/source/tools/ |
H A D | OPropertySet.cxx | 514 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()
|
/aoo4110/main/chart2/source/model/main/ |
H A D | Diagram.cxx | 666 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()
|
/aoo4110/main/canvas/source/directx/ |
H A D | dx_canvasbitmap.hxx | 89 …virtual void SAL_CALL setFastPropertyValue(sal_Int32, const ::com::sun::star::uno::Any&) throw (:… in setFastPropertyValue() function in dxcanvas::CanvasBitmap
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | propertybag.hxx | 188 void setFastPropertyValue(
|
H A D | propertycontainer.hxx | 83 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
|
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 847 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()
|
/aoo4110/main/canvas/source/vcl/ |
H A D | canvasbitmap.hxx | 115 …virtual void SAL_CALL setFastPropertyValue(sal_Int32, const ::com::sun::star::uno::Any&) throw (:… in setFastPropertyValue() function in vclcanvas::CanvasBitmap
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvasbitmap.hxx | 122 …virtual void SAL_CALL setFastPropertyValue(sal_Int32, const ::com::sun::star::uno::Any&) throw (:… in setFastPropertyValue() function in cairocanvas::CanvasBitmap
|
/aoo4110/main/qadevOOo/objdsc/pcr/ |
H A D | org.openoffice.comp.extensions.FormController.csv | 19 "FormController";"com::sun::star::beans::XFastPropertySet";"setFastPropertyValue()"
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | SdUnoOutlineView.hxx | 90 virtual void SAL_CALL setFastPropertyValue (
|
H A D | SdUnoSlideView.hxx | 93 virtual void SAL_CALL setFastPropertyValue (
|