Searched refs:openDocument (Results 1 – 14 of 14) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sw/field/ |
H A D | PageCountField.java | 91 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testPageCountFieldODT() 119 docDocument = SWUtil.openDocument(Testspace.prepareData(docSample), app); in testPageCountFieldDOC()
|
H A D | PageNumberField.java | 90 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testPageNumberFieldODT() 119 docDocument = SWUtil.openDocument(Testspace.prepareData(docSample), app); in testPageNumberFieldDOC()
|
H A D | SubjectField.java | 87 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testSubjectFieldODT()
|
H A D | TitleField.java | 88 odtDocument = SWUtil.openDocument(Testspace.prepareData(odtSample), app); in testTitleFieldODT()
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystem.java | 198 openDocument(file); in setDocument() 312 private void openDocument(File file) in openDocument() method in OpenOfficeDocFileSystem
|
/trunk/main/wizards/com/sun/star/wizards/web/export/ |
H A D | CopyExporter.java | 61 closeDocument(openDocument(source, xmsf), xmsf); in export()
|
H A D | FilterExporter.java | 55 document = openDocument(source, xmsf); in export()
|
H A D | AbstractExporter.java | 96 protected Object openDocument(CGDocument doc, XMultiServiceFactory xmsf) in openDocument() method in AbstractExporter
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbadocumentsbase.hxx | 59 …css::uno::Any openDocument( const ::rtl::OUString& Filename, const css::uno::Any& ReadOnly, const …
|
/trunk/main/xmlsecurity/tools/uno/ |
H A D | TestTool.java | 479 private void openDocument() in openDocument() method in TestTool 1287 openDocument(); in actionPerformed()
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbadocuments.cxx | 149 …uno::Reference <text::XTextDocument> xSpreadDoc( openDocument( Filename, ReadOnly, sProps ), uno::… in Open()
|
/trunk/test/testuno/source/testlib/uno/ |
H A D | SWUtil.java | 103 public static XTextDocument openDocument(String filePath, UnoApp app) throws Exception { in openDocument() method in SWUtil
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbadocumentsbase.cxx | 295 uno::Any VbaDocumentsBase::openDocument( const rtl::OUString& rFileName, const uno::Any& ReadOnly, … in openDocument() function in VbaDocumentsBase
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbaworkbooks.cxx | 363 …uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( openDocument( rFileName, ReadOnly, sProps… in Open()
|
Completed in 54 milliseconds