Lines Matching refs:_aDoc
159 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()
593 … XServiceInfo xServiceInfo = UnoRuntime.queryInterface( XServiceInfo.class, _aDoc ); in impl_printToFileWithOOo()