Searched refs:pContentDev (Results 1 – 5 of 5) sorted by relevance
648 OutputDevice* pContentDev = this; // device for document content, used by overlay manager in Draw() local657 MapMode aCurrentMapMode(pContentDev->GetMapMode()); in Draw()658 pContentDev->SetMapMode(aDrawMode); in Draw()670 pContentDev = &(pTargetPaintWindow->GetTargetOutputDevice()); in Draw()671 aOutputData.SetContentDevice( pContentDev ); in Draw()674 pContentDev->SetMapMode(aCurrentMapMode); in Draw()682 MapMode aCurrentMapMode(pContentDev->GetMapMode()); in Draw()683 pContentDev->SetMapMode(MAP_PIXEL); in Draw()686 pContentDev->SetFillColor( rColorCfg.GetColorValue(svtools::APPBACKGROUND).nColor ); in Draw()687 pContentDev->SetLineColor(); in Draw()[all …]
227 void ScGridWindow::DrawSdrGrid( const Rectangle& rDrawingRect, OutputDevice* pContentDev ) in DrawSdrGrid() argument238 pContentDev->SetLineColor(COL_GRAY); in DrawSdrGrid()240 pPV->DrawPageViewGrid( *pContentDev, rDrawingRect ); in DrawSdrGrid()
219 void ScOutputData::SetContentDevice( OutputDevice* pContentDev ) in SetContentDevice() argument224 pRefDevice = pContentDev; in SetContentDevice()226 pFmtDevice = pContentDev; in SetContentDevice()227 pDev = pContentDev; in SetContentDevice()
262 void DrawSdrGrid( const Rectangle& rDrawingRect, OutputDevice* pContentDev );274 … DrawPagePreview( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, OutputDevice* pContentDev );352 ScTableInfo& rTabInfo, OutputDevice* pContentDev );
195 void SetContentDevice( OutputDevice* pContentDev );