/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() 956 if (Just==THJustDrvOut) BoxRest=AdjWdt-Line[re+1]; in FormatLine() 959 for (i=li;i<=re;i++) { in FormatLine() 967 Line[i]=Line[i]+MulDiv(i-li,BoxRest,re-li+1-1); in FormatLine() 983 re=nChars-1; in FormatLine() 984 while (re>=1 && (cLine[re]==' ' || cLine[re]==TextEnd || cLine[re]==AbsatzEnd)) re--; in FormatLine() 987 BoxRest=AdjWdt-Line[re+1]; 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/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 | 3679 svx source\items\svxitems.src 0 string RID_SVXITEMS_BRUSH_CHAR 0 fr Arrière-plan de caractère … 30014 …urce\text\shared\02\02170000.xhp 0 help tit 0 fr Couleur d'arrière-plan et arrière-plan de para… 37624 …ckground.xhp 0 help tit 0 fr Définition de couleurs d'arrière-plan et d'images d'arrière-plan … 40710 …re-plans\</bookmark_value\>\<bookmark_value\>Arrière-plans;cadres/sections/index\</bookmark_value\… 41161 …ce\text\shared\01\06200000.xhp 0 help hd_id3149290 41 0 fr Caractère par caractère 20200411 1… 44718 helpcontent2 source\text\shared\01\06202000.xhp 0 help par_idN10596 0 fr Caractère par caractère… 44912 … lumière de l'objet, ainsi que la couleur de cette source de lumière et de la lumière ambiante. Vo… 49176 …seconde source de lumière est activée. C'est la première de sept sources de lumière "normales" et … 60089 …r \<emph\>critère\</emph\> correspond à la cellule dans laquelle s'affiche le critère de recherche… 64657 …re espace est inséré une fois que vous avez saisi le premier caractère du mot suivant, après inser… [all …]
|
/trunk/main/toolkit/doc/layout/ |
H A D | notes.txt | 52 (re-)layout process would be a set of SetPosition/SetSize calls made 83 + QA test-tool-age ... - tests ~will need re-write (unfortunately) 88 Necessary to re- build && deliver svtools/ having delivered toolkit ...
|
/trunk/extras/l10n/source/ku/ |
H A D | localize.sdf | 8548 …lp\wiki.xhp 0 help par_id4566484 0 ku Hilbijêre \<item type=\"menuitem\"\>Pel - Bişîne - MediaW… 9299 …iyê biserneket ji ber ku girêdana bi înternetê re tune. Ji kerema xwe re mîhengên înterneta xwe be… 12647 …on RID_SVXPAGE_HYPERLINK_NEWDOCUMENT BTN_CREATE 0 ku Rêçê Hilbijêre Rêçê Hilbijêre 2002-02-02 … 15910 sw source\ui\dialog\regionsw.src 0 #define CB_HIDE_TEXT 0 ku V~eşêre 2002-02-02 02:02:02 15911 sw source\ui\dialog\regionsw.src 0 #define FL_HIDE_TEXT 0 ku Veşêre 2002-02-02 02:02:02 15920 sw source\ui\dialog\regionsw.src 0 #define GB_HIDE_TEXT 0 ku Veşêre 2002-02-02 02:02:02 18627 …ONNECT_TO 0 ku Ji bo girêdana bi danegehekî heyî re, ji kerema xwe 'Girêdana bi danegehekî heyî… 21442 … 0 ku neçalake ji bo rastxwendinê\nji kerema xwe re daxistinê pêk bîne\nheke hewcebe ziman jî hilb… 21445 … 0 ku ne çalake ji bo hevwateyan\nji kerema xwe re daxistinê pêk bîne\nheke hewcebe ziman jî hilb… 23234 …RDLG_LINKED 0 ku Ev grafîk bi belgeyê re têkildar e. Hûn dixwazin ji bo sererastkirina vî grafî… [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 …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.
|