| /trunk/main/svtools/source/filter/ |
| H A D | sgvtext.cxx | 825 sal_uInt16 re,li; in FormatLine() local 951 re=nChars; in FormatLine() 952 if (Just==THJustDrvOut) re--; in FormatLine() 953 while (re>=1 && (cLine[re]==' ' || cLine[re]==TextEnd || cLine[re]==AbsatzEnd)) re--; in FormatLine() 955 while (li<=re && (cLine[li]==' ' || cLine[li]==TextEnd || cLine[li]==AbsatzEnd)) li++; in FormatLine() 956 if (Just==THJustDrvOut) BoxRest=AdjWdt-Line[re+1]; in FormatLine() 959 for (i=li;i<=re;i++) { in FormatLine() 966 for (i=li+1;i<=re;i++) { // von links nach rechts in FormatLine() 967 Line[i]=Line[i]+MulDiv(i-li,BoxRest,re-li+1-1); in FormatLine() 971 for (i=li;i<=re;i++) { // j Spaces aufbohren ! in FormatLine() [all …]
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/ |
| H A D | ConverterInfoMgr.java | 69 RegistryException re = new RegistryException( in addPlugIn() local 71 throw re; in addPlugIn() 74 RegistryException re = new RegistryException( in addPlugIn() local 76 throw re; in addPlugIn() 79 RegistryException re = new RegistryException( in addPlugIn() local 81 throw re; in addPlugIn() 84 RegistryException re = new RegistryException( in addPlugIn() local 86 throw re; in addPlugIn() 96 RegistryException re = new RegistryException( in addPlugIn() local 98 throw re; in addPlugIn()
|
| H A D | ConverterInfo.java | 101 RegistryException re = new RegistryException( in ConverterInfo() local 103 throw re; in ConverterInfo() 148 RegistryException re = new RegistryException( in ConverterInfo() 150 throw re; in ConverterInfo() 178 RegistryException re = new RegistryException( in ConverterInfo() local 180 throw re; in ConverterInfo() 223 RegistryException re = new RegistryException( in ConverterInfo() 225 throw re; in ConverterInfo()
|
| /trunk/main/toolkit/src2xml/source/ |
| H A D | src2xml.py | 26 import re 195 s = re.sub ('(</?)([a-z]+)-([a-z]+)-([a-z]+)', r'\1\2\3\4', s) 196 s = re.sub ('(</?)([a-z]+)-([a-z]+)', r'\1\2\3', s) 197 …s = re.sub ('(<(checkbox|(cancel|help|ignore|ok|push|more|no|radio|reset|retry|yes)button|(fixed(i… 198 s = re.sub (' (height|width|x|y)="[0-9]*"', '', s) 199 s = re.sub (' (label|text|title)="', r' _\1="', s) 200 s = re.sub ('&([^m][^p]*[^;]*)', r'&\1', s) 201 s = re.sub (' hide="(TRUE|true|1)"', ' show="false"', s)
|
| /trunk/main/scripting/workben/ifc/scripting/ |
| H A D | _XScriptStorageManager.java | 83 catch (com.sun.star.uno.RuntimeException re) { in _createScriptStorage() 84 log.println("Exception from createScriptStorage: " + re); in _createScriptStorage() 135 catch (com.sun.star.uno.RuntimeException re) { in _createScriptStorageWithURI() 136 log.println("Caught RuntimeException: " + re); in _createScriptStorageWithURI() 184 catch (com.sun.star.uno.RuntimeException re) { in _getScriptStorage() 185 log.println("Caught RuntimeException: " + re); in _getScriptStorage() 221 catch (com.sun.star.uno.RuntimeException re) { in _refreshScriptStorage() 222 log.println("Caught RuntimeException: " + re); in _refreshScriptStorage()
|
| H A D | _XScriptStorageRefresh.java | 77 catch (com.sun.star.uno.RuntimeException re) { in _refresh() 78 log.println("Caught RuntimeException: " + re); in _refresh()
|
| H A D | _XFunction.java | 134 catch (com.sun.star.uno.RuntimeException re) { in runInvokeTest() 135 log.println("Couldn't invoke script:" + re); in runInvokeTest()
|
| /trunk/main/linguistic/qa/complex/linguistic/ |
| H A D | HangulHanjaConversion.java | 262 String[] re = new String[2]; in getLeftAndRight() local 263 re[0] = getCell(0, counter, xSpreadsheet).getFormula().trim(); in getLeftAndRight() 264 re[1] = getCell(1, counter, xSpreadsheet).getFormula().trim(); in getLeftAndRight() 266 return re; in getLeftAndRight() 270 XCell re = null; in getCell() local 273 re = xSpreadsheet.getCellByPosition(x, y); in getCell() 279 return re; in getCell()
|
| /trunk/main/scripting/source/storage/ |
| H A D | ScriptStorage.cxx | 219 catch ( RuntimeException & re ) in initialize() local 223 OUSTR( "ScriptStorage::initialize RuntimeException: " ).concat( re.Message ), in initialize() 374 catch ( RuntimeException & re ) in create() local 378 OUSTR( "ScriptStorage::create RuntimeException: " ).concat( re.Message ), in create() 606 catch ( RuntimeException & re ) in save() local 611 re.Message ), in save() 631 catch ( RuntimeException & re ) in refresh() local 635 OUSTR( "ScriptStorage::refresh RuntimeException: " ).concat( re.Message ), in refresh()
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | XLayoutContainer.idl | 79 changes, that may affect its size, to queue a layout re-calculation. */ 90 re-allocation. */ 94 re-allocation. */ 98 re-design this approach -- check XLayoutConstrains::calcAdjustedSize(). */ 102 re-design this approach -- check XLayoutConstrains::calcAdjustedSize(). */
|
| /trunk/main/scripting/source/runtimemgr/ |
| H A D | StorageBridge.cxx | 59 catch ( RuntimeException & re ) in StorageBridge() local 62 throw RuntimeException( temp.concat( re.Message ), Reference< XInterface >() ); in StorageBridge() 79 catch ( RuntimeException & re ) in initStorage() local 82 throw RuntimeException( temp.concat( re.Message ), Reference< XInterface >() ); in initStorage()
|
| H A D | ScriptRuntimeManager.cxx | 256 catch ( RuntimeException & re ) in invoke() local 259 throw RuntimeException( temp.concat( re.Message ), in invoke() 313 catch ( RuntimeException & re ) in resolve() local 316 throw RuntimeException( temp.concat( re.Message ), in resolve()
|
| H A D | ScriptNameResolverImpl.cxx | 464 catch ( RuntimeException & re ) 468 throw RuntimeException( temp.concat( re.Message ), 530 catch ( RuntimeException & re ) 533 throw RuntimeException( temp.concat( re.Message ), Reference< XInterface >() );
|
| /trunk/test/testcommon/source/org/openoffice/test/common/ |
| H A D | GraphicsUtil.java | 187 Rectangle re = new Rectangle(); in findRectangle() local 224 re.setBounds(sx, sy, ex - sx, ey - sy); in findRectangle() 225 if (re.width < 2 || re.height < 2) { in findRectangle() 228 return re; in findRectangle()
|
| /trunk/main/solenv/bin/ |
| H A D | relocate | 26 # This tool makes it easy to cleanly re-locate a 28 # path. It tries to re-write all the hard-coded path logic 146 # Should try re-writing these - but perhaps this would 218 print "re-writing environment:\n"; 223 print "re-writing dependencies:\n";
|
| /trunk/main/xml2cmp/source/support/ |
| H A D | list.hxx | 83 bool re = false ); 193 bool re ) in alloc() argument 199 if (re) in alloc()
|
| /trunk/main/scripting/source/pyprov/ |
| H A D | pythonscript.py | 30 import re 305 (re.compile( r"^\s*print\s+[^(=]" ), "'print' statement (use the print() function)"), 306 (re.compile( r"^\s*exec\s+[^(=]" ), "'exec' statement (use the exec() function)"), 307 …(re.compile( r"\bexcept\b[^:]*,\s*\w+\s*:" ), "'except Exception, e:' syntax (use 'except Exceptio… 308 … (re.compile( r"\braise\s+\w+\s*," ), "'raise Exc, args' syntax (use 'raise Exc(args)')"), 309 (re.compile( r"`[^`]+`" ), "backtick repr `x` (use repr(x))"), 310 (re.compile( r"<>" ), "'<>' operator (use '!=')"), 311 (re.compile( r"\b0[0-7]+\b" ), "old-style octal literal (use the 0o prefix)"), 312 (re.compile( r"\b[uU][rR]['\"]" ), "'ur' string prefix (removed in Python 3)"),
|
| /trunk/main/wizards/com/sun/star/wizards/ui/ |
| H A D | PeerConfig.java | 144 catch (RuntimeException re) in windowShown() 146 re.printStackTrace(System.out); in windowShown() 147 throw re; in windowShown()
|
| /trunk/main/soltools/inc/ |
| H A D | st_list.hxx | 100 bool re = false ); 240 bool re ) in alloc() argument 246 if (re) in alloc()
|
| /trunk/extras/l10n/source/fr/ |
| H A D | localize.sdf | 141 …C_START SbERR_BAD_CHAR_IN_NUMBER & ERRCODE_RES_MASK 0 fr Caractère non valide dans le n… 354 …s.src 0 string RID_SVXITEMS_TAB_FILL_CHAR 0 fr Caractère de remplissage : … 409 …ms.src 0 string RID_SVXITEMS_LRSPACE_FLINE 0 fr Première ligne 2… 500 …ent contenir des virus. Désactiver les macros d'un document est toujours sûre. Si vous désactivez … 523 …r maintenant...' pour exécuter la mise à jour en ligne et obtenir la dernière version de %PRODUCTN… 640 …ME requiert un document dont l'URL correspond à la classe d'un cookie déjà reçu, %PRODUCTNAME enve… 643 …ME requiert un document dont l'URL correspond à la classe d'un cookie déjà reçu, %PRODUCTNAME enve… 714 … 0 fr Le chemin d'accès au dossier [2] contient un caractère non valide. … 718 …programme correctif au fichier [2]. Il a sans doute été mis à jour de manière différente et ne peu… 842 …IText.ulf 0 LngText OOO_UITEXT_28 0 fr Ce composant libère [1] sur votre disque… [all …]
|
| /trunk/extras/l10n/source/ku/ |
| H A D | localize.sdf | 71 …ketin\nHemû karên nivîsandinê û/an jî\nhemû karên OLEyê bila xelas bibe dû re hemû paceyan bigire.… 130 …g STR_HELP_BUTTON_INDEX_OFF 0 ku Paceya Beralîkirinê Veşêre 2002-02… 139 …ing STR_HELP_MENU_TEXT_SELECTION_MODE 0 ku Nivîsê Hilbijêre 2002-… 223 …u Ev nav weke şêwaza ku tê fikirîn heye.\nJi kerema xwe navekî din hilbijêre. 2002-02… 296 …R_FORWARD_ERRMSSG 0 ku Heke tu bijarteka "%PLACEHOLDER%" hilbijêre, divê tu navnîşana U… 343 … SFX_QB_WRONG_TYPE 0 ku Nirxa têketî bi cureyê dîyarkirî re hev nagirin.\nNirx w… 491 … string STR_PACKNGO_NEWMEDIUM 0 ku Hilgirê daneyan ya dû re têxine cihê wê û pêl… 519 …uherîn. Tu dixwazî gorê şablona hatiye guherîn teşekirina bi bingeha şêwaz re rojane bikî? … 584 …roveyekî qedexe ceriband. Jê kerema xwe ji bo şîroveyên derbasdar '#1' binêre. 2002-02… 682 …0 fixedtext RID_GROUPS_SORTING FT_KEEPTOGETHER 0 ku Bi Hev re Bihêle … [all …]
|
| /trunk/main/ucb/source/ucp/ftp/ |
| H A D | test.py | 23 import re,os 37 os.path.walk(directory,grep,re.compile(pattern))
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
| H A D | _XTextContent.java | 100 } catch (com.sun.star.uno.RuntimeException re) { in _attach() 107 re.printStackTrace(log); in _attach()
|
| /trunk/main/scripting/source/provider/ |
| H A D | ScriptImpl.cxx | 98 catch ( RuntimeException & re ) in invoke() local 101 throw RuntimeException( temp.concat( re.Message ), in invoke()
|
| /trunk/main/sc/source/ui/vba/testvba/ |
| H A D | README | 29 …several test documents have been run. please clean your .ooo-2.0 or .oooxxx first, and then re-run. 37 …be running, if you wish to repeat tests you may want to kill the office instance before re-running.
|