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()
583 DELETEZ( pPrintFuncCache ); // must be deleted because it has a pointer to the DocShell in Notify()
590 DELETEZ( pPrintFuncCache ); in Notify()
963 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRendererCount()
965 delete pPrintFuncCache; in getRendererCount()
966 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRendererCount()
968 sal_Int32 nPages = pPrintFuncCache->GetPageCount(); in getRendererCount()
1011 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRenderer()
1013 delete pPrintFuncCache; in getRenderer()
[all …]
/trunk/main/sc/inc/
H A Ddocuno.hxx96 ScPrintFuncCache* pPrintFuncCache; member in ScModelObj