Home
last modified time | relevance | path

Searched refs:rMapMode (Results 26 – 46 of 46) sorted by relevance

12

/aoo42x/main/vcl/inc/vcl/
H A Dalpha.hxx62 void SetPrefMapMode( const MapMode& rMapMode ) { Bitmap::SetPrefMapMode( rMapMode ); } in SetPrefMapMode() argument
H A Dgdimtf.hxx225 void SetPrefMapMode( const MapMode& rMapMode ) { aPrefMapMode = rMapMode; } in SetPrefMapMode() argument
/aoo42x/main/svtools/source/contnr/
H A Dsvimpicn.cxx1292 const MapMode& rMapMode = pView->GetMapMode(); in GetResizeRect() local
1293 Point aOrigin( rMapMode.GetOrigin()); in GetResizeRect()
1737 const MapMode& rMapMode = pView->GetMapMode(); in AdjustScrollBars() local
1738 Point aOrigin( rMapMode.GetOrigin() ); in AdjustScrollBars()
1899 const MapMode& rMapMode = pView->GetMapMode(); in CheckHorScrollBar() local
1900 Point aOrigin( rMapMode.GetOrigin() ); in CheckHorScrollBar()
1937 const MapMode& rMapMode = pView->GetMapMode(); in CheckVerScrollBar() local
1938 Point aOrigin( rMapMode.GetOrigin() ); in CheckVerScrollBar()
2784 Point aOrigin( rMapMode.GetOrigin()); in ShowTargetEmphasis()
3713 const MapMode& rMapMode = pView->GetMapMode(); in Scroll() local
[all …]
H A Dimivctl1.cxx1467 const MapMode& rMapMode = pView->GetMapMode(); in AdjustScrollBars() local
1468 Point aOrigin( rMapMode.GetOrigin() ); in AdjustScrollBars()
1629 const MapMode& rMapMode = pView->GetMapMode(); in CheckHorScrollBar() local
1630 Point aOrigin( rMapMode.GetOrigin() ); in CheckHorScrollBar()
1667 const MapMode& rMapMode = pView->GetMapMode(); in CheckVerScrollBar() local
1668 Point aOrigin( rMapMode.GetOrigin() ); in CheckVerScrollBar()
3121 const MapMode& rMapMode = pView->GetMapMode(); in Scroll() local
3122 Point aOrigin( rMapMode.GetOrigin() ); in Scroll()
/aoo42x/main/filter/source/graphicfilter/eps/
H A Deps.cxx2280 double PSWriter::ImplGetScaling( const MapMode& rMapMode ) in ImplGetScaling() argument
2283 switch ( rMapMode.GetMapUnit() ) in ImplGetScaling()
2328 void PSWriter::ImplGetMapMode( const MapMode& rMapMode ) in ImplGetMapMode() argument
2331 double fMul = ImplGetScaling( rMapMode ); in ImplGetMapMode()
2332 double fScaleX = (double)rMapMode.GetScaleX() * fMul; in ImplGetMapMode()
2333 double fScaleY = (double)rMapMode.GetScaleY() * fMul; in ImplGetMapMode()
2334 ImplTranslate( rMapMode.GetOrigin().X() * fScaleX, rMapMode.GetOrigin().Y() * fScaleY ); in ImplGetMapMode()
/aoo42x/main/sc/source/ui/inc/
H A Dprevloc.hxx107 void SetCellMapMode( const MapMode& rMapMode );
124 …void GetDrawRange( sal_uInt16 nPos, Rectangle& rPixelRect, MapMode& rMapMode, sal_uInt8& rRangeId …
/aoo42x/main/editeng/inc/editeng/
H A Dunoedprx.hxx127 virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const;
128 virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const;
H A Dunoedsrc.hxx488 virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const = 0;
500 virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const = 0;
H A Dediteng.hxx144 void SetRefMapMode( const MapMode& rMapMode );
H A DAccessibleEditableTextPara.hxx252 …static Rectangle LogicToPixel( const Rectangle& rRect, const MapMode& rMapMode, SvxViewForwarder& …
/aoo42x/main/editeng/source/uno/
H A Dunoedprx.cxx1224 Point SvxAccessibleTextEditViewAdapter::LogicToPixel( const Point& rPoint, const MapMode& rMapMode in LogicToPixel()
1228 return mrViewForwarder->LogicToPixel(rPoint, rMapMode); in LogicToPixel()
1231 Point SvxAccessibleTextEditViewAdapter::PixelToLogic( const Point& rPoint, const MapMode& rMapMode in PixelToLogic()
1235 return mrViewForwarder->PixelToLogic(rPoint, rMapMode); in PixelToLogic()
/aoo42x/main/vcl/source/gdi/
H A Dpdfwriter.cxx310 void PDFWriter::SetMapMode( const MapMode& rMapMode ) in SetMapMode() argument
312 ((PDFWriterImpl*)pImplementation)->setMapMode( rMapMode ); in SetMapMode()
H A Dmetaact.cxx3443 MetaMapModeAction::MetaMapModeAction( const MapMode& rMapMode ) : in IMPL_META_ACTION()
3445 maMapMode ( rMapMode ) in IMPL_META_ACTION()
H A Dpdfwriter_impl.hxx1120 void setMapMode( const MapMode& rMapMode );
H A Dpdfwriter_impl.cxx10766 void PDFWriterImpl::setMapMode( const MapMode& rMapMode ) in setMapMode() argument
10768 m_aGraphicsStack.front().m_aMapMode = rMapMode; in setMapMode()
10769 getReferenceDevice()->SetMapMode( rMapMode ); in setMapMode()
10770 m_aCurrentPDFState.m_aMapMode = rMapMode; in setMapMode()
/aoo42x/main/sw/source/core/access/
H A Daccmap.cxx704 void AdjustMapMode( MapMode& rMapMode,
795 void SwAccPreviewData::AdjustMapMode( MapMode& rMapMode, in AdjustMapMode() argument
799 rMapMode.SetScaleX( maScale ); in AdjustMapMode()
800 rMapMode.SetScaleY( maScale ); in AdjustMapMode()
813 rMapMode.SetOrigin( aPoint ); in AdjustMapMode()
/aoo42x/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx216 sal_uInt16 CalcSaveTargetMapMode(MapMode& rMapMode, const Size& rPrefSize);
/aoo42x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx684 …eEditableTextPara::LogicToPixel( const Rectangle& rRect, const MapMode& rMapMode, SvxViewForwarder… in LogicToPixel() argument
687 return Rectangle( rForwarder.LogicToPixel( rRect.TopLeft(), rMapMode ), in LogicToPixel()
688 rForwarder.LogicToPixel( rRect.BottomRight(), rMapMode ) ); in LogicToPixel()
/aoo42x/main/editeng/source/editeng/
H A Dimpedit2.cxx230 void ImpEditEngine::SetRefMapMode( const MapMode& rMapMode ) in SetRefMapMode() argument
232 if ( GetRefDevice()->GetMapMode() == rMapMode ) in SetRefMapMode()
243 pRefDev->SetMapMode( rMapMode ); in SetRefMapMode()
H A Dediteng.cxx189 void EditEngine::SetRefMapMode( const MapMode& rMapMode ) in SetRefMapMode() argument
192 pImpEditEngine->SetRefMapMode( rMapMode ); in SetRefMapMode()
/aoo42x/main/filter/inc/filter/msfilter/
H A Descherex.hxx1101 sal_Bool GetPrefSize( const sal_uInt32 nBlibId, Size& rSize, MapMode& rMapMode );

Completed in 1752 milliseconds

12