Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx3297 if ( mpFidcls ) in SeekToShape()
3303 sal_IntPtr nOfs = (sal_IntPtr)maDgOffsetTable.Get( mpFidcls[ nSec ].dgid ); in SeekToShape()
5699 mpFidcls( NULL ), in SV_IMPL_OP_PTRARR_SORT()
5752 mpFidcls( NULL ), in SvxMSDffManager()
5786 delete[] mpFidcls; in ~SvxMSDffManager()
5853 mpFidcls = new (std::nothrow) FIDCL[ mnIdClusters ]; in GetFidclData()
5854 if ( mpFidcls ) { in GetFidclData()
5857 rStCtrl >> mpFidcls[ i ].dgid in GetFidclData()
5858 >> 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()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx399 FIDCL* mpFidcls; member in SvxMSDffManager