/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 382 xFTModelMPSet.setPropertyValues( in insertFixedText() 425 xCFModelMPSet.setPropertyValues( in insertCurrencyField() 471 xPBModelMPSet.setPropertyValues( in insertProgressBar() 510 xFLModelMPSet.setPropertyValues( in insertHorizontalFixedLine() 547 xGBModelMPSet.setPropertyValues( in insertGroupBox() 585 xTFModelMPSet.setPropertyValues( in insertEditField() 630 xTFModelMPSet.setPropertyValues( in insertTimeField() 873 xCBMPSet.setPropertyValues( in insertCheckBox() 916 xRBMPSet.setPropertyValues( in insertRadioButtonGroup() 928 xRBMPSet.setPropertyValues( in insertRadioButtonGroup() [all …]
|
H A D | UnoMenu2.java | 54 xFTHeaderModelMPSet.setPropertyValues( in main() 81 xFTModelMPSet.setPropertyValues( in addLabelForPopupMenu()
|
H A D | ImageControlSample.java | 64 xFTHeaderModelMPSet.setPropertyValues( in main() 106 xICModelMPSet.setPropertyValues( in insertImageControl()
|
/aoo41x/main/cppuhelper/qa/propertysetmixin/ |
H A D | JavaSupplier.java | 169 public void setPropertyValues(PropertyValue[] props) in setPropertyValues() method in JavaSupplier.Empty2 173 prop.setPropertyValues(props); in setPropertyValues() 297 public void setPropertyValues(PropertyValue[] props) in setPropertyValues() method in JavaSupplier.Full 301 prop.setPropertyValues(props); in setPropertyValues()
|
/aoo41x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XPropertyAccess.java | 121 oObj.setPropertyValues(newProps); in _setPropertyValues() 156 oObj.setPropertyValues(newProps); in _setPropertyValues() 196 oObj.setPropertyValues(newProps); in _setPropertyValues()
|
H A D | _XMultiPropertySet.java | 192 oObj.setPropertyValues(testPropsNames, gValues); in _addPropertiesChangeListener() 288 oObj.setPropertyValues(testPropsNames, gValues); in _setPropertyValues()
|
/aoo41x/main/comphelper/source/property/ |
H A D | propagg.cxx | 718 void SAL_CALL OPropertySetAggregationHelper::setPropertyValues( in setPropertyValues() function in comphelper::OPropertySetAggregationHelper 727 OPropertySetHelper::setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues() 775 m_xAggregateMultiSet->setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues() 779 OPropertySetHelper::setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues() 868 m_xAggregateMultiSet->setPropertyValues(AggPropertyNames, AggValues); in setPropertyValues() 886 m_xAggregateMultiSet->setPropertyValues(AggPropertyNames, AggValues); in setPropertyValues()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap4.cxx | 645 void SAL_CALL SvxAppletShape::setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUSt… in setPropertyValues() function in SvxAppletShape 647 SvxShape::setPropertyValues( aPropertyNames, rValues ); in setPropertyValues() 718 void SAL_CALL SvxPluginShape::setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUSt… in setPropertyValues() function in SvxPluginShape 720 SvxShape::setPropertyValues( aPropertyNames, rValues ); in setPropertyValues() 791 void SAL_CALL SvxFrameShape::setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUStr… in setPropertyValues() function in SvxFrameShape 793 SvxShape::setPropertyValues( aPropertyNames, rValues ); in setPropertyValues()
|
H A D | shapeimpl.hxx | 57 …virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >&… 78 …virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >&… 99 …virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >&…
|
/aoo41x/main/xmloff/source/forms/ |
H A D | gridcolumnproptranslator.cxx | 241 setPropertyValues( aNames, aValues ); in setPropertyValue() 280 …void SAL_CALL OGridColumnPropertyTranslator::setPropertyValues( const Sequence< ::rtl::OUString >&… in setPropertyValues() function in xmloff::OGridColumnPropertyTranslator 298 m_xGridColumn->setPropertyValues( aTranslatedNames, aTranslatedValues ); in setPropertyValues()
|
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | PropertyBag.java | 170 m_access.setPropertyValues( expectedValues ); in checkSequenceAccess() 230 m_access.setPropertyValues( props ); in checkDynamicSet() 242 try { m_access.setPropertyValues( props ); success = true; } in checkDynamicSet()
|
/aoo41x/main/basic/source/classes/ |
H A D | propacc.cxx | 205 void SbPropertyValues::setPropertyValues(const Sequence< PropertyValue >& rPropertyValues ) in setPropertyValues() function in SbPropertyValues 367 void SbPropertyContainer::setPropertyValues(const Sequence< PropertyValue >& PropertyValues_) in setPropertyValues() function in SbPropertyContainer 409 xPropAcc->setPropertyValues( *pArg ); in RTL_Impl_CreatePropertySet()
|
/aoo41x/main/filter/source/pdf/ |
H A D | pdfdialog.hxx | 68 using OPropertySetHelper::setPropertyValues; 69 …virtual void SAL_CALL setPropertyValues( const Sequence< PropertyValue >& aProps ) throw (UnknownP…
|
/aoo41x/main/filter/source/flash/ |
H A D | swfdialog.hxx | 70 using ::cppu::OPropertySetHelper::setPropertyValues; 72 …virtual void SAL_CALL setPropertyValues( const com::sun::star::uno::Sequence< ::com::sun::star::be…
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | PackageFolderContent.idl | 108 setPropertyValues 130 "setPropertyValues( < any_non_read_only_property > ) ", "delete", 219 the command "setPropertyValues", which sets at least the property
|
/aoo41x/main/filter/source/svg/ |
H A D | svgdialog.hxx | 73 using cppu::OPropertySetHelper::setPropertyValues; 74 …virtual void SAL_CALL setPropertyValues( const com::sun::star::uno::Sequence< ::com::sun::star::be…
|
/aoo41x/main/ucbhelper/source/client/ |
H A D | content.cxx | 593 Sequence< Any > aErrors = setPropertyValues( aNames, aValues ); in setPropertyValue() 608 Sequence< Any > aErrors = setPropertyValues( aHandles, aValues ); in setPropertyValue() 721 Sequence< Any > Content::setPropertyValues( in setPropertyValues() function in ucbhelper::Content 769 Sequence< Any > Content::setPropertyValues( in setPropertyValues() function in ucbhelper::Content 1446 aNewContent.setPropertyValues( rPropertyNames, rPropertyValues ); in insertNewContent() 1509 aNewContent.setPropertyValues( nPropertyHandles, rPropertyValues ); in insertNewContent()
|
/aoo41x/main/forms/qa/complex/forms/ |
H A D | CheckOGroupBoxModel.java | 100 @Test public void setPropertyValues() in setPropertyValues() method in CheckOGroupBoxModel 116 m_xPropSet.setPropertyValues(boundPropsToTest, newValue); in setPropertyValues()
|
/aoo41x/main/basic/source/inc/ |
H A D | propacc.hxx | 104 …virtual void SAL_CALL setPropertyValues(const NS_UNO::Sequence< NS_BEANS::PropertyValue >& Propert… 181 …virtual void SAL_CALL setPropertyValues(const NS_UNO::Sequence< NS_BEANS::PropertyValue >& Propert…
|
/aoo41x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OGroupBoxModel.csv | 26 "OGroupBoxModel";"com::sun::star::beans::XMultiPropertySet";"setPropertyValues()" 35 "OGroupBoxModel";"com::sun::star::beans::XPropertyAccess#optional";"setPropertyValues()"
|
H A D | com.sun.star.comp.form.ONavigationBarModel.csv | 16 "ONavigationBarModel";"com::sun::star::beans::XMultiPropertySet";"setPropertyValues()" 25 "ONavigationBarModel";"com::sun::star::beans::XPropertyAccess#optional";"setPropertyValues()"
|
H A D | com.sun.star.comp.forms.OFixedTextModel.csv | 16 "OFixedTextModel";"com::sun::star::beans::XMultiPropertySet";"setPropertyValues()" 25 "OFixedTextModel";"com::sun::star::beans::XPropertyAccess#optional";"setPropertyValues()"
|
H A D | com.sun.star.comp.forms.OImageButtonModel.csv | 32 "OImageButtonModel";"com::sun::star::beans::XMultiPropertySet";"setPropertyValues()" 41 "OImageButtonModel";"com::sun::star::beans::XPropertyAccess#optional";"setPropertyValues()"
|
/aoo41x/main/sd/source/filter/html/ |
H A D | HtmlOptionsDialog.cxx | 89 …virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::com::sun::star::… 210 void SdHtmlOptionsDialog::setPropertyValues( const Sequence< PropertyValue > & aProps ) in setPropertyValues() function in SdHtmlOptionsDialog
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | SettingsHelper.hxx | 89 …virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >&… in setPropertyValues() function in comphelper::SettingsHelperNoState 91 { ComphelperBase::setPropertyValues ( aPropertyNames, aValues ); } in setPropertyValues()
|