Home
last modified time | relevance | path

Searched refs:_rRect (Results 1 – 25 of 59) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dtextlayout.cxx86 …tools::Rectangle GetTextRect( const tools::Rectangle& _rRect, const OUString& _rText, DrawTextFl…
244 …tools::Rectangle ReferenceDeviceTextLayout::DrawText( const tools::Rectangle& _rRect, const OUStri… in DrawText() argument
259 tools::Rectangle aRect( m_rTargetDevice.PixelToLogic( _rRect ) ); in DrawText()
263 …SAL_WARN_IF(std::abs(_rRect.GetSize().Width() - m_rTargetDevice.LogicToPixel(*i_pDeviceSize).Width… in DrawText()
264 …SAL_WARN_IF(std::abs(_rRect.GetSize().Height() - m_rTargetDevice.LogicToPixel(*i_pDeviceSize).Heig… in DrawText()
299 …tools::Rectangle ReferenceDeviceTextLayout::GetTextRect( const tools::Rectangle& _rRect, const OUS… in GetTextRect() argument
313 tools::Rectangle aRect( m_rTargetDevice.PixelToLogic( _rRect ) ); in GetTextRect()
339 …tools::Rectangle ControlTextRenderer::DrawText( const tools::Rectangle& _rRect, const OUString& _r… in DrawText() argument
342 return m_pImpl->DrawText( _rRect, _rText, _nStyle, _pVector, _pDisplayText, i_pDeviceSize ); in DrawText()
345 …tools::Rectangle ControlTextRenderer::GetTextRect( const tools::Rectangle& _rRect, const OUString&… in GetTextRect() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dtextlayout.cxx86 …tools::Rectangle GetTextRect( const tools::Rectangle& _rRect, const OUString& _rText, DrawTextFl…
241 …tools::Rectangle ReferenceDeviceTextLayout::DrawText( const tools::Rectangle& _rRect, const OUStri… in DrawText() argument
256 tools::Rectangle aRect( m_rTargetDevice.PixelToLogic( _rRect ) ); in DrawText()
260 …SAL_WARN_IF(std::abs(_rRect.GetSize().Width() - m_rTargetDevice.LogicToPixel(*i_pDeviceSize).Width… in DrawText()
261 …SAL_WARN_IF(std::abs(_rRect.GetSize().Height() - m_rTargetDevice.LogicToPixel(*i_pDeviceSize).Heig… in DrawText()
296 …tools::Rectangle ReferenceDeviceTextLayout::GetTextRect( const tools::Rectangle& _rRect, const OUS… in GetTextRect() argument
310 tools::Rectangle aRect( m_rTargetDevice.PixelToLogic( _rRect ) ); in GetTextRect()
336 …tools::Rectangle ControlTextRenderer::DrawText( const tools::Rectangle& _rRect, const OUString& _r… in DrawText() argument
339 return m_pImpl->DrawText( _rRect, _rText, _nStyle, _pVector, _pDisplayText, i_pDeviceSize ); in DrawText()
342 …tools::Rectangle ControlTextRenderer::GetTextRect( const tools::Rectangle& _rRect, const OUString&… in GetTextRect() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx112 …void IndexFieldsControl::PaintCell( OutputDevice& _rDev, const tools::Rectangle& _rRect, sal_uInt1… in PaintCell() argument
114 Point aPos(_rRect.TopLeft()); in PaintCell()
121 if (aPos.X() < _rRect.Right() || aPos.X() + TxtSize.Width() > _rRect.Right() || in PaintCell()
122 aPos.Y() < _rRect.Top() || aPos.Y() + TxtSize.Height() > _rRect.Bottom()) in PaintCell()
123 _rDev.SetClipRegion(vcl::Region(_rRect)); in PaintCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dvclunohelper.cxx505 ::tools::Rectangle VCLUnoHelper::ConvertToVCLRect( css::awt::Rectangle const & _rRect ) in ConvertToVCLRect() argument
507 …return ::tools::Rectangle( _rRect.X, _rRect.Y, _rRect.X + _rRect.Width - 1, _rRect.Y + _rRect.Heig… in ConvertToVCLRect()
510 css::awt::Rectangle VCLUnoHelper::ConvertToAWTRect( ::tools::Rectangle const & _rRect ) in ConvertToAWTRect() argument
512 … return css::awt::Rectangle( _rRect.Left(), _rRect.Top(), _rRect.GetWidth(), _rRect.GetHeight() ); in ConvertToAWTRect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx110 …void IndexFieldsControl::PaintCell( OutputDevice& _rDev, const tools::Rectangle& _rRect, sal_uInt1… in PaintCell() argument
112 Point aPos(_rRect.TopLeft()); in PaintCell()
119 if (aPos.X() < _rRect.Right() || aPos.X() + TxtSize.Width() > _rRect.Right() || in PaintCell()
120 aPos.Y() < _rRect.Top() || aPos.Y() + TxtSize.Height() > _rRect.Bottom()) in PaintCell()
121 _rDev.SetClipRegion(vcl::Region(_rRect)); in PaintCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dvclunohelper.cxx510 ::tools::Rectangle VCLUnoHelper::ConvertToVCLRect( css::awt::Rectangle const & _rRect ) in ConvertToVCLRect() argument
512 …return ::tools::Rectangle( _rRect.X, _rRect.Y, _rRect.X + _rRect.Width - 1, _rRect.Y + _rRect.Heig… in ConvertToVCLRect()
515 css::awt::Rectangle VCLUnoHelper::ConvertToAWTRect( ::tools::Rectangle const & _rRect ) in ConvertToAWTRect() argument
517 … return css::awt::Rectangle( _rRect.Left(), _rRect.Top(), _rRect.GetWidth(), _rRect.GetHeight() ); in ConvertToAWTRect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/browser/
H A Ddataview.cxx69 void ODataView::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& _rRect) in Paint() argument
76 rRenderContext.DrawRect(_rRect); in Paint()
81 Window::Paint(rRenderContext, _rRect); in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/browser/
H A Ddataview.cxx76 void ODataView::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& _rRect) in Paint() argument
83 rRenderContext.DrawRect(_rRect); in Paint()
88 Window::Paint(rRenderContext, _rRect); in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/control/
H A Dmarktree.cxx50 void OMarkableTreeListBox::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& _rRect) in Paint() argument
61 DBTreeListBox::Paint(rRenderContext, _rRect); in Paint()
65 DBTreeListBox::Paint(rRenderContext, _rRect); in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Drichtextviewport.cxx38 … void RichTextViewPort::Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& _rRect ) in Paint() argument
40 m_pView->Paint(_rRect, &rRenderContext); in Paint()
H A Drichtextimplcontrol.cxx542 void lcl_inflate( tools::Rectangle& _rRect, tools::Long _nInflateX, tools::Long _nInflateY ) in lcl_inflate() argument
544 _rRect.AdjustLeft( -_nInflateX ); in lcl_inflate()
545 _rRect.AdjustRight(_nInflateX ); in lcl_inflate()
546 _rRect.AdjustTop( -_nInflateY ); in lcl_inflate()
547 _rRect.AdjustBottom(_nInflateY ); in lcl_inflate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Drichtextviewport.cxx38 … void RichTextViewPort::Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& _rRect ) in Paint() argument
40 m_pView->Paint(_rRect, &rRenderContext); in Paint()
H A Drichtextimplcontrol.cxx546 void lcl_inflate( tools::Rectangle& _rRect, long _nInflateX, long _nInflateY ) in lcl_inflate() argument
548 _rRect.AdjustLeft( -_nInflateX ); in lcl_inflate()
549 _rRect.AdjustRight(_nInflateX ); in lcl_inflate()
550 _rRect.AdjustTop( -_nInflateY ); in lcl_inflate()
551 _rRect.AdjustBottom(_nInflateY ); in lcl_inflate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dtextlayout.hxx93 tools::Rectangle DrawText( const tools::Rectangle& _rRect,
97 tools::Rectangle GetTextRect( const tools::Rectangle& _rRect,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dtextlayout.hxx93 tools::Rectangle DrawText( const tools::Rectangle& _rRect,
97 tools::Rectangle GetTextRect( const tools::Rectangle& _rRect,
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/inc/
H A DUITools.hxx140 …SdrObject* isOver(const tools::Rectangle& _rRect,SdrPage const & _rPage,SdrView const & _rView,boo…
142 …SdrObject* isOver(const tools::Rectangle& _rRect,SdrPage const & _rPage,SdrView const & _rView,boo…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/inc/
H A DUITools.hxx141 …SdrObject* isOver(const tools::Rectangle& _rRect,SdrPage const & _rPage,SdrView const & _rView,boo…
143 …SdrObject* isOver(const tools::Rectangle& _rRect,SdrPage const & _rPage,SdrView const & _rView,boo…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/helper/
H A Dvclunohelper.hxx133 static ::tools::Rectangle ConvertToVCLRect( css::awt::Rectangle const & _rRect );
134 static css::awt::Rectangle ConvertToAWTRect( ::tools::Rectangle const & _rRect );
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DTextManager.cpp73 bool TextManager::AddText(Font* _pFont, const string & _lpszUText, const Rect & _rRect, Color _lCol… in AddText() argument
91 pArxText->rRect = _rRect; in AddText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/toolkit/helper/
H A Dvclunohelper.hxx132 static ::tools::Rectangle ConvertToVCLRect( css::awt::Rectangle const & _rRect );
133 static css::awt::Rectangle ConvertToAWTRect( ::tools::Rectangle const & _rRect );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/brwbox/
H A Dbrwbox2.cxx778 void BrowseBox::ImplPaintData(OutputDevice& _rOut, const tools::Rectangle& _rRect, bool _bForeignDe… in ImplPaintData() argument
780 Point aOverallAreaPos = _bForeignDevice ? _rRect.TopLeft() : Point(0,0); in ImplPaintData()
781 Size aOverallAreaSize = _bForeignDevice ? _rRect.GetSize() : pDataWin->GetOutputSizePixel(); in ImplPaintData()
791 nRelTopRow = (static_cast<sal_uLong>(_rRect.Top()) / nDataRowHeigt); in ImplPaintData()
792 nRelBottomRow = static_cast<sal_uLong>(_rRect.Bottom()) / nDataRowHeigt; in ImplPaintData()
832 tools::Rectangle aRowRect( Point( _rRect.Left(), aPos.Y() ), in ImplPaintData()
833 Size( _rRect.GetSize().Width(), nDataRowHeigt ) ); in ImplPaintData()
853 if ( aPos.X() >= _rRect.Right() ) in ImplPaintData()
961 if ( !mvCols.empty() && ( mvCols[ 0 ]->GetId() == 0 ) && ( aPos.Y() <= _rRect.Bottom() ) ) in ImplPaintData()
969 _rRect.Bottom() + 1) ) ); in ImplPaintData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/
H A Dbrwbox2.cxx772 void BrowseBox::ImplPaintData(OutputDevice& _rOut, const tools::Rectangle& _rRect, bool _bForeignDe… in ImplPaintData() argument
774 Point aOverallAreaPos = _bForeignDevice ? _rRect.TopLeft() : Point(0,0); in ImplPaintData()
775 Size aOverallAreaSize = _bForeignDevice ? _rRect.GetSize() : pDataWin->GetOutputSizePixel(); in ImplPaintData()
785 nRelTopRow = (static_cast<sal_uLong>(_rRect.Top()) / nDataRowHeigt); in ImplPaintData()
786 nRelBottomRow = static_cast<sal_uLong>(_rRect.Bottom()) / nDataRowHeigt; in ImplPaintData()
826 tools::Rectangle aRowRect( Point( _rRect.TopLeft().X(), aPos.Y() ), in ImplPaintData()
827 Size( _rRect.GetSize().Width(), nDataRowHeigt ) ); in ImplPaintData()
847 if ( aPos.X() >= _rRect.Right() ) in ImplPaintData()
955 if ( !mvCols.empty() && ( mvCols[ 0 ]->GetId() == 0 ) && ( aPos.Y() <= _rRect.Bottom() ) ) in ImplPaintData()
963 _rRect.Bottom() + 1) ) ); in ImplPaintData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A Dmarktree.hxx49 virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& _rRect) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dhangulhanjadlg.cxx104 void Paint( vcl::RenderContext& _rDevice, const ::tools::Rectangle& _rRect,
123 void PseudoRubyText::Paint(vcl::RenderContext& rRenderContext, const ::tools::Rectangle& _rRect, in Paint() argument
131 Size aPlaygroundSize(_rRect.GetSize()); in Paint()
139 …::tools::Rectangle aPrimaryRect = rRenderContext.GetTextRect( _rRect, m_sPrimaryText, nTextStyle ); in Paint()
143 aSecondaryRect = rRenderContext.GetTextRect(_rRect, m_sSecondaryText, nTextStyle); in Paint()
151 aPrimaryRect.SetLeft( _rRect.Left() ); in Paint()
153 aPrimaryRect.SetRight( _rRect.Left() + nCombinedWidth ); in Paint()
159 aPrimaryRect.Move( 0, _rRect.Top() - aPrimaryRect.Top() ); in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dhangulhanjadlg.cxx104 void Paint( vcl::RenderContext& _rDevice, const ::tools::Rectangle& _rRect,
121 void PseudoRubyText::Paint(vcl::RenderContext& rRenderContext, const ::tools::Rectangle& _rRect, in Paint() argument
129 Size aPlaygroundSize(_rRect.GetSize()); in Paint()
137 …::tools::Rectangle aPrimaryRect = rRenderContext.GetTextRect( _rRect, m_sPrimaryText, nTextStyle ); in Paint()
141 aSecondaryRect = rRenderContext.GetTextRect(_rRect, m_sSecondaryText, nTextStyle); in Paint()
149 aPrimaryRect.SetLeft( _rRect.Left() ); in Paint()
151 aPrimaryRect.SetRight( _rRect.Left() + nCombinedWidth ); in Paint()
157 aPrimaryRect.Move( 0, _rRect.Top() - aPrimaryRect.Top() ); in Paint()

123