Home
last modified time | relevance | path

Searched refs:pShapeInfo (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/filter/source/flash/
H A Dswfexporter.cxx94 void PageInfo::addShape( ShapeInfo* pShapeInfo ) in addShape() argument
96 maShapesVector.push_back( pShapeInfo ); in addShape()
579 ShapeInfo* pShapeInfo = new ShapeInfo(); in exportShape() local
580 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 …]
H A Dswfexporter.hxx116 …ShapeAnimationInfo( ShapeInfo* pShapeInfo, sal_uInt16 nDepth ) : mpShapeInfo( pShapeInfo ), mnDept… in ShapeAnimationInfo()
144 void addShape( ShapeInfo* pShapeInfo );