Home
last modified time | relevance | path

Searched refs:mpFidcls (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx3307 if ( mpFidcls ) in SeekToShape()
3313 sal_IntPtr nOfs = (sal_IntPtr)maDgOffsetTable.Get( mpFidcls[ nSec ].dgid ); in SeekToShape()
5709 mpFidcls( NULL ), in SV_IMPL_OP_PTRARR_SORT()
5762 mpFidcls( NULL ), in SvxMSDffManager()
5796 delete[] mpFidcls; in ~SvxMSDffManager()
5863 mpFidcls = new (std::nothrow) FIDCL[ mnIdClusters ]; in GetFidclData()
5864 if ( mpFidcls ) { in GetFidclData()
5867 rStCtrl >> mpFidcls[ i ].dgid in GetFidclData()
5868 >> mpFidcls[ i ].cspidCur; in GetFidclData()
H A Dsvdfppt.cxx1383 if ( mpFidcls && ( nSec < mnIdClusters ) ) in ProcessObj()
1384mpFidcls[ nSec ].dgid = rPersistEntry.nDrawingDgId; // insert the correct drawing id; in ProcessObj()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx399 FIDCL* mpFidcls; member in SvxMSDffManager