Searched refs:pFldTypes (Results 1 – 7 of 7) sorted by relevance
93 sal_uInt16 nSize = pFldTypes->Count(), in SV_IMPL_OP_PTRARR_SORT()118 return (*pFldTypes)[i]; in SV_IMPL_OP_PTRARR_SORT()125 return (*pFldTypes)[i]; in SV_IMPL_OP_PTRARR_SORT()131 return (*pFldTypes)[i]; in SV_IMPL_OP_PTRARR_SORT()159 pFldTypes->Insert( pNew, nSize ); in SV_IMPL_OP_PTRARR_SORT()162 return (*pFldTypes)[ nSize ]; in SV_IMPL_OP_PTRARR_SORT()209 pFldTypes->Insert( &rFldTyp, nSize ); in InsDeletedFldType()267 pFldTypes->Remove( nFld ); in RemoveFldType()274 return pFldTypes; in GetFldTypes()344 switch( (*pFldTypes)[i]->Which() ) in UpdateFlds()[all …]
246 pFldTypes( new SwFldTypes() ), in SwDoc()712 delete pFldTypes; in ~SwDoc()931 pFldTypes->DeleteAndDestroy( INIT_FLDTYPES, in ClearDoc()932 pFldTypes->Count() - INIT_FLDTYPES ); in ClearDoc()
1044 if( eWhich == (*pFldTypes)[i]->Which() ) in GetSysFldType()1045 return (*pFldTypes)[i]; in GetSysFldType()
54 const sal_uInt16 nSize = pFldTypes->Count(); in GetFldTypeCount()65 if(IsUsed(*(*pFldTypes)[i])) in GetFldTypeCount()76 SwFieldType& rFldType = *((*pFldTypes)[i]); in GetFldTypeCount()90 const sal_uInt16 nSize = pFldTypes->Count(); in GetFldType()95 return (*pFldTypes)[nFld]; in GetFldType()101 if(IsUsed(*(*pFldTypes)[i])) in GetFldType()108 return i < nSize ? (*pFldTypes)[i] : 0; in GetFldType()115 SwFieldType* pFldType = (*pFldTypes)[i]; in GetFldType()149 const sal_uInt16 nSize = pFldTypes->Count(); in RemoveFldType()153 if( (*pFldTypes)[i]->Which() == nResId && in RemoveFldType()[all …]
45 const SwFldTypes * pFldTypes = GetDoc()->GetFldTypes(); in IsFieldDataSourceAvailable() local46 const sal_uInt16 nSize = pFldTypes->Count(); in IsFieldDataSourceAvailable()56 SwFieldType& rFldType = *((*pFldTypes)[i]); in IsFieldDataSourceAvailable()
2660 const SwFldTypes* pFldTypes = GetDoc()->GetFldTypes(); in getElementNames() local2661 sal_uInt16 nCount = pFldTypes->Count(); in getElementNames()2669 SwFieldType& rFldType = *((*pFldTypes)[i]); in getElementNames()2850 const SwFldTypes* pFldTypes = pDoc->GetFldTypes(); in SwXFieldEnumeration() local2851 sal_uInt16 nCount = pFldTypes->Count(); in SwXFieldEnumeration()2854 const SwFieldType *pCurType = pFldTypes->GetObject(nType); in SwXFieldEnumeration()
333 SwFldTypes *pFldTypes; // Feldtypen member in SwDoc
Completed in 106 milliseconds