Lines Matching refs:aStatus
960 ScPrintSelectionStatus aStatus; in getRendererCount() local
962 if ( !FillRenderMarkData( aSelection, rOptions, aMark, aStatus, aPagesStr ) ) in getRendererCount()
969 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRendererCount()
972 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRendererCount()
1012 ScPrintSelectionStatus aStatus; in getRenderer() local
1016 if ( FillRenderMarkData( aSelection, rOptions, aMark, aStatus, aPagesStr ) ) in getRenderer()
1018 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in getRenderer()
1021 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in getRenderer()
1065 … pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRange, &aStatus.GetOptions() ); in getRenderer()
1117 ScPrintSelectionStatus aStatus; in render() local
1119 if ( !FillRenderMarkData( aSelection, rOptions, aMark, aStatus, aPagesStr ) ) in render()
1122 if ( !pPrintFuncCache || !pPrintFuncCache->IsSameSelection( aStatus ) ) in render()
1125 pPrintFuncCache = new ScPrintFuncCache( pDocShell, aMark, aStatus ); in render()
1163 …cShell, nTab, pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRange, &aStatus.GetOptions() ); in render()
1166 if( aStatus.GetMode() == SC_PRINTSEL_RANGE_EXCLUSIVELY_OLE_AND_DRAW_OBJECTS ) in render()