Home
last modified time | relevance | path

Searched refs:tabIndex (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java248 short tabIndex = 100; in buildStep1() local
269 …[2], PropertyNames.EMPTY_STRING, "lnLoadSettings", 91, 147, INTEGERS[1], new Short(tabIndex++), 234 in buildStep1()
302 short tabIndex = 200; in buildStep2() local
379 …RS[8], resources.reslnDocsInfo_value, "lnDocsInfo", 235, 66, INTEGERS[2], new Short(tabIndex++), 90 in buildStep2()
397 …S[8], resources.reslblDocInfo_value, "lblDocInfo", 235, 103, INTEGERS[2], new Short(tabIndex++), 89 in buildStep2()
626 short tabIndex = 60; in buildStep6() local
671 …TEGERS[8], resources.reslblEmail_value, "lblEmail", 103, 90, INTEGERS[6], new Short(tabIndex++), 80 in buildStep6()
729 short tabIndex = 700; in buildStep7() local
742 …RS[9], resources.resFixedLine1_value, "FixedLine1", 97, 28, INTEGERS[7], new Short(tabIndex++), 228 in buildStep7()
813 … new Short((short) 1), INTEGER_12, "txtFTP", 113, 134, FTP_STEP, new Short(tabIndex++), 156 in buildStep7()
[all …]
H A DImageListDialog.java196 il.tabIndex = 1; in build()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DOfficeUtil.java68 int tabIndex = text.indexOf("\t"); in parseText() local
69 if ((spaceIndex == -1) && (tabIndex == -1)) in parseText()
74 closerIndex = tabIndex; in parseText()
75 else if (tabIndex == -1) in parseText()
78 closerIndex = (spaceIndex > tabIndex) ? tabIndex : spaceIndex; in parseText()
97 if (closerIndex == tabIndex) { in parseText()
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java219 int tabIndex = text.indexOf("\t"); in parseText() local
220 if ((spaceIndex == -1) && (tabIndex == -1)) in parseText()
225 closerIndex = tabIndex; in parseText()
226 else if (tabIndex == -1) in parseText()
229 closerIndex = (spaceIndex > tabIndex) ? tabIndex : spaceIndex; in parseText()
247 if (closerIndex == tabIndex) { in parseText()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java70 public int tabIndex; field in ButtonList
169 Short.valueOf((short) (tabIndex + 1)), in create()
181 new Short((short) (tabIndex + 2)), in create()
205 m_tabIndex = new Short((short) tabIndex); in create()
H A DImageList.java84 public int tabIndex; field in ImageList
260 new Short((short) (tabIndex + 1)), in create()
272 new Short((short) (tabIndex + 2)), in create()
297 m_tabIndex = new Short((short) tabIndex); in create()
/aoo4110/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx336 SCTAB tabIndex = 0; in UpdateNames() local
347 if ( (tabIndex = pRangeData->GetRangeScope() ) != MAXTABCOUNT) in UpdateNames()
350 pDoc->GetName(tabIndex,tabName); in UpdateNames()
/aoo4110/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java141 private int tabIndex = 520; field in TopicsControl
503 …oControlRow = new ControlRow((AgendaWizardDialog) CurUnoDialog, iCompPosX, npos, _index, tabIndex);
505 tabIndex += 4;
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DUIControlArranger.java406 m_aButtonList.tabIndex = (int) curtabindex++; in ArrangeButtonList()
/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx4282 sal_Int32 tabIndex = tabStr.indexOf(tabChar); in tabCharInWord() local
4283 if( tabIndex > -1 ) in tabCharInWord()
4285 aBound.startPos = nIndex + tabIndex ; in tabCharInWord()

Completed in 93 milliseconds