Commit Graph

1705 Commits

Author SHA1 Message Date
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
761b6b706e Remove unnecessary header files 2012-02-17 18:57:45 +01:00
c5bb73cae7 Get the whole thing to build after the method sig change in SdrObject. 2012-01-31 21:38:58 -05:00
66823037e1 make chart2 ByteString free 2012-01-23 11:37:04 +00:00
94f114550a Improve checking for emptiness 2012-01-21 19:58:45 +01:00
1c7c480e74 Galaxy (default) icon theme is now in icon-themes/galaxy 2012-01-15 12:57:51 +01:00
5b031b4ea6 Remove superfluous _ZFORLIST_DECLARE_TABLE definition. 2012-01-07 22:14:05 +04:00
d59211357a Removed unnecessary tools/debug.hxx includes. 2012-01-06 23:55:51 +01:00
791b1e941e Remove unused header 2011-12-25 00:16:31 +01:00
5c1dc778d6 remove some unused code 2011-12-22 10:46:58 +00:00
6a8f6c4b13 Removed extra semicolons 2011-12-15 16:38:50 +00:00
0eac98aa74 Fix for fdo43460 Part V getLength to isEmpty
Part V
Module
chart2
2011-12-13 00:36:43 +04:00
1aae826501 catch by const reference 2011-11-29 10:07:04 +09:00
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
501a1fbc3e WaE: more windows tinderbox warning cleanup 2011-11-01 16:08:38 +00:00
8cff18bee2 Put neq-operator for awt::Size in correct namespace 2011-10-24 08:45:24 +02:00
d311ae8010 make numeric field circular, i.e. pressing up from 359 goes to 0 2011-10-22 21:46:40 +02:00
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
d24e284231 remove obsolete ColorTable lifecycle workaround 2011-09-26 09:20:40 +01:00
0b24bd7a6e hide a WaE... should be fixed properly when the issue is understood 2011-09-25 11:11:27 -05:00
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
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
ac58231a01 ByteString->rtl::OString[Buffer] 2011-09-22 15:01:04 +01:00
3e5edf6ca9 Add missing chart data point ODF1.2 standard symbols 2011-09-20 12:14:13 -04:00
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
45fb35c7ac add prefixes for component_getFactory 2011-07-28 14:35:37 +02:00
a945fbf59c Get rid of SvULongs in calc
Instead of SvULongs use ::std::vector < sal_Int32 >
2011-07-20 17:01:05 -04:00
bc925cc2ad Remove component_getImplementationEnvironment 2011-07-12 17:58:44 +02:00
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
109afdcc3f Use definition of BUTTONS_HELP_OK_CANCEL directly. 2011-06-27 23:25:46 +02:00
b0eefda758 Adapt texts to new B-spline implementation 2011-06-23 18:43:20 +03:00
b0a7f87a86 catch by const reference 2011-06-21 09:11:10 +01:00
e8ec8ac463 use standard template for this 2011-06-03 13:42:38 +01:00
3471d7eef3 overly static 2011-06-01 15:16:58 +01:00
b9376ed8d4 Code Cleanup
* Remove empty and bogus comments
* Remove dead codes
* Fix typos in comments

Released under LGPLv3+/MPL
2011-05-30 12:03:44 +01:00
a64076a069 Replace DBG_* with OSL_* in calc/chart2 2011-05-27 06:03:36 +02:00
32381ea5e1 adjust for modified singleton 2011-05-20 15:21:50 +01:00
dca0391318 WaE - add explicit casting (decimal-types → integer types) 2011-05-16 22:09:46 +02:00
eac91db8a2 Merge branch 'libreoffice-3-4'
Conflicts:
	sc/CppunitTest_sc_ucalc.mk
	sc/Module_sc.mk
	sc/qa/unit/ucalc.cxx
	sc/source/core/tool/dbcolect.cxx
	sc/source/filter/excel/excimp8.cxx
	sc/source/filter/inc/excimp8.hxx
	sc/source/ui/docshell/impex.cxx
	sc/source/ui/unoobj/datauno.cxx
2011-05-09 23:47:24 -04:00
11208eaa2f fdo#36789: Set all dynamic controls invisible upon instantiation.
Some of the dialog code depends on the controls being hidden unless
explicitly set visible.  Unfortunately that's not really guaranteed
so we need to make that logic explicit.
2011-05-06 22:34:11 -04:00
69211a3aa5 Some cppcheck cleaning 2011-05-05 23:33:14 +02:00
c849643c98 gbuildize chart2 2011-04-15 12:46:03 +02:00
e203fc2536 drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:36 +01:00
3efa3777aa drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:39:42 +01:00
fa6a1107ed use PartialWeakComponentImplHelperX for overloaded-virtual 2011-03-28 14:13:02 +01:00
acfdc69e78 Merge commit 'ooo/DEV300_m103'
Conflicts:
	sc/source/filter/starcalc/scflt.cxx
	sc/source/ui/unoobj/chart2uno.cxx
2011-03-23 16:58:51 +01:00
e52051f501 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:05:33 +01:00
e6064484fa Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	chart2/source/controller/main/UndoManager.cxx
	chart2/source/tools/RegressionCurveHelper.cxx
	sc/inc/address.hxx
	sc/inc/attrib.hxx
	sc/inc/bigrange.hxx
	sc/inc/callform.hxx
	sc/inc/cell.hxx
	sc/inc/chartarr.hxx
	sc/inc/chartlis.hxx
	sc/inc/chgtrack.hxx
	sc/inc/collect.hxx
	sc/inc/compiler.hxx
	sc/inc/detdata.hxx
	sc/inc/document.hxx
	sc/inc/fillinfo.hxx
	sc/inc/olinetab.hxx
	sc/inc/prnsave.hxx
	sc/inc/queryparam.hxx
	sc/inc/sc.hrc
	sc/inc/scabstdlg.hxx
	sc/inc/table.hxx
	sc/inc/validat.hxx
	sc/inc/zforauto.hxx
	sc/source/core/data/documen2.cxx
	sc/source/core/data/document.cxx
	sc/source/core/data/table1.cxx
	sc/source/core/tool/address.cxx
	sc/source/core/tool/token.cxx
	sc/source/filter/excel/frmbase.cxx
	sc/source/filter/excel/impop.cxx
	sc/source/filter/excel/xename.cxx
	sc/source/filter/inc/formel.hxx
	sc/source/filter/inc/xename.hxx
	sc/source/filter/xml/xmlexprt.cxx
	sc/source/filter/xml/xmlnexpi.cxx
	sc/source/filter/xml/xmlnexpi.hxx
	sc/source/ui/dbgui/filtdlg.cxx
	sc/source/ui/inc/docfunc.hxx
	sc/source/ui/inc/namedlg.hxx
	sc/source/ui/namedlg/namedlg.cxx
	sc/source/ui/src/namedlg.src
2011-03-18 15:33:40 +01:00
obo
d3bd824556 CWS-TOOLING: integrate CWS chart55 2011-03-16 09:56:18 +01:00