Home
last modified time | relevance | path

Searched refs:pBLIPInfos (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5701 pBLIPInfos( new SvxMSDffBLIPInfos ), in SV_IMPL_OP_PTRARR_SORT()
5754 pBLIPInfos( new SvxMSDffBLIPInfos ), in SvxMSDffManager()
5792 delete pBLIPInfos; in ~SvxMSDffManager()
6120 pBLIPInfos->Insert( new SvxMSDffBLIPInfo( nInst, nBLIPPos, nBLIPLen ), in GetDrawingGroupContainerData()
6121 pBLIPInfos->Count() ); in GetDrawingGroupContainerData()
6511 if( !nIdx || (pBLIPInfos->Count() < nIdx) ) return sal_False; in GetBLIP()
6525 SvxMSDffBLIPInfo& rInfo = *(*pBLIPInfos)[ nIdx-1 ]; in GetBLIP()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx381 SvxMSDffBLIPInfos* pBLIPInfos; member in SvxMSDffManager