Searched refs:_SeqFldLstElem (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/inc/ |
H A D | expfld.hxx | 48 struct _SeqFldLstElem struct 53 _SeqFldLstElem( const String& rStr, sal_uInt16 nNo ) in _SeqFldLstElem() argument 57 SV_DECL_PTRARR_DEL( _SwSeqFldList, _SeqFldLstElem*, 10, 10 ) 64 sal_Bool InsertSort( _SeqFldLstElem* ); 65 sal_Bool SeekEntry( const _SeqFldLstElem& , sal_uInt16* pPos = 0 );
|
/aoo42x/main/sw/source/core/fields/ |
H A D | expfld.cxx | 66 SV_IMPL_PTRARR( _SwSeqFldList, _SeqFldLstElem* ) in SV_IMPL_PTRARR() argument 604 _SeqFldLstElem* pNew = new _SeqFldLstElem( in GetSeqFldList() 705 sal_Bool SwSeqFldList::InsertSort( _SeqFldLstElem* pNew ) in InsertSort() 718 C40_INSERT( _SeqFldLstElem, pNew, nPos ); in InsertSort() 722 sal_Bool SwSeqFldList::SeekEntry( const _SeqFldLstElem& rNew, sal_uInt16* pP ) in SeekEntry() 746 const String& rTmp1 = (*((_SeqFldLstElem**)pData + nM))->sDlgEntry; in SeekEntry()
|
/aoo42x/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()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edattr.cxx | 313 _SeqFldLstElem* pNew = new _SeqFldLstElem( sTxt, in GetSeqFtnList()
|
Completed in 34 milliseconds