Searched refs:pFoundShell (Results 1 – 2 of 2) sorted by relevance
77 SfxObjectShell* pFoundShell=NULL; in findShellForUrl() local117 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() local295 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 …]
1365 SfxObjectShell* pFoundShell = NULL; in getSfxObjShell() local1369 …pFoundShell = reinterpret_cast<SfxObjectShell*>( xObjShellTunnel->getSomething(SfxObjectShell::get… in getSfxObjShell()1371 if ( !pFoundShell ) in getSfxObjShell()1373 return pFoundShell; in getSfxObjShell()
Completed in 20 milliseconds