Home
last modified time | relevance | path

Searched refs:aRun (Results 1 – 7 of 7) sorted by relevance

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLine.java47 maRuns.add(aRun); in AddRun()
48 mnWidth += aRun.GetWidth(); in AddRun()
49 if (aRun.GetHeight() > mnHeight) in AddRun()
50 mnHeight = aRun.GetHeight(); in AddRun()
51 aRun.SetLine(this); in AddRun()
53 if (aRun.GetStreamOffset() >= 0) in AddRun()
76 aRun.Format(aG2); in Format()
77 mnWidth += aRun.GetWidth(); in Format()
153 return aRun; in GetRunForX()
170 return aRun; in GetRunForOffset()
[all …]
H A DTokenView.java95 aRun.Paint( in paintComponent()
101 nX += aRun.GetWidth(); in paintComponent()
203 SetRunUnderMouse(aRun); in mouseMoved()
218 if (aRun.IsGroup()) in UpdateHighlightedLine()
219 HighlightGroup(aRun); in UpdateHighlightedLine()
261 maHighlightedGroup0 = aRun; in HighlightGroup()
263 if (aRun != null) in HighlightGroup()
337 aRuns.add(aRun); in GetRuns()
347 maHighlightedErrorRun = aRun; in MarkError()
367 if (maRunUnderMouse != aRun) in SetRunUnderMouse()
[all …]
H A DDocumentFactory.java59 final Run<TokenType> aRun = new Run<TokenType>(sText, eTokenType, aStyle, nOffset); in AddText() local
62 maCurrentLine.AddRun(aRun); in AddText()
70 aRun.SetGroupParent(maCurrentGroup); in AddText()
71 maCurrentGroup = aRun; in AddText()
75 aRun.SetGroupParent(maCurrentGroup); in AddText()
76 maLastRun = aRun; in AddText()
H A DRun.java152 public void SetGroupEnd (final Run<TokenType> aRun) in SetGroupEnd() argument
154 maGroupEnd = aRun; in SetGroupEnd()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx106 B2DPolygon aRun; in clipPolygonOnParallelAxis() local
118 if(!aRun.count() || !aRun.getB2DPoint(aRun.count() - 1).equal(aEdge.getStartPoint())) in clipPolygonOnParallelAxis()
136 aRetval.append(aRun); in clipPolygonOnParallelAxis()
137 aRun.clear(); in clipPolygonOnParallelAxis()
155 aRun.append(aStartPolygon); aRun.removeDoublePoints(); in clipPolygonOnParallelAxis()
160 aRetval.append(aRun); in clipPolygonOnParallelAxis()
444 if(!aRun.count()) in clipPolyPolygonOnPolyPolygon()
462 aRetval.append(aRun); in clipPolyPolygonOnPolyPolygon()
463 aRun.clear(); in clipPolyPolygonOnPolyPolygon()
479 aRun.append(aStartPolygon); aRun.removeDoublePoints(); in clipPolyPolygonOnPolyPolygon()
[all …]
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java129 final Run<TokenType> aRun = aView.GetRun(aException.Location.getCharacterOffset()); in AddSemanticInformation()
130 if (aRun != null) in AddSemanticInformation()
132 aView.MarkError(aRun); in AddSemanticInformation()
133 aRun.SetToolTipText( in AddSemanticInformation()
139 aView.ShowRun(aRun); in AddSemanticInformation()
/trunk/main/basic/inc/basic/
H A Dtesttool.hxx47 BasicRuntime aRun = BasicRuntimeAccess::GetRuntime(); \
50 aErrLn = aRun.GetLine(); \
52 aErrLn, aRun.GetCol1(), aRun.GetCol2()); \

Completed in 38 milliseconds