Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfexporter.cxx94 void PageInfo::addShape( ShapeInfo* pShapeInfo ) in addShape() argument
96 maShapesVector.push_back( pShapeInfo ); in addShape()
633 ShapeInfo* pShapeInfo = new ShapeInfo(); in exportShape() local
634 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()
645 …xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Effect") ) ) >>= pShapeInfo->me… in exportShape()
689 pShapeInfo->mnID = nID; in exportShape()
693 …mpWriter->placeShape( pShapeInfo->mnID, _uInt16(nPlaceDepth++), pShapeInfo->mnX, pShapeInfo->mnY ); in exportShape()
[all …]
H A Dswfexporter.hxx116 …ShapeAnimationInfo( ShapeInfo* pShapeInfo, sal_uInt16 nDepth ) : mpShapeInfo( pShapeInfo ), mnDept… in ShapeAnimationInfo()
144 void addShape( ShapeInfo* pShapeInfo );

Completed in 23 milliseconds