Home
last modified time | relevance | path

Searched refs:nIdLst (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par3.cxx353 sal_uInt32 nIdLst; // Unique List ID member
363 sal_uInt32 nIdLst; // Unique List ID member
418 sal_uInt32 nIdLst; // WW8Id dieser Liste member
424 : pNumRule(pNumRule_), nIdLst(aLST.nIdLst), in WW8LSTInfo()
444 sal_uInt32 nIdLst; // WW8-Id der betreffenden Liste member
464 , nIdLst(rLFO.nIdLst) in WW8LFOInfo()
504 explicit ListWithId(sal_uInt32 nIdLst) : mnIdLst(nIdLst) {} in ListWithId() argument
506 { return (pEntry->nIdLst == mnIdLst); } in operator ()()
510 WW8LSTInfo* WW8ListManager::GetLSTByListId( sal_uInt32 nIdLst ) const in GetLSTByListId()
513 std::find_if(maLSTInfos.begin(),maLSTInfos.end(),ListWithId(nIdLst)); in GetLSTByListId()
[all …]
H A Dww8par.hxx234 WW8LSTInfo* GetLSTByListId( sal_uInt32 nIdLst ) const;