Searched refs:m_aRect (Results 1 – 9 of 9) sorted by relevance
49 m_aRect.Top() = 0; in TableRowGeometry()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()121 m_aRect.Left() = m_rControl.m_nRowHeaderWidthPixel; in impl_initRect()126 … m_aRect.Right() = m_aRect.Left() + m_rControl.m_aColumnWidths[ m_nColPos ].getWidth() - 1; in impl_initRect()129 m_aRect.SetEmpty(); in impl_initRect()150 m_aRect.Left() = m_aRect.Right() + 1; in moveRight()[all …]
46 Rectangle m_aRect; member in svt::table::TableGeometry55 ,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()
119 SwRect m_aRect; member in ww8::CellInfo127 : 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()
1501 : m_aRect(aRect), m_pNodeInfo(pNodeInfo), m_nFmtFrmWidth(0) in CellInfo()
5075 drawRectangle( rBox.m_aRect ); in createDefaultListBoxAppearance()5133 drawRectangle( rBox.m_aRect ); in createDefaultCheckBoxAppearance()5149 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultCheckBoxAppearance()5169 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultCheckBoxAppearance()5209 rBox.m_aRect = aCheckRect; in createDefaultCheckBoxAppearance()5274 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultRadioButtonAppearance()5294 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultRadioButtonAppearance()5337 rBox.m_aRect = aCheckRect; in createDefaultRadioButtonAppearance()10860 m_aLinks.back().m_aRect = rRect; in createLink()10906 m_aDests.back().m_aRect = rRect; in createDest()[all …]
372 Rectangle m_aRect; member381 Rectangle m_aRect; member409 Rectangle m_aRect; member
50 private com.sun.star.awt.Rectangle m_aRect; field in PaintThread94 m_aRect = aRect; in setPaintRequest()124 aRect = m_aRect; in run()
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()
88 Rectangle m_aRect; //size of all selected objects member in SvxSwPosSizeTabPage
Completed in 286 milliseconds