Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dmsvbahelper.cxx77 SfxObjectShell* pFoundShell=NULL; in findShellForUrl() local
117 pFoundShell = pShell; in findShellForUrl()
132 pFoundShell = pShell; in findShellForUrl()
158 pFoundShell = pShell; in findShellForUrl()
165 return pFoundShell; in findShellForUrl()
289 SfxObjectShell* pFoundShell = 0; in resolveVBAMacro() local
295 pFoundShell = pShell; in resolveVBAMacro()
297 if( !pFoundShell ) in resolveVBAMacro()
298 pFoundShell = findShellForUrl( sDocUrlOrPath ); in resolveVBAMacro()
299 OSL_TRACE("doc search, after find, found shell is 0x%x", pFoundShell ); in resolveVBAMacro()
[all …]
/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1365 SfxObjectShell* pFoundShell = NULL; in getSfxObjShell() local
1369pFoundShell = reinterpret_cast<SfxObjectShell*>( xObjShellTunnel->getSomething(SfxObjectShell::get… in getSfxObjShell()
1371 if ( !pFoundShell ) in getSfxObjShell()
1373 return pFoundShell; in getSfxObjShell()

Completed in 22 milliseconds