Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx358 pPrintFuncCache( NULL ), in ScModelObj()
377 delete pPrintFuncCache; in ~ScModelObj()
587 … DELETEZ( pPrintFuncCache ); // must be deleted because it has a pointer to the DocShell in Notify()
594 DELETEZ( pPrintFuncCache ); in Notify()
969 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRendererCount()
971 delete pPrintFuncCache; in getRendererCount()
972 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRendererCount()
974 sal_Int32 nPages = pPrintFuncCache->GetPageCount(); in getRendererCount()
1018 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRenderer()
1020 delete pPrintFuncCache; in getRenderer()
[all …]
/AOO41X/main/sc/inc/
H A Ddocuno.hxx96 ScPrintFuncCache* pPrintFuncCache; member in ScModelObj