Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/html/
H A Dhtmlflyt.cxx36 TE(TBLNODE, BEFORE, NONE), // HTML 3.2
43 TE(TBLNODE, BEFORE, NONE), // HTML 3.2
132 TE(TBLNODE, BEFORE, NONE), // HTML 3.2
133 TE(TBLNODE, BEFORE, NONE), // IE 4
134 TE(TBLNODE, BEFORE, NONE), // SW
135 TE(TBLNODE, BEFORE, NONE) // Netscape 4
139 TE(TBLNODE, BEFORE, NONE), // HTML 3.2
140 TE(DIV, BEFORE, NONE), // IE 4
141 TE(DIV, BEFORE, NONE), // SW
142 TE(TBLNODE, BEFORE, NONE) // Netscape 4
[all …]
/AOO41X/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java319 private final static int BEFORE = -1; field in TextView
327 aNode.add (CreateSegmentNode ("Before", nTextType, BEFORE)); in CreateNode()
369 case BEFORE: in GetTextSegment()
/AOO41X/main/connectivity/source/parse/
H A Dsqlflex.l133 BEFORE {SQL_NEW_KEYWORD(SQL_TOKEN_BEFORE); }