Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1355 SortedShapes::iterator aDebugItr = maZOrderedShapes.begin(); in FindShape() local
1358 while (!bFound && aDebugItr != aEndItr) in FindShape()
1360 if (*aDebugItr && ((*aDebugItr)->xShape.get() == xShape.get())) in FindShape()
1363 ++aDebugItr; in FindShape()
1365 sal_Bool bResult2 = (aDebugItr != maZOrderedShapes.end()); in FindShape()
1366 …DBG_ASSERT((bResult == bResult2) && ((bResult && (rItr == aDebugItr)) || !bResult), "wrong Shape f… in FindShape()

Completed in 25 milliseconds