Searched refs:SfxLibrary (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/basic/source/uno/ |
H A D | namecont.cxx | 881 SfxLibrary* pImplLib; in init_Impl() 1176 SfxLibrary* pNewLib = static_cast< SfxLibrary* >( xLib.get() ); in init_Impl() 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 2248 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in removeLibrary() 2321 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in loadLibrary() 2511 SfxLibrary* pImplLib = static_cast< SfxLibrary* >( xNameAccess.get() ); in renameLibrary() 2945 SfxLibrary::SfxLibrary( ModifiableHelper& _rModifiable, const Type& aType, in SfxLibrary() function in basic::SfxLibrary [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() 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() 436 SfxLibrary* pImplLib = getImplLib( Name ); in verifyLibraryPassword() [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 );
|
/aoo42x/main/basic/source/inc/ |
H A D | namecont.hxx | 206 class SfxLibrary; 257 void implStoreLibrary( SfxLibrary* pLib, 262 void implStoreLibrary( SfxLibrary* pLib, 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 354 SfxLibrary* getImplLib( const String& rLibraryName ); 554 class SfxLibrary class 623 SfxLibrary( [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
|
Completed in 162 milliseconds