Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx356 pPrintFuncCache( NULL ), in ScModelObj()
375 delete pPrintFuncCache; in ~ScModelObj()
585 DELETEZ( pPrintFuncCache ); // must be deleted because it has a pointer to the DocShell in Notify()
592 DELETEZ( pPrintFuncCache ); in Notify()
967 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRendererCount()
969 delete pPrintFuncCache; in getRendererCount()
970 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRendererCount()
972 sal_Int32 nPages = pPrintFuncCache->GetPageCount(); in getRendererCount()
1016 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRenderer()
1018 delete pPrintFuncCache; in getRenderer()
[all …]
/trunk/main/sc/inc/
H A Ddocuno.hxx96 ScPrintFuncCache* pPrintFuncCache; member in ScModelObj