Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/export/
H A Dvmlexport.cxx67 m_pShapeStyle( new OStringBuffer( 200 ) ), in VMLExport()
77 delete m_pShapeStyle, m_pShapeStyle = NULL; in ~VMLExport()
95 if ( m_pShapeStyle->getLength() ) in OpenContainer()
96 m_pShapeStyle->makeStringAndClear(); in OpenContainer()
98 m_pShapeStyle->ensureCapacity( 200 ); in OpenContainer()
334 AddRectangleDimensions( *m_pShapeStyle, rRect ); in Commit()
693 if ( m_pShapeStyle->getLength() ) in AddLineDimensions()
694 m_pShapeStyle->append( ";" ); in AddLineDimensions()
696 m_pShapeStyle->append( "position:absolute" ); in AddLineDimensions()
700 case 0x40: m_pShapeStyle->append( ";flip:y" ); break; in AddLineDimensions()
[all …]
/aoo4110/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx72 m_pShapeStyle( new OStringBuffer( 200 ) ), in RtfSdrExport()
82 delete m_pShapeStyle, m_pShapeStyle = NULL; in ~RtfSdrExport()
95 if ( m_pShapeStyle->getLength() ) in OpenContainer()
96 m_pShapeStyle->makeStringAndClear(); in OpenContainer()
97 m_pShapeStyle->ensureCapacity( 200 ); in OpenContainer()
181 AddRectangleDimensions( *m_pShapeStyle, rRect ); in Commit()
418 m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPLEFT).append(rRectangle.Left()); in AddLineDimensions()
419 m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPTOP).append(rRectangle.Top()); in AddLineDimensions()
420 m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPRIGHT).append(rRectangle.Right()); in AddLineDimensions()
421 m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPBOTTOM).append(rRectangle.Bottom()); in AddLineDimensions()
[all …]
H A Drtfsdrexport.hxx51 rtl::OStringBuffer *m_pShapeStyle; member in RtfSdrExport
/aoo4110/main/oox/inc/oox/export/
H A Dvmlexport.hxx52 rtl::OStringBuffer *m_pShapeStyle; member in oox::vml::VMLExport

Completed in 49 milliseconds