Searched refs:pContentDev (Results 1 – 5 of 5) sorted by relevance
683 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 …]
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()
265 void DrawSdrGrid( const Rectangle& rDrawingRect, OutputDevice* pContentDev );277 … DrawPagePreview( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, OutputDevice* pContentDev );355 ScTableInfo& rTabInfo, OutputDevice* pContentDev );
195 void SetContentDevice( OutputDevice* pContentDev );
Completed in 42 milliseconds