Home
last modified time | relevance | path

Searched refs:documentName (Results 1 – 5 of 5) sorted by relevance

/trunk/main/shell/qa/zip/
H A Dziptest.cxx32 string documentName; member in Test
40 documentName("simpledocument.odt") in Test()
47 TestZipImpl testImpl(documentName.c_str()); in TEST_F()
55 TestZipImpl testImpl(documentName.c_str()); in TEST_F()
63 TestZipImpl testImpl(documentName.c_str()); in TEST_F()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java64 private String documentName = null; field in DOMDocument
110 this.documentName = trimDocumentName(name); in DOMDocument()
111 this.fileName = documentName + getFileExtension(); in DOMDocument()
170 return documentName; in getName()
/trunk/main/shell/qa/zip/testimpl/
H A Dtestzipimpl.cxx30 TestZipImpl::TestZipImpl(const char * documentName) : in TestZipImpl() argument
31 zipFile(ZipFile(string(documentName))) in TestZipImpl()
H A Dtestzipimpl.hxx42 TestZipImpl(const char * documentName);
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java88 private String documentName = null; field in OfficeDocument
131 this.documentName = trimDocumentName(name); in OfficeDocument()
132 this.fileName = documentName + getFileExtension(); in OfficeDocument()
267 return documentName; in getName()

Completed in 26 milliseconds