Home
last modified time | relevance | path

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

/trunk/main/oox/source/export/
H A Dvmlexport.cxx68 m_pShapeTypeWritten( new bool[ ESCHER_ShpInst_COUNT ] ) in VMLExport()
71 memset( m_pShapeTypeWritten, 0, ESCHER_ShpInst_COUNT * sizeof( bool ) ); in VMLExport()
78 delete[] m_pShapeTypeWritten, m_pShapeTypeWritten = NULL; in ~VMLExport()
792 if ( !m_pShapeTypeWritten[ m_nShapeType ] ) in StartShape()
795 m_pShapeTypeWritten[ m_nShapeType ] = true; in StartShape()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx73 m_pShapeTypeWritten( new bool[ ESCHER_ShpInst_COUNT ] ) in RtfSdrExport()
76 memset( m_pShapeTypeWritten, 0, ESCHER_ShpInst_COUNT * sizeof( bool ) ); in RtfSdrExport()
83 delete[] m_pShapeTypeWritten, m_pShapeTypeWritten = NULL; in ~RtfSdrExport()
H A Drtfsdrexport.hxx56 bool *m_pShapeTypeWritten; member in RtfSdrExport
/trunk/main/oox/inc/oox/export/
H A Dvmlexport.hxx55 bool *m_pShapeTypeWritten; member in oox::vml::VMLExport

Completed in 23 milliseconds