Home
last modified time | relevance | path

Searched refs:getPropertyValues (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiPropertySet.java150 values = oObj.getPropertyValues(allnames); in _getPropertyValues()
188 Object[] gValues = oObj.getPropertyValues(testPropsNames); in _addPropertiesChangeListener()
280 Object[] gValues = oObj.getPropertyValues(testPropsNames); in _setPropertyValues()
289 Object[] newValues = oObj.getPropertyValues(testPropsNames); in _setPropertyValues()
334 values = oObj.getPropertyValues(new String[]{property.Name}); in getPropsToTest()
/aoo41x/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesRetriever.java79 public Vector getPropertyValues() in getPropertyValues() method in PropertiesRetriever
82 return getPropertyValues ( properties ); in getPropertyValues()
93 public Vector getPropertyValues( Vector properties ) in getPropertyValues() method in PropertiesRetriever
215 Vector propertiesValues = obtProperty.getPropertyValues( properties ); in main()
H A DPropertiesComposer.java83 Vector propertyValues = getPropertyValues(); in setProperties()
163 public Vector getPropertyValues() { in getPropertyValues() method in PropertiesComposer
257 Vector propertiesValues = setProp.getPropertyValues(); in main()
/aoo41x/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java165 public PropertyValue[] getPropertyValues() { in getPropertyValues() method in JavaSupplier.Empty2
166 return prop.getPropertyValues(); in getPropertyValues()
293 public PropertyValue[] getPropertyValues() { in getPropertyValues() method in JavaSupplier.Full
294 return prop.getPropertyValues(); in getPropertyValues()
/aoo41x/main/ucb/source/ucp/file/
H A Dbc.cxx377 aAny <<= getPropertyValues( CommandId, in execute()
427 Reference< sdbc::XRow > xRow = getPropertyValues( CommandId,seq ); in execute()
536 Reference< sdbc::XRow > xRow = getPropertyValues( -1,seq ); in getContentType()
675 Reference< sdbc::XRow > xRow = getPropertyValues( -1,seq ); in createNewContent()
811 BaseContent::getPropertyValues( in getPropertyValues() function in BaseContent
1135 Reference< sdbc::XRow > xRow = getPropertyValues( nMyCommandIdentifier,seq ); in transfer()
1205 Reference< sdbc::XRow > xRow = getPropertyValues( -1,seq ); in insert()
/aoo41x/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx227 aRet <<= getPropertyValues( Properties, i_rEvironment ); in execute()
475 …Reference< XRow > Content::getPropertyValues( const Sequence< Property >& i_rProperties, const Ref… in getPropertyValues() function in ucb::ucp::ext::Content
498 … const Sequence< Any > aPropertyValues = aRequestedContent.getPropertyValues( aPropertyNames ); in getPropertyValues()
633 Reference< XRow > xRow( getPropertyValues( aProps, NULL ), UNO_SET_THROW ); in impl_isFolder()
657 Reference< XRow > xRow( getPropertyValues( aProps, NULL ), UNO_SET_THROW ); in impl_determineContentType()
/aoo41x/main/sfx2/source/view/
H A Dfrmload.cxx136 Sequence< PropertyValue > aQueryArgs( aNewArgs.getPropertyValues() ); in impl_detectFilterForURL()
502 i_rViewFactoryArgs.getPropertyValues(), in impl_createDocumentView()
603 xModel->attachResource( ::rtl::OUString(), aDescriptor.getPropertyValues() ); in load()
607 xLoadable->load( aDescriptor.getPropertyValues() ); in load()
614 xModel->attachResource( xModel->getURL(), aDescriptor.getPropertyValues() ); in load()
/aoo41x/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.cxx248 Sequence< Any > aValues = getPropertyValues( aNames ); in getPropertyValue()
302 …Sequence< Any > SAL_CALL OGridColumnPropertyTranslator::getPropertyValues( const Sequence< ::rtl::… in getPropertyValues() function in xmloff::OGridColumnPropertyTranslator
313 aValues = m_xGridColumn->getPropertyValues( aPropertyNames ); in getPropertyValues()
/aoo41x/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx593 aLoadArgs.getPropertyValues() in impl_recoverSubDocument_throw()
603 aLoadArgs.getPropertyValues(), in impl_recoverSubDocument_throw()
653 aLoadArgs.getPropertyValues() in impl_recoverQueryDesign_throw()
663 aLoadArgs.getPropertyValues(), in impl_recoverQueryDesign_throw()
/aoo41x/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx249 aRet <<= getPropertyValues( Properties, Environment ); in execute()
486 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues() function in Content
631 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues() function in Content
636 return getPropertyValues( m_xSMgr, in getPropertyValues()
H A Dmyucp_content.hxx88 getPropertyValues( const ::com::sun::star::uno::Sequence<
175 getPropertyValues( const ::com::sun::star::uno::Reference<
/aoo41x/main/filter/source/pdf/
H A Dpdfdialog.hxx66 using OPropertySetHelper::getPropertyValues;
67 virtual Sequence< PropertyValue > SAL_CALL getPropertyValues( ) throw (RuntimeException);
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.hxx149 getPropertyValues( const ::com::sun::star::uno::Reference<
159 getPropertyValues( const ::com::sun::star::uno::Sequence<
313 getPropertyValues( const ::com::sun::star::uno::Reference<
/aoo41x/main/filter/source/flash/
H A Dswfdialog.hxx69 using ::cppu::OPropertySetHelper::getPropertyValues;
71 …r::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getPropertyValues( ) throw (c…
/aoo41x/main/filter/source/svg/
H A Dsvgdialog.hxx71 using cppu::OPropertySetHelper::getPropertyValues;
72 …r::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getPropertyValues( ) throw (c…
/aoo41x/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.hxx172 getPropertyValues( const ::com::sun::star::uno::Sequence<
206 getPropertyValues( const ::com::sun::star::uno::Reference<
321 getPropertyValues( const ::com::sun::star::uno::Reference<
/aoo41x/main/basic/source/inc/
H A Dpropacc.hxx103 …virtual NS_UNO::Sequence< NS_BEANS::PropertyValue > SAL_CALL getPropertyValues(void) throw (::com:…
180 virtual NS_UNO::Sequence< NS_BEANS::PropertyValue > SAL_CALL getPropertyValues(void);
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_content.cxx247 aRet <<= getPropertyValues( Properties, Environment ); in execute()
632 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues() function in Content
837 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues() function in Content
842 return getPropertyValues( m_xSMgr, in getPropertyValues()
H A Dodma_content.hxx79 getPropertyValues( const ::com::sun::star::uno::Sequence<
178 getPropertyValues( const ::com::sun::star::uno::Reference<
/aoo41x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.OGroupBoxModel.csv27 "OGroupBoxModel";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
34 "OGroupBoxModel";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
H A Dcom.sun.star.comp.form.ONavigationBarModel.csv17 "ONavigationBarModel";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
24 "ONavigationBarModel";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
H A Dcom.sun.star.comp.forms.OFixedTextModel.csv17 "OFixedTextModel";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
24 "OFixedTextModel";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
H A Dcom.sun.star.comp.forms.OImageButtonModel.csv33 "OImageButtonModel";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
40 "OImageButtonModel";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
/aoo41x/main/sd/source/filter/html/
H A DHtmlOptionsDialog.cxx88 virtual Sequence< PropertyValue > SAL_CALL getPropertyValues() throw ( RuntimeException );
192 Sequence< PropertyValue > SdHtmlOptionsDialog::getPropertyValues() in getPropertyValues() function in SdHtmlOptionsDialog
/aoo41x/main/comphelper/inc/comphelper/
H A DSettingsHelper.hxx92 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getPropertyValues( … in getPropertyValues() function in comphelper::SettingsHelperNoState
94 { return ComphelperBase::getPropertyValues ( aPropertyNames ); } in getPropertyValues()

Completed in 507 milliseconds

12345678910>>...12