Home
last modified time | relevance | path

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

/AOO41X/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()
660 m_pShapeStyle->append( ";visibility:hidden" ); in Commit()
693 if ( m_pShapeStyle->getLength() ) in AddLineDimensions()
694 m_pShapeStyle->append( ";" ); in AddLineDimensions()
696 m_pShapeStyle->append( "position:absolute" ); in AddLineDimensions()
[all …]
/AOO41X/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()
203m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPWR).append((sal_Int32)nWrapType); 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()
[all …]
H A Drtfsdrexport.hxx51 rtl::OStringBuffer *m_pShapeStyle; member in RtfSdrExport
/AOO41X/main/oox/inc/oox/export/
H A Dvmlexport.hxx52 rtl::OStringBuffer *m_pShapeStyle; member in oox::vml::VMLExport