/trunk/main/wizards/com/sun/star/wizards/web/ |
H A D | AbstractErrorHandler.java | 56 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 D | ProcessErrorHandler.java | 56 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 D | LogTaskListener.java | 93 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 D | ErrorHandler.java | 112 public boolean error(Exception ex, Object arg, int ix, int errorType); in error() argument
|
/trunk/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 247 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()
|
/trunk/main/extensions/source/activex/main/ |
H A D | SODispatchInterceptor.h | 156 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 D | SOActiveX.cpp | 633 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 D | SODispatchInterceptor.cpp | 228 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 D | SOComWindowPeer.h | 140 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 D | SOActionsApproval.h | 93 long ix = 0; in get_Bridge_implementedInterfaces() local 95 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
|
/trunk/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 311 for (sal_Int32 ix=0; ix < n; ix++) in GetSpellFailure() local 313 c = rBuf.charAt(ix); in GetSpellFailure() 315 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetSpellFailure() 317 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetSpellFailure() 449 for (sal_Int32 ix=0; ix < n; ix++) in GetProposals() local 451 c = rBuf.charAt(ix); in GetProposals() 453 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetProposals() 455 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetProposals()
|
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 358 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()
|
/trunk/main/odk/examples/OLE/activex/ |
H A D | SOComWindowPeer.h | 137 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 D | SOActiveX.cpp | 430 long ix = 0; in CallDispatch1PBool() local 442 SafeArrayPutElement( pPropVals, &ix, pdispPropVal ); in CallDispatch1PBool()
|
/trunk/main/solenv/inc/ |
H A D | _tg_shl.mk | 5469 @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 D | tg_shl.mk | 621 @echo no ImportLibs on Mac and *ix
|
/trunk/main/xml2cmp/source/x2cclass/ |
H A D | xml_cdff.cxx | 42 INT32 ix ) { return s[ix]; } in operator []() argument
|
/trunk/main/sfx2/source/doc/ |
H A D | SfxDocumentMetaData.cxx | 474 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()
|
/trunk/main/vcl/inc/unx/ |
H A D | i18n_cb.hxx | 53 void SwitchIMCallback (XIC ix, XPointer client_data, XPointer call_data );
|
/trunk/main/libtextcat/data/new_fingerprints/lm/ |
H A D | catalan.lm | 344 ix 67
|
/trunk/main/odk/pack/copying/ |
H A D | makefile.mk | 44 IDL_DOCU_INDEX_FILE = $(DESTDIRGENIDLREF)/module-ix.html
|
/trunk/extras/l10n/source/ca-XV/ |
H A D | localize.sdf | 1810 …lization\setupstrings.ulf 0 LngText STRING_PROLOGUE_6 0 ca-XV «D'acord» ix de la pàgina d'ajuda… 1816 …strings.ulf 0 LngText STRING_UNINSTALLATIONPROLOGUE_6 0 ca-XV «D'acord» ix de la pàgina d'ajuda… 12417 …_CB_SECONDARY_YAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca-XV E~ix Y 20200411 15:09:… 12418 …_CB_SECONDARY_ZAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca-XV E~ix Z 20200411 15:09:… 12432 …ght ) FT_TITLE_SECONDARY_Y_AXIS !defined _CHART2_RES_TITLES_SRC 0 ca-XV E~ix Y 20200411 15:09:… 16381 …e.Commands..uno:DiagramGridZHelp Label 0 ca-XV Graella secundària de l'e~ix Z... 20200411 15:… 24654 …eixiu d'un bucle incondicionalment amb \<emph\>Exit For\</emph\>, només se ix d'un bucle. 20200… 28608 …link href=\"https://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html\"\>API referenc… 29247 … hid=\"HID_EVT_MOUSEEXITED\"\>Este esdeveniment es produeix quan el ratolí ix del control.\</ahelp… 31171 …es corresponen amb la màscara d'edició, es rebutja l'entrada quan l'usuari ix del camp. Podeu intr… [all …]
|
/trunk/extras/l10n/source/ca-XR/ |
H A D | localize.sdf | 1810 …ization\setupstrings.ulf 0 LngText STRING_PROLOGUE_6 0 ca-XR 'Acceptar' ix de la pàgina d'ajuda… 1816 …trings.ulf 0 LngText STRING_UNINSTALLATIONPROLOGUE_6 0 ca-XR 'Acceptar' ix de la pàgina d'ajuda… 12417 …_CB_SECONDARY_YAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca-XR E~ix Y 20200411 15:09:… 12418 …_CB_SECONDARY_ZAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca-XR E~ix Z 20200411 15:09:… 12432 …ght ) FT_TITLE_SECONDARY_Y_AXIS !defined _CHART2_RES_TITLES_SRC 0 ca-XR E~ix Y 20200411 15:09:… 17881 starmath source\smres.src 0 fixedtext RID_FONTTYPEDIALOG 7 40 ca-XR F~ix 20200411 15:09:53 28608 …link href=\"https://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html\"\>API referenc… 69300 cui source\dialogs\hyperdlg.src 0 string RID_SVXSTR_HYPDLG_MACROACT3 325 ca-XR Ratolí ix d'objec…
|
/trunk/extras/l10n/source/kid/ |
H A D | localize.sdf | 8224 helpcontent2 source\text\sbasic\shared\03090202.xhp 0 help par_id3143267 2 0 kid 98a-ix‖Repeats t… 8562 …ices, go to: http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html 20130829 23:… 25569 helpcontent2 source\text\shared\01\05030300.xhp 0 help hd_id3149763 13 0 kid 7563ix‖Right 2013… 30358 helpcontent2 source\text\shared\02\12100200.xhp 0 help par_id3152941 80 0 kid +5ix]r‖in forms on … 33189 helpcontent2 source\text\shared\autopi\01020300.xhp 0 help par_idN105FD 0 kid ix[iv[‖\<ahelp hid… 52824 …bleWizard.business.Tables.products.Fields.supplierID ShortName 0 kid t3f-ix‖SupplierID 201308… 58171 sc source\ui\src\filter.src 0 stringlist RID_SCDLG_PIVOTFILTER.LB_COND1 1 0 kid ix-eel‖= 20130…
|
/trunk/extras/l10n/source/ca/ |
H A D | localize.sdf | 12417 …SCH_CB_SECONDARY_YAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca E~ix Y 20200411 15:09:… 12418 …SCH_CB_SECONDARY_ZAXIS !defined _CHART2_SECONDARYAXISCHECKBOXES_HXX 0 ca E~ix Z 20200411 15:09:… 12432 …Height ) FT_TITLE_SECONDARY_Y_AXIS !defined _CHART2_RES_TITLES_SRC 0 ca E~ix Y 20200411 15:09:… 16381 …face.Commands..uno:DiagramGridZHelp Label 0 ca Graella secundària de l'e~ix Z... 20200411 15:… 28608 …link href=\"https://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html\"\>API referenc…
|