Home
last modified time | relevance | path

Searched refs:index (Results 51 – 75 of 950) sorted by last modified time

12345678910>>...38

/trunk/main/sw/source/core/undo/
H A Dundo.src348 Text [ en-US ] = "Insert index/table" ;
352 Text [ en-US ] = "Remove index/table" ;
416 Text [ en-US ] = "Table/index changed" ;
576 Text [ en-US ] = "Insert index entry" ;
580 Text [ en-US ] = "Delete index entry" ;
/trunk/main/sw/source/ui/index/
H A Didxmrk.src25 #include "index.hrc"
412 Text [ en-US ] = "New user index" ;
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx418 void SAL_CALL OCollection::dropByIndex( sal_Int32 index ) throw(SQLException, IndexOutOfBoundsExcep… in dropByIndex() argument
421 if(index <0 || index >= getCount()) in dropByIndex()
422 …throw IndexOutOfBoundsException(::rtl::OUString::valueOf(index),static_cast<XTypeProvider*>(this)); in dropByIndex()
424 dropImpl(index); in dropByIndex()
/trunk/main/framework/source/fwe/xml/
H A Dxmlnamespaces.cxx108 int index; in applyNSToAttributeName() local
109 if (( index = aName.indexOf( ':' )) > 0 ) in applyNSToAttributeName()
111 if ( aName.getLength() > index+1 ) in applyNSToAttributeName()
113 ::rtl::OUString aAttributeName = getNamespaceValue( aName.copy( 0, index ) ); in applyNSToAttributeName()
115 aAttributeName += aName.copy( index+1 ); in applyNSToAttributeName()
133 int index = aName.indexOf( ':' ); in applyNSToElementName() local
137 if ( index > 0 ) in applyNSToElementName()
138 aNamespace = getNamespaceValue( aName.copy( 0, index ) ); in applyNSToElementName()
150 if ( index > 0 ) in applyNSToElementName()
152 if ( aName.getLength() > index+1 ) in applyNSToElementName()
[all …]
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx1072 int index = 0; in initialize() local
1079 index = 1; in initialize()
1082 for ( int i = index; i < _rArguments.getLength(); i++) in initialize()
/trunk/main/svtools/source/dialogs/
H A Dso3res.src137 Text [ en-US ] = "Invalid index." ;
/trunk/main/basic/source/classes/
H A Dsb.src283 Text [ en-US ] = "Invalid object index." ;
/trunk/main/sw/source/ui/fldui/
H A Dfldui.src25 #include "index.hrc"
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2219 void SAL_CALL ODbaseTable::alterColumnByIndex( sal_Int32 index, const Reference< XPropertySet >& de… in alterColumnByIndex() argument
2225 if(index < 0 || index >= m_pColumns->getCount()) in alterColumnByIndex()
2226 throw IndexOutOfBoundsException(::rtl::OUString::valueOf(index),*this); in alterColumnByIndex()
2229 m_pColumns->getByIndex(index) >>= xOldColumn; in alterColumnByIndex()
2230 alterColumn(index,descriptor,xOldColumn); in alterColumnByIndex()
2233 void ODbaseTable::alterColumn(sal_Int32 index, in alterColumn() argument
2238 if(index < 0 || index >= m_pColumns->getCount()) in alterColumn()
2239 throw IndexOutOfBoundsException(::rtl::OUString::valueOf(index),*this); in alterColumn()
2266 for(;i < index;++i) in alterColumn()
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlModel.idl60 …gives access to the <type scope="com::sun::star::report">XFormatCondition</type> elements by index.
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx362 sal_Int32 index = 0; in concatURL() local
364 if ( ( ( index = pathname1.lastIndexOf( aSlashURL ) ) != ( pathname1.getLength( ) - 1 ) ) && in concatURL()
365 ( ( index = pathname2.indexOf( aSlashURL ) ) != 0 ) ) in concatURL()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java415 int index = dcp.indexOf(':'); in resolve() local
416 String url = dcp.substring(0, index).trim(); in resolve()
417 dcp = dcp.substring(index + 1).trim(); in resolve()
419 index = dcp.indexOf(';'); in resolve()
420 conDcp = dcp.substring(0, index).trim(); in resolve()
421 dcp = dcp.substring(index + 1).trim(); in resolve()
423 index = dcp.indexOf(';'); in resolve()
424 protDcp = dcp.substring(0, index).trim(); in resolve()
425 dcp = dcp.substring(index + 1).trim(); in resolve()
/trunk/extras/l10n/source/de/
H A Dlocalize.sdf70061 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 de Titel 20200411 15:09:53
70062 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 de Trennzeichen 20200411 15:09:53
70063 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 de Ebene 20200411 15:09:53
70075 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_SELECT FT_TYPE 30 de Typ 20200411 15:09:53
70085 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_SELECT FT_AREA 30 de Für 20200411 15:09:53
70126 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 de [keine] 20200411 15:09:53
70129 sw source\ui\index\cnttab.src 0 fixedline FL_SORTOPTIONS 248 de Sortieren 20200411 15:09:53
70130 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 de Sprache 20200411 15:09:53
70131 sw source\ui\index\cnttab.src 0 fixedtext FT_SORTALG 50 de Schlüsseltyp 20200411 15:09:53
70133 sw source\ui\index\cnttab.src 0 string TP_TOX_ENTRY ST_AUTHTYPE 25 de ~Art 20200411 15:09:53
[all …]
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.nspace16 index 693b9468..0d3a36a5 100644
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dexcept.cxx147 sal_Int32 index = 0; in getRTTI() local
150 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
155 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx389 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
521 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
546 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/odk/util/
H A Dodk_rules.pmk33 $(DESTDIR)/index.html : $(PRJ)/index.html
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeNode.java166 int index = oObj.getIndex(xNode); in _getIndex() local
168 if (index != 0){ in _getIndex()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dexcept.cxx146 sal_Int32 index = 0; in getRTTI() local
149 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
154 while (index >= 0); in getRTTI()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx225 sal_Int32 index = title.lastIndexOfAsciiL( in initActivationLayer() local
227 OUString remFile = title.copy(0, index); in initActivationLayer()
/trunk/extras/l10n/source/sv/
H A Dlocalize.sdf6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 sv Titel 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 sv Skiljetecken 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 sv Nivå 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 sv [ingen] 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 sv Språk 20200411 15:09:53
47248 …sv \<link href=\"text/smath/01/03090901.xhp\" name=\"Symbol med index\"\>Symbol med index\</link\>…
47534 …sv \<link href=\"text/smath/01/03090903.xhp\" name=\"Symbol med index\"\>Symbol med index\</link\>…
48349 …sv \<link href=\"text/smath/01/03090902.xhp\" name=\"Symbol med index\"\>Symbol med index\</link\>…
63703 …0 sv \<bookmark_value\>index; skapa användardefinierade index\</bookmark_value\> \<bookmark_v…
64125index;flera dokument\</bookmark_value\> \<bookmark_value\>flera dokument;index\</bookmark_val…
[all …]
/trunk/extras/l10n/source/pt/
H A Dlocalize.sdf6699 sw source\ui\index\multmrk.src 0 fixedtext DLG_MULTMRK FT_TOX 41 pt Entrada 20200411 15:09:53
6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 pt Título 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 pt Separador 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 pt Nível 20200411 15:09:53
6751 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_SELECT FT_TYPE 30 pt Tipo 20200411 15:09:53
6761 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_SELECT FT_AREA 30 pt para 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 pt [nenhum] 20200411 15:09:53
6805 sw source\ui\index\cnttab.src 0 fixedline FL_SORTOPTIONS 248 pt Ordenar 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 pt Idioma 20200411 15:09:53
6807 sw source\ui\index\cnttab.src 0 fixedtext FT_SORTALG 50 pt Tipo de chave 20200411 15:09:53
[all …]
/trunk/extras/l10n/source/lt/
H A Dlocalize.sdf6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 lt Antraštė 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 lt Skirtukas 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 lt Lygis 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 lt [nėra] 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 lt Kalba 20200411 15:09:53
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/fr/
H A Dlocalize.sdf6700 sw source\ui\index\multmrk.src 0 modaldialog DLG_MULTMRK CMD_FN_EDIT_IDX_ENTRY_DLG 220 fr Marques…
6705 sw source\ui\index\idxmrk.src 0 imagebutton IDX_DIALOG_WINDOW.WIN_DLG BT_NEW 0 fr - Definir un n…
6716 sw source\ui\index\idxmrk.src 0 fixedline DLG_NEW_USER_IDX FL_NAME 130 fr Nouvel index personnali…
6719 sw source\ui\index\idxmrk.src 0 string STR_IDXMRK_EDIT 194 fr Édition d'une entrée d'index 20…
6720 sw source\ui\index\idxmrk.src 0 string STR_IDXMRK_INSERT 194 fr Insertion d'une entrée d'index
6748 sw source\ui\index\cnttab.src 0 tabdialog DLG_MULTI_TOX HID_MULTI_TOX_DLG 0 fr Insertion d'index
6760 sw source\ui\index\cnttab.src 0 fixedline TP_TOX_SELECT FL_AREA 248 fr Créer un index 20200411…
6769 sw source\ui\index\cnttab.src 0 checkbox TP_TOX_SELECT CB_TOXMARKS 90 fr ~Marques d'index 2020…
6804 sw source\ui\index\cnttab.src 0 string ST_AUTOMARK_TYPE 248 fr Fichier de sélection pour l'index
63734index\</emph\> vous permet d'appliquer différents styles de paragraphe aux niveaux d'index, d'assi…
[all …]
/trunk/extras/l10n/source/es/
H A Dlocalize.sdf6699 sw source\ui\index\multmrk.src 0 fixedtext DLG_MULTMRK FT_TOX 41 es Entrada 20200411 15:09:53
6737 sw source\ui\index\cnttab.src 0 string STR_TITLE 0 es Título 20200411 15:09:53
6738 sw source\ui\index\cnttab.src 0 string STR_ALPHA 0 es Separador 20200411 15:09:53
6739 sw source\ui\index\cnttab.src 0 string STR_LEVEL 0 es Nivel 20200411 15:09:53
6751 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_SELECT FT_TYPE 30 es Tipo 20200411 15:09:53
6761 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_SELECT FT_AREA 30 es Para 20200411 15:09:53
6802 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 es [ninguno] 20200411 15:09:53
6805 sw source\ui\index\cnttab.src 0 fixedline FL_SORTOPTIONS 248 es Ordenar 20200411 15:09:53
6806 sw source\ui\index\cnttab.src 0 fixedtext FT_LANGUAGE 33 es Idioma 20200411 15:09:53
6807 sw source\ui\index\cnttab.src 0 fixedtext FT_SORTALG 50 es Tipo de clave 20200411 15:09:53
[all …]

Completed in 5768 milliseconds

12345678910>>...38