Lines Matching refs:m_aMapMode

1392         Point aPoint( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode,  in appendPoint()
1393 m_pWriter->m_aMapMode, in appendPoint()
1399 Point aPoint( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendPoint()
1400 m_pWriter->m_aMapMode, in appendPoint()
1444 Point aLL = lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in convertRect()
1445 m_pWriter->m_aMapMode, in convertRect()
1449 Size aSize = lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in convertRect()
1450 m_pWriter->m_aMapMode, in convertRect()
1506 basegfx::B2DPolygon aPoly( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendPolygon()
1507 m_pWriter->m_aMapMode, in appendPolygon()
1602 Size aSize( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendMappedLength()
1603 m_pWriter->m_aMapMode, in appendMappedLength()
1615 Size aSize( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendMappedLength()
1616 m_pWriter->m_aMapMode, in appendMappedLength()
1742m_aMapMode( MAP_POINT, Point(), Fraction( 1L, pointToPixel(1) ), Fraction( 1L, pointToPixel(1) ) ), in PDFWriterImpl()
1783 aState.m_aMapMode = m_aMapMode; in PDFWriterImpl()
2493 m_aMapMode.SetOrigin( Point() ); in endPage()
5061 Size aFontSize = lcl_convert( m_aGraphicsStack.front().m_aMapMode, in createDefaultListBoxAppearance()
5062 m_aMapMode, in createDefaultListBoxAppearance()
7375 if( m_aCurrentPDFState.m_aMapMode.GetScaleX() != m_aCurrentPDFState.m_aMapMode.GetScaleY() ) in drawLayout()
7377 …fXScale *= double(m_aCurrentPDFState.m_aMapMode.GetScaleX()) / double(m_aCurrentPDFState.m_aMapMod… in drawLayout()
8599 m_aOutputStreams.front().m_aMapMode = m_aMapMode; in beginRedirect()
8604 lcl_convert( m_aGraphicsStack.front().m_aMapMode, in beginRedirect()
8605 m_aMapMode, in beginRedirect()
8611 m_aMapMode.SetOrigin( m_aMapMode.GetOrigin() + aDelta ); in beginRedirect()
8632 m_aMapMode = m_aOutputStreams.front().m_aMapMode; in endRedirect()
10175 Size aPtSize( lcl_convert( m_aGraphicsStack.front().m_aMapMode, in createGradient()
10491 …Size aScaling( lcl_convert( m_aGraphicsStack.front().m_aMapMode, m_aMapMode, getReferenceDevice(),… in endPattern()
10497 …aTranslation = lcl_convert( m_aGraphicsStack.front().m_aMapMode, m_aMapMode, getReferenceDevice(),… in endPattern()
10548 … = getReferenceDevice()->PixelToLogic( Size( nPgWd, nPgHt ), m_aGraphicsStack.front().m_aMapMode ); in drawPolyPolygon()
10623 MapMode aNewMapMode = rNewState.m_aMapMode; in updateGraphicsState()
10624 rNewState.m_aMapMode = m_aMapMode; in updateGraphicsState()
10625 getReferenceDevice()->SetMapMode( rNewState.m_aMapMode ); in updateGraphicsState()
10626 m_aCurrentPDFState.m_aMapMode = rNewState.m_aMapMode; in updateGraphicsState()
10631 rNewState.m_aMapMode = aNewMapMode; in updateGraphicsState()
10632 getReferenceDevice()->SetMapMode( rNewState.m_aMapMode ); in updateGraphicsState()
10633 m_aCurrentPDFState.m_aMapMode = rNewState.m_aMapMode; in updateGraphicsState()
10641 getReferenceDevice()->SetMapMode( rNewState.m_aMapMode ); in updateGraphicsState()
10742 setMapMode( aState.m_aMapMode ); in pop()
10768 m_aGraphicsStack.front().m_aMapMode = rMapMode; in setMapMode()
10770 m_aCurrentPDFState.m_aMapMode = rMapMode; in setMapMode()
10775 …lygon aRegion = getReferenceDevice()->LogicToPixel( rRegion, m_aGraphicsStack.front().m_aMapMode ); in setClipRegion()
10776 aRegion = getReferenceDevice()->PixelToLogic( aRegion, m_aMapMode ); in setClipRegion()
10786 Point aPoint( lcl_convert( m_aGraphicsStack.front().m_aMapMode, in moveClipRegion()
10787 m_aMapMode, in moveClipRegion()
10790 aPoint -= lcl_convert( m_aGraphicsStack.front().m_aMapMode, in moveClipRegion()
10791 m_aMapMode, in moveClipRegion()
10811 …ygon aRegion( getReferenceDevice()->LogicToPixel( rRegion, m_aGraphicsStack.front().m_aMapMode ) ); in intersectClipRegion()
10812 aRegion = getReferenceDevice()->PixelToLogic( aRegion, m_aMapMode ); in intersectClipRegion()
12123 aBack = lcl_convert( m_aMapMode, in beginControlAppearance()
12124 m_aGraphicsStack.front().m_aMapMode, in beginControlAppearance()