Home
last modified time | relevance | path

Searched refs:m_sDocumentName (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/qadevOOo/runner/graphical/
H A DOffice.java35 private String m_sDocumentName; field in Office
65 m_sDocumentName = _sDocumentName; in load()
67 String sDocumentSuffix = FileHelper.getSuffix(m_sDocumentName); in load()
88 ArrayList aList = aExtractor.load(m_sDocumentName); in load()
119 throw new OfficeException("Can't open the document " + m_sDocumentName); in load()
133 if (m_sDocumentName.endsWith(".odb")) in storeAsPostscript()
H A DOpenOfficePostscriptCreator.java64 private String m_sDocumentName; field in OpenOfficePostscriptCreator
82 m_sDocumentName = _sDocumentName; in load()
84 String sInputFileURL = URLHelper.getFileURLFromSystemPath(m_sDocumentName); in load()
92 m_sBasename = FileHelper.getBasename(m_sDocumentName); in load()
108 … FileHelper.addBasenameToIndex(m_sOutputURL, sBasename, "OOo", "postscript", m_sDocumentName); in storeAsPostscript()
116 … FileHelper.addBasenameToIndex(m_sOutputURL, sBasename, "pdf", "pdf-export", m_sDocumentName); in storeAsPostscript()
H A DMSOfficePostscriptCreator.java60 private String m_sDocumentName; field in MSOfficePostscriptCreator
83 m_sDocumentName = _sDocumentName; in load()
85 if (! isMSOfficeDocumentFormat(m_sDocumentName)) in load()
97 String sDocumentName = m_sDocumentName + ".ps"; in storeAsPostscript()
99 m_sDocumentName, in storeAsPostscript()
105 … FileHelper.addBasenameToIndex(m_sResult, sBasename, "msoffice", "postscript", m_sDocumentName); in storeAsPostscript()
/aoo41x/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java389 private String m_sDocumentName; field in CheckMemoryUsage.OfficeMemchecker
399 m_sDocumentName = _sDocName; in setDocumentName()
416 aBuf.append('_').append(m_sDocumentName).append('_').append(m_sExtension); in createModeName()
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx221 …aProp->m_sDocumentName = ::rtl::OStringToOUString(rtl::OString(lpszDocName),RTL_TEXTENCODING_ASCII… in queryContent()
374 …_rProp->m_sDocumentName = ::rtl::OStringToOUString(rtl::OString(lpszDocInfo),RTL_TEXTENCODING_ASCI… in fillDocumentProperties()
467 …aReturn->m_sDocumentName = ::rtl::OStringToOUString(rtl::OString(&lpszDocName[ODM_NAME_MAX*i]),RTL… in queryContentProperty()
H A Dodma_contentprops.hxx42 ::rtl::OUString m_sDocumentName;// document name

Completed in 52 milliseconds