Searched refs:_SeqFldLstElem (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | expfld.hxx | 48 struct _SeqFldLstElem struct 53 _SeqFldLstElem( const String& rStr, sal_uInt16 nNo ) in _SeqFldLstElem() function 57 SV_DECL_PTRARR_DEL( _SwSeqFldList, _SeqFldLstElem*, 10, 10 ) 64 sal_Bool InsertSort( _SeqFldLstElem* ); 65 sal_Bool SeekEntry( const _SeqFldLstElem& , sal_uInt16* pPos = 0 );
|
/aoo41x/main/sw/source/core/fields/ |
H A D | expfld.cxx | 68 SV_IMPL_PTRARR( _SwSeqFldList, _SeqFldLstElem* ) in SV_IMPL_PTRARR() argument 606 _SeqFldLstElem* pNew = new _SeqFldLstElem( in GetSeqFldList() 707 sal_Bool SwSeqFldList::InsertSort( _SeqFldLstElem* pNew ) in InsertSort() 720 C40_INSERT( _SeqFldLstElem, pNew, nPos ); in InsertSort() 724 sal_Bool SwSeqFldList::SeekEntry( const _SeqFldLstElem& rNew, sal_uInt16* pP ) in SeekEntry() 748 const String& rTmp1 = (*((_SeqFldLstElem**)pData + nM))->sDlgEntry; in SeekEntry()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldref.cxx | 60 SV_IMPL_PTRARR( _SwSeqFldList, _SeqFldLstElem* ) 897 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet() 918 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet() 986 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edattr.cxx | 313 _SeqFldLstElem* pNew = new _SeqFldLstElem( sTxt, in GetSeqFtnList()
|
Completed in 21 milliseconds