Home
last modified time | relevance | path

Searched refs:pTmpOut (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1187 OutputDevice* pTmpOut = (OutputDevice*)GetOut(); in DrawBackground() local
1188 pTmpOut->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawBackground()
1197 pTmpOut->SetFillColor( SwViewOption::GetFieldShadingsColor() ); in DrawBackground()
1198 pTmpOut->SetLineColor(); in DrawBackground()
1202 pTmpOut->Pop(); in DrawBackground()
1256 OutputDevice* pTmpOut = (OutputDevice*)GetOut(); in _DrawBackBrush() local
1259 SwTaggedPDFHelper aTaggedPDFHelper( 0, 0, 0, *pTmpOut ); in _DrawBackBrush()
1262 pTmpOut->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in _DrawBackBrush()
1264 pTmpOut->SetFillColor( *pFnt->GetBackColor() ); in _DrawBackBrush()
1265 pTmpOut->SetLineColor(); in _DrawBackBrush()
[all …]
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2146 OutputDevice* pTmpOut = 0; in GetRefDev() local
2150 pTmpOut = GetWin(); in GetRefDev()
2152 pTmpOut = mpTmpRef; in GetRefDev()
2154 pTmpOut = GetDoc()->getReferenceDevice( true ); in GetRefDev()
2156 return *pTmpOut; in GetRefDev()

Completed in 36 milliseconds