Searched refs:m_aMapMode (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/chart2/source/controller/accessibility/ |
| H A D | AccessibleViewForwarder.cxx | 41 ,m_aMapMode( MAP_100TH_MM ) in AccessibleViewForwarder() 63 aVisibleArea = m_pWindow->PixelToLogic( aVisibleArea, m_aMapMode ); in GetVisibleArea() 75 aPoint = m_pWindow->LogicToPixel( rPoint, m_aMapMode ) + aTopLeft; in LogicToPixel() 85 aSize = m_pWindow->LogicToPixel( rSize, m_aMapMode ); in LogicToPixel() 97 aPoint = m_pWindow->PixelToLogic( rPoint - aTopLeft, m_aMapMode ); in PixelToLogic() 107 aSize = m_pWindow->PixelToLogic( rSize, m_aMapMode ); in PixelToLogic()
|
| H A D | AccessibleViewForwarder.hxx | 56 MapMode m_aMapMode; member in chart::AccessibleViewForwarder
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.hxx | 594 MapMode m_aMapMode; // PDFWriterImpl scaled units member in vcl::PDFWriterImpl 695 MapMode m_aMapMode; member 705 MapMode m_aMapMode; member 746 m_aMapMode( rState.m_aMapMode ), in GraphicsState() 765 m_aMapMode = rState.m_aMapMode; in operator =() 1121 void setMapMode() { setMapMode( m_aMapMode ); } in setMapMode() 1124 const MapMode& getMapMode() { return m_aGraphicsStack.front().m_aMapMode; } in getMapMode()
|
| H A D | pdfwriter_impl.cxx | 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() [all …]
|