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.cxx898 pPS->setFastPropertyValue( PROPERTY_BOOL, aBool ); in test_PropertySetHelper()
923 pPS->setFastPropertyValue( 3, aBool ); in test_PropertySetHelper()
965 pPS->setFastPropertyValue( PROPERTY_INT32, aBool ); in test_PropertySetHelper()
989 pPS->setFastPropertyValue( PROPERTY_INT16, aINT32 ); in test_PropertySetHelper()
1013 ((XFastPropertySet *)pPS)->setFastPropertyValue( PROPERTY_INT16, aValue ); in test_PropertySetHelper()
1027 ((XFastPropertySet *)pPS)->setFastPropertyValue( PROPERTY_INT32, aValue ); in test_PropertySetHelper()
1077 ((XFastPropertySet *)pPS)->setFastPropertyValue( PROPERTY_INT16, aValue ); in test_PropertySetHelper()
1082 ((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 ) 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.cxx648 void SAL_CALL OPropertySetAggregationHelper::setFastPropertyValue(sal_Int32 _nHandle, const ::com:… in setFastPropertyValue() function in comphelper::OPropertySetAggregationHelper
657 m_xAggregateFastSet->setFastPropertyValue(nOriginalHandle, _rValue); in setFastPropertyValue()
661 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.cxx273 empty2f->setFastPropertyValue(-1, css::uno::Any()); in testEmpty2()
277 empty2f->setFastPropertyValue(0, css::uno::Any()); in testEmpty2()
489 fullf->setFastPropertyValue( in testFull()
498 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.cxx456 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( StringSequence() ) ); in read()
685 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( aStringSeq ) ); in loadData()
708 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( m_aDesignModeStringItems ) ); in onDisconnectedDbColumn()
795 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( aStringItemList ) ); in commitControlValueToDbColumn()
H A DListBox.cxx598 setFastPropertyValue(PROPERTY_ID_LISTSOURCE, aListSourceSeqAny ); in read()
609 setFastPropertyValue(PROPERTY_ID_DEFAULT_SELECT_SEQ, aDefaultSelectSeqAny); in read()
628 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( StringSequence() ) ); in read()
926setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( lcl_convertToStringSequence( aDisplayLi… in loadData()
936 setFastPropertyValue( PROPERTY_ID_MULTISELECTION, ::cppu::bool2any( ( sal_False ) ) ); in onConnectedDbColumn()
953 setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( StringSequence() ) ); in onDisconnectedDbColumn()
/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&…
H A Dtablerow.hxx70 …virtual void SAL_CALL setFastPropertyValue( ::sal_Int32 nHandle, const ::com::sun::star::uno::Any&…
/trunk/main/connectivity/java/dbtools/src/main/java/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/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.cxx487 void SAL_CALL OPropertySet::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) in setFastPropertyValue() function in property::OPropertySet
489 ::cppu::OPropertySetHelper::setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue()
/trunk/main/chart2/source/model/main/
H A DDiagram.cxx640 void SAL_CALL Diagram::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) in setFastPropertyValue() function in chart::Diagram
665 ::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/comphelper/inc/comphelper/
H A Dpropertycontainer.hxx81 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
H A Dpropertybag.hxx188 void setFastPropertyValue(
/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.hxx89 virtual void SAL_CALL setFastPropertyValue(sal_Int32, const ::com::sun::star::uno::Any&) {} in setFastPropertyValue() function in dxcanvas::CanvasBitmap
/trunk/main/sd/source/ui/inc/
H A DSdUnoOutlineView.hxx83 virtual void SAL_CALL setFastPropertyValue (
H A DSdUnoSlideView.hxx86 virtual void SAL_CALL setFastPropertyValue (
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmap.hxx115 virtual void SAL_CALL setFastPropertyValue(sal_Int32, const ::com::sun::star::uno::Any&) {} 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&) {} in setFastPropertyValue() function in cairocanvas::CanvasBitmap

12345