Lines Matching refs:pPrintFuncCache
358 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()
1021 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRenderer()
1023 nTotalPages = pPrintFuncCache->GetPageCount(); in getRenderer()
1055 SCTAB nTab = pPrintFuncCache->GetTabForPage( nRenderer ); in getRenderer()
1065 … pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRange, &aStatus.GetOptions() ); in getRenderer()
1073 long nDisplayStart = pPrintFuncCache->GetDisplayStart( nTab ); in getRenderer()
1074 long nTabStart = pPrintFuncCache->GetTabStart( nTab ); in getRenderer()
1122 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in render()
1124 delete pPrintFuncCache; in render()
1125 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in render()
1127 long nTotalPages = pPrintFuncCache->GetPageCount(); in render()
1136 SCTAB nTab = pPrintFuncCache->GetTabForPage( nRenderer ); in render()
1163 …ScPrintFunc aFunc( pDev, pDocShell, nTab, pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRa… in render()
1174 long nDisplayStart = pPrintFuncCache->GetDisplayStart( nTab ); in render()
1175 long nTabStart = pPrintFuncCache->GetTabStart( nTab ); in render()
1238 nPage = pPrintFuncCache->GetTabStart( aTargetRange.aStart.Tab() ); in render()
1243 … pPrintFuncCache->InitLocations( aMark, pDev ); // does nothing if already initialized in render()
1246 if ( pPrintFuncCache->FindLocation( aTargetRange.aStart, aLocation ) ) in render()