Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/text/
H A Dinftxt.cxx1175 OutputDevice* pTmpOut = (OutputDevice*)GetOut(); in DrawBackground() local
1176 pTmpOut->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawBackground()
1185 pTmpOut->SetFillColor( SwViewOption::GetFieldShadingsColor() ); in DrawBackground()
1186 pTmpOut->SetLineColor(); in DrawBackground()
1190 pTmpOut->Pop(); in DrawBackground()
1244 OutputDevice* pTmpOut = (OutputDevice*)GetOut(); in _DrawBackBrush() local
1247 SwTaggedPDFHelper aTaggedPDFHelper( 0, 0, 0, *pTmpOut ); in _DrawBackBrush()
1250 pTmpOut->Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in _DrawBackBrush()
1252 pTmpOut->SetFillColor( *pFnt->GetBackColor() ); in _DrawBackBrush()
1253 pTmpOut->SetLineColor(); in _DrawBackBrush()
[all …]
/aoo41x/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 49 milliseconds