Lines Matching refs:SfxLibrary
480 SfxLibrary* pImplLib = getImplLib( aName ); in isModified()
881 SfxLibrary* pImplLib; in init_Impl()
886 pImplLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()
891 pImplLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()
994 SfxLibrary* pImplLib = getImplLib( aName ); in init_Impl()
1131 SfxLibrary* pImplLib = getImplLib( aStandardStr ); in init_Impl()
1142 SfxLibrary* pImplLib = pPrevCont->getImplLib( aLibName ); in init_Impl()
1176 SfxLibrary* pNewLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl()
1304 SfxLibrary* SfxLibraryContainer::getImplLib( const String& rLibraryName ) in getImplLib()
1309 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in getImplLib()
1318 SfxLibrary*, in implStorePasswordLibrary() argument
1326 SfxLibrary* /*pLib*/, in implStorePasswordLibrary() argument
1337 SfxLibrary* /*pLib*/, in implLoadPasswordLibrary() argument
1351 ( SfxLibrary* pLib, const OUString& aName ) in createAppLibraryFolder()
1377 void SfxLibraryContainer::implStoreLibrary( SfxLibrary* pLib, in implStoreLibrary()
1387 void SfxLibraryContainer::implStoreLibrary( SfxLibrary* pLib, in implStoreLibrary()
1540 void SfxLibraryContainer::implStoreLibraryIndexFile( SfxLibrary* pLib, in implStoreLibraryIndexFile()
1549 void SfxLibraryContainer::implStoreLibraryIndexFile( SfxLibrary* pLib, in implStoreLibraryIndexFile()
1657 sal_Bool SfxLibraryContainer::implLoadLibraryIndexFile( SfxLibrary* pLib, in implLoadLibraryIndexFile()
1750 pLib = static_cast< SfxLibrary* >( xLib.get() ); in implLoadLibraryIndexFile()
1763 ( SfxLibrary* pLib, ::xmlscript::LibDescriptor& rLib ) in implImportLibDescriptor()
1796 SfxLibrary* pImplLib = getImplLib( *pName ); in storeLibraries_Impl()
1881 SfxLibrary* pImplLib = getImplLib( *pName ); in storeLibraries_Impl()
2177 SfxLibrary* pNewLib = implCreateLibrary( Name ); in createLibrary()
2207 SfxLibrary* pNewLib = implCreateLibraryLink( Name, aLibInfoFileURL, aLibDirURL, ReadOnly ); in createLibraryLink()
2248 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in removeLibrary()
2268 … pImplLib->removeElementWithoutChecks( *pNames, SfxLibrary::LibraryContainerAccess() ); in removeLibrary()
2308 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryLoaded()
2321 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in loadLibrary()
2448 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryLink()
2457 SfxLibrary* pImplLib = getImplLib( Name ); in getLibraryLinkURL()
2469 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryReadOnly()
2478 SfxLibrary* pImplLib = getImplLib( Name ); in setLibraryReadOnly()
2511 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in renameLibrary()
2748 SfxLibrary* pImplLib = getImplLib( Name ); in exportLibrary()
2840 SfxLibrary* pImplLib = getImplLib( Name ); in getOriginalLibraryLinkURL()
2945 SfxLibrary::SfxLibrary( ModifiableHelper& _rModifiable, const Type& aType, in SfxLibrary() function in basic::SfxLibrary
2967 SfxLibrary::SfxLibrary( ModifiableHelper& _rModifiable, const Type& aType, in SfxLibrary() function in basic::SfxLibrary
2992 void SfxLibrary::implSetModified( sal_Bool _bIsModified ) in implSetModified()
3002 Any SAL_CALL SfxLibrary::queryInterface( const Type& rType ) in queryInterface()
3030 Type SfxLibrary::getElementType() in getElementType()
3036 sal_Bool SfxLibrary::hasElements() in hasElements()
3044 Any SfxLibrary::getByName( const OUString& aName ) in getByName()
3053 Sequence< OUString > SfxLibrary::getElementNames() in getElementNames()
3059 sal_Bool SfxLibrary::hasByName( const OUString& aName ) in hasByName()
3066 void SfxLibrary::impl_checkReadOnly() in impl_checkReadOnly()
3076 void SfxLibrary::impl_checkLoaded() in impl_checkLoaded()
3090 void SfxLibrary::replaceByName( const OUString& aName, const Any& aElement ) in replaceByName()
3104 void SfxLibrary::insertByName( const OUString& aName, const Any& aElement ) in insertByName()
3116 void SfxLibrary::impl_removeWithoutChecks( const ::rtl::OUString& _rElementName ) in impl_removeWithoutChecks()
3142 void SfxLibrary::removeByName( const OUString& Name ) in removeByName()
3151 Sequence< Type > SfxLibrary::getTypes() in getTypes()
3174 Sequence< sal_Int8 > SfxLibrary::getImplementationId() in getImplementationId()
3193 void SAL_CALL SfxLibrary::addContainerListener( const Reference< XContainerListener >& xListener ) in addContainerListener()
3200 void SAL_CALL SfxLibrary::removeContainerListener( const Reference< XContainerListener >& xListener… in removeContainerListener()
3207 void SAL_CALL SfxLibrary::addChangesListener( const Reference< XChangesListener >& xListener ) in addChangesListener()
3214 void SAL_CALL SfxLibrary::removeChangesListener( const Reference< XChangesListener >& xListener ) in removeChangesListener()