Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx219 IDocumentMarkAccess::iterator_t ppCurrentMark = lower_bound( in lcl_FindMark() local
225 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() local
249 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 44 milliseconds