Home
last modified time | relevance | path

Searched refs:m_Size (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sw/source/core/bastyp/
H A Dswrect.cxx51 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 …]
/AOO41X/main/sw/inc/
H A Dswrect.hxx32 Size m_Size; member in SwRect
172 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 …]
/AOO41X/main/sd/source/core/annotations/
H A DAnnotation.cxx112 RealSize2D m_Size; member in sd::Annotation
135 RealSize2D m_Size; member
142 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()
/AOO41X/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Size.java59 private Size m_Size=null; field in GraphicPro_Size
64 m_Size = size; in GraphicPro_Size()
131 xGraphicShape.setSize(m_Size); in testGraphicSize()
/AOO41X/main/vos/inc/vos/
H A Dobject.hxx97 sal_uInt32 m_Size; member
103 m_Size = sizeof(OCreateParam); in OCreateParam()
/AOO41X/main/sal/osl/w32/
H A Dpipe.c45 sal_uInt32 m_Size; member