Home
last modified time | relevance | path

Searched refs:aPropertyList (Results 1 – 9 of 9) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DMultiPropertySetHandler.hxx150 aPropertyList[sName] = new PropertyWrapper<T> (sName, rValue); in Add()
185 ::std::map< ::rtl::OUString, PropertyWrapperBase*, OUStringComparison> aPropertyList;
207 for (I=aPropertyList.begin(); I!=aPropertyList.end(); I++) in ~MultiPropertySetHandler()
224 ::com::sun::star::uno::Sequence< ::rtl::OUString> aNameList (aPropertyList.size()); in GetProperties()
226 for (I=aPropertyList.begin(),i=0; I!=aPropertyList.end(); I++) in GetProperties()
249 for (I=aPropertyList.begin(),i=0; I!=aPropertyList.end(); I++) in MultiGet()
275 for (I=aPropertyList.begin(),i=0; I!=aPropertyList.end(); I++) in SingleGet()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java215 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in loadFromURL() local
237 aPropertyList.add(Arg); in loadFromURL()
245 aPropertyList.add(Arg); in loadFromURL()
251 aPropertyList.add(ReadOnly); in loadFromURL()
304 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in exportToPDF() local
308 aPropertyList.add(aFiltername); in exportToPDF()
569 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in impl_printToFileWithOOo() local
574 aPropertyList.add(Arg); in impl_printToFileWithOOo()
577 … aPrintable.setPrinter(PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in impl_printToFileWithOOo()
1245 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in convertDocument() local
[all …]
H A DOpenOfficeDatabaseReportExtractor.java210 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in load() local
218 XComponent xDocComponent = loadComponent(sFileURL, getXDesktop(), aPropertyList); in load()
487 …ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); // set some properties fo… in storeComponent() local
497 aPropertyList.add(aOverwrite); in storeComponent()
506 …orable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in storeComponent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java174 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in loadFromURL() local
196 aPropertyList.add(Arg); in loadFromURL()
204 aPropertyList.add(Arg); in loadFromURL()
257 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in exportToPDF() local
261 aPropertyList.add(aFiltername); in exportToPDF()
271 …storeToURL(_sDestinationName, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in exportToPDF()
601 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in impl_printToFileWithOOo() local
606 aPropertyList.add(Arg); in impl_printToFileWithOOo()
609 … aPrintable.setPrinter(PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in impl_printToFileWithOOo()
1280 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in convertDocument() local
[all …]
H A DReportDesignerTest.java435 ArrayList aPropertyList = new ArrayList(); in startTestForFile() local
440 aPropertyList.add(aActiveConnection); in startTestForFile()
442 loadAndStoreReports(xNameAccess, aPropertyList /*, _nType*/ ); in startTestForFile()
616 ArrayList aPropertyList = new ArrayList(); // set some properties for storeAsURL in storeComponent() local
626 aPropertyList.add(aOverwrite); in storeComponent()
635 …orable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in storeComponent()
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java409 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in startTestForFile() local
414 aPropertyList.add(aActiveConnection); in startTestForFile()
416 loadAndStoreReports(xNameAccess, aPropertyList, _nType); in startTestForFile()
554 …ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); // set some properties fo… in storeComponent() local
559 aPropertyList.add(aFileFormat); in storeComponent()
564 aPropertyList.add(aOverwrite); in storeComponent()
573 …orable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in storeComponent()
/trunk/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx245 ::std::vector< ::rtl::OUString > aPropertyList; in notifyElementCreated()
263 aPropertyList.push_back( property->Name ); in notifyElementCreated()
271 … OPropertyForward > pForward( new OPropertyForward( _xDest, m_xSettings, _sName, aPropertyList ) ); in notifyElementCreated()
/trunk/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx469 uno::Sequence<beans::Property> aPropertyList (xInfo->getProperties ()); in AddPropertyNames() local
470 for (int i=0; i<aPropertyList.getLength(); i++) in AddPropertyNames()
472 msDescription.append (aPropertyList[i].Name); in AddPropertyNames()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx220 UStringList aPropertyList; in getProperties() local
222 aPropertyList.push_back( aProperties.GetToken( nToken ) ); in getProperties()
224 return aPropertyList; in getProperties()

Completed in 50 milliseconds