Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx683 pContentDev->SetMapMode(MAP_PIXEL); in Draw()
687 pContentDev->SetLineColor(); in Draw()
731 pContentDev->SetMapMode(MAP_PIXEL); in Draw()
741 pContentDev->SetClipRegion(); in Draw()
803 pContentDev->SetClipRegion(); in Draw()
809 pContentDev->SetMapMode(aDrawMode); in Draw()
819 pContentDev->SetClipRegion(); in Draw()
833 pContentDev->SetMapMode(MAP_PIXEL); in Draw()
1054 pContentDev->SetLineColor(); in DrawPagePreview()
1177 Size aSize100( pContentDev->GetTextWidth( aPageStr ), pContentDev->GetTextHeight() ); in DrawPagePreview()
[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()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx265 void DrawSdrGrid( const Rectangle& rDrawingRect, OutputDevice* pContentDev );
277 … DrawPagePreview( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, OutputDevice* pContentDev );
355 ScTableInfo& rTabInfo, OutputDevice* pContentDev );
H A Doutput.hxx195 void SetContentDevice( OutputDevice* pContentDev );

Completed in 32 milliseconds