Commit graph

3772 commits

Author SHA1 Message Date
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Eike Rathke
86adb5cacb get rid of class Date and Time default ctor with system time penalty 2011-12-01 21:04:29 +01:00
August Sodora
443a7229f9 Remove uses of charAt 2011-12-01 11:10:28 +01:00
Eike Rathke
07a7b2937a fixed fdo#40363 freeze chart wizard with non-gregorian date
Use the newly introduced Date::Normalize() instead of a never ending
while(!date.IsValid())
2011-11-30 02:05:24 +01:00
Eike Rathke
dca69d5bb2 renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-30 02:05:22 +01:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Takeshi Abe
1aae826501 catch by const reference 2011-11-29 10:07:04 +09:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Michael Meeks
501a1fbc3e WaE: more windows tinderbox warning cleanup 2011-11-01 16:08:38 +00:00
Kristian Rietveld
8cff18bee2 Put neq-operator for awt::Size in correct namespace 2011-10-24 08:45:24 +02:00
Andras Timar
d311ae8010 make numeric field circular, i.e. pressing up from 359 goes to 0 2011-10-22 21:46:40 +02:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Michael Meeks
d24e284231 remove obsolete ColorTable lifecycle workaround 2011-09-26 09:20:40 +01:00
Norbert Thiebaud
0b24bd7a6e hide a WaE... should be fixed properly when the issue is understood 2011-09-25 11:11:27 -05:00
Michael Meeks
c8dc737208 re-factor XPropertyList derivatives to use a rtl::Reference
This cleans up a lot of lifecycle nasties and cleans up some serious
cut/paste code duplication issues at the same time. Cleanup the
naming of ColorTable -> ColorList to match the impl. too
2011-09-24 08:33:46 +01:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Caolán McNamara
ac58231a01 ByteString->rtl::OString[Buffer] 2011-09-22 15:01:04 +01:00
Thomas Arnhold
be6a8677a6 OSL_TRACE: Remove trailing newlines
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Stephan Bergmann
122b729a5a Removed unused fMaxSize introduced by previous changeset 3e5edf6c. 2011-09-20 20:06:39 +02:00
Regina Henschel
3e5edf6ca9 Add missing chart data point ODF1.2 standard symbols 2011-09-20 12:14:13 -04:00
Julien Nabet
581a04f2ce Some cppcheck cleaning 2011-09-10 08:11:19 +02:00
Joseph Powers
bbbc20bd5f Rename class XColorTable to XColorList
The class is now based on XPropertyList instead of XPropertyTable and all
of the other classed based on XPropertyList are named X..List.
2011-08-29 06:29:36 -07:00
Gabor
0e9d01756c debug build errors 2011-08-23 14:05:22 +01:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Takeshi Abe
932c51da30 Emacs modeline compatible with vim's one 2011-08-05 01:26:09 +09:00
Tor Lillqvist
0ae6a22f45 Add consistent Emacs and vim mode lines 2011-07-30 23:01:11 +03:00
Matúš Kukan
45fb35c7ac add prefixes for component_getFactory 2011-07-28 14:35:37 +02:00
Bjoern Michaelsen
17a3c456b6 resyncing to master 2011-07-21 18:32:46 +02:00
Maciej Rumianowski
a945fbf59c Get rid of SvULongs in calc
Instead of SvULongs use ::std::vector < sal_Int32 >
2011-07-20 17:01:05 -04:00
Matus Kukan
bc925cc2ad Remove component_getImplementationEnvironment 2011-07-12 17:58:44 +02:00
Thomas Arnhold
ac02b95bcc fdo#38725: Reorder buttons to Ok, Cancel, Help
Remove BUTTONS_HELP_OK_CANCEL definition and use more
intuitive usable BUTTONS_OK_CANCEL_HELP.
2011-06-27 23:40:56 +02:00
Thomas Arnhold
109afdcc3f Use definition of BUTTONS_HELP_OK_CANCEL directly. 2011-06-27 23:25:46 +02:00
Regina Henschel
b0eefda758 Adapt texts to new B-spline implementation 2011-06-23 18:43:20 +03:00
Bjoern Michaelsen
100fd14a70 gnumake4: postmerge fixes in sc 2011-06-21 12:54:01 +02:00
Caolán McNamara
b0a7f87a86 catch by const reference 2011-06-21 09:11:10 +01:00
David Tardon
5e7d51d438 remove all traces of offuh from makefiles 2011-06-18 11:25:30 +02:00
Hans-Joachim Lankenau
3bf16bf9e6 ause130: #i117218# change .idl handling to gnu make 2011-06-18 11:25:29 +02:00
Caolán McNamara
74d2411555 WaE: removed unused fZDerivation 2011-06-07 11:28:49 +01:00
Regina Henschel
6a8f23ec27 Adapt smoothing with splines to ODF1.2 2011-06-06 19:31:56 +02:00
Caolán McNamara
e8ec8ac463 use standard template for this 2011-06-03 13:42:38 +01:00
Caolán McNamara
3471d7eef3 overly static 2011-06-01 15:16:58 +01:00