Searched refs:xObjectShell (Results 1 – 2 of 2) sorted by relevance
430 SfxObjectShellRef xObjectShell = m_rFormModel.GetObjectShell(); in doFireScriptEvent() local431 if( !xObjectShell.Is() ) in doFireScriptEvent()439 pScript.reset( new NewStyleUNOScript( *xObjectShell, _rEvent.ScriptCode ) ); in doFireScriptEvent()479 pScript.reset( new NewStyleUNOScript( *xObjectShell, sScriptURI ) ); in doFireScriptEvent()497 xObjectShell = NULL; in doFireScriptEvent()
130 SfxObjectShellRef const xObjectShell = m_rModel.GetObjectShell(); in attemptListenerCreation() local131 ENSURE_OR_THROW( xObjectShell.Is(), "no object shell!" ); in attemptListenerCreation()132 …( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Model" ) ), makeAny( xObjectShell->GetModel() ) ); in attemptListenerCreation()
Completed in 36 milliseconds