Home
last modified time | relevance | path

Searched refs:aProps (Results 251 – 275 of 290) sorted by relevance

1...<<1112

/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1307 uno::Sequence< uno::Any > aProps(1); in GetMainUpdateAccess() local
1308 aProps[0] <<= aValue; in GetMainUpdateAccess()
1311 A2OU( "com.sun.star.configuration.ConfigurationUpdateAccess" ), aProps ), in GetMainUpdateAccess()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx744 Sequence< com::sun::star::beans::Property > aProps(5); in createArrayHelper() local
745 com::sun::star::beans::Property* pProperties = aProps.getArray(); in createArrayHelper()
753 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
H A DOResultSet.cxx1386 Sequence< Property > aProps(6); in createArrayHelper() local
1387 Property* pProperties = aProps.getArray(); in createArrayHelper()
1396 return new OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/sc/inc/
H A Dfiltuno.hxx72 ::com::sun::star::beans::PropertyValue >& aProps )
/trunk/main/filter/source/flash/
H A Dswfdialog.hxx72 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (com::sun:…
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx453 uno::Any aProps = xFilterFactory->getByName(sFilter); in SwMailMergeDlg() local
455 aProps >>= aFilterProperties; in SwMailMergeDlg()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx305 …const Sequence< NamedValue > aProps( aConfigHelper.GetObjectPropsByDocumentName( sDocServiceName )… in createInstanceWithArguments() local
306 const ::comphelper::NamedValueCollection aMediaTypeProps( aProps ); in createInstanceWithArguments()
/trunk/main/svtools/source/filter/
H A DSvFilterOptionsDialog.hxx82 …yValues( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > & aProps )
/trunk/main/sw/source/ui/inc/
H A DSwXFilterOptions.hxx68 ::com::sun::star::beans::PropertyValue >& aProps )
/trunk/main/filter/source/svg/
H A Dsvgdialog.hxx74 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (com::sun:…
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx888 Sequence< Property > aProps; in createArrayHelper() local
889 describeProperties(aProps); in createArrayHelper()
890 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/sfx2/source/inc/
H A Dstatcach.hxx72 …void Dispatch( com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > aProps, …
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2080 Sequence< rtl::OUString > aProps(2); in PrepareExecute() local
2081 aProps[0] = rtl::OUString::createFromAscii( "IsVolume" ); in PrepareExecute()
2082 aProps[1] = rtl::OUString::createFromAscii( "IsRemoveable" ); in PrepareExecute()
2085 = aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_FOLDERS_ONLY ); in PrepareExecute()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3406 Sequence< Property> aProps; in CreateExternalView() local
3519 aProps = xControlModelInfo->getProperties(); in CreateExternalView()
3520 const Property* pProps = aProps.getConstArray(); in CreateExternalView()
3524 aColumnProps.realloc(nExistentDescs + aProps.getLength()); in CreateExternalView()
3527 for (sal_Int32 i=0; i<aProps.getLength(); ++i, ++pProps) in CreateExternalView()
H A Dfmundo.cxx162 AllProperties aProps; // all properties of this set which we know so far member
640 PropertySetInfo::AllProperties& rPropInfos = aSetPos->second.aProps; in propertyChange()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx571 Sequence< rtl::OUString > aProps(0); in DECLARE_LIST() local
580 xResultSet = aCnt.createCursor( aProps, eInclude ); in DECLARE_LIST()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java52 public ExamplePropertySetInfo( com.sun.star.beans.Property[] aProps ) in ExamplePropertySetInfo() argument
54 aProperties = aProps; in ExamplePropertySetInfo()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx1136 const Sequence< Property > & aProps, in OPropertyArrayHelper()
1139 : aInfos(aProps) in OPropertyArrayHelper()
/trunk/main/linguistic/source/
H A Dlngopt.hxx157 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw(::com::sun…
/trunk/main/comphelper/source/property/
H A Dopropertybag.hxx151 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (::com::su…
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1915 uno::Sequence<beans::PropertyValue> aProps; in GetViewSettingsAndViews() local
1916 if( aAny >>= aProps ) in GetViewSettingsAndViews()
1918 if( aProps.getLength() > 0 ) in GetViewSettingsAndViews()
/trunk/main/filter/source/t602/
H A Dt602filter.hxx137 ::com::sun::star::beans::PropertyValue >& aProps )
/trunk/main/sfx2/inc/sfx2/
H A Dobjuno.hxx122 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw( ::com::su…
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx403 const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps);
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx461 Sequence<Property> aProps = xInfo->getProperties(); in CCRS_PropertySetInfo() local
462 m_pProperties = new Sequence<Property> ( aProps ); in CCRS_PropertySetInfo()

Completed in 206 milliseconds

1...<<1112