https://bugs.documentfoundation.org/show_bug.cgi?id=94689

--- Comment #7 from Michael Meeks <[email protected]> ---
Trace is:

>       sclo.dll!ScViewData::GetDispatcher() Line 2105  C++

'this' is NULL here.

     sclo.dll!ScDocShell::Execute(SfxRequest & rReq) Line 1102    C++

        case SID_OPEN_CALC:
        {
            SfxStringItem aApp(SID_DOC_SERVICE,
OUString("com.sun.star.sheet.SpreadsheetDocument"));
            SfxStringItem aTarget(SID_TARGETNAME, OUString("_blank"));
            GetViewData()->GetDispatcher().Execute(
                SID_OPENDOC, SfxCallMode::API|SfxCallMode::SYNCHRON, &aApp,
&aTarget, 0L);
        }

So presumably GetViewData is NULL ... - hmm...

     sclo.dll!SfxStubScDocShellExecute(SfxShell * pShell, SfxRequest & rReq)
Line 1060    C++
     sfxlo.dll!SfxShell::CallExec(void (SfxShell *, SfxRequest &) * pFunc,
SfxRequest & rReq) Line 210    C++
     sfxlo.dll!SfxDispatcher::Call_Impl(SfxShell & rShell, const SfxSlot &
rSlot, SfxRequest & rReq, bool bRecord) Line 261    C++
     sfxlo.dll!SfxDispatcher::_Execute(SfxShell & rShell, const SfxSlot &
rSlot, SfxRequest & rReq, SfxCallMode eCallMode) Line 849    C++
     sfxlo.dll!SfxBindings::Execute_Impl(SfxRequest & aReq, const SfxSlot *
pSlot, SfxShell * pShell) Line 1282    C++
     sfxlo.dll!SfxDispatchController_Impl::dispatch(const
com::sun::star::util::URL & aURL, const
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & aArgs,
const
com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener>
& rListener) Line 845    C++
     sfxlo.dll!SfxOfficeDispatch::dispatch(const com::sun::star::util::URL &
aURL, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>
& aArgs) Line 359    C++
     fwklo.dll!framework::MenuBarManager::Select(Menu * pMenu) Line 1037    C++
     fwklo.dll!framework::MenuBarManager::LinkStubSelect(void * instance, void
* data) Line 973    C++
     vcllo.dll!Link<void *,long>::Call(void * data) Line 127    C++
     vcllo.dll!Menu::Select() Line 303    C++
     vcllo.dll!Menu::ImplCallSelect(void * __formal) Line 2205    C++
     vcllo.dll!Menu::LinkStubImplCallSelect(void * instance, void * data) Line
2201    C++
     vcllo.dll!Link<void *,long>::Call(void * data) Line 127    C++
     vcllo.dll!ImplHandleUserEvent(ImplSVEvent * pSVEvent) Line 2041    C++
     vcllo.dll!ImplWindowFrameProc(vcl::Window * _pWindow, SalFrame * __formal,
unsigned short nEvent, const void * pEvent) Line 2593    C++
     vcllo.dll!SalFrame::CallCallback(unsigned short nEvent, const void *
pEvent) Line 247    C++

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to