Commit graph

300755 commits

Author SHA1 Message Date
Kohei Yoshida
7ffdf6a0db Let's use enum for better type safety. 2012-02-08 18:33:19 -05:00
Kohei Yoshida
d261c7cf96 TypedStrData to hold rtl::OUString. 2012-02-08 18:33:18 -05:00
Stephan Bergmann
1d3124675a New file was missing from previous commit 2012-02-08 22:28:53 +01:00
Stephan Bergmann
dfe0e97a9d Missing $(...) 2012-02-08 22:14:17 +01:00
Stephan Bergmann
e960410674 Various more l10ntools clean up 2012-02-08 22:07:23 +01:00
Stephan Bergmann
aa11b4c86e Properly rebuild files generated by l10ntools programs
(Changing the corresponding build-order-only dependencies to proper ones should
be safe here, as all mentions of $^ are within $(filter) calls.)
2012-02-08 21:57:19 +01:00
Stephan Bergmann
23151ab535 Tentative fix for invalid iterator range regression
37b5dce665 re-wrote a std::rotate call to cause
an "error: function requires a valid iterator range [__middle, __last)" abort
from debug-mode GCC libstdc++ during smoketest.  Lionel should check whether
this fix is actually good -- at least, it causes "make check" to succeed again.
2012-02-08 21:52:37 +01:00
Caolán McNamara
fb9908eece use boost::noncopyable 2012-02-08 19:52:08 +00:00
Cédric Bosdonnat
2a22e66481 fdo#39006: Fixed layout loop
OD's comment was right: forcing a restart of the layout may cause
loops... and we falled into that case. As this seems to be useless,
removed the whole thing.
2012-02-08 19:01:41 +01:00
Noel Power
4908c16a73 handle row and column offsets for imported shape with cell anchor fdo#45266
This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961
2012-02-08 17:51:53 +00:00
Greg Kroah-Hartman
737a584d9a vcl: I18nHelper: delete unused GetDate() method 2012-02-08 11:23:54 -06:00
Greg Kroah-Hartman
d857f0938b unicode: delete unused unicode:getCharType() method 2012-02-08 11:23:53 -06:00
Greg Kroah-Hartman
7267ab1315 unicode: delete unused unicode:isTitle() method 2012-02-08 11:23:53 -06:00
Greg Kroah-Hartman
ba2619e106 unicode: delete unused unicode:isPunctuation() method 2012-02-08 11:23:52 -06:00
Greg Kroah-Hartman
def4a1ed06 unicode: delete unused unicode:isBase() method 2012-02-08 11:23:52 -06:00
Bjoern Michaelsen
17f59f3aa9 stick to three-letter length 2012-02-08 18:13:46 +01:00
Bjoern Michaelsen
7472fe259e remove superflous whitespace 2012-02-08 18:13:46 +01:00
Markus Mohrhard
590c2400f1 first try to add slowcheck build target 2012-02-08 18:13:45 +01:00
Takeshi Abe
9b979c8bf1 Replaced String by rtl::OUString in SvxMacro 2012-02-09 02:01:45 +09:00
Petr Mladek
62e8dfa072 Create test packages even when SDK is disabled
Also fixed order in the other makefile target to make it clear
that it differs in the SDK
2012-02-08 17:50:06 +01:00
Luboš Luňák
38af1195a9 do not deserialize into long, use a type of the correct width (fdo#40768) 2012-02-08 17:44:46 +01:00
Norbert Thiebaud
d85a108a1b re-enable make help from the top-level make 2012-02-08 10:16:39 -06:00
Caolán McNamara
7dbfc0012c make hsqldb build with java 1.7 2012-02-08 16:04:35 +00:00
Miklos Vajna
1f77a5e8d5 n#203704 fix RTF export table output for subtables
Older ODT files containing <table:table table:is-sub-table="true">
confused the RTF exporter. Add a few sanity checks to make sure the
output is still valid.
2012-02-08 16:54:45 +01:00
Alexander Bergmann
7e579e6f4d unusedcode.easy: Removed unused code (linguistic) 2012-02-08 15:11:29 +00:00
Josh Heidenreich
09be8bbee6 Fix fdo#45117 - Alien save dialog buttons run off the edge
Adjusts the width of the dialog to be wider, if required.
2012-02-08 15:20:16 +01:00
Norbert Thiebaud
463f9ff034 support make <module>.all even for gbuild modules 2012-02-08 08:11:26 -06:00
Korrawit Pruegsanusak
274772b5ae use $ENV{GNUMAKE} instead of constant 'make' 2012-02-08 21:09:33 +07:00
Korrawit Pruegsanusak
a330f38093 Recover some methods needed by windows directx
This partially reverts b3c3e116ff
2012-02-08 21:06:51 +07:00
Stephan Bergmann
344ebc8033 Freed l10ntools from tools/stream.hxx
Removed completely cases of convoluted code to remove UTF-8 BOM from files
or translate line endings.  Hopefully none of this was actually necessary
(on Windows?).
2012-02-08 14:40:08 +01:00
Stephan Bergmann
0841fc0d3b Missing newline at end of file
...needed by simplified l10ntools programs to be pushed shortly (that
no longer translate line endings, and hopefully get away with it).
2012-02-08 14:40:07 +01:00
Cédric Bosdonnat
44f971506c fdo#35669: Update the references even if nothing uses them here
Merge the references with the other document even if there is no field
using them as this may break the sequence and references in other parts
of a master document.
2012-02-08 14:11:24 +01:00
Caolán McNamara
f3e40273b6 Resolves: fdo#43644 survive registered but unavailable binfilter 2012-02-08 12:38:37 +00:00
Lionel Elie Mamane
37b5dce665 ORowSetCache: handle case total data < m_nFetchSize
As a drive-by: fillMatrix update m_nEndSize
2012-02-08 13:22:16 +01:00
Eike Rathke
9472e9c77d changes to "tools/table.hxx to std::map conversion"
* use consistent indenting with 4 spaces (instead of tabs (plus one space))
* use   erase(it++)   instead of   erase(it); ++it   to not access invalidated
  iterator
* for   First(); Remove(); Next()   loops over entire Table use   map::clear()
  at the end if it isn't in a dtor
* use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of
  redefining, which means include zforlist.hxx now and some other forward
  declarations can be removed

* removed inlined duplicated code of GetEntry(), implemented it in
  zforlist.cxx instead and made const GetFormatEntry() just call GetEntry()
* removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr
  was only used because Table effectively had pointer size as keys.
* made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use
  the ternary conditional operator
2012-02-08 13:15:30 +01:00
Noel Grandin
0979307bbf tools/table.hxx to std::map conversion in SV, SVL and SVX modules
This patch converts one use of tools/table.hxx in
svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules.
2012-02-08 13:15:30 +01:00
Tor Lillqvist
809fd00863 Surely these are mostly *not* used during the build 2012-02-08 14:07:36 +02:00
Michael Meeks
1f63bd653c Add and expand more readme files for module documentation 2012-02-08 11:18:15 +00:00
Caolán McNamara
849a2471bd update unused list 2012-02-08 09:12:27 +00:00
Caolán McNamara
2cae4ff166 callcatcher: update list, ByteString is on the ropes 2012-02-08 09:12:27 +00:00
Caolán McNamara
d602c65283 add back in lost unused code filters 2012-02-08 09:12:27 +00:00
Josh Heidenreich
b5fa0ec905 Added READMEs for modules used by LibO Base and LibO Calc. 2012-02-08 07:46:58 +01:00
Josh Heidenreich
700b794126 Added and improved READMEs for modules which used to be in filter 2012-02-08 07:46:58 +01:00
Josh Heidenreich
223cca46ed Added READMEs for modules which used to be in components 2012-02-08 07:46:57 +01:00
Josh Heidenreich
8b9615be88 Added (and improved) READMEs for modules which used to be in libs-gui 2012-02-08 07:46:57 +01:00
Josh Heidenreich
64e1ae0f55 Added READMEs for modules which used to be in libs-core 2012-02-08 06:37:16 +01:00
Stephan Bergmann
2a3e2bb484 Reintroduce MSVC workaround
...originally introduced with 02abccf953 but
erroneously purged with 9c2f7056a8.
2012-02-07 21:29:49 +01:00
Markus Mohrhard
2beacf2405 WaE in debug build 2012-02-07 19:55:56 +01:00
Markus Mohrhard
ddd75bed75 fix dbgutil build 2012-02-07 19:51:10 +01:00
Markus Mohrhard
6fcd9f49df increase the sleep time of the Mozilla UI Thread 2012-02-07 19:51:10 +01:00