Home
last modified time | relevance | path

Searched refs:m_aRect (Results 1 – 9 of 9) sorted by path

/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx716 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 Dswpossizetabpage.hxx88 Rectangle m_aRect; //size of all selected objects member in SvxSwPosSizeTabPage
/trunk/main/embeddedobj/test/Container1/
H A DPaintThread.java50 private com.sun.star.awt.Rectangle m_aRect; field in PaintThread
94 m_aRect = aRect; in setPaintRequest()
124 aRect = m_aRect; in run()
/trunk/main/svtools/source/table/
H A Dtablegeometry.cxx49 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()
126m_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 …]
H A Dtablegeometry.hxx46 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()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1501 : m_aRect(aRect), m_pNodeInfo(pNodeInfo), m_nFmtFrmWidth(0) in CellInfo()
H A DWW8TableInfo.hxx119 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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx5075 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 …]
H A Dpdfwriter_impl.hxx372 Rectangle m_aRect; member
381 Rectangle m_aRect; member
409 Rectangle m_aRect; member

Completed in 105 milliseconds