Home
last modified time | relevance | path

Searched refs:xIfc (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx183 Reference< XHierarchicalNameAccess > xIfc( in savePackage() local
189 if( xIfc.is() ) in savePackage()
250 Reference< XChangesBatch > xBatch( xIfc, UNO_QUERY ); in savePackage()
286 Reference< XHierarchicalNameAccess > xIfc( in openPackage() local
292 if( xIfc.is() ) in openPackage()
302 if( xIfc->hasByHierarchicalName( szTypeDetection ) ) in openPackage()
319 if( copyFiles( xIfc, (*aIter) ) ) in openPackage()
342 bool bOk = copyFile( xIfc, pFilter->maDTD, sDTDPath ); in copyFiles()
345 bOk = copyFile( xIfc, pFilter->maExportXSLT, sXSLTPath ); in copyFiles()
348 bOk = copyFile( xIfc, pFilter->maImportXSLT, sXSLTPath ); in copyFiles()
[all …]
H A Dxmlfilterjar.hxx47 …tar::uno::Reference< com::sun::star::container::XHierarchicalNameAccess > xIfc, ::rtl::OUString& r…
48 …tar::uno::Reference< com::sun::star::container::XHierarchicalNameAccess > xIfc, filter_info_impl* …
/trunk/main/ucbhelper/source/client/
H A Dcontentbroker.cxx276 Reference< XInterface > xIfc; in initialize() local
282 xIfc = m_xSMgr->createInstance( in initialize()
290 if ( xIfc.is() ) in initialize()
293 = Reference< XContentProviderManager >( xIfc, UNO_QUERY ); in initialize()
316 xIfc = m_xSMgr->createInstanceWithArguments( in initialize()
326 OSL_ENSURE( xIfc.is(), "Error creating UCB service!" ); in initialize()
328 if ( !xIfc.is() ) in initialize()
333 = Reference< XContentIdentifierFactory >( xIfc, UNO_QUERY ); in initialize()
341 m_xProvider = Reference< XContentProvider >( xIfc, UNO_QUERY ); in initialize()
351 = Reference< XContentProviderManager >( xIfc, UNO_QUERY ); in initialize()
[all …]
/trunk/main/writerfilter/source/filter/
H A DRtfFilter.cxx51 …uno::Reference< uno::XInterface > xIfc( xMSF->createInstance( rtl::OUString( RTL_CONSTASCII_USTRIN… in filter() local
52 if (!xIfc.is()) in filter()
54 uno::Reference< document::XExporter > xExprtr(xIfc, uno::UNO_QUERY_THROW); in filter()
55 uno::Reference< document::XFilter > xFltr(xIfc, uno::UNO_QUERY_THROW); in filter()
64 …uno::Reference< uno::XInterface > xIfc( xMSF->createInstance( rtl::OUString( RTL_CONSTASCII_USTRIN… in filter() local
65 if (!xIfc.is()) in filter()
67 uno::Reference< document::XImporter > xImprtr(xIfc, uno::UNO_QUERY_THROW); in filter()
68 uno::Reference< document::XFilter > xFltr(xIfc, uno::UNO_QUERY_THROW); in filter()
H A DImportFilter.cxx53 …uno::Reference< uno::XInterface > xIfc( xMSF->createInstance( rtl::OUString( RTL_CONSTASCII_USTRIN… in filter() local
54 if (!xIfc.is()) in filter()
56 uno::Reference< document::XExporter > xExprtr(xIfc, uno::UNO_QUERY_THROW); in filter()
57 uno::Reference< document::XFilter > xFltr(xIfc, uno::UNO_QUERY_THROW); in filter()
/trunk/main/xmloff/source/text/
H A DXMLTextMarkImportContext.cxx372 Reference<XInterface> xIfc; in CreateAndInsertMark() local
376 xIfc = xFactory->createInstance(sServiceName); in CreateAndInsertMark()
378 if (!xIfc.is()) in CreateAndInsertMark()
385 const Reference<XNamed> xNamed(xIfc, UNO_QUERY); in CreateAndInsertMark()
400 const Reference<XTextContent> xTextContent(xIfc, UNO_QUERY); in CreateAndInsertMark()
411 rImport.SetXmlId(xIfc, i_rXmlId); in CreateAndInsertMark()
H A DXMLIndexTOCContext.cxx190 Reference<XInterface> xIfc = in StartElement() local
193 if( xIfc.is() ) in StartElement()
196 Reference<XPropertySet> xPropSet(xIfc, UNO_QUERY); in StartElement()
216 Reference<XTextContent> xTextContent(xIfc, UNO_QUERY); in StartElement()
237 GetImport().SetXmlId(xIfc, sXmlId); in StartElement()
H A DXMLSectionImportContext.cxx150 Reference<XInterface> xIfc = in StartElement() local
153 if (xIfc.is()) in StartElement()
155 Reference<XPropertySet> xPropSet(xIfc, UNO_QUERY); in StartElement()
251 GetImport().SetXmlId(xIfc, sXmlId); in StartElement()
H A DXMLIndexBibliographyConfigurationContext.cxx248 Reference<XInterface> xIfc = in CreateAndInsert() local
250 if( xIfc.is() ) in CreateAndInsert()
252 Reference<XPropertySet> xPropSet( xIfc, UNO_QUERY ); in CreateAndInsert()
H A DXMLTextMasterPageContext.cxx61 Reference < XInterface > xIfc = in Create() local
64 if( xIfc.is() ) in Create()
65 xNewStyle = Reference < XStyle >( xIfc, UNO_QUERY ); in Create()
H A DXMLTextColumnsContext.cxx388 Reference<XInterface> xIfc = xFactory->createInstance( in EndElement() local
390 if( !xIfc.is() ) in EndElement()
393 Reference< XTextColumns > xColumns( xIfc, UNO_QUERY ); in EndElement()
H A DXMLFootnoteImportContext.cxx117 Reference<XInterface> xIfc = xFactory->createInstance( in StartElement() local
123 Reference<XTextContent> xTextContent(xIfc, UNO_QUERY); in StartElement()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx466 uno::Reference< uno::XInterface > xIfc; in createDocumentEventNotifier() local
469 xIfc = rXSMgr->createInstance( in createDocumentEventNotifier()
480 xIfc.is(), in createDocumentEventNotifier()
483 if ( xIfc.is() ) in createDocumentEventNotifier()
486 xIfc, uno::UNO_QUERY ); in createDocumentEventNotifier()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DInstCreator.java62 XInterface xIfc = null; in createInstance() local
65 xIfc = iDsc.createInstance( xMSF ); in createInstance()
67 return xIfc; in createInstance()
/trunk/main/forms/source/component/
H A Dclickableimage.cxx753 InterfaceRef xIfc( *this ); in SetURL() local
754 while( !xModel.is() && xIfc.is() ) in SetURL()
756 Reference<XChild> xChild( xIfc, UNO_QUERY ); in SetURL()
757 xIfc = xChild->getParent(); in SetURL()
758 query_interface(xIfc, xModel); in SetURL()
/trunk/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx274 uno::Reference< uno::XInterface > xIfc in createPackage() local
280 if ( xIfc.is() ) in createPackage()
284 xIfc, uno::UNO_QUERY ); in createPackage()
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx1289 …Reference < XInterface > xIfc = xFactory->createInstance(OUString(RTL_CONSTASCII_USTRINGPARAM( "co… in CreateAndInsertLate() local
1290 if( !xIfc.is() ) in CreateAndInsertLate()
1292 Reference < XStyle > xTmp( xIfc, UNO_QUERY ); in CreateAndInsertLate()
1362 …Reference < XInterface > xIfc = xFactory->createInstance(OUString(RTL_CONSTASCII_USTRINGPARAM( "co… in CreateNumRule() local
1363 if( !xIfc.is() ) in CreateNumRule()
1366 xNumRule = Reference<XIndexReplace>( xIfc, UNO_QUERY ); in CreateNumRule()
H A Dprstylei.cxx252 Reference < XInterface > xIfc = in Create() local
254 if( xIfc.is() ) in Create()
255 xNewStyle = Reference < XStyle >( xIfc, UNO_QUERY ); in Create()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx200 Reference<XInterface> xIfc = xFactory->createInstance( in XMLImageMapObjectContext() local
202 DBG_ASSERT(xIfc.is(), "can't create image map object!"); in XMLImageMapObjectContext()
203 if( xIfc.is() ) in XMLImageMapObjectContext()
205 Reference<XPropertySet> xPropertySet( xIfc, UNO_QUERY ); in XMLImageMapObjectContext()
/trunk/main/sw/source/filter/ww8/
H A Drtfimportfilter.cxx67 uno::Reference< uno::XInterface > xIfc( m_xDstDoc, uno::UNO_QUERY ); in filter() local
68 SwXTextDocument *pTxtDoc = dynamic_cast< SwXTextDocument * >( xIfc.get() ); in filter()
H A Ddocxexportfilter.cxx51 uno::Reference< uno::XInterface > xIfc( getModel(), uno::UNO_QUERY ); in exportDocument() local
52 SwXTextDocument *pTxtDoc = dynamic_cast< SwXTextDocument * >( xIfc.get() ); in exportDocument()
H A Drtfexportfilter.cxx62 uno::Reference< uno::XInterface > xIfc( m_xSrcDoc, uno::UNO_QUERY ); in filter() local
63 SwXTextDocument *pTxtDoc = dynamic_cast< SwXTextDocument * >( xIfc.get() ); in filter()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1032 Reference< XInterface > xIfc in jarFile() local
1038 if ( xIfc.is() ) in jarFile()
1040 it->second = Reference< XHierarchicalNameAccess >( xIfc, UNO_QUERY ); in jarFile()
1910 Reference< XInterface > xIfc in implGetJarFromPackage() local
1916 if ( xIfc.is() ) in implGetJarFromPackage()
1918 xNA = Reference< XHierarchicalNameAccess >( xIfc, UNO_QUERY ); in implGetJarFromPackage()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1023 Reference < XInterface > xIfc; in initialize() local
1025 aAny >>= xIfc; in initialize()
1027 StyleMap *pSMap = StyleMap::getImplementation( xIfc ); in initialize()
1455 Reference < XInterface > xIfc( in AddStyleDisplayName() local
1458 aAny <<= xIfc; in AddStyleDisplayName()
/trunk/main/toolkit/qa/complex/toolkit/
H A DAccessibleStatusBar.java236 XInterface xIfc = (XInterface) xMSF.createInstance( in getTestObject() local
238 XExtendedToolkit tk = UnoRuntime.queryInterface(XExtendedToolkit.class, xIfc); in getTestObject()

Completed in 120 milliseconds

12