Searched refs:m_aRect (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/svtools/source/table/ |
| H A D | tablegeometry.cxx | 49 m_aRect.Top() = 0; in TableRowGeometry() 50 m_aRect.Bottom() = m_rControl.m_nColHeaderHeightPixel - 1; in TableRowGeometry() 63 …m_aRect.Top() = m_rControl.m_nColHeaderHeightPixel + ( m_nRowPos - m_rControl.m_nTopRow ) * m_rCon… in impl_initRect() 64 m_aRect.Bottom() = m_aRect.Top() + m_rControl.m_nRowHeightPixel - 1; in impl_initRect() 67 m_aRect.SetEmpty(); in impl_initRect() 87 m_aRect.Move( 0, m_rControl.m_nRowHeightPixel ); in moveDown() 89 m_aRect.SetEmpty(); in moveDown() 106 m_aRect.Left() = 0; in TableColumnGeometry() 107 m_aRect.Right() = m_rControl.m_nRowHeaderWidthPixel - 1; in TableColumnGeometry() 121 m_aRect.Left() = m_rControl.m_nRowHeaderWidthPixel; in impl_initRect() [all …]
|
| H A D | tablegeometry.hxx | 46 Rectangle m_aRect; member in svt::table::TableGeometry 55 ,m_aRect( _rBoundaries ) in TableGeometry() 64 const Rectangle& getRect() const { return m_aRect; } in getRect() 65 …bool isValid() const { return !m_aRect.GetIntersection( m_rBoundaries ).IsEmpty(); } in isValid()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | WW8TableInfo.hxx | 119 SwRect m_aRect; member in ww8::CellInfo 127 : m_aRect(aRectAndTableInfo.m_aRect), in CellInfo() 137 long top() const { return m_aRect.Top(); } in top() 138 long bottom() const { return m_aRect.Bottom(); } in bottom() 139 long left() const { return m_aRect.Left(); } in left() 140 long right() const { return m_aRect.Right(); } in right() 141 long width() const { return m_aRect.Width(); } in width() 142 long height() const { return m_aRect.Height(); } in height() 143 SwRect getRect() const { return m_aRect; } in getRect()
|
| H A D | WW8TableInfo.cxx | 1501 : m_aRect(aRect), m_pNodeInfo(pNodeInfo), m_nFmtFrmWidth(0) in CellInfo()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 4508 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest() 4510 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest() 4518 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest() 4520 appendFixedInt( rDest.m_aRect.Top(), rBuffer ); in appendDest() 4522 appendFixedInt( rDest.m_aRect.Right(), rBuffer ); in appendDest() 4524 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest() 4528 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest() 4532 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest() 4539 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest() 4543 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest() [all …]
|
| H A D | pdfwriter_impl.hxx | 372 Rectangle m_aRect; member 381 Rectangle m_aRect; member 409 Rectangle m_aRect; member
|
| /AOO41X/main/embeddedobj/test/Container1/ |
| H A D | PaintThread.java | 50 private com.sun.star.awt.Rectangle m_aRect; field in PaintThread 94 m_aRect = aRect; in setPaintRequest() 124 aRect = m_aRect; in run()
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | swpossizetabpage.cxx | 716 m_aRect = m_pSdrView->GetAllMarkedRect(); in FillItemSet() 717 m_pSdrView->GetSdrPageView()->LogicToPagePos( m_aRect ); in FillItemSet() 1586 m_aHoriByMF.SetValue( m_aHoriByMF.Normalize(m_aRect.Left()), FUNIT_TWIP ); in InitPos() 1605 m_aVertByMF.SetValue( m_aVertByMF.Normalize(m_aRect.Top()), FUNIT_TWIP ); in InitPos() 1874 m_aRect = m_pSdrView->GetAllMarkedRect(); in SetView() 1875 m_pSdrView->GetSdrPageView()->LogicToPagePos( m_aRect ); in SetView() 1924 aPt2 += m_aRect.TopLeft(); in SetView() 1925 m_aRect.SetPos( aPt2 ); in SetView()
|
| H A D | swpossizetabpage.hxx | 88 Rectangle m_aRect; //size of all selected objects member in SvxSwPosSizeTabPage
|