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