Lines Matching refs:pPrintFuncCache

356     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()
965 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRendererCount()
967 delete pPrintFuncCache; in getRendererCount()
968 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRendererCount()
970 sal_Int32 nPages = pPrintFuncCache->GetPageCount(); in getRendererCount()
1014 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRenderer()
1016 delete pPrintFuncCache; in getRenderer()
1017 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRenderer()
1019 nTotalPages = pPrintFuncCache->GetPageCount(); in getRenderer()
1051 SCTAB nTab = pPrintFuncCache->GetTabForPage( nRenderer ); in getRenderer()
1061 pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRange, &aStatus.GetOptions() ); in getRenderer()
1069 long nDisplayStart = pPrintFuncCache->GetDisplayStart( nTab ); in getRenderer()
1070 long nTabStart = pPrintFuncCache->GetTabStart( nTab ); in getRenderer()
1118 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in render()
1120 delete pPrintFuncCache; in render()
1121 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in render()
1123 long nTotalPages = pPrintFuncCache->GetPageCount(); in render()
1132 SCTAB nTab = pPrintFuncCache->GetTabForPage( nRenderer ); in render()
1159 …ScPrintFunc aFunc( pDev, pDocShell, nTab, pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRa… in render()
1170 long nDisplayStart = pPrintFuncCache->GetDisplayStart( nTab ); in render()
1171 long nTabStart = pPrintFuncCache->GetTabStart( nTab ); in render()
1234 nPage = pPrintFuncCache->GetTabStart( aTargetRange.aStart.Tab() ); in render()
1239pPrintFuncCache->InitLocations( aMark, pDev ); // does nothing if already initialized in render()
1242 if ( pPrintFuncCache->FindLocation( aTargetRange.aStart, aLocation ) ) in render()