Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx410 struct WW8LSTInfo // sortiert nach nIdLst (in WW8 verwendete Listen-Id) struct
423 WW8LSTInfo(SwNumRule* pNumRule_, WW8LST& aLST) in WW8LSTInfo() function
499 class ListWithId : public std::unary_function<const WW8LSTInfo *, bool>
505 bool operator() (const WW8LSTInfo *pEntry) const in operator ()()
510 WW8LSTInfo* WW8ListManager::GetLSTByListId( sal_uInt32 nIdLst ) const in GetLSTByListId()
512 std::vector<WW8LSTInfo *>::const_iterator aResult = in GetLSTByListId()
1251 WW8LSTInfo* pLSTInfo = new WW8LSTInfo(pMyNumRule, aLST); in WW8ListManager()
1267 WW8LSTInfo* pListInfo = maLSTInfos[nList]; in WW8ListManager()
1347 WW8LSTInfo* pParentListInfo = GetLSTByListId(aLFO.nIdLst); in WW8ListManager()
1394 WW8LSTInfo* pParentListInfo = GetLSTByListId(pLFOInfo->nIdLst); in WW8ListManager()
[all …]
H A Dww8par.hxx182 struct WW8LSTInfo;
221 std::vector<WW8LSTInfo* > maLSTInfos;
234 WW8LSTInfo* GetLSTByListId( sal_uInt32 nIdLst ) const;