Lines Matching refs:pPrintFuncCache
356 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()
1019 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRenderer()
1021 nTotalPages = pPrintFuncCache->GetPageCount(); in getRenderer()
1053 SCTAB nTab = pPrintFuncCache->GetTabForPage( nRenderer ); in getRenderer()
1063 … pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRange, &aStatus.GetOptions() ); in getRenderer()
1071 long nDisplayStart = pPrintFuncCache->GetDisplayStart( nTab ); in getRenderer()
1072 long nTabStart = pPrintFuncCache->GetTabStart( nTab ); in getRenderer()
1120 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in render()
1122 delete pPrintFuncCache; in render()
1123 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in render()
1125 long nTotalPages = pPrintFuncCache->GetPageCount(); in render()
1134 SCTAB nTab = pPrintFuncCache->GetTabForPage( nRenderer ); in render()
1161 …ScPrintFunc aFunc( pDev, pDocShell, nTab, pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRa… in render()
1172 long nDisplayStart = pPrintFuncCache->GetDisplayStart( nTab ); in render()
1173 long nTabStart = pPrintFuncCache->GetTabStart( nTab ); in render()
1236 nPage = pPrintFuncCache->GetTabStart( aTargetRange.aStart.Tab() ); in render()
1241 … pPrintFuncCache->InitLocations( aMark, pDev ); // does nothing if already initialized in render()
1244 if ( pPrintFuncCache->FindLocation( aTargetRange.aStart, aLocation ) ) in render()