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.cxx411 struct WW8LSTInfo // sortiert nach nIdLst (in WW8 verwendete Listen-Id) struct
424 WW8LSTInfo(SwNumRule* pNumRule_, WW8LST& aLST) in WW8LSTInfo() argument
500 class ListWithId : public std::unary_function<const WW8LSTInfo *, bool>
506 bool operator() (const WW8LSTInfo *pEntry) const in operator ()()
511 WW8LSTInfo* WW8ListManager::GetLSTByListId( sal_uInt32 nIdLst ) const in GetLSTByListId()
513 std::vector<WW8LSTInfo *>::const_iterator aResult = in GetLSTByListId()
1252 WW8LSTInfo* pLSTInfo = new WW8LSTInfo(pMyNumRule, aLST); in WW8ListManager()
1268 WW8LSTInfo* pListInfo = maLSTInfos[nList]; in WW8ListManager()
1348 WW8LSTInfo* pParentListInfo = GetLSTByListId(aLFO.nIdLst); in WW8ListManager()
1554 for(std::vector<WW8LSTInfo *>::iterator aIter = maLSTInfos.begin(); in ~WW8ListManager()
[all …]
H A Dww8par.hxx183 struct WW8LSTInfo;
222 std::vector<WW8LSTInfo* > maLSTInfos;
235 WW8LSTInfo* GetLSTByListId( sal_uInt32 nIdLst ) const;

Completed in 41 milliseconds