Searched refs:_rOutDev (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svx/source/form/ |
H A D | fmvwimp.cxx | 1486 bool FmXFormView::createControlLabelPair( OutputDevice& _rOutDev, sal_Int32 _nXOffsetMM, sal_Int32 … in createControlLabelPair() argument 1493 if ( !createControlLabelPair( m_aContext, _rOutDev, _nXOffsetMM, _nYOffsetMM, in createControlLabelPair() 1515 …OutputDevice& _rOutDev, sal_Int32 _nXOffsetMM, sal_Int32 _nYOffsetMM, const Reference< XPropertySe… in createControlLabelPair() argument 1531 ::Size aTextSize( _rOutDev.GetTextWidth(sFieldName + _rFieldPostfix), _rOutDev.GetTextHeight() ); in createControlLabelPair() 1533 MapMode eTargetMode( _rOutDev.GetMapMode() ), in createControlLabelPair() 1542 ::Size aRealSize = _rOutDev.LogicToLogic(aTextSize, eTargetMode, eSourceMode); in createControlLabelPair() 1580 _rOutDev.LogicToLogic( ::Point( _nXOffsetMM, _nYOffsetMM ), eSourceMode, eTargetMode ), in createControlLabelPair() 1581 _rOutDev.LogicToLogic( aRealSize, eSourceMode, eTargetMode ) in createControlLabelPair() 1619 …_rOutDev.LogicToLogic( ::Point( aRealSize.Width() + _nXOffsetMM, _nYOffsetMM ), eSourceMode, eTarg… in createControlLabelPair() 1620 _rOutDev.LogicToLogic( aControlSize, eSourceMode, eTargetMode ) in createControlLabelPair()
|
/aoo4110/main/svx/source/inc/ |
H A D | fmvwimp.hxx | 258 OutputDevice& _rOutDev, 275 OutputDevice& _rOutDev,
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdpagv.cxx | 84 const SdrPageWindow* SdrPageView::FindPatchedPageWindow( const OutputDevice& _rOutDev ) const in FindPatchedPageWindow() 93 if ( &rPaintWindow.GetOutputDevice() == &_rOutDev ) in FindPatchedPageWindow()
|
Completed in 65 milliseconds