Home
last modified time | relevance | path

Searched refs:_aDoc (Results 1 – 4 of 4) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java159 private String getDocumentType( XComponent _aDoc ) in getDocumentType() argument
161 XModel xModel = UnoRuntime.queryInterface( XModel.class, _aDoc); in getDocumentType()
178 private void showDocumentType( XComponent _aDoc ) in showDocumentType() argument
180 String sNameValue = getDocumentType(_aDoc); in showDocumentType()
398 XComponent _aDoc, in storeAsPDF() argument
404 bBack = exportToPDF(_aDoc, _sOutputURL); in storeAsPDF()
466 XComponent _aDoc, in impl_printToFileWithOOo() argument
472 if (_aDoc == null) in impl_printToFileWithOOo()
485 XStorable aStorable = UnoRuntime.queryInterface( XStorable.class, _aDoc); in impl_printToFileWithOOo()
545 XPrintable aPrintable = UnoRuntime.queryInterface( XPrintable.class, _aDoc); in impl_printToFileWithOOo()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java115 static String getDocumentType( XComponent _aDoc ) in getDocumentType() argument
117 XModel xModel = UnoRuntime.queryInterface( XModel.class, _aDoc); in getDocumentType()
134 static void showDocumentType( XComponent _aDoc ) in showDocumentType() argument
136 String sNameValue = getDocumentType(_aDoc); in showDocumentType()
349 XComponent _aDoc, in storeAsPDF() argument
355 bBack = exportToPDF(_aDoc, _sOutputURL); in storeAsPDF()
519 XComponent _aDoc, in impl_printToFileWithOOo() argument
525 if (_aDoc == null) in impl_printToFileWithOOo()
538 XStorable aStorable = UnoRuntime.queryInterface( XStorable.class, _aDoc); in impl_printToFileWithOOo()
577 XPrintable aPrintable = UnoRuntime.queryInterface( XPrintable.class, _aDoc); in impl_printToFileWithOOo()
[all …]
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java130 private void initialize(Object _aDoc) in initialize() argument
132 m_aReportDocument = _aDoc; in initialize()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java73 private void setInitialDocument(Object _aDoc) in setInitialDocument() argument
75 m_aInitialDoc = _aDoc; in setInitialDocument()

Completed in 41 milliseconds