Home
last modified time | relevance | path

Searched refs:xObjectShell (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svx/source/form/
H A Dfmscriptingenv.cxx430 SfxObjectShellRef xObjectShell = m_rFormModel.GetObjectShell(); in doFireScriptEvent() local
431 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()
H A Dfmundo.cxx130 SfxObjectShellRef const xObjectShell = m_rModel.GetObjectShell(); in attemptListenerCreation() local
131 ENSURE_OR_THROW( xObjectShell.Is(), "no object shell!" ); in attemptListenerCreation()
132 …( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Model" ) ), makeAny( xObjectShell->GetModel() ) ); in attemptListenerCreation()

Completed in 31 milliseconds