Lines Matching refs:pOutDev
757 OutputDevice *pOutDev, in PrintSource() argument
761 if (!pOutDev || nPage <= 0) in PrintSource()
769 pOutDev->Push(); in PrintSource()
772 pOutDev->SetMapMode( MAP_100TH_MM ); in PrintSource()
778 pOutDev->SetFont( aFont ); in PrintSource()
782 sal_uInt16 nLineHeight = (sal_uInt16) pOutDev->GetTextHeight(); // etwas mehr. in PrintSource()
785 Size aPaperSz = pOutDev->GetOutputSize(); in PrintSource()
791 sal_uInt16 nCharspLine = (sal_uInt16) (aPaperSz.Width() / pOutDev->GetTextWidth( 'X' )); in PrintSource()
799 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource()
815 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource()
819 pOutDev->DrawText( aPos, aTmpLine ); in PrintSource()
824 pOutDev->Pop(); in PrintSource()