Lines Matching refs:pPrinter
136 pPrinter( NULL ), in SwFntObj()
161 if ( nPropWidth != 100 && pPrinter != &rPrt ) in CreatePrtFont()
464 pPrinter = pPrt; in CreateScrFont()
630 if( pPrinter && ( !pPrtFont->IsSameInstance( pPrinter->GetFont() ) ) ) in SetDevFont()
631 pPrinter->SetFont( *pPrtFont ); in SetDevFont()
975 if ( pPrinter ) in DrawText()
977 pPrinter->SetLayoutMode( rInf.GetOut().GetLayoutMode() ); in DrawText()
978 pPrinter->SetDigitLanguage( rInf.GetOut().GetDigitLanguage() ); in DrawText()
1022 if ( pPrinter ) in DrawText()
1023 pPrinter->GetTextArray( rInf.GetText(), pKernArray, in DrawText()
1118 if ( pPrinter ) in DrawText()
1119 pPrinter->GetTextArray( rInf.GetText(), pKernArray, in DrawText()
1488 if ( pPrinter ) in DrawText()
1491 if ( pPrinter != rInf.GetpOut() || pTmpFont != pPrtFont ) in DrawText()
1493 if( !pPrtFont->IsSameInstance( pPrinter->GetFont() ) ) in DrawText()
1494 pPrinter->SetFont( *pPrtFont ); in DrawText()
1496 pPrinter->GetTextArray( rInf.GetText(), pKernArray, rInf.GetIdx(), in DrawText()
1913 if ( pPrinter ) in GetTextSize()
1915 pPrinter->SetLayoutMode( rInf.GetOut().GetLayoutMode() ); in GetTextSize()
1916 pPrinter->SetDigitLanguage( rInf.GetOut().GetDigitLanguage() ); in GetTextSize()
1930 if ( pPrinter ) in GetTextSize()
1932 if( !pPrtFont->IsSameInstance( pPrinter->GetFont() ) ) in GetTextSize()
1933 pPrinter->SetFont(*pPrtFont); in GetTextSize()
1934 pOutDev = pPrinter; in GetTextSize()
1976 if ( pPrinter ) in GetTextSize()
1978 if( !pPrtFont->IsSameInstance( pPrinter->GetFont() ) ) in GetTextSize()
1979 pPrinter->SetFont(*pPrtFont); in GetTextSize()
1980 pOutDev = pPrinter; in GetTextSize()
2008 if ( pPrinter && pPrinter != rInf.GetpOut() ) in GetTextSize()
2010 if( !pPrtFont->IsSameInstance( pPrinter->GetFont() ) ) in GetTextSize()
2011 pPrinter->SetFont(*pPrtFont); in GetTextSize()
2012 aTxtSize.Width() = pPrinter->GetTextWidth( rInf.GetText(), in GetTextSize()
2014 aTxtSize.Height() = pPrinter->GetTextHeight(); in GetTextSize()
2021 pPrinter->GetTextArray( rInf.GetText(), pKernArray, rInf.GetIdx(),nLn ); in GetTextSize()
2126 if ( pPrinter ) in GetCrsrOfst()
2128 pPrinter->SetLayoutMode( rInf.GetOut().GetLayoutMode() ); in GetCrsrOfst()
2129 pPrinter->SetDigitLanguage( rInf.GetOut().GetDigitLanguage() ); in GetCrsrOfst()
2130 pPrinter->GetTextArray( rInf.GetText(), pKernArray, in GetCrsrOfst()
2370 ( pFntObj->pPrinter == pOut ) && in SwFntAccess()
2385 ( !pFntObj->pPrinter || pFntObj->pPrinter == pOut ) ) ) in SwFntAccess()
2388 if( pFntObj && pFntObj->pPrinter != pOut ) in SwFntAccess()
2394 pTmpObj->GetZoom()==nZoom && pTmpObj->pPrinter==pOut && in SwFntAccess()
2413 if( pFntObj->pPrinter != pOut ) // Falls bis dato kein Drucker bekannt in SwFntAccess()
2415 ASSERT( !pFntObj->pPrinter, "SwFntAccess: Printer Changed" ); in SwFntAccess()
2417 pFntObj->pPrinter = pOut; in SwFntAccess()