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()579 ShapeInfo* pShapeInfo = new ShapeInfo(); in exportShape() local580 pShapeInfo->mnX = aBoundRect.X; in exportShape()581 pShapeInfo->mnY = aBoundRect.Y; in exportShape()582 pShapeInfo->mnWidth = aBoundRect.Width; in exportShape()583 pShapeInfo->mnHeight = aBoundRect.Height; in exportShape()587 …getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Bookmark") ) ) >>= pShapeInfo->maBookmark; in exportShape()588 …getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("DimColor") ) ) >>= pShapeInfo->mnDimColor; in exportShape()589 …->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 );