Searched refs:SfxObjectShell_Impl (Results 1 – 5 of 5) sorted by relevance
214 SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& _rDocShell ) in SfxObjectShell_Impl() function in SfxObjectShell_Impl287 SfxObjectShell_Impl::~SfxObjectShell_Impl() in ~SfxObjectShell_Impl()295 : pImp( new SfxObjectShell_Impl( *this ) ) in SfxObjectShell()344 : pImp( new SfxObjectShell_Impl( *this ) ), in SfxObjectShell()566 SfxObjectShell_Impl* pImp;567 BoolEnv_Impl( SfxObjectShell_Impl* pImpP) : pImp( pImpP ) in BoolEnv_Impl()
2138 sal_Bool SfxObjectShell_Impl::NeedsOfficeUpdateDialog() in NeedsOfficeUpdateDialog()2165 sal_Int16 SfxObjectShell_Impl::getCurrentMacroExecMode() const in getCurrentMacroExecMode()2180 sal_Bool SfxObjectShell_Impl::setCurrentMacroExecMode( sal_uInt16 nMacroMode ) in setCurrentMacroExecMode()2193 ::rtl::OUString SfxObjectShell_Impl::getDocumentLocation() const in getDocumentLocation()2211 uno::Reference< embed::XStorage > SfxObjectShell_Impl::getZipStorageToSign() in getZipStorageToSign()2223 sal_Bool SfxObjectShell_Impl::documentStorageHasMacros() const in documentStorageHasMacros()2228 Reference< XEmbeddedScripts > SfxObjectShell_Impl::getEmbeddedDocumentScripts() const in getEmbeddedDocumentScripts()2233 sal_Int16 SfxObjectShell_Impl::getScriptingSignatureState() in getScriptingSignatureState()2246 sal_Bool SfxObjectShell_Impl::hasTrustedScriptingSignature( sal_Bool bAllowUIToAddAuthor ) in hasTrustedScriptingSignature()2312 void SfxObjectShell_Impl::showBrokenSignatureWarning( const uno::Reference< task::XInteractionHandl… in showBrokenSignatureWarning()[all …]
859 if ( nVersion > 1.20001 && SfxObjectShell_Impl::NeedsOfficeUpdateDialog() ) in DoLoad()
58 struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess struct153 SfxObjectShell_Impl( SfxObjectShell& _rDocShell ); argument154 virtual ~SfxObjectShell_Impl();
199 struct SfxObjectShell_Impl* pImp; // interne Daten737 SAL_DLLPRIVATE SfxObjectShell_Impl* Get_Impl() { return pImp; } in Get_Impl()742 SAL_DLLPRIVATE const SfxObjectShell_Impl* Get_Impl() const { return pImp; } in Get_Impl()
Completed in 96 milliseconds