Searched refs:SfxLibrary (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/basic/source/uno/ |
| H A D | namecont.cxx | 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() [all …]
|
| H A D | scriptcont.cxx | 97 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in setLibraryPassword() 110 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in getLibraryPassword() 121 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in clearLibraryPassword() 131 SfxLibrary* pImplLib = getImplLib( rLibraryName ); in hasLibraryPassword() 151 SfxLibrary* SfxScriptLibraryContainer::implCreateLibrary( const OUString& aName ) in implCreateLibrary() 154 SfxLibrary* pRet = new SfxScriptLibrary( maModifiable, mxMSF, mxSFI ); in implCreateLibrary() 158 SfxLibrary* SfxScriptLibraryContainer::implCreateLibraryLink in implCreateLibraryLink() 163 SfxLibrary* pRet = in implCreateLibraryLink() 415 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryPasswordProtected() 424 SfxLibrary* pImplLib = getImplLib( Name ); in isLibraryPasswordVerified() [all …]
|
| H A D | dlgcont.cxx | 93 SfxLibrary* SfxDialogLibraryContainer::implCreateLibrary( const ::rtl::OUString& aName ) in implCreateLibrary() 95 SfxLibrary* pRet = new SfxDialogLibrary( maModifiable, aName, mxMSF, mxSFI, this ); in implCreateLibrary() 99 SfxLibrary* SfxDialogLibraryContainer::implCreateLibraryLink in implCreateLibraryLink() 103 SfxLibrary* pRet = new SfxDialogLibrary in implCreateLibraryLink() 542 …: SfxLibrary( _rModifiable, getCppuType( (const Reference< XInputStreamProvider > *)0 ), xMSF, xSF… in SfxDialogLibrary() 556 : SfxLibrary( _rModifiable, getCppuType( (const Reference< XInputStreamProvider > *)0 ), in SfxDialogLibrary() 563 IMPLEMENT_FORWARD_XINTERFACE2( SfxDialogLibrary, SfxLibrary, SfxDialogLibrary_BASE ); 564 IMPLEMENT_FORWARD_XTYPEPROVIDER2( SfxDialogLibrary, SfxLibrary, SfxDialogLibrary_BASE );
|
| /AOO41X/main/basic/source/inc/ |
| H A D | namecont.hxx | 206 class SfxLibrary; 257 void implStoreLibrary( SfxLibrary* pLib, 262 void implStoreLibrary( SfxLibrary* pLib, 269 void implStoreLibraryIndexFile( SfxLibrary* pLib, const ::xmlscript::LibDescriptor& rLib, 273 void implStoreLibraryIndexFile( SfxLibrary* pLib, const ::xmlscript::LibDescriptor& rLib, 278 sal_Bool implLoadLibraryIndexFile( SfxLibrary* pLib, 283 void implImportLibDescriptor( SfxLibrary* pLib, ::xmlscript::LibDescriptor& rLib ); 286 virtual SfxLibrary* SAL_CALL implCreateLibrary( const ::rtl::OUString& aName ) = 0; 287 virtual SfxLibrary* SAL_CALL implCreateLibraryLink 309 virtual sal_Bool implStorePasswordLibrary( SfxLibrary* pLib, const ::rtl::OUString& aName, [all …]
|
| H A D | scriptcont.hxx | 45 virtual SfxLibrary* SAL_CALL implCreateLibrary( const ::rtl::OUString& aName ); 46 virtual SfxLibrary* SAL_CALL implCreateLibraryLink 72 virtual sal_Bool implStorePasswordLibrary( SfxLibrary* pLib, const ::rtl::OUString& aName, 76 virtual sal_Bool implStorePasswordLibrary( SfxLibrary* pLib, const ::rtl::OUString& aName, 81 virtual sal_Bool implLoadPasswordLibrary( SfxLibrary* pLib, const ::rtl::OUString& Name, 142 class SfxScriptLibrary : public SfxLibrary, public SfxScriptLibrary_BASE
|
| H A D | dlgcont.hxx | 45 virtual SfxLibrary* SAL_CALL implCreateLibrary( const ::rtl::OUString& aName ); 46 virtual SfxLibrary* SAL_CALL implCreateLibraryLink 109 class SfxDialogLibrary :public SfxLibrary
|