Lines Matching refs:GetRefDevice

385 	Font aOldFont( GetRefDevice()->GetFont() );  in FormatDoc()
495 GetRefDevice()->SetFont( aOldFont ); in FormatDoc()
500 GetRefDevice()->Pop(); in FormatDoc()
513 MapMode aMapMode( GetRefDevice()->GetMapMode() ); in ImpCheckRefMapMode()
524 GetRefDevice()->Push(); in ImpCheckRefMapMode()
525 GetRefDevice()->SetMapMode( aMapMode ); in ImpCheckRefMapMode()
690 GetRefDevice()->Push( PUSH_TEXTLAYOUTMODE|PUSH_TEXTLANGUAGE ); in CreateLines()
692 ImplInitLayoutMode( GetRefDevice(), nPara, 0xFFFF ); in CreateLines()
835 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
836 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
841 nTextLineHeight = aTmpFont.GetPhysTxtSize( GetRefDevice(), String() ).Height(); in CreateLines()
978 …pPortion->GetSize().Height() = aTmpFont.QuickGetTextSize( GetRefDevice(), String(), 0, 0, NULL ).H… in CreateLines()
1016 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
1017 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
1022 …pPortion->GetSize() = aTmpFont.QuickGetTextSize( GetRefDevice(), aFieldValue, 0, aFieldValue.Len()… in CreateLines()
1052 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
1053 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
1057 …pPortion->GetSize() = aTmpFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos… in CreateLines()
1128 …nW += aTmpFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos, nDecPos, NULL … in CreateLines()
1292 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
1293 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
1589 GetRefDevice()->Pop(); in CreateLines()
1591 GetRefDevice()->Pop(); in CreateLines()
2004 aFont.SetPhysFont( GetRefDevice() ); in ImpBreakLine()
2005 pHyphPortion->GetSize().Height() = GetRefDevice()->GetTextHeight(); in ImpBreakLine()
2006 pHyphPortion->GetSize().Width() = GetRefDevice()->GetTextWidth( aHyphText ); in ImpBreakLine()
2283 aTmpFont.SetPhysFont( GetRefDevice() ); in SplitTextPortion()
2284 GetRefDevice()->Push( PUSH_TEXTLANGUAGE ); in SplitTextPortion()
2285 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in SplitTextPortion()
2286 …Size aSz = aTmpFont.QuickGetTextSize( GetRefDevice(), *pPortion->GetNode(), nTxtPortionStart, pTex… in SplitTextPortion()
2287 GetRefDevice()->Pop(); in SplitTextPortion()
2667 OutputDevice* pDev = pOut ? pOut : GetRefDevice(); in SeekCursor()
3177 Font _aOldFont( GetRefDevice()->GetFont() ); in Paint()
3178 aTmpFont.SetPhysFont( GetRefDevice() ); in Paint()
3179 aTmpFont.QuickGetTextSize( GetRefDevice(), aText, 0, aText.Len(), pTmpDXArray ); in Paint()
3181 GetRefDevice()->SetFont( _aOldFont ); in Paint()
3207 Font _aOldFont( GetRefDevice()->GetFont() ); in Paint()
3208 aTmpFont.SetPhysFont( GetRefDevice() ); in Paint()
3209 aTmpFont.QuickGetTextSize( GetRefDevice(), aText, 0, aText.Len(), pTmpDXArray ); in Paint()
3211 GetRefDevice()->SetFont( _aOldFont ); in Paint()
3736 pVDev->SetDigitLanguage( GetRefDevice()->GetDigitLanguage() ); in Paint()
3994 Font aOldFont( GetRefDevice()->GetFont() ); in ShowParagraph()
3997 GetRefDevice()->SetFont( aOldFont ); in ShowParagraph()