Home
last modified time | relevance | path

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

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/ctrlwords/
H A DRtfCtrlWordHandler.java234 dest = this.rtfParser.getCurrentDestination(); in handleControlword()
241 dest = this.rtfParser.getCurrentDestination(); in handleControlword()
273 dest = this.rtfParser.getCurrentDestination(); in handleControlword()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfParser.java868 RtfDestination dest = this.getCurrentDestination(); in handleOpenGroup()
887 dest = this.getCurrentDestination(); in handleOpenGroup()
942 …outputDebug(this.rtfDoc, groupLevel, "DEBUG: destination=" + this.getCurrentDestination().toString… in handleCloseGroup()
945 RtfDestination dest = this.getCurrentDestination(); in handleCloseGroup()
1037 RtfDestination dest = this.getCurrentDestination(); in handleCharacter()
1146 public RtfDestination getCurrentDestination() { in getCurrentDestination() method in RtfParser
1261 RtfDestination dest = this.getCurrentDestination(); in tokenise()