Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx262 typedef ::std::vector<SwTxtAttrNesting *> NestList_t; typedef
265 lcl_DoSplitNew(NestList_t & rSplits, SwTxtNode & rNode, in lcl_DoSplitNew()
272 NestList_t::iterator const iter( in lcl_DoSplitNew()
379 NestList_t OverlappingExisting; // existing hints to be split in TryInsertNesting()
380 NestList_t OverwrittenExisting; // existing hints to be replaced in TryInsertNesting()
381 NestList_t SplitNew; // new hints to be inserted in TryInsertNesting()
458 for (NestList_t::iterator itOther = OverlappingExisting.begin(); in TryInsertNesting()
464 for (NestList_t::iterator itNew = SplitNew.begin(); in TryInsertNesting()
539 for (NestList_t::iterator iter = SplitNew.begin(); in TryInsertNesting()
548 for (NestList_t::iterator itOther = OverwrittenExisting.begin(); in TryInsertNesting()

Completed in 39 milliseconds