Lines Matching refs:xLib
884 Reference< XNameAccess > xLib = in init_Impl() local
886 pImplLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()
890 Reference< XNameContainer > xLib = createLibrary( aLibName ); in init_Impl() local
891 pImplLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()
1175 Reference< XNameContainer > xLib = createLibrary( aLibName ); in init_Impl() local
1176 SfxLibrary* pNewLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()
1272 Reference< XNameAccess > xLib = in implScanExtensions() local
1445 Reference< XNameContainer > xLib( pLib ); in implStoreLibrary() local
1446 writeLibraryElement( xLib, aElementName, xOutput ); in implStoreLibrary()
1517 Reference< XNameContainer > xLib( pLib ); in implStoreLibrary() local
1518 writeLibraryElement( xLib, aElementName, xOutput ); in implStoreLibrary()
1749 Reference< XNameContainer > xLib = createLibrary( rLib.aName ); in implLoadLibraryIndexFile() local
1750 pLib = static_cast< SfxLibrary* >( xLib.get() ); in implLoadLibraryIndexFile()
2425 Reference< XNameContainer > xLib( pImplLib ); in loadLibrary() local
2426 Any aAny = importLibraryElement( xLib, aElementName, in loadLibrary()