| /AOO41X/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 …]
|
| /AOO41X/main/xmerge/source/xmerge/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()
|
| /AOO41X/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)
|
| /AOO41X/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()
|
| H A D | _XScriptNameResolver.java | 114 catch (com.sun.star.uno.RuntimeException re) { in runResolveTest() 115 log.println("caught RuntimeException: " + re); in runResolveTest()
|
| /AOO41X/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()
|
| /AOO41X/main/scripting/source/storage/ |
| H A D | ScriptStorage.cxx | 219 catch ( RuntimeException & re ) in initialize() local 223 OUSTR( "ScriptStorage::initalize 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()
|
| /AOO41X/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 >() );
|
| /AOO41X/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(). */
|
| /AOO41X/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()
|
| /AOO41X/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";
|
| /AOO41X/main/xml2cmp/source/support/ |
| H A D | list.hxx | 83 bool re = false ); 193 bool re ) in alloc() argument 199 if (re) in alloc()
|
| /AOO41X/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()
|
| /AOO41X/main/soltools/inc/ |
| H A D | st_list.hxx | 100 bool re = false ); 240 bool re ) in alloc() argument 246 if (re) in alloc()
|
| /AOO41X/extras/l10n/source/fr/ |
| H A D | localize.sdf | 321 …droit, flèche vers la gauche ou vers le haut, page précédente, retour arrière, 'P' 20… 326 …nterScreenSettings.HelpView.HelpStrings.d Right 0 fr Première diapo 2… 328 …nterScreenSettings.HelpView.HelpStrings.e Right 0 fr Dernière diapo 2… 356 …ight 0 fr Déplacer le curseur dans l'aperçu des notes en arrière/avant … 1163 …bles.plants.Fields.lightpreference Name 0 fr ExpositionLumière 201306… 1511 …value ..Writer.MailMergeWizard FemaleGreetingLines 0 fr Chère Madame <2>, … 1639 …nds.UserInterface.Commands..uno:FirstPage Label 0 fr Première page 2… 1690 …ommands.UserInterface.Commands..uno:LastPage Label 0 fr Dernière page 2… 1868 …ands.UserInterface.Commands..uno:DiagramArea Label 0 fr ~Arrière-plan du diagramme...… 2055 …s.UserInterface.Commands..uno:BehindObject Label 0 fr De~rrière l'objet … [all …]
|
| /AOO41X/main/ucb/source/ucp/ftp/ |
| H A D | test.py | 23 import re,os 37 os.path.walk(directory,grep,re.compile(pattern))
|
| /AOO41X/main/qadevOOo/tests/java/ifc/text/ |
| H A D | _XTextContent.java | 100 } catch (com.sun.star.uno.RuntimeException re) { in _attach() 107 re.printStackTrace(log); in _attach()
|
| /AOO41X/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()
|
| /AOO41X/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 …]
|
| /AOO41X/main/sc/source/ui/vba/testvba/ |
| H A D | README | 29 …erveral 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.
|