Home
last modified time | relevance | path

Searched defs:storeProps (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/scripting/examples/javascript/ExportSheetsToHTML/ !
H A Dexportsheetstohtml.js55 storeProps = new Array;//PropertyValue[1]; variable
56 storeProps[0] = new PropertyValue(); variable
/AOO42X/test/testuno/source/fvt/uno/sw/ !
H A DDocumentTest.java166 PropertyValue[] storeProps = new PropertyValue[3]; in testExportAsPDF() local
180 xStorable.storeToURL(FileUtil.getUrl(saveAsFile), storeProps); in testExportAsPDF() local
205 PropertyValue[] storeProps = new PropertyValue[3]; in testSaveAsTemplate() local
218 xStorable.storeToURL(FileUtil.getUrl(saveAsFile), storeProps); in testSaveAsTemplate() local
/AOO42X/test/testuno/source/fvt/uno/sc/formula/ !
H A DTestFormulaRoundTrip.java80 PropertyValue[] storeProps = new PropertyValue[2]; in testMSExcel2003XMLFormulaRoundTrip() local
/AOO42X/test/testuno/source/testlib/uno/ !
H A DSDUtil.java91 PropertyValue[] storeProps = new PropertyValue[2]; in saveFileAs() local
H A DSCUtil.java533 PropertyValue[] storeProps = new PropertyValue[2]; in saveFileAs() local
/AOO42X/main/sc/source/ui/vba/ !
H A Dvbaworkbook.cxx290 uno::Sequence< beans::PropertyValue > storeProps(1); in SaveCopyAs() local
/AOO42X/main/odk/examples/DevelopersGuide/Text/ !
H A DTextDocuments.java485 PropertyValue[] storeProps = new PropertyValue[1]; in storeDocComponent() local