Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Ditradj.cxx128 bool lcl_CheckKashidaPositions( SwScriptInfo& rSI, SwTxtSizeInfo& rInf, SwTxtIter& rItr, in lcl_CheckKashidaPositions() argument
132 xub_StrLen nIdx = rItr.GetStart(); in lcl_CheckKashidaPositions()
133 xub_StrLen nEnd = rItr.GetEnd(); in lcl_CheckKashidaPositions()
140 nKashidas = rSI.KashidaJustify ( 0, 0, rItr.GetStart(), rItr.GetLength(), 0 ); in lcl_CheckKashidaPositions()
149 rSI.GetKashidaPositions ( nIdx, rItr.GetLength(), pKashidaPos ); in lcl_CheckKashidaPositions()
153 rItr.SeekAndChgAttrIter( nIdx, rInf.GetOut() ); in lcl_CheckKashidaPositions()
154 xub_StrLen nNext = rItr.GetNextAttr(); in lcl_CheckKashidaPositions()
212 xub_StrLen nIdx = rItr.GetStart(); in lcl_CheckKashidaWidth()
213 xub_StrLen nEnd = rItr.GetEnd(); in lcl_CheckKashidaWidth()
216 rItr.SeekAndChgAttrIter( nIdx, rInf.GetOut() ); in lcl_CheckKashidaWidth()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx317 …sal_Bool FindShape(const uno::Reference<drawing::XShape>& xShape, SortedShapes::iterator& rItr) co…
1344 …onst uno::Reference<drawing::XShape>& xShape, ScChildrenShapes::SortedShapes::iterator& rItr) const in FindShape()
1350 rItr = std::lower_bound(maZOrderedShapes.begin(), maZOrderedShapes.end(), &aShape, aLess); in FindShape()
1351 …if ((rItr != maZOrderedShapes.end()) && (*rItr != NULL) && ((*rItr)->xShape.get() == xShape.get())) in FindShape()
1366 …DBG_ASSERT((bResult == bResult2) && ((bResult && (rItr == aDebugItr)) || !bResult), "wrong Shape f… in FindShape()

Completed in 32 milliseconds