Lines Matching refs:pRefDev
1569 OutputDevice* pRefDev = pEditEngine->GetRefDevice(); in ImplGetBulletSize() local
1571 Font aRefFont( pRefDev->GetFont()); in ImplGetBulletSize()
1572 pRefDev->SetFont( aBulletFont ); in ImplGetBulletSize()
1573 pPara->aBulSize.Width() = pRefDev->GetTextWidth( aBulletText ); in ImplGetBulletSize()
1574 pPara->aBulSize.Height() = pRefDev->GetTextHeight(); in ImplGetBulletSize()
1575 pRefDev->SetFont( aRefFont ); in ImplGetBulletSize()
1604 void Outliner::SetRefDevice( OutputDevice* pRefDev ) in SetRefDevice() argument
1607 pEditEngine->SetRefDevice( pRefDev ); in SetRefDevice()
1710 OutputDevice* pRefDev = pEditEngine->GetRefDevice(); in ImpCalcBulletArea() local
1711 Font aOldFont = pRefDev->GetFont(); in ImpCalcBulletArea()
1712 pRefDev->SetFont( aBulletFont ); in ImpCalcBulletArea()
1713 FontMetric aMetric( pRefDev->GetFontMetric() ); in ImpCalcBulletArea()
1717 pRefDev->SetFont( aOldFont ); in ImpCalcBulletArea()