Searched refs:m_Size (Results 1 – 6 of 6) sorted by relevance
51 m_Size.setWidth(rRect.Right() == RECT_EMPTY ? 0 : in SwRect()53 m_Size.setHeight(rRect.Bottom() == RECT_EMPTY ? 0 : in SwRect()234 if ( m_Size.getHeight() < 0 ) in Justify()236 m_Point.Y() += m_Size.getHeight() + 1; in Justify()237 m_Size.setHeight(-m_Size.getHeight()); in Justify()239 if ( m_Size.getWidth() < 0 ) in Justify()241 m_Point.X() += m_Size.getWidth() + 1; in Justify()242 m_Size.setWidth(-m_Size.getWidth()); in Justify()249 void SwRect::_Width( const long nNew ) { m_Size.setWidth(nNew); } in _Width()250 void SwRect::_Height( const long nNew ) { m_Size.setHeight(nNew); } in _Height()[all …]
32 Size m_Size; member in SwRect172 m_Size = rNS; in Chg()185 m_Size = rNew; in SSize()189 m_Size.setWidth(nNewWidth); in SSize()190 m_Size.setHeight(nNewHeight); in SSize()194 m_Size.setWidth(nNew); in Width()198 m_Size.setHeight(nNew); in Height()202 m_Size.Width() += m_Point.getX() - nLeft; in Left()207 m_Size.setWidth(nRight - m_Point.getX() + 1); in Right()211 m_Size.Height() += m_Point.getY() - nTop; in Top()[all …]
112 RealSize2D m_Size; member in sd::Annotation135 RealSize2D m_Size; member142 m_Size = xAnnotation->getSize(); in get()150 xAnnotation->setSize(m_Size); in set()274 return m_Size; in getSize()285 m_Size = the_value; in setSize()
59 private Size m_Size=null; field in GraphicPro_Size64 m_Size = size; in GraphicPro_Size()131 xGraphicShape.setSize(m_Size); in testGraphicSize()
97 sal_uInt32 m_Size; member103 m_Size = sizeof(OCreateParam); in OCreateParam()
45 sal_uInt32 m_Size; member