Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 25 of 84) sorted by relevance

1234

/AOO41X/main/wizards/com/sun/star/wizards/web/
H A DAbstractErrorHandler.java56 public boolean error(Exception ex, Object arg, int ix, int errorType) in error() argument
62 return !showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
64 return !showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
66 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
68 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
70 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
72 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
74 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
76 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
78 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
[all …]
H A DProcessErrorHandler.java56 protected String getMessageFor(Exception ex, Object obj, int ix, int errType) in getMessageFor() argument
59 switch (ix) in getMessageFor()
85 …sources.resErrUnknown, ex.getClass().getName() + "/" + obj.getClass().getName() + "/" + ix, ERROR); in getMessageFor()
H A DLogTaskListener.java93 public boolean error(Exception ex, Object arg, int ix, int i) in error() argument
95 …System.out.println(PropertyNames.EMPTY_STRING + arg + "//" + ix + "//Exception: " + ex.getLocalize… in error()
H A DErrorHandler.java112 public boolean error(Exception ex, Object arg, int ix, int errorType); in error() argument
/AOO41X/main/extensions/source/activex/main/
H A DSODispatchInterceptor.h156 long ix = 0; in get_Bridge_implementedInterfaces() local
158 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
160 ix = 1; in get_Bridge_implementedInterfaces()
162 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
164 ix = 2; in get_Bridge_implementedInterfaces()
166 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
168 ix = 3; in get_Bridge_implementedInterfaces()
170 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
H A DSOActiveX.cpp633 long ix = 0; in CallLoadComponentFromURL1PBool() local
645 SafeArrayPutElement( pPropVals, &ix, pdispPropVal ); in CallLoadComponentFromURL1PBool()
683 for( long ix = 0; ix < (long)count; ix ++ ) in CallDispatchMethod() local
691 pPropVar[0] = aArgNames[ix]; in CallDispatchMethod()
692 pPropVar[1] = aArgVals[ix]; in CallDispatchMethod()
696 SafeArrayPutElement( pPropVals, &ix, pdispPropVal ); in CallDispatchMethod()
748 for( DWORD ix = 0; ix < dwSize; ix++ ) in CallbackCreateXInputStream() local
749 ((BYTE*)(pDataArray->pvData))[ix] = pBytes[ix]; in CallbackCreateXInputStream()
881 long ix = 0; in GetVersionConnected() local
883 SafeArrayPutElement( pInitParams, &ix, &aConfPath ); in GetVersionConnected()
H A DSODispatchInterceptor.cpp228 long ix = 0; in getInterceptedURLs() local
230 SafeArrayPutElement( *pVal, &ix, aPattern ); in getInterceptedURLs()
232 ix = 1; in getInterceptedURLs()
234 SafeArrayPutElement( *pVal, &ix, aPattern ); in getInterceptedURLs()
236 ix = 2; in getInterceptedURLs()
238 SafeArrayPutElement( *pVal, &ix, aPattern ); in getInterceptedURLs()
H A DSOComWindowPeer.h140 long ix = 0; in get_Bridge_implementedInterfaces() local
142 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
144 ix = 1; in get_Bridge_implementedInterfaces()
146 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
H A DSOActionsApproval.h93 long ix = 0; in get_Bridge_implementedInterfaces() local
95 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
/AOO41X/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx247 for (sal_Int32 ix=0; ix < n; ix++) { in GetSpellFailure() local
248 c = rBuf.charAt(ix); in GetSpellFailure()
249 if ((c == 0x201C) || (c == 0x201D)) rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetSpellFailure()
250 if ((c == 0x2018) || (c == 0x2019)) rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetSpellFailure()
355 for (sal_Int32 ix=0; ix < n; ix++) { in GetProposals() local
356 c = rBuf.charAt(ix); in GetProposals()
357 if ((c == 0x201C) || (c == 0x201D)) rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetProposals()
358 if ((c == 0x2018) || (c == 0x2019)) rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetProposals()
/AOO41X/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx285 for (sal_Int32 ix=0; ix < n; ix++) in GetSpellFailure() local
287 c = rBuf.charAt(ix); in GetSpellFailure()
289 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetSpellFailure()
291 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetSpellFailure()
423 for (sal_Int32 ix=0; ix < n; ix++) in GetProposals() local
425 c = rBuf.charAt(ix); in GetProposals()
427 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetProposals()
429 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetProposals()
/AOO41X/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx358 for (sal_Int32 ix=0; ix < nc; ix++) in hyphenate() local
360 ch = rBuf.charAt(ix); in hyphenate()
362 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in hyphenate()
364 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in hyphenate()
618 for (sal_Int32 ix=0; ix < nc; ix++) in createPossibleHyphens() local
620 ch = rBuf.charAt(ix); in createPossibleHyphens()
622 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in createPossibleHyphens()
624 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in createPossibleHyphens()
/AOO41X/main/odk/examples/OLE/activex/
H A DSOComWindowPeer.h137 long ix = 0; in get_Bridge_implementedInterfaces() local
139 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
141 ix = 1; in get_Bridge_implementedInterfaces()
143 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
H A DSOActiveX.cpp430 long ix = 0; in CallDispatch1PBool() local
442 SafeArrayPutElement( pPropVals, &ix, pdispPropVal ); in CallDispatch1PBool()
/AOO41X/main/solenv/inc/
H A D_tg_shl.mk5469 @echo no ImportLibs on Mac and *ix
5523 @echo no ImportLibs on Mac and *ix
5577 @echo no ImportLibs on Mac and *ix
5631 @echo no ImportLibs on Mac and *ix
5685 @echo no ImportLibs on Mac and *ix
5739 @echo no ImportLibs on Mac and *ix
5793 @echo no ImportLibs on Mac and *ix
5847 @echo no ImportLibs on Mac and *ix
5901 @echo no ImportLibs on Mac and *ix
5955 @echo no ImportLibs on Mac and *ix
H A Dtg_shl.mk621 @echo no ImportLibs on Mac and *ix
/AOO41X/main/xml2cmp/source/x2cclass/
H A Dxml_cdff.cxx42 INT32 ix ) { return s[ix]; } in operator []() argument
/AOO41X/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx474 sal_Int32 ix = nm.indexOf(static_cast<sal_Unicode> (':')); in getQualifier() local
475 if (ix == -1) { in getQualifier()
478 return std::make_pair(nm.copy(0,ix), nm.copy(ix+1)); in getQualifier()
1526 sal_Int32 ix = text.indexOf(static_cast<sal_Unicode> ('-')); in getLanguage() local
1527 if (ix == -1) { in getLanguage()
1530 loc.Language = text.copy(0, ix); in getLanguage()
1531 loc.Country = text.copy(ix+1); in getLanguage()
/AOO41X/main/vcl/inc/unx/
H A Di18n_cb.hxx53 void SwitchIMCallback (XIC ix, XPointer client_data, XPointer call_data );
/AOO41X/main/libtextcat/data/new_fingerprints/lm/
H A Dcatalan.lm344 ix 67
/AOO41X/main/odk/pack/copying/
H A Dmakefile.mk44 IDL_DOCU_INDEX_FILE = $(DESTDIRGENIDLREF)/module-ix.html
/AOO41X/extras/l10n/source/ca-XV/
H A Dlocalize.sdf1883 …:DiagramGridZHelp Label 0 ca-XV Graella secundària de l'e~ix Z... 2…
8869 …gs.ulf 0 LngText STRING_PROLOGUE_6 0 ca-XV «D'acord» ix de la pàgina d'ajuda…
8875 … LngText STRING_UNINSTALLATIONPROLOGUE_6 0 ca-XV «D'acord» ix de la pàgina d'ajuda…
28824 … hid=\"HID_EVT_MOUSEEXITED\"\>Este esdeveniment es produeix quan el ratolí ix del control.\</ahelp…
30346 … els paràmetres globals definits anteriorment. Quan la rutina que l'invoca ix, la gestió d'errors …
31139 …eixiu d'un bucle incondicionalment amb \<emph\>Exit For\</emph\>, només se ix d'un bucle. …
33362 …les, aneu a: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html 2…
56633 …es corresponen amb la màscara d'edició, es rebutja l'entrada quan l'usuari ix del camp. Podeu intr…
59437 …Sempre que canvia el valor d'una cel·la d'una taula del Writer i el cursor ix de la cel·la, el dia…
67782 …NDARY_YAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca-XV E~ix Y 20130…
[all …]
/AOO41X/extras/l10n/source/ca-XR/
H A Dlocalize.sdf8868 …s.ulf 0 LngText STRING_PROLOGUE_6 0 ca-XR 'Acceptar' ix de la pàgina d'ajuda…
8874 …LngText STRING_UNINSTALLATIONPROLOGUE_6 0 ca-XR 'Acceptar' ix de la pàgina d'ajuda…
11349 …src 0 string RID_SVXSTR_HYPDLG_MACROACT3 325 ca-XR Ratolí ix d'objecte …
15720 starmath source\smres.src 0 fixedtext RID_FONTTYPEDIALOG 7 40 ca-XR F~ix
33361 …ices, go to: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html 20…
67781 …NDARY_YAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca-XR E~ix Y 20130…
67782 …NDARY_ZAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca-XR E~ix Z 20130…
67791 …TITLE_SECONDARY_Y_AXIS !defined _CHART2_RES_TITLES_SRC 0 ca-XR E~ix Y 20130…
/AOO41X/extras/l10n/source/kid/
H A Dlocalize.sdf8224 …c\shared\03090202.xhp 0 help par_id3143267 2 0 kid 98a-ix‖Repeats the statemen…
8562 …ices, go to: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html 2…
25569 …hared\01\05030300.xhp 0 help hd_id3149763 13 0 kid 7563ix‖Right …
30358 …\shared\02\12100200.xhp 0 help par_id3152941 80 0 kid +5ix]r‖in forms on contro…
33189 …hared\autopi\01020300.xhp 0 help par_idN105FD 0 kid ix[iv[‖\<ahelp hid=\".\…
52824 …iness.Tables.products.Fields.supplierID ShortName 0 kid t3f-ix‖SupplierID …
58171 …src 0 stringlist RID_SCDLG_PIVOTFILTER.LB_COND1 1 0 kid ix-eel‖= …
/AOO41X/extras/l10n/source/ca/
H A Dlocalize.sdf1882 ….uno:DiagramGridZHelp Label 0 ca Graella secundària de l'e~ix Z... 2…
33361 …les, aneu a: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html …
67781 …SECONDARY_YAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca E~ix Y 20130…
67782 …SECONDARY_ZAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca E~ix Z 20130…
67791 … FT_TITLE_SECONDARY_Y_AXIS !defined _CHART2_RES_TITLES_SRC 0 ca E~ix Y 20130…

1234