Searched refs:documentName (Results 1 – 5 of 5) sorted by relevance
37 string documentName; member in Test55 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()
64 private String documentName = null; field in DOMDocument110 this.documentName = trimDocumentName(name); in DOMDocument()111 this.fileName = documentName + getFileExtension(); in DOMDocument()170 return documentName; in getName()
32 TestZipImpl::TestZipImpl(const char * documentName) : in TestZipImpl() argument33 zipFile(ZipFile(string(documentName))) in TestZipImpl()
44 TestZipImpl(const char * documentName);
88 private String documentName = null; field in OfficeDocument131 this.documentName = trimDocumentName(name); in OfficeDocument()132 this.fileName = documentName + getFileExtension(); in OfficeDocument()267 return documentName; in getName()
Completed in 27 milliseconds