Markus Mohrhard
d7eddc6704
remove unnecessary temporary variable
2012-02-09 02:44:08 +01:00
Markus Mohrhard
d893218da7
use slowcheck in sc
2012-02-09 02:44:07 +01:00
Markus Mohrhard
b1c9d167ef
copy settings for RTL with sheets, fdo#45768
2012-02-09 02:44:07 +01:00
Kohei Yoshida
1eecb1841e
ScSortedCollection is now officially unused. Nuking it.
2012-02-08 20:35:12 -05:00
Kohei Yoshida
9300ae1ac0
Old result not used for now always case sensitive search.
2012-02-08 20:35:12 -05:00
Kohei Yoshida
7513bba52c
Apparently these two methods are now deprecated.
2012-02-08 20:35:11 -05:00
Lionel Elie Mamane
bd9d0aa967
Revert "Tentative fix for invalid iterator range regression"
...
This reverts commit 23151ab535
.
Fixed root cause in previous commit.
2012-02-09 02:14:05 +01:00
Lionel Elie Mamane
370fa77a41
ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheck
2012-02-09 02:11:05 +01:00
Rene Engelhard
5582b7f129
add testtools to dmake_modules
2012-02-09 01:06:01 +01:00
Rene Engelhard
8f06cc4414
configure.in: readd arch-detection for kFreeBSD
2012-02-09 01:06:00 +01:00
Kohei Yoshida
74c5c3b4ec
Move this typedef back into collect.hxx for now.
2012-02-08 18:33:20 -05:00
Kohei Yoshida
caafd2efcc
Fixed a link error.
2012-02-08 18:33:20 -05:00
Kohei Yoshida
814c4e1c1c
std::unique must be followed by erase() to really remove duplicates.
...
It's even mentioned in Effective STL.
2012-02-08 18:33:19 -05:00
Kohei Yoshida
1d5400285e
getExactMatch() should return the original string when no match is found.
2012-02-08 18:33:19 -05:00
Kohei Yoshida
8ff0331bff
Move away from TypedScStrCollection in favor of STL's.
2012-02-08 18:33:19 -05:00
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