Lines Matching refs:xNameAccess
1307 Reference< XNameAccess > xNameAccess; in getImplLib() local
1308 aLibAny >>= xNameAccess; in getImplLib()
1309 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in getImplLib()
1817 Reference< XNameAccess > xNameAccess; in storeLibraries_Impl() local
1818 aLibAny >>= xNameAccess; in storeLibraries_Impl()
1819 if ( !xNameAccess->hasElements() ){ in storeLibraries_Impl()
2182 Reference< XNameAccess > xNameAccess = static_cast< XNameAccess* >( pNewLib ); in createLibrary() local
2184 aElement <<= xNameAccess; in createLibrary()
2187 Reference< XNameContainer > xRet( xNameAccess, UNO_QUERY ); in createLibrary()
2246 Reference< XNameAccess > xNameAccess; in removeLibrary() local
2247 aLibAny >>= xNameAccess; in removeLibrary()
2248 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in removeLibrary()
2261 if( xNameAccess->hasElements() ) in removeLibrary()
2319 Reference< XNameAccess > xNameAccess; in loadLibrary() local
2320 aLibAny >>= xNameAccess; in loadLibrary()
2321 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in loadLibrary()
2325 if( !bLoaded && xNameAccess->hasElements() ) in loadLibrary()
2509 Reference< XNameAccess > xNameAccess; in renameLibrary() local
2510 aLibAny >>= xNameAccess; in renameLibrary()
2511 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in renameLibrary()
2559 Sequence< OUString > aElementNames = xNameAccess->getElementNames(); in renameLibrary()