Home
last modified time | relevance | path

Searched refs:getPropertyValues (Results 51 – 75 of 301) sorted by relevance

12345678910>>...13

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.ORadioButtonModel.csv44 "ORadioButtonModel";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
55 "ORadioButtonModel";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
H A Dcom.sun.star.comp.forms.OTimeModel.csv23 "OTimeModel";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
34 "OTimeModel";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
H A Dcom.sun.star.comp.forms.ODateModel.csv49 "ODateModel";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
60 "ODateModel";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
H A Dcom.sun.star.comp.forms.OFormattedFieldWrapper.csv52 "OFormattedFieldWrapper";"com::sun::star::beans::XMultiPropertySet";"getPropertyValues()"
63 "OFormattedFieldWrapper";"com::sun::star::beans::XPropertyAccess#optional";"getPropertyValues()"
/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx250 …ntLoader->loadComponentFromURL( _rLinkName, ::rtl::OUString(), 0, aArguments.getPropertyValues() ); in impl_open()
392 aCommand.Argument <<= aCommandArgs.getPropertyValues(); in newDocument()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.hxx196 getPropertyValues( const ::com::sun::star::uno::Sequence<
296 getPropertyValues( const ::com::sun::star::uno::Reference<
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinController.cxx525 aAllTablesData.put( sTableName, aWindowData.getPropertyValues() ); in saveTableWindows()
528 o_rViewSettings.put( "Tables", aAllTablesData.getPropertyValues() ); in saveTableWindows()
H A Dquerycontroller.cxx404 o_rValue <<= aCurrentDesign.getPropertyValues(); in getFastPropertyValue()
1217 aAllFieldsData.put( sFieldSettingName, aFieldData.getPropertyValues() ); in saveViewSettings()
1221 o_rViewSettings.put( "Fields", aAllFieldsData.getPropertyValues() ); in saveViewSettings()
1853 return makeAny( aViewSettings.getPropertyValues() ); in getViewData()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.hxx106 getPropertyValues( const ::com::sun::star::uno::Sequence<
301 getPropertyValues( const ::com::sun::star::uno::Reference<
H A Dwebdavcontent.cxx544 aRet <<= getPropertyValues( Properties, Environment ); in execute()
1296 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues() function in Content
1380 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues() function in Content
1705 = getPropertyValues( xSMgr, in getPropertyValues()
3237 uno::Reference< sdbc::XRow > xRow( getPropertyValues( aProperties, xEnv ) ); in isFolder()
3622 uno::Reference< sdbc::XRow > xRow( getPropertyValues( aProperties, Environment ) ); in getLockOwner()
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx407 Sequence< PropertyValue > SAL_CALL OPropertyBag::getPropertyValues( ) throw (RuntimeException) in getPropertyValues() function in comphelper::OPropertyBag
428 aValues = OPropertyBag_PBase::getPropertyValues( aNames ); in getPropertyValues()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx324 aRet <<= getPropertyValues( Properties ); in execute()
449 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues() function in Content
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx136 …age.xGraphic.set( i_graphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUE… in lcl_ensureImage_throw()
143 …age.xGraphic.set( i_graphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUE… in lcl_ensureImage_throw()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx567 Sequence< Any > aRet = getPropertyValues( aNames ); in getPropertyValue()
578 Sequence< Any > aRet = getPropertyValues( aHandles ); in getPropertyValue()
613 Sequence< Any > Content::getPropertyValues( in getPropertyValues() function in ucbhelper::Content
634 Sequence< Any > Content::getPropertyValues( in getPropertyValues() function in ucbhelper::Content
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx113 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getPropertyValues( …
1186 Sequence< Any > SAL_CALL DocumentSettings::getPropertyValues( const Sequence< OUString >& aProperty… in getPropertyValues() function in DocumentSettings
1188 return PropertySetHelper::getPropertyValues( aPropertyNames ); in getPropertyValues()
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx224 aRet <<= getPropertyValues( Properties); in execute()
489 Reference< XRow > OContentHelper::getPropertyValues( const Sequence< Property >& rProperties) in getPropertyValues() function in dbaccess::OContentHelper
H A Ddocumentdefinition.cxx1108 …loadEmbeddedObject( xConnection, Sequence< sal_Int8 >(), aDocumentArgs.getPropertyValues(), false,… in onCommandOpenSomething()
1784 aMediaDesc.put( "ComponentData", aComponentData.getPropertyValues() ); in fillLoadArgs()
1796 return aMediaDesc.getPropertyValues(); in fillLoadArgs()
1933 xModel->attachResource( xModel->getURL(), aExistentMediaDesc.getPropertyValues() ); in loadEmbeddedObject()
/trunk/main/xmloff/source/forms/handler/
H A Dvcl_date_handler.hxx45 …virtual bool getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_property…
H A Dvcl_time_handler.hxx45 …virtual bool getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_property…
H A Dvcl_date_handler.cxx76 …bool VCLDateHandler::getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_… in getPropertyValues() function in xmloff::VCLDateHandler
H A Dvcl_time_handler.cxx77 …bool VCLTimeHandler::getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_… in getPropertyValues() function in xmloff::VCLTimeHandler
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx441 aRet <<= getPropertyValues(Properties,Environment); in execute()
832 Reference< XRow > FTPContent::getPropertyValues( in getPropertyValues() function in FTPContent
/trunk/main/xmloff/inc/forms/
H A Dproperty_handler.hxx62getPropertyValues( const ::rtl::OUString i_attributeValue, PropertyValues& o_propertyValues ) cons…
/trunk/main/toolkit/source/helper/
H A Dtkresmgr.cxx117 … Reference< XGraphic > xGraphic = xProvider->queryGraphic( aMediaProperties.getPropertyValues() ); in getImageFromURL()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx371 props = xPropAccess->getPropertyValues(); in Reset()
402 props = xPropAccess->getPropertyValues(); in Reset()
617 uno::Sequence< beans::PropertyValue > SAL_CALL SfxDocumentInfoObject::getPropertyValues( void ) th… in getPropertyValues() function in SfxDocumentInfoObject

Completed in 183 milliseconds

12345678910>>...13