Home
last modified time | relevance | path

Searched refs:xDoc (Results 26 – 50 of 182) sorted by relevance

12345678

/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java113 XComponent xDoc = null; in testDoc() local
127 xDoc = util.DesktopTools.loadDoc(m_xMSF, sourceFile, loadProps); in testDoc()
147 XStorable.class, xDoc); in testDoc()
156 if (xDoc != null) { in testDoc()
157 util.DesktopTools.closeDoc(xDoc); in testDoc()
/trunk/main/linguistic/source/
H A Dgciterator.cxx665 const uno::Reference< ::uno::XInterface > & xDoc, in startProofreading()
674 uno::Reference< lang::XComponent > xComponent( xDoc, uno::UNO_QUERY ); in startProofreading()
690 const uno::Reference< uno::XInterface >& xDoc, in checkSentenceAtPosition()
705 uno::Reference< lang::XComponent > xComponent( xDoc, uno::UNO_QUERY ); in checkSentenceAtPosition()
829 const uno::Reference< uno::XInterface >& xDoc ) in isProofreading()
837 uno::Reference< lang::XComponent > xComponent( xDoc, uno::UNO_QUERY ); in isProofreading()
1007 uno::Reference< lang::XComponent > xDoc( rSource.Source, uno::UNO_QUERY ); in disposing() local
1008 if (xDoc.is()) in disposing()
1012 m_aDocIdMap.erase( xDoc.get() ); in disposing()
/trunk/main/writerfilter/source/filter/
H A DRtfFilter.cxx81 void RtfFilter::setSourceDocument( const uno::Reference< lang::XComponent >& xDoc ) in setSourceDocument() argument
84 m_xSrcDoc = xDoc; in setSourceDocument()
87 void RtfFilter::setTargetDocument( const uno::Reference< lang::XComponent >& xDoc ) in setTargetDocument() argument
90 m_xDstDoc = xDoc; in setTargetDocument()
H A DImportFilter.cxx151 void WriterFilter::setTargetDocument( const uno::Reference< lang::XComponent >& xDoc ) in setTargetDocument() argument
154 m_xDstDoc = xDoc; in setTargetDocument()
157 void WriterFilter::setSourceDocument( const uno::Reference< lang::XComponent >& xDoc ) in setSourceDocument() argument
160 m_xSrcDoc = xDoc; in setSourceDocument()
/trunk/main/linguistic/qa/complex/linguistic/
H A DHangulHanjaConversion.java123 XComponent xDoc = DesktopTools.loadDoc(xMSF, FileToLoad, in checkXConversionDictionaryList() local
125 XSpreadsheet xSheet = getSheet(xDoc); in checkXConversionDictionaryList()
211 DesktopTools.closeDoc(xDoc); in checkXConversionDictionaryList()
244 private XSpreadsheet getSheet(XComponent xDoc) { in getSheet() argument
245 … XSpreadsheetDocument xSheetDoc = UnoRuntime.queryInterface(XSpreadsheetDocument.class, xDoc); in getSheet()
/trunk/main/sw/source/ui/uno/
H A DSwXFilterOptions.cxx166 void SwXFilterOptions::setTargetDocument( const uno::Reference< XComponent >& xDoc ) in setTargetDocument() argument
170 xModel = xDoc; in setTargetDocument()
175 void SwXFilterOptions::setSourceDocument( const uno::Reference<XComponent >& xDoc ) in setSourceDocument() argument
179 xModel = xDoc; in setSourceDocument()
/trunk/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx103 uno::Reference< chart::XChartDocument > xDoc = mrImportHelper.GetChartDocument(); in StartElement() local
104 if( !xDoc.is() ) in StartElement()
108 uno::Reference< beans::XPropertySet > xDocProp( xDoc, uno::UNO_QUERY ); in StartElement()
121 uno::Reference< drawing::XShape > xLegendShape( xDoc->getLegend(), uno::UNO_QUERY ); in StartElement()
H A DSchXMLPlotAreaContext.cxx83 …nvertRange( const ::rtl::OUString & rRange, const uno::Reference< chart2::XChartDocument > & xDoc ) in lcl_ConvertRange() argument
86 if(!xDoc.is()) in lcl_ConvertRange()
89 xDoc->getDataProvider(), uno::UNO_QUERY ); in lcl_ConvertRange()
185 uno::Reference< chart::XChartDocument > xDoc( rImpHelper.GetChartDocument(), uno::UNO_QUERY ); in SchXMLPlotAreaContext() local
186 if( xDoc.is()) in SchXMLPlotAreaContext()
188 mxDiagram = xDoc->getDiagram(); in SchXMLPlotAreaContext()
189 mxNewDoc.set( xDoc, uno::UNO_QUERY ); in SchXMLPlotAreaContext()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx117 uno::Reference<table::XCell> lcl_GetCell( const uno::Reference<sheet::XSpreadsheetDocument>& xDoc, in lcl_GetCell() argument
120 uno::Reference<container::XIndexAccess> xSheets( xDoc->getSheets(), uno::UNO_QUERY ); in lcl_GetCell()
125 void lcl_SetValue( const uno::Reference<sheet::XSpreadsheetDocument>& xDoc, in lcl_SetValue() argument
128 lcl_GetCell( xDoc, rPos )->setValue( fValue ); in lcl_SetValue()
131 double lcl_GetValue( const uno::Reference<sheet::XSpreadsheetDocument>& xDoc, in lcl_GetValue() argument
134 return lcl_GetCell( xDoc, rPos )->getValue(); in lcl_GetValue()
/trunk/main/filter/source/svg/
H A Dsvgfilter.cxx221 void SAL_CALL SVGFilter::setSourceDocument( const Reference< XComponent >& xDoc ) in setSourceDocument() argument
224 mxSrcDoc = xDoc; in setSourceDocument()
230 void SAL_CALL SVGFilter::setTargetDocument( const Reference< XComponent >& xDoc ) in setTargetDocument() argument
233 mxDstDoc = xDoc; in setTargetDocument()
/trunk/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx352 …XmlFilterAdaptor::setSourceDocument( const Reference< ::com::sun::star::lang::XComponent >& xDoc ) in setSourceDocument() argument
356 mxDoc = xDoc; in setSourceDocument()
357 …:XModel >rModel ( com::sun::star::uno::Reference< com::sun::star::frame::XModel >::query( xDoc ) ); in setSourceDocument()
363 …XmlFilterAdaptor::setTargetDocument( const Reference< ::com::sun::star::lang::XComponent >& xDoc ) in setTargetDocument() argument
367 mxDoc = xDoc; in setTargetDocument()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx189 … uno::Reference< lang::XComponent > xDoc( rDoc.GetDocShell()->GetBaseModel(), uno::UNO_QUERY ); in StartGrammarChecking() local
190 uno::Reference< text::XFlatParagraphIteratorProvider > xFPIP( xDoc, uno::UNO_QUERY ); in StartGrammarChecking()
193 if ( xFPIP.is() && !xGCIterator->isProofreading( xDoc ) ) in StartGrammarChecking()
194 xGCIterator->startProofreading( xDoc, xFPIP ); in StartGrammarChecking()
1055 uno::Reference< document::XDocumentInfoSupplier > xDoc( in SetApplyWorkaroundForB6375613() local
1058 if ( xDoc.is() ) in SetApplyWorkaroundForB6375613()
1061 xDoc->getDocumentInfo(), in SetApplyWorkaroundForB6375613()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx193 static void createSlideFile( Reference< XComponent > xDoc, ZipFile& rZipFile, const rtl::OUString& … in createSlideFile() argument
200 Reference< XDocumentPropertiesSupplier > xDPS( xDoc, UNO_QUERY ); in createSlideFile()
296 sal_Bool PlaceWareExporter::doExport( Reference< XComponent > xDoc, Reference < XOutputStream > xOu… in doExport() argument
302 Reference< XDrawPagesSupplier > xDrawPagesSupplier(xDoc, UNO_QUERY); in doExport()
368 createSlideFile( xDoc, aZipFile, rURL, aPageEntries ); in doExport()
H A Dfilter.cxx66 …virtual void SAL_CALL setSourceDocument( const Reference< XComponent >& xDoc ) throw(IllegalArgume…
134 …urceDocument( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& xDoc ) in setSourceDocument() argument
137 mxDoc = xDoc; in setSourceDocument()
/trunk/main/framework/qa/complex/dispatches/
H A Dcheckdispatchapi.java337 XComponent xDoc = null; in impl_loadIntoFrame() local
340 xDoc = xLoader.loadComponentFromURL(sURL, "_self", 0, args); in impl_loadIntoFrame()
344 xDoc = null; in impl_loadIntoFrame()
347 if (xDoc == null) in impl_loadIntoFrame()
/trunk/main/unoxml/test/
H A Ddomtest.cxx335 uno::Reference< xml::dom::XDocument > xDoc= in TEST_F() local
339 ASSERT_TRUE( xDoc.is() ) << "Valid input file did not result in XDocument"; in TEST_F()
343 xDoc, uno::UNO_QUERY); in TEST_F()
347 xDoc, uno::UNO_QUERY); in TEST_F()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java329 … XNameAccess xDoc = ( XNameAccess ) UnoRuntime.queryInterface( XNameAccess.class, oDoc ); in loadConfiguration() local
331 ht.put( "Url", xDoc.getByName( "Url" ) ); in loadConfiguration()
332 ht.put( "CompleteUrl", xDoc.getByName( "CompleteUrl" ) ); in loadConfiguration()
333 ht.put( "Doc", xDoc.getByName( "Doc" ) ); in loadConfiguration()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java411 XComponent xDoc = xComponentLoader.loadComponentFromURL( in storePrintExample() local
414 if ( xDoc != null ) { in storePrintExample()
420 storeDocComponent(xDoc, sStoreFileUrl.toString() ); in storePrintExample()
421 printDocComponent(xDoc); in storePrintExample()
479 protected void storeDocComponent(XComponent xDoc, String storeUrl) in storeDocComponent() argument
484 XStorable.class, xDoc); in storeDocComponent()
494 protected void printDocComponent(XComponent xDoc) throws java.lang.Exception { in printDocComponent() argument
496 XPrintable.class, xDoc); in printDocComponent()
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx620 const SfxObjectShellRef xDoc = impl_findObjectShell( xModel ); in load() local
621 ENSURE_OR_THROW( xDoc.Is(), "no SfxObjectShell for the given model" ); in load()
624 const sal_Int16 nViewId = impl_determineEffectiveViewId_nothrow( *xDoc, aDescriptor ); in load()
625 const sal_Int16 nViewNo = xDoc->GetFactory().GetViewNo_Impl( nViewId, 0 ); in load()
626 … const ::rtl::OUString sViewName( xDoc->GetFactory().GetViewFactory( nViewNo ).GetAPIViewName() ); in load()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficeDatabaseReportExtractor.java369 XComponent xDoc = loadComponent(sReportName, _xNameAccess, _aPropertyList); in loadAndStoreReports() local
370 if (xDoc != null) in loadAndStoreReports()
374 String sDocumentPathName = storeComponent(sReportName, xDoc /*, _nType*/); in loadAndStoreReports()
377 closeComponent(xDoc); in loadAndStoreReports()
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx165 Reference< uno::XInterface > xDoc = in proccessDocument() local
172 … Reference< script::provider::XScriptProviderSupplier > xSupplier( xDoc, uno::UNO_QUERY_THROW ) ; in proccessDocument()
227 Reference< util::XCloseable > xCloseable ( xDoc, uno::UNO_QUERY ); in proccessDocument()
243 Reference< XComponent > xComp( xDoc, uno::UNO_QUERY_THROW ); in proccessDocument()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx563 Reference< XSpreadsheetDocument> xDoc = m_pConnection->acquireDoc(); in construct() local
564 if (xDoc.is()) in construct()
566 Reference<XSpreadsheets> xSheets = xDoc->getSheets(); in construct()
579 Reference<XPropertySet> xDocProp( xDoc, UNO_QUERY ); in construct()
622 Reference<XNumberFormatsSupplier> xSupp( xDoc, UNO_QUERY ); in construct()
626 Reference<XPropertySet> xProp( xDoc, UNO_QUERY ); in construct()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx183 Reference<XDocument> xDoc = xNode->getOwnerDocument(); in lcl_OutInstance() local
185 if( xDoc != pModel->getDefaultInstance() ) in lcl_OutInstance()
204 if( xInstance == xDoc ) in lcl_OutInstance()
640 Reference<XDocument> xDoc = xNode->getOwnerDocument(); in renameNode() local
644 Reference<XElement> xElem = xDoc->createElement( sName ); in renameNode()
672 Reference<XAttr> xAttr = xDoc->createAttribute( sName ); in renameNode()
/trunk/main/odk/examples/java/Text/
H A DWriterSelector.java62 com.sun.star.text.XTextDocument xDoc =(com.sun.star.text.XTextDocument) in main() local
65xDoc.getText().setString("Please select something in this text and press then \"return\" in the sh… in main()
70 com.sun.star.frame.XModel.class, xDoc); in main()
/trunk/main/framework/source/jobs/
H A Dhelponstartup.cxx235 …css::uno::Reference< css::frame::XModel > xDoc = lEnvironment.getUnpackedValueOrDefault(PROP_MODEL… in its_getModuleIdFromEnv() local
236 if (!xDoc.is()) in its_getModuleIdFromEnv()
244 css::uno::Reference< css::frame::XController > xController = xDoc->getCurrentController(); in its_getModuleIdFromEnv()
266 sModuleId = xModuleManager->identify(xDoc); in its_getModuleIdFromEnv()

Completed in 99 milliseconds

12345678