Searched refs:documentName (Results 1 – 5 of 5) sorted by relevance
32 string documentName; member in Test40 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()
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()
30 TestZipImpl::TestZipImpl(const char * documentName) : in TestZipImpl() argument31 zipFile(ZipFile(string(documentName))) in TestZipImpl()
42 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 31 milliseconds