Home
last modified time | relevance | path

Searched refs:pFldTypes (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx93 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 …]
H A Ddocnew.cxx246 pFldTypes( new SwFldTypes() ), in SwDoc()
712 delete pFldTypes; in ~SwDoc()
931 pFldTypes->DeleteAndDestroy( INIT_FLDTYPES, in ClearDoc()
932 pFldTypes->Count() - INIT_FLDTYPES ); in ClearDoc()
H A Ddoc.cxx1044 if( eWhich == (*pFldTypes)[i]->Which() ) in GetSysFldType()
1045 return (*pFldTypes)[i]; in GetSysFldType()
/trunk/main/sw/source/core/edit/
H A Dedfld.cxx54 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 …]
H A Dedfldexp.cxx45 const SwFldTypes * pFldTypes = GetDoc()->GetFldTypes(); in IsFieldDataSourceAvailable() local
46 const sal_uInt16 nSize = pFldTypes->Count(); in IsFieldDataSourceAvailable()
56 SwFieldType& rFldType = *((*pFldTypes)[i]); in IsFieldDataSourceAvailable()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2660 const SwFldTypes* pFldTypes = GetDoc()->GetFldTypes(); in getElementNames() local
2661 sal_uInt16 nCount = pFldTypes->Count(); in getElementNames()
2669 SwFieldType& rFldType = *((*pFldTypes)[i]); in getElementNames()
2850 const SwFldTypes* pFldTypes = pDoc->GetFldTypes(); in SwXFieldEnumeration() local
2851 sal_uInt16 nCount = pFldTypes->Count(); in SwXFieldEnumeration()
2854 const SwFieldType *pCurType = pFldTypes->GetObject(nType); in SwXFieldEnumeration()
/trunk/main/sw/inc/
H A Ddoc.hxx333 SwFldTypes *pFldTypes; // Feldtypen member in SwDoc

Completed in 70 milliseconds