Home
last modified time | relevance | path

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

/aoo41x/main/shell/qa/zip/
H A Dziptest.cxx37 string documentName; member in Test
55 documentName("simpledocument.odt") in Test()
62 TestZipImpl testImpl(documentName.c_str()); in test_directory()
70 TestZipImpl testImpl(documentName.c_str()); in test_hasContentCaseInSensitive()
78 TestZipImpl testImpl(documentName.c_str()); in test_getContent()
/aoo41x/main/xmerge/source/xmerge/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()
/aoo41x/main/shell/qa/zip/testimpl/
H A Dtestzipimpl.cxx32 TestZipImpl::TestZipImpl(const char * documentName) : in TestZipImpl() argument
33 zipFile(ZipFile(string(documentName))) in TestZipImpl()
H A Dtestzipimpl.hxx44 TestZipImpl(const char * documentName);
/aoo41x/main/xmerge/source/xmerge/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 24 milliseconds