Home
last modified time | relevance | path

Searched refs:pContentDev (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sc/source/ui/view/
H A Dgridwin4.cxx648 OutputDevice* pContentDev = this; // device for document content, used by overlay manager in Draw() local
657 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 …]
H A Dgridwin3.cxx227 void ScGridWindow::DrawSdrGrid( const Rectangle& rDrawingRect, OutputDevice* pContentDev ) in DrawSdrGrid() argument
238 pContentDev->SetLineColor(COL_GRAY); in DrawSdrGrid()
240 pPV->DrawPageViewGrid( *pContentDev, rDrawingRect ); in DrawSdrGrid()
H A Doutput.cxx219 void ScOutputData::SetContentDevice( OutputDevice* pContentDev ) in SetContentDevice() argument
224 pRefDevice = pContentDev; in SetContentDevice()
226 pFmtDevice = pContentDev; in SetContentDevice()
227 pDev = pContentDev; in SetContentDevice()
/AOO42X/main/sc/source/ui/inc/
H A Dgridwin.hxx262 void DrawSdrGrid( const Rectangle& rDrawingRect, OutputDevice* pContentDev );
274 … DrawPagePreview( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, OutputDevice* pContentDev );
352 ScTableInfo& rTabInfo, OutputDevice* pContentDev );
H A Doutput.hxx195 void SetContentDevice( OutputDevice* pContentDev );