Home
last modified time | relevance | path

Searched refs:RunRange (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DRunRange.java26 public class RunRange<TokenType> class
28 RunRange (final Vector<Run<TokenType>> aRuns) in RunRange() method in RunRange
H A DTokenView.java331 public RunRange<TokenType> GetRuns (final int nStartOffset, final int nEndOffset) in GetRuns()
339 return new RunRange<TokenType>(aRuns); in GetRuns()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java34 import org.apache.openoffice.ooxml.viewer.tokenview.RunRange;
56 final RunRange<TokenType> aRuns = aView.GetRuns( in AddSemanticInformation()

Completed in 22 milliseconds