Lines Matching refs:pMgr
430 pMgr (new SwFldMgr()), in SwCaptionOptPage()
448 nCount = pMgr->GetFldTypeCount(); in SwCaptionOptPage()
451 if( ( pFldType = pMgr->GetFldType(USHRT_MAX, --i))->GetName() == in SwCaptionOptPage()
462 nCount = pMgr->GetFormatCount(TYP_SEQFLD, sal_False); in SwCaptionOptPage()
465 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionOptPage()
466 sal_uInt16 nFmtId = pMgr->GetFormatId(TYP_SEQFLD, i); in SwCaptionOptPage()
480 SwSetExpFieldType* pFldType = (SwSetExpFieldType*)pMgr->GetFldType( in SwCaptionOptPage()
519 delete pMgr; in ~SwCaptionOptPage()
709 sal_uInt16 nCount = pMgr->GetFldTypeCount(); in IMPL_LINK()
713 SwFieldType *pType = pMgr->GetFldType( USHRT_MAX, i ); in IMPL_LINK()
923 SwSetExpFieldType* pFldType = (SwSetExpFieldType*)pMgr->GetFldType( in DrawSample()