Searched refs:nLastEnd (Results  1 – 10 of 10) sorted by relevance
| /trunk/main/editeng/source/editeng/ | 
| H A D | impedit5.cxx | 826 			sal_uInt16 nLastEnd = 0;  in ParaAttribsToCharAttribs()  local 827 			EditCharAttrib* pAttr = pNode->GetCharAttribs().FindNextAttrib( nWhich, nLastEnd );  in ParaAttribsToCharAttribs() 830                 nLastEnd = pAttr->GetEnd();  in ParaAttribsToCharAttribs() 831 				if ( pAttr->GetStart() > nLastEnd )  in ParaAttribsToCharAttribs() 832 					aEditDoc.InsertAttrib( pNode, nLastEnd, pAttr->GetStart(), rItem );  in ParaAttribsToCharAttribs() 834 				pAttr = nLastEnd ? pNode->GetCharAttribs().FindNextAttrib( nWhich, nLastEnd ) : NULL;  in ParaAttribsToCharAttribs() 838 			if ( nLastEnd < nEndPos )  in ParaAttribsToCharAttribs() 839 				aEditDoc.InsertAttrib( pNode, nLastEnd, nEndPos, rItem );  in ParaAttribsToCharAttribs()
  | 
| H A D | impedit4.cxx | 2958             sal_Int32 nLastEnd = _xBI->endOfSentence(   in TransliterateText()  local 2999                 nLastEnd = _xBI->endOfSentence(   in TransliterateText() 3002                 if (nCurrentEnd > nLastEnd)  in TransliterateText() 3003                     nCurrentEnd = nLastEnd;  in TransliterateText() 3006             while (nCurrentStart < nLastEnd)  in TransliterateText() 3039             DBG_ASSERT( nCurrentEnd >= nLastEnd, "failed to reach end of transliteration" );  in TransliterateText()
  | 
| H A D | impedit3.cxx | 4323 		sal_uInt16 nLastEnd = 0;	// damit nach entfernen und neu nicht nochmal  in DoStretchChars()  local 4329 			if ( pAttr->GetStart() >= nLastEnd )  in DoStretchChars() 4377 					nLastEnd = pAttr->GetEnd();  in DoStretchChars()
  | 
| /trunk/main/sw/source/core/txtnode/ | 
| H A D | ndhints.cxx | 300 	xub_StrLen nLastEnd   = 0;  in Check()  local 332 		CHECK_ERR( nIdx >= nLastEnd, "HintsCheck: ends are unsorted" );  in Check() 333 		nLastEnd = nIdx;  in Check() 339 		nLastEnd = nIdx;  in Check()
  | 
| H A D | thints.cxx | 2388     sal_uInt16 nLastEnd(0);  in lcl_CollectHintSpans()  local 2400             if (nLastEnd < aSpan.first)  in lcl_CollectHintSpans() 2404                             AttrSpan_t(nLastEnd, aSpan.first), 0));  in lcl_CollectHintSpans() 2407             nLastEnd = aSpan.second;  in lcl_CollectHintSpans() 2412     if (nLastEnd != nLength && nLength != 0)  in lcl_CollectHintSpans() 2415             AttrSpanMap_t::value_type(AttrSpan_t(nLastEnd, nLength), 0));  in lcl_CollectHintSpans()
  | 
| H A D | txtedt.cxx | 1753             sal_Int32 nLastEnd = pBreakIt->GetBreakIter()->endOfSentence(   in TransliterateText()  local 1796                 nLastEnd = pBreakIt->GetBreakIter()->endOfSentence(   in TransliterateText() 1799                 if (nCurrentEnd > nLastEnd)  in TransliterateText() 1800                     nCurrentEnd = nLastEnd;  in TransliterateText() 1803             while (nCurrentStart < nLastEnd)  in TransliterateText()
  | 
| /trunk/main/editeng/source/uno/ | 
| H A D | unofored.cxx | 203 		sal_uInt16 nLastEnd = nPos;  in GetSvxEditEngineItemState()  local 237 			if( !bGaps && aAttrib.nStart > nLastEnd )  in GetSvxEditEngineItemState() 240 			nLastEnd = aAttrib.nEnd;  in GetSvxEditEngineItemState() 243 		if( !bEmpty && !bGaps && nLastEnd < ( nEndPos - 1 ) )  in GetSvxEditEngineItemState()
  | 
| /trunk/main/sw/source/ui/docvw/ | 
| H A D | srcedtw.cxx | 766 		sal_uInt16 nLastEnd = 0;  in ImpDoHighlight()  local 778 			if ( r.nStart > nLastEnd )  in ImpDoHighlight() 782 				r.nStart = nLastEnd;  in ImpDoHighlight() 784 			nLastEnd = r.nEnd+1;  in ImpDoHighlight()
  | 
| /trunk/main/filter/source/xsltdialog/ | 
| H A D | xmlfileview.cxx | 859 		sal_uInt16 nLastEnd = 0;  in ImpDoHighlight()  local 867 			if ( r.nStart > nLastEnd )  in ImpDoHighlight() 871 				r.nStart = nLastEnd;  in ImpDoHighlight() 873 			nLastEnd = r.nEnd+1;  in ImpDoHighlight()
  | 
| /trunk/main/starmath/source/ | 
| H A D | accessibility.cxx | 1189 		sal_uInt16 nLastEnd = nPos;  in GetSvxEditEngineItemState()  local 1223 			if( !bGaps && aAttrib.nStart > nLastEnd )  in GetSvxEditEngineItemState() 1226 			nLastEnd = aAttrib.nEnd;  in GetSvxEditEngineItemState() 1229 		if( !bEmpty && !bGaps && nLastEnd < ( nEndPos - 1 ) )  in GetSvxEditEngineItemState()
  | 
        Completed in 148 milliseconds