Home
last modified time | relevance | path

Searched refs:index (Results 101 – 125 of 950) sorted by last modified time

12345678910>>...38

/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl83 the slide at the specified index.
87 in this slideshow. The first index is 0.
90 if the index is not valid.
166 /** jumps to the slide at the given index.
242 /** returns the index of the current slide. */
247 /** the index for the slide that is displayed next. */
/trunk/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl232 @return A (non packed!) list of key events, where every item match by index
/trunk/main/sw/
H A DLibrary_swui.mk136 sw/source/ui/index/cntex \
137 sw/source/ui/index/cnttab \
138 sw/source/ui/index/multmrk \
139 sw/source/ui/index/swuiidxmrk \
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx91 static std::_tstring GetGuidPart(const std::_tstring& guid, int index) in GetGuidPart() argument
94 assert(((index > -1) && (index < 5)) && "Out of range!"); in GetGuidPart()
96 if (index == 0) return std::_tstring(guid.c_str(), 8); in GetGuidPart()
97 if (index == 1) return std::_tstring(guid.c_str() + 9, 4); in GetGuidPart()
98 if (index == 2) return std::_tstring(guid.c_str() + 14, 4); in GetGuidPart()
99 if (index == 3) return std::_tstring(guid.c_str() + 19, 4); in GetGuidPart()
100 if (index == 4) return std::_tstring(guid.c_str() + 24, 12); in GetGuidPart()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx50 string GetGuidPart(const string& guid, int index) in GetGuidPart() argument
53 assert(((index > -1) && (index < 5)) && "Out of range!"); in GetGuidPart()
55 if (index == 0) return string(guid.c_str(), 8); in GetGuidPart()
56 if (index == 1) return string(guid.c_str() + 9, 4); in GetGuidPart()
57 if (index == 2) return string(guid.c_str() + 14, 4); in GetGuidPart()
58 if (index == 3) return string(guid.c_str() + 19, 4); in GetGuidPart()
59 if (index == 4) return string(guid.c_str() + 24, 12); in GetGuidPart()
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx76 sal_Int32 index = 0; in endsWith() local
77 if ( ( index = target.indexOf( item ) ) != -1 && in endsWith()
316 sal_Int32 index = -1; in getScript() local
332 if ( ( index = location.indexOf( pkgTag ) ) > -1 ) in getScript()
569 sal_Int32 index = 0; in insertByName() local
571 for ( ; index < xSProviders.getLength(); index++ ) in insertByName()
588 if ( index == xSProviders.getLength() ) in insertByName()
644 sal_Int32 index = 0; in removeByName() local
645 for ( ; index < xSProviders.getLength(); index++ ) in removeByName()
662 if ( index == xSProviders.getLength() ) in removeByName()
[all …]
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLanguageGuessing.idl143 specifies the starting index of the sub-string to be checked
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl126 /** retrieves the filter component with the given index.
133 …denotes the index of the filter component whose control should be obtained. Must be greater than o…
156 the index of the term to remove. Must be greater than or equal to 0, and smaller than
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt53 BindImage File_ N File 1 Identifier The index into the File table. This must be an executable fi…
69 Class IconIndex Y -32767 32767 Optional icon index.
331 ProgId IconIndex Y -32767 32767 Optional icon index.
420 Shortcut IconIndex Y -32767 32767 The icon index for the shortcut.
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt53 BindImage File_ N File 1 Identifier The index into the File table. This must be an executable fi…
69 Class IconIndex Y -32767 32767 Optional icon index.
331 ProgId IconIndex Y -32767 32767 Optional icon index.
420 Shortcut IconIndex Y -32767 32767 The icon index for the shortcut.
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt53 BindImage File_ N File 1 Identifier The index into the File table. This must be an executable fi…
69 Class IconIndex Y -32767 32767 Optional icon index.
331 ProgId IconIndex Y -32767 32767 Optional icon index.
420 Shortcut IconIndex Y -32767 32767 The icon index for the shortcut.
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt53 BindImage File_ N File 1 Identifier The index into the File table. This must be an executable fi…
69 Class IconIndex Y -32767 32767 Optional icon index.
331 ProgId IconIndex Y -32767 32767 Optional icon index.
420 Shortcut IconIndex Y -32767 32767 The icon index for the shortcut.
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx445 unsigned int index; in getValue() local
446 if ( SUCCEEDED( pInfo->GetContainingTypeLib( &pTypeLib.p, &index )) ) in getValue()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx164 int index = unoName->IndexOf('<'); in loadCliType() local
165 if (index != -1) in loadCliType()
482 sal_Int32 index= 1; in mapUnoTypeName() local
485 if (usUnoName[index++] == ']') in mapUnoTypeName()
487 if (usUnoName[index++] != '[') in mapUnoTypeName()
570 int index = unoName->IndexOf('<'); in mapPolymorphicName() local
571 if (index == -1) in mapPolymorphicName()
582 index++; in mapPolymorphicName()
583 int cur = index; in mapPolymorphicName()
594 System::String * sParam = unoName->Substring(index, cur - index); in mapPolymorphicName()
[all …]
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java174 int index = 0; in compare() local
175 for (index = 0; index < lenAr; index++) in compare()
177 if (pixels1[index] != pixels2[index]) in compare()
184 if (index < lenAr) in compare()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx119 switch (index) in emit_ldarg()
134 if (index < 0x100) in emit_ldarg()
136 else if (index < 0x8000) in emit_ldarg()
150 OSL_ASSERT(index != -1); in polymorphicStructNameToStructName()
163 int index= 1; in mapUnoTypeName() local
233 if (index == -1) in mapUnoPolymorphicName()
244 index++; in mapUnoPolymorphicName()
245 int cur = index; in mapUnoPolymorphicName()
256 System::String * sParam = unoName->Substring(index, cur - index); in mapUnoPolymorphicName()
260 index = cur; in mapUnoPolymorphicName()
[all …]
/trunk/extras/l10n/source/lv/
H A Dlocalize.sdf6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 lv Virsraksts 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 lv Atdalītājs 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 lv Līmenis 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 lv [nav] 20200411 15:09:53
22273 …0 string STR_ONL_ONE_COLUMN_PER_INDEX 0 lv The index could not be created. Only one column per
22276 …OULD_NOT_CREATE_INDEX_NAME 0 lv The index could not be created. The file '$filename$' is used b…
65635index that the selected entry belongs to.\</ahelp\> You cannot change the index type of an index e…
65637index entry if necessary. When you modify the index entry, the new text only appears in the index,…
65639 …\>To create a multilevel index, type the name of the first level index entry, or select a name fro…
66292index that you want to insert.\</ahelp\> The options available on this tab depend on the index typ…
[all …]
/trunk/extras/l10n/source/ro/
H A Dlocalize.sdf6700 sw source\ui\index\multmrk.src 0 modaldialog DLG_MULTMRK CMD_FN_EDIT_IDX_ENTRY_DLG 220 ro Marcaje…
6718 sw source\ui\index\idxmrk.src 0 modaldialog DLG_NEW_USER_IDX HID_DLG_NEW_USER_IDX 194 ro Crează i…
6719 sw source\ui\index\idxmrk.src 0 string STR_IDXMRK_EDIT 194 ro Editează intrare index 20200411…
6720 sw source\ui\index\idxmrk.src 0 string STR_IDXMRK_INSERT 194 ro Inserează intrare index 20200…
6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 ro Titlu 20200411 15:09:53
6748 sw source\ui\index\cnttab.src 0 tabdialog DLG_MULTI_TOX HID_MULTI_TOX_DLG 0 ro Inserează un index
6760 sw source\ui\index\cnttab.src 0 fixedline TP_TOX_SELECT FL_AREA 248 ro Creează un index sau un ta…
15800 …nds.UserInterface.Commands..uno:IndexMarkToIndex Label 0 ro Marcaj index la index 20200411 15…
65635index that the selected entry belongs to.\</ahelp\> You cannot change the index type of an index e…
65637index entry if necessary. When you modify the index entry, the new text only appears in the index,…
[all …]
/trunk/extras/l10n/source/kk/
H A Dlocalize.sdf6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 kk Атауы 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 kk Ажыратқыш 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 kk Деңгей 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 kk [жоқ] 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 kk Тіл 20200411 15:09:53
22276 …OULD_NOT_CREATE_INDEX_NAME 0 kk The index could not be created. The file '$filename$' is used b…
65635index that the selected entry belongs to.\</ahelp\> You cannot change the index type of an index e…
65637index entry if necessary. When you modify the index entry, the new text only appears in the index,…
65639 …\>To create a multilevel index, type the name of the first level index entry, or select a name fro…
66292index that you want to insert.\</ahelp\> The options available on this tab depend on the index typ…
[all …]
/trunk/extras/l10n/source/zh-TW/
H A Dlocalize.sdf6699 sw source\ui\index\multmrk.src 0 fixedtext DLG_MULTMRK FT_TOX 41 zh-TW 條目 20200411 15:09:53
6719 sw source\ui\index\idxmrk.src 0 string STR_IDXMRK_EDIT 194 zh-TW 編輯目錄項目 20200411 15:09:53
6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 zh-TW 標題 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 zh-TW 分隔符 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 zh-TW 級 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 zh-TW [none] 20200411 15:09:53
6803 sw source\ui\index\cnttab.src 0 fixedline FL_AUTHORITY 248 zh-TW 輸入項格式化 20200411 15:09:53
6805 sw source\ui\index\cnttab.src 0 fixedline FL_SORTOPTIONS 248 zh-TW 排序 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 zh-TW 語言 20200411 15:09:53
6807 sw source\ui\index\cnttab.src 0 fixedtext FT_SORTALG 50 zh-TW 關鍵字類型 20200411 15:09:53
[all …]
/trunk/extras/l10n/source/zh-CN/
H A Dlocalize.sdf6699 sw source\ui\index\multmrk.src 0 fixedtext DLG_MULTMRK FT_TOX 41 zh-CN 条目 20200411 15:09:53
6719 sw source\ui\index\idxmrk.src 0 string STR_IDXMRK_EDIT 194 zh-CN 编辑目录条目 20200411 15:09:53
6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 zh-CN 标题 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 zh-CN 分隔符 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 zh-CN 级 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 zh-CN [无] 20200411 15:09:53
6803 sw source\ui\index\cnttab.src 0 fixedline FL_AUTHORITY 248 zh-CN 条目格式 20200411 15:09:53
6805 sw source\ui\index\cnttab.src 0 fixedline FL_SORTOPTIONS 248 zh-CN 排序 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 zh-CN 语言 20200411 15:09:53
6807 sw source\ui\index\cnttab.src 0 fixedtext FT_SORTALG 50 zh-CN 键类型 20200411 15:09:53
[all …]
/trunk/extras/l10n/source/vi/
H A Dlocalize.sdf6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 vi Tựa đề 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 vi Dấu tách 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 vi Cấp 20200411 15:09:53
6751 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_SELECT FT_TYPE 30 vi Kiểu 20200411 15:09:53
6761 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_SELECT FT_AREA 30 vi cho 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 vi [none] 20200411 15:09:53
6805 sw source\ui\index\cnttab.src 0 fixedline FL_SORTOPTIONS 248 vi Sắp xếp 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 vi Ngôn ngữ 20200411 15:09:53
6807 sw source\ui\index\cnttab.src 0 fixedtext FT_SORTALG 50 vi Kiểu khoá 20200411 15:09:53
6808 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_ENTRY FT_LEVEL 25 vi Cấ~p 20200411 15:09:53
[all …]
/trunk/extras/l10n/source/tr/
H A Dlocalize.sdf6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 tr Başlık 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 tr Ayırıcı 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 tr Düzey 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 tr Dil 20200411 15:09:53
64268 …dices_index.xhp 0 help par_id3150502 37 0 tr To update the index, right-click in the index, and …
65636index that the selected entry belongs to.\</ahelp\> You cannot change the index type of an index e…
65638index entry if necessary. When you modify the index entry, the new text only appears in the index,…
65640 …\>To create a multilevel index, type the name of the first level index entry, or select a name fro…
66293index that you want to insert.\</ahelp\> The options available on this tab depend on the index typ…
66340 …_SELECT_CB_KEYASENTRY\"\>Inserts index keys as separate index entries.\</ahelp\> A key is inserted…
[all …]
/trunk/extras/l10n/source/th/
H A Dlocalize.sdf6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 th ชื่อ 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 th ตัวแบ่ง 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 th ระดับ 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 th ภาษา 20200411 15:09:53
64267 …dices_index.xhp 0 help par_id3150502 37 0 th To update the index, right-click in the index, and …
65635index that the selected entry belongs to.\</ahelp\> You cannot change the index type of an index e…
65637index entry if necessary. When you modify the index entry, the new text only appears in the index,…
65639 …\>To create a multilevel index, type the name of the first level index entry, or select a name fro…
66292index that you want to insert.\</ahelp\> The options available on this tab depend on the index typ…
66339 …_SELECT_CB_KEYASENTRY\"\>Inserts index keys as separate index entries.\</ahelp\> A key is inserted…
[all …]
/trunk/extras/l10n/source/ta/
H A Dlocalize.sdf6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 ta தலைப்பு 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 ta பிரிப்பி 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 ta நிலை 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 ta [none] 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 ta மொழி 20200411 15:09:53
9075 …ID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUB_TOTAL 3 0 ta Function index. Is an index of the possi…
65635index that the selected entry belongs to.\</ahelp\> You cannot change the index type of an index e…
65637index entry if necessary. When you modify the index entry, the new text only appears in the index,…
65639 …\>To create a multilevel index, type the name of the first level index entry, or select a name fro…
66292index that you want to insert.\</ahelp\> The options available on this tab depend on the index typ…
[all …]

Completed in 8427 milliseconds

12345678910>>...38