Home
last modified time | relevance | path

Searched refs:m_pShapeHelper (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx57 m_pShapeHelper.reset( new ShapeHelper( m_xShape ) ); in ScVbaShape()
194 return m_pShapeHelper->getHeight(); in getHeight()
200 m_pShapeHelper->setHeight( _height ); in setHeight()
206 return m_pShapeHelper->getWidth(); in getWidth()
212 m_pShapeHelper->setWidth( _width ); in setWidth()
218 return m_pShapeHelper->getLeft(); in getLeft()
224 m_pShapeHelper->setLeft( _left ); in setLeft()
230 return m_pShapeHelper->getTop(); in getTop()
236 return m_pShapeHelper->setTop( _top ); in setTop()
H A Dvbahelper.cxx881 m_pShapeHelper.reset( new ShapeHelper( xShape ) ); in ConcreteXShapeGeometryAttributes()
1169 return m_pShapeHelper->getLeft(); in getLeft()
1173 m_pShapeHelper->setLeft( nLeft ); in setLeft()
1177 return m_pShapeHelper->getTop(); in getTop()
1181 m_pShapeHelper->setTop( nTop ); in setTop()
1186 return m_pShapeHelper->getHeight(); in getHeight()
1190 m_pShapeHelper->setHeight( nHeight ); in setHeight()
1194 return m_pShapeHelper->getWidth(); in getWidth()
1198 m_pShapeHelper->setWidth( nWidth ); in setWidth()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashape.hxx45 std::auto_ptr< ov::ShapeHelper > m_pShapeHelper; member in ScVbaShape
H A Dvbahelper.hxx193 std::auto_ptr< ShapeHelper > m_pShapeHelper; member in ooo::vba::ConcreteXShapeGeometryAttributes

Completed in 40 milliseconds