Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx234 if ( m_Size.getHeight() < 0 ) 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()
272 const Size SwRect::SwappedSize() const { return Size( m_Size.getHeight(), m_Size.getWidth() ); } in SwappedSize()
277 { return Point( m_Point.getX() + m_Size.getWidth(), m_Point.getY() + m_Size.getHeight() ); } in BottomRight()
293 m_Size.setWidth(nNew); in SetLeftAndWidth()
298 m_Size.setHeight(nNew); in SetTopAndHeight()
303 m_Size.setWidth(nNew); in SetRightAndWidth()
[all …]
/trunk/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()
230 return m_Size; in SSize()
234 return m_Size; in SSize()
265 m_Size = rRect.m_Size; in operator =()
270 return (m_Point == rRect.m_Point && m_Size == rRect.m_Size); in operator ==()
322 return !(m_Size.getHeight() && m_Size.getWidth()); in IsEmpty()
335 m_Size( 0, 0 ) in SwRect()
340 m_Size( rRect.m_Size ) in SwRect()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/vos/inc/vos/
H A Dobject.hxx98 sal_uInt32 m_Size; member
104 m_Size = sizeof(OCreateParam); in OCreateParam()
/trunk/main/sal/osl/w32/
H A Dpipe.c45 sal_uInt32 m_Size; member

Completed in 40 milliseconds