Searched refs:mnEndIndex (Results 1 – 5 of 5) sorted by relevance
83 mnEndIndex(-1), in DocTreeNode()105 mnEndIndex(nEndIndex), in DocTreeNode()110 bool isEmpty() const { return mnStartIndex == mnEndIndex; } in isEmpty()113 sal_Int32 getEndIndex() const { return mnEndIndex; } in getEndIndex()115 void setEndIndex( sal_Int32 nIndex ) { mnEndIndex = nIndex; } in setEndIndex()122 mnEndIndex = -1; in reset()128 sal_Int32 mnEndIndex; member in slideshow::internal::DocTreeNode
84 sal_Int32 mnEndIndex; member in sd::slidesorter::view::__anoncf07f2ad0111::PageObjectRun357 mnEndIndex(nEndIndex), in PageObjectRun()418 const sal_Int32 nRunLength (mnEndIndex - mnStartIndex + 1); in UpdateOffsets()442 const sal_Int32 nRunLength (mnEndIndex - mnStartIndex + 1); in ResetOffsets()506 for (sal_Int32 nIndex=mnStartIndex; nIndex<=mnEndIndex; ++nIndex) in operator ()()
397 … ScXMLConditionHelper::parseCondition( aParseResult, aCondition, aParseResult.mnEndIndex ); in GetCondition()400 … ScXMLConditionHelper::parseCondition( aParseResult, aCondition, aParseResult.mnEndIndex ); in GetCondition()
149 sal_Int32 mnEndIndex; /// Index of first character following the condition. member
661 rParseResult.mnEndIndex = static_cast< sal_Int32 >( pcString - pcBegin ); in parseCondition()
Completed in 32 milliseconds