/aoo4110/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | wrapper_gpl.cxx | 143 PDFDoc aDoc( pFileName, in main() local 153 if ( !aDoc.isOk()|| in main() 154 !aDoc.okToPrint() || in main() 155 !aDoc.okToChange()|| in main() 156 !aDoc.okToCopy()|| in main() 157 !aDoc.okToAddNotes() ) in main() 182 pdfi::PDFOutDev* pOutDev( new pdfi::PDFOutDev(&aDoc) ); in main() 185 pOutDev->setPageNum( aDoc.getNumPages() ); in main() 191 const int nPages = aDoc.getNumPages(); in main() 194 aDoc.displayPage( pOutDev, in main() [all …]
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 779 if( !aDoc.isEmpty() ) in dumpHFile() 780 o << "/**\n" << aDoc << "\n*/"; in dumpHFile() 831 if( !aDoc.isEmpty() ) in dumpAttributes() 872 if( !aDoc.isEmpty() ) in dumpMethods() 1261 if( !aDoc.isEmpty() ) in dumpHFile() 1290 if( !aDoc.isEmpty() ) in dumpHFile() 1334 if( !aDoc.isEmpty() ) in dumpSuperMember() 1377 if( !aDoc.isEmpty() ) in dumpHFile() 1409 if( !aDoc.isEmpty() ) in dumpHFile() 1454 if( !aDoc.isEmpty() ) in dumpSuperMember() [all …]
|
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 151 XComponent aDoc = null; in loadFromURL() local 218 if (aDoc != null) in loadFromURL() 221 showDocumentType(aDoc); in loadFromURL() 245 aDoc = null; in loadFromURL() 247 return aDoc; in loadFromURL() 335 if (aDoc == null) in storeAsPDF() 344 aDoc.dispose(); in storeAsPDF() 391 if (aDoc != null) in printToFileWithOOo() 403 aDoc.dispose(); in printToFileWithOOo() 552 if (aDoc == null) in impl_printToFileWithOOo() [all …]
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | FormTools.java | 204 public static void insertForm ( XComponent aDoc, XNameContainer Forms, in insertForm() argument 207 XInterface oControl = createControl(aDoc, "Form"); in insertForm() 224 public static XLoadable bindForm( XTextDocument aDoc ) { in bindForm() argument 228 Object aForm = FormTools.getIndexedForms(WriterTools.getDrawPage(aDoc)).getByIndex(0); in bindForm() 259 public static XLoadable bindForm( XTextDocument aDoc, String sourceName, String tableName ) in bindForm() argument 263 FormTools.getIndexedForms(WriterTools.getDrawPage(aDoc)).getByIndex(0)); in bindForm() 272 public static XLoadable bindForm( XTextDocument aDoc, String formName ) { in bindForm() argument 302 public static XLoadable bindForm( XTextDocument aDoc, String formName, String sourceName, in bindForm() argument 306 FormTools.getForms(WriterTools.getDrawPage(aDoc)).getByName(formName)); in bindForm() 315 public static void switchDesignOf(XMultiServiceFactory xMSF, XTextDocument aDoc) { in switchDesignOf() argument [all …]
|
H A D | DrawTools.java | 73 public static XDrawPages getDrawPages ( XComponent aDoc ) { in getDrawPages() argument 77 UnoRuntime.queryInterface(XDrawPagesSupplier.class,aDoc); in getDrawPages() 94 public static XDrawPage getDrawPage ( XComponent aDoc, int nr ) { in getDrawPage() argument 98 new Type(XDrawPage.class),getDrawPages( aDoc ).getByIndex( nr )); in getDrawPage()
|
H A D | WriterTools.java | 71 public static XDrawPage getDrawPage(XTextDocument aDoc) { in getDrawPage() argument 76 XDrawPageSupplier.class, aDoc); in getDrawPage() 85 public static void insertTextGraphic(XTextDocument aDoc, in insertTextGraphic() argument 93 XText the_text = aDoc.getText(); in insertTextGraphic()
|
/aoo4110/main/migrationanalysis/src/driver_docs/sources/word/ |
H A D | MigrationAnalyser.cls | 127 Dim aDoc As Document 174 Analyze_Password_Protection aDoc.HasPassword, aDoc.WriteReserved 175 Analyze_Document_Protection aDoc 181 aDoc.Unprotect 190 Analyze_Tables_TablesInTables aDoc 191 Analyze_Tables_Borders aDoc 192 Analyze_TOA aDoc 196 Analyze_OLEEmbedded aDoc 197 Analyze_MailMerge_DataSource aDoc 223 aDoc.Close (False) [all …]
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 192 XComponent aDoc = null; in loadFromURL() local 264 if (aDoc != null) in loadFromURL() 267 showDocumentType(aDoc); in loadFromURL() 268 _aGTA.setDocumentType(getDocumentType(aDoc)); in loadFromURL() 292 aDoc = null; in loadFromURL() 294 return aDoc; in loadFromURL() 498 XComponent aDoc = loadFromURL(_aGTA, _sOutputURL); in impl_printToFileWithOOo() local 499 if (aDoc == null) in impl_printToFileWithOOo() 512 aDoc.dispose(); in impl_printToFileWithOOo() 1200 XComponent aDoc = loadFromURL( _aGTA, sInputURL); in convertDocument() local [all …]
|
/aoo4110/main/autodoc/inc/ary/doc/ |
H A D | d_parametrized.hxx | 62 HyperText aDoc; member in ary::doc::Parametrized 74 aDoc(), in Parametrized() 88 return aDoc; in Doc() 102 return aDoc; in Doc()
|
/aoo4110/main/xmlhelp/source/com/sun/star/help/ |
H A D | HelpSearch.java | 283 ScoreDoc aDoc = aHits.scoreDocs[iHit]; in queryImpl() local 284 String aPath = searcher.doc(aDoc.doc).get( "path" ); in queryImpl() 286 aScores[iHit] = aDoc.score; in queryImpl()
|
/aoo4110/main/jvmfwk/source/ |
H A D | libxmlutil.hxx | 77 CXmlDocPtr(xmlDoc* aDoc); 113 CXmlCharPtr(xmlChar* aDoc);
|
H A D | libxmlutil.cxx | 95 CXmlDocPtr::CXmlDocPtr(xmlDoc* aDoc) in CXmlDocPtr() argument 96 : _object(aDoc) in CXmlDocPtr()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | compiler.cxx | 858 aDoc = aString.Copy( 0, nPos + 1 ); in MakeTabStr() 860 aDoc = INetURLObject::decode( aDoc, INET_HEX_ESCAPE, in MakeTabStr() 864 aDoc.Erase(); in MakeTabStr() 899 String aDoc; in MakeRefStrImpl() local 900 String aRefStr( MakeTabStr( rComp, aRef.Ref1.nTab, aDoc ) ); in MakeRefStrImpl() 901 rBuffer.append(aDoc); in MakeRefStrImpl() 934 String aDoc; in MakeRefStrImpl() local 936 rBuffer.append(aDoc); in MakeRefStrImpl() 3406 String aDoc; in AutoCorrectParsedSymbol() local 3411 aDoc = aSymbol.Copy( 0, nPosition + 2 ); in AutoCorrectParsedSymbol() [all …]
|
H A D | interpr1.cxx | 6975 String aDoc; in ScAddressFunc() local 6984 aDoc = sTabStr.Copy( 0, nPos+1); in ScAddressFunc() 6992 if (aDoc.Len()) in ScAddressFunc() 6993 sTabStr.Insert( aDoc, 0); in ScAddressFunc()
|
/aoo4110/main/odk/examples/DevelopersGuide/Charts/ |
H A D | CalcHelper.java | 75 public CalcHelper( XSpreadsheetDocument aDoc ) in CalcHelper() argument 77 maSpreadSheetDoc = aDoc; in CalcHelper()
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 3117 Dim aDoc As Word.Document 3164 Set aDoc = wrd.Documents.Open(fileName:=sWordDriverDocPath) 3167 For Each MyObj In aDoc.Variables 3186 If Not aDoc Is Nothing Then aDoc.Close (False) 3187 Set aDoc = Nothing 3199 Set aDoc = Nothing
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1class.cxx | 1218 aDop(aFib), aFonts(aFib, nFieldFlgs), aDoc(aFib), pDoc(&aDoc), in Ww1Manager() 1225 && !aDoc.GetError() in Ww1Manager()
|
H A D | w1class.hxx | 1588 Ww1DocText aDoc; member in Ww1Manager 1640 sal_Bool Pushed() { return pDoc != &aDoc; } in Pushed()
|
H A D | w1filter.cxx | 303 pDoc = &aDoc; in Pop()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docvor.cxx | 1159 SfxObjectShellRef aDoc; in GetObjectShell() local 1161 aDoc = pMgr->CreateObjectShell(rPath[0]); in GetObjectShell() 1163 aDoc = pMgr->CreateObjectShell(rPath[0], rPath[1]); in GetObjectShell() 1164 return aDoc; in GetObjectShell()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | scriptdocument.cxx | 1231 ScriptDocument aDoc( doc->xModel ); in getAllScriptDocuments() local 1232 if ( !aDoc.isValid() ) in getAllScriptDocuments() 1235 aScriptDocs.push_back( aDoc ); in getAllScriptDocuments()
|
/aoo4110/main/sw/inc/ |
H A D | PostItMgr.hxx | 202 SwPostItMgr(SwView* aDoc);
|
/aoo4110/main/basic/source/classes/ |
H A D | sbxmod.cxx | 455 uno::Any aDoc; in getDocumentModel() local 456 if( pb->GetUNOConstant( "ThisComponent", aDoc ) ) in getDocumentModel() 457 xModel.set( aDoc, uno::UNO_QUERY ); in getDocumentModel()
|