Searched refs:pShapeInfo (Results 1 – 2 of 2) sorted by relevance
94 void PageInfo::addShape( ShapeInfo* pShapeInfo ) in addShape() argument96 maShapesVector.push_back( pShapeInfo ); in addShape()633 ShapeInfo* pShapeInfo = new ShapeInfo(); in exportShape() local634 pShapeInfo->mnX = aBoundRect.X; in exportShape()635 pShapeInfo->mnY = aBoundRect.Y; in exportShape()636 pShapeInfo->mnWidth = aBoundRect.Width; in exportShape()637 pShapeInfo->mnHeight = aBoundRect.Height; in exportShape()641 …getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Bookmark") ) ) >>= pShapeInfo->maBookmark; in exportShape()642 …getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("DimColor") ) ) >>= pShapeInfo->mnDimColor; in exportShape()643 …->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("DimHide") ) ) >>= pShapeInfo->mbDimHide; in exportShape()[all …]
116 …ShapeAnimationInfo( ShapeInfo* pShapeInfo, sal_uInt16 nDepth ) : mpShapeInfo( pShapeInfo ), mnDept… in ShapeAnimationInfo()144 void addShape( ShapeInfo* pShapeInfo );