Home
last modified time | relevance | path

Searched refs:mpChart (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/icgm/ !
H A Dclass7.cxx44 if ( mpChart || ( nOpcode == 0 ) ) in ImplDoClass7()
50 if ( mpChart == NULL ) in ImplDoClass7()
51 mpChart = new CGMChart( *this ); in ImplDoClass7()
52 mpChart->mnCurrentFileType = pAppData[ 3 ]; in ImplDoClass7()
78 mpChart->mDataNode[ 0 ] = *(DataNode*)( pAppData ); in ImplDoClass7()
79 sal_Int8 nZoneEnum = mpChart->mDataNode[ 0 ].nZoneEnum; in ImplDoClass7()
81 mpChart->mDataNode[ nZoneEnum ] = *(DataNode*)( pAppData ); in ImplDoClass7()
103 mpChart->ResetAnnotation(); in ImplDoClass7()
145 mpChart->InsertTextEntry( pTextEntry ); in ImplDoClass7()
151 mpChart->mChartZone = *( ChartZone* )( pAppData ); in ImplDoClass7()
[all …]
H A Dcgm.cxx52 mpChart = NULL; in ImplCGMInit()
168 delete mpChart; in ~CGM()
H A Dclass0.cxx68 if ( mpChart == NULL ) // normal CGM Files determines "BeginPic" in ImplDoClass0()
H A Dcgm.hxx92 CGMChart* mpChart; // if sal_True->"SHWSLIDEREC" member in CGM
H A Dclass4.cxx127 if ( ( mpChart == NULL ) || mpChart->IsAnnotation() ) in ImplDoClass4()