Searched refs:xImp (Results 1 – 5 of 5) sorted by relevance
144 XImportable xImp = null; in createTestEnvironment() local148 xImp = (XImportable) UnoRuntime.queryInterface(XImportable.class, in createTestEnvironment()153 _doImport(xImp); in createTestEnvironment()
927 XImporter xImp = (XImporter) UnoRuntime.queryInterface in importDocument() local932 xImp.setTargetDocument(xDoc) ; in importDocument()
1931 Reference< XImporter > xImp( GetDocHandler(), UNO_QUERY ); in setTargetDocument() local1932 OSL_ENSURE( xImp.is(), "doc handler is not an importer" ); in setTargetDocument()1933 if( xImp.is() ) in setTargetDocument()1934 xImp->setTargetDocument( xDoc ); in setTargetDocument()
434 UniReference< XMLShapeImportHelper > xImp( GetImport().GetShapeImport() ); in AddShape() local435 xImp->addShape( xShape, mxAttrList, mxShapes ); in AddShape()462 xImp->shapeWithZIndexAdded( xShape, mnZOrder ); in AddShape()
1943 css::uno::Reference<css::document::XImporter> xImp (xDocHandler, in loadFromStorage() local1945 xImp->setTargetDocument(css::uno::Reference<css::lang::XComponent>(this)); in loadFromStorage()
Completed in 139 milliseconds