Searched refs:_SetGetExpFlds (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/core/inc/ |
H A D | docfld.hxx | 113 SV_DECL_PTRARR_SORT_DEL( _SetGetExpFlds, _SetGetExpFldPtr, 0, 10 ) 146 _SetGetExpFlds* pFldSortLst; // akt. Field-Liste zum Calculieren 166 const _SetGetExpFlds* GetSortLst() const { return pFldSortLst; } in GetSortLst()
|
/trunk/main/sw/source/core/fields/ |
H A D | fldlst.cxx | 48 pSrtLst = new _SetGetExpFlds(); in SwInputFieldList() 199 _SetGetExpFlds* pNewLst = new _SetGetExpFlds(); in RemoveUnselectedFlds()
|
H A D | docufld.cxx | 2284 _SetGetExpFlds aTmpLst( 10, 5 ); in Modify() 2301 sal_uInt16 SwRefPageGetFieldType::MakeSetList( _SetGetExpFlds& rTmpLst ) in MakeSetList() 2354 _SetGetExpFlds& rSetList ) in UpdateField() 2446 _SetGetExpFlds aTmpLst( 10, 5 ); in ChangeExpansion()
|
/trunk/main/sw/inc/ |
H A D | docufld.hxx | 36 class _SetGetExpFlds; 703 void UpdateField( SwTxtFld* pTxtFld, _SetGetExpFlds& rSetList ); 710 sal_uInt16 MakeSetList( _SetGetExpFlds& rTmpLst );
|
H A D | printdata.hxx | 40 class _SetGetExpFlds; 252 …_SetGetExpFlds * m_pPostItFields; // an array of "_SetGetExpFld *" sorted by page and line n…
|
H A D | expfld.hxx | 38 class _SetGetExpFlds; 402 _SetGetExpFlds* pSrtLst;
|
/trunk/main/sw/source/core/view/ |
H A D | printdata.cxx | 45 extern bool lcl_GetPostIts( IDocumentFieldsAccess* pIDFA, _SetGetExpFlds * pSrtLst ); 78 m_pPostItFields = new _SetGetExpFlds; in CreatePostItData()
|
/trunk/main/sw/source/core/doc/ |
H A D | docfld.cxx | 79 SV_IMPL_OP_PTRARR_SORT( _SetGetExpFlds, _SetGetExpFldPtr ) in SV_IMPL_OP_PTRARR_SORT() argument 2276 pFldSortLst = new _SetGetExpFlds( 64, 16 ); in InsDelFldInFldLst() 2305 pFldSortLst = new _SetGetExpFlds( 64, 16 ); in _MakeFldList()
|
H A D | doc.cxx | 1114 _SetGetExpFlds * pSrtLst ) in lcl_GetPostIts()
|
/trunk/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 622 _SetGetExpFlds& rLst, in lcl_MakeFldLst() 660 _SetGetExpFlds aSrtLst( 64 ); in MoveFldType()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 182 extern bool lcl_GetPostIts( IDocumentFieldsAccess* pIDFA, _SetGetExpFlds * pSrtLst );
|
Completed in 101 milliseconds