/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | WebWizardDialog.java | 248 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 D | ImageListDialog.java | 196 il.tabIndex = 1; in build()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | OfficeUtil.java | 68 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()
|
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentDeserializerImpl.java | 219 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | ButtonList.java | 70 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 D | ImageList.java | 84 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()
|
/aoo41x/main/sc/source/ui/namedlg/ |
H A D | namedlg.cxx | 336 SCTAB tabIndex = 0; in UpdateNames() local 347 if ( (tabIndex = pRangeData->GetRangeScope() ) != MAXTABCOUNT) in UpdateNames() 350 pDoc->GetName(tabIndex,tabName); in UpdateNames()
|
/aoo41x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | TopicsControl.java | 141 private int tabIndex = 520; field in TopicsControl 503 …oControlRow = new ControlRow((AgendaWizardDialog) CurUnoDialog, iCompPosX, npos, _index, tabIndex); 505 tabIndex += 4;
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | UIControlArranger.java | 406 m_aButtonList.tabIndex = (int) curtabindex++; in ArrangeButtonList()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accpara.cxx | 4283 sal_Int32 tabIndex = tabStr.indexOf(tabChar); in tabCharInWord() local 4284 if( tabIndex > -1 ) in tabCharInWord() 4286 aBound.startPos = nIndex + tabIndex ; in tabCharInWord()
|