Searched refs:ppCurrentMark (Results 1 – 1 of 1) sorted by relevance
219 IDocumentMarkAccess::iterator_t ppCurrentMark = lower_bound( in lcl_FindMark() local225 while(ppCurrentMark != rMarks.end() && **ppCurrentMark == *rpMarkToFind) in lcl_FindMark()227 if(ppCurrentMark->get() == rpMarkToFind.get()) in lcl_FindMark()231 return ppCurrentMark; in lcl_FindMark()233 ++ppCurrentMark; in lcl_FindMark()245 for(IDocumentMarkAccess::iterator_t ppCurrentMark = lower_bound( in lcl_FindMarkAtPos() local249 ppCurrentMark != rMarks.end(); in lcl_FindMarkAtPos()250 ++ppCurrentMark) in lcl_FindMarkAtPos()254 if(ppCurrentMark->get()->StartsAfter(rPos)) in lcl_FindMarkAtPos()256 if(IDocumentMarkAccess::GetType(**ppCurrentMark) == eType) in lcl_FindMarkAtPos()[all …]
Completed in 17 milliseconds