Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_DeleteStrux.cpp737 PT_DocPosition TextEndPos = 0; in _deleteHdrFtrStruxWithNotify() local
738 TextEndPos = getFragPosition(pfFrag); in _deleteHdrFtrStruxWithNotify()
741 TextEndPos = getFragPosition(pfFrag->getPrev()) + pfFrag->getPrev()->getLength(); in _deleteHdrFtrStruxWithNotify()
743 UT_DEBUGMSG(("SEVIOR: Deleting hdrftr Text End Pos = %d \n",TextEndPos)); in _deleteHdrFtrStruxWithNotify()
747 if(TextEndPos > TextStartPos) in _deleteHdrFtrStruxWithNotify()
750 deleteSpan(TextStartPos,TextEndPos,NULL,iRealDeleteCount,true); in _deleteHdrFtrStruxWithNotify()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dcodeexplorer.pas300 out MagicStartPos, TextStartPos, TextEndPos: integer): boolean;
391 CommentEndPos: integer; out MagicStartPos, TextStartPos, TextEndPos: integer
425 TextEndPos:=EndPos;
426 while (TextEndPos>TextStartPos) and (Src[TextEndPos-1]=' ') do dec(TextEndPos);
1736 TextEndPos: integer;
1752 if GetToDoComment(Src,p,CommentEndPos,MagicStartPos,TextStartPos,TextEndPos)
1765 l:=TextEndPos-TextStartPos;
/dports/editors/lazarus/lazarus/ide/
H A Dcodeexplorer.pas304 out MagicStartPos, TextStartPos, TextEndPos: integer): boolean;
395 CommentEndPos: integer; out MagicStartPos, TextStartPos, TextEndPos: integer
429 TextEndPos:=EndPos;
430 while (TextEndPos>TextStartPos) and (Src[TextEndPos-1]=' ') do dec(TextEndPos);
1755 TextEndPos: integer;
1771 if GetToDoComment(Src,p,CommentEndPos,MagicStartPos,TextStartPos,TextEndPos)
1784 l:=TextEndPos-TextStartPos;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dcodeexplorer.pas300 out MagicStartPos, TextStartPos, TextEndPos: integer): boolean;
391 CommentEndPos: integer; out MagicStartPos, TextStartPos, TextEndPos: integer
425 TextEndPos:=EndPos;
426 while (TextEndPos>TextStartPos) and (Src[TextEndPos-1]=' ') do dec(TextEndPos);
1736 TextEndPos: integer;
1752 if GetToDoComment(Src,p,CommentEndPos,MagicStartPos,TextStartPos,TextEndPos)
1765 l:=TextEndPos-TextStartPos;
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dcodeexplorer.pas304 out MagicStartPos, TextStartPos, TextEndPos: integer): boolean;
395 CommentEndPos: integer; out MagicStartPos, TextStartPos, TextEndPos: integer
429 TextEndPos:=EndPos;
430 while (TextEndPos>TextStartPos) and (Src[TextEndPos-1]=' ') do dec(TextEndPos);
1755 TextEndPos: integer;
1771 if GetToDoComment(Src,p,CommentEndPos,MagicStartPos,TextStartPos,TextEndPos)
1784 l:=TextEndPos-TextStartPos;