Commit graph

117 commits

Author SHA1 Message Date
Winfried Donkers
98a10b638a translation of german comments to english plus rename of define MAX_COL_HEIGHT 2011-11-11 15:02:40 +00:00
Markus Mohrhard
128947050b sal_Bool->bool in ScDocument 2011-11-07 03:26:31 +01:00
Kohei Yoshida
d6edecd37c Moved ScQueryEntry out of global.?xx to queryparam.?xx.
This is more appropriate.
2011-11-04 22:40:27 -04:00
Kohei Yoshida
fa42b0d838 const correct ness etc & mutable only for lazy-initializing accessor. 2011-11-04 22:40:26 -04:00
Kohei Yoshida
54673798f3 Let's not use a hard-coded MAXQUERY all over the place.
For now, the maximum query size is determined by the size of the
vector that holds the entries.  For now, the size of the vector is
fixed, and won't change.  We may later work on making it dynamically
sized, however...
2011-11-04 22:40:26 -04:00
Kohei Yoshida
34d77d7edf sal_Bool to bool. 2011-11-04 22:40:26 -04:00
Eike Rathke
3976f78ac0 Fixed fdo#37083 mis-positioning caused by internal TeX points.
* Changed Calc's internal definition of points per inch from TeX points (72.27
  points per inch) to PostScript points (72 points per inch) as used by the
  rest of the world (except TeX).
* Aligns between internal representation and API that at various places
  assumed PS points already.
* Fixes mis-positioning and bad sizing of drawing layer objects relative to
  column widths and row heights.
* More precise printout of column widths and row heights.
* UI dialogs such as Column Width always assumed PS points, so earlier
  versions actually displayed wrong metric (and imperial) units.
* Printouts now are slightly larger due to 0.27 points less in an inch, but
  more accurate in reflecting the actual UI values, and drawing layer objects'
  position and size match the row heights and column widths.
- Problems with drawing layer objects and zoomed view versus Page Preview
  versus printout that don't align still persist.
- Problems with resized rows and misplaced drawing layer objects are also not
  magically healed.
2011-11-04 13:49:43 +01:00
Jacek Wolszczak
45df4e3859 Replace DBG_* with OSL_* in sc/source/core 2011-05-27 06:03:37 +02:00
Kohei Yoshida
d79960037e Cleaned up ScImportParam. 2011-05-10 11:57:13 -04:00
Kohei Yoshida
d7d3d778b5 Moved ScSubTotalParam from global.* into own files. 2011-03-23 23:11:07 -04:00
Kohei Yoshida
76ec3cad48 Removed unused code. 2011-03-23 22:48:07 -04:00
Kohei Yoshida
24e4e05ec7 Cleaned up ScSubTotalParam. 2011-03-23 22:39:34 -04:00
Jan Holesovsky
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
Nicolas Christener
be3230aa76 translate german comments in /sc/inc 2011-03-13 19:40:00 +01:00
Kohei Yoshida
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
Daniel Rentz [dr]
631b024e6b dr79: rebase to DEV300_m100 2011-02-15 10:57:32 +01:00
Thomas Arnhold
ab34122d76 Remove SC_ROWLIMIT_TYPECONVERSION_NOCONVPASS 2011-02-13 17:00:09 +01:00
Caolán McNamara
ff9fad57c5 Resolves: fdo#34065 remove unused InsertBlockMark and PAINT_INVERT flag 2011-02-11 16:09:06 +00:00
Fridrich Štrba
eb1d9d3cda port repository calc to boost unordered containers 2011-02-06 00:59:10 +01:00
Christina Rossmanith
999c69dd67 Translated comments from German to English 2011-01-25 21:54:16 +01:00
Christina Rossmanith
c64f9a0839 Translated comments from German to English 2011-01-25 10:19:37 +01:00
Daniel Rentz [dr]
d8624c7d12 dr79: #i5759# extend pivot layout dialog: support for unlimited number of fields in all areas 2011-01-24 15:30:24 +01:00
Mikhail Voytenko
cd42389ad6 removetooltypes01: #i112600# remove tooltypes from sc 2011-01-17 13:20:22 +01:00
Topround aka Zathuras
4de38f4e20 Remove commented out code
Also remove else blocks that were then emptied.

Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-01-14 17:04:02 +02:00
Pierre-André Jacquod
5abd1cc36d remove dead code in calc/sc/inc 2010-11-21 10:28:10 +01:00
Joseph Powers
f417c6cad6 HC Cleanup - calc 2010-11-16 18:57:44 -08:00
Caolán McNamara
956892c545 remove logically redundant highcontrast code 2010-11-16 10:22:33 +00:00
Ricardo Moreno
56b9f35f0e Removed commented-out code. 2010-11-08 10:51:25 -05:00
Kohei Yoshida
b932c6df6a Did some additional cleanups. 2010-11-06 11:45:54 -04:00
Alexander O. Anisimov
401700a8df Remove bogus comments. 2010-11-06 11:45:53 -04:00
Caolán McNamara
ad3292e2b3 add modelines to .hxx files as well 2010-10-28 15:47:29 +01:00
Noel Power
be3ca836cb Merge branch 'vba' fix conflics, trailing ws & tab issues
additionally the following iz patches are rolled up with this commit i#113356, i#112998 i#113955 i#113358 i#113515 i#112531 i#112596 i#112530
2010-10-13 10:01:42 +01:00
Noel Power
f13fd7b138 initial commit for vba blob ( not including container_control stuff ) 2010-10-06 10:15:43 +01:00
Kalman Szalai - KAMI
08cf2c305b Code cleanup after i80528 2010-10-02 16:06:12 +02:00
Justin Malcolm
31018e35b1 I think that this eliminates the remaining //UNUSED comments
There were still some of these comments (actually, a lot of them).
The most recent attachment should get rid of the last of them.
(fd#30442)
2010-09-29 14:14:15 -04:00
obo
b3579d71c6 koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase. 2010-06-23 13:38:34 +02:00
Ivo Hinkelmann
0ebdc61a4f CWS-TOOLING: integrate CWS dr73 2010-05-10 18:38:52 +02:00
Jens-Heiner Rechtien
8a241125de CWS-TOOLING: integrate CWS calcfilterrange 2010-04-16 10:27:47 +02:00
Niklas Nebel
ea9452e6a4 dr73: merge with DEV300_m75 2010-03-17 12:18:14 +01:00
Eike Rathke [er]
0aa219d249 dr73: #i94695# when filtering on date disregard time fraction of cells formatted as date; reworked patch from <kohei> 2010-03-08 23:03:53 +01:00
Eike Rathke [er]
19e19bafa2 calcfilterrange: #i109553# #160403# for filters (AutoFilter, StandardFilter, AdvancedFilter) shrink selected area to used data area and expand single selected row down to end of data 2010-02-24 12:16:42 +01:00
Vladimir Glazunov
22e99ad710 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01:00
Vladimir Glazunov
4ed2a42bf1 CWS-TOOLING: integrate CWS kohei03 2010-02-12 17:46:41 +01:00
Jens-Heiner Rechtien
4573ccfffd changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Vladimir Glazunov
2fbd5327d5 CWS-TOOLING: integrate CWS datapilotperf 2010-03-23 14:25:33 +01:00
Niklas Nebel
4eb9bdca49 datapilotperf: merge with DEV300_m71 2010-02-04 18:46:58 +01:00
Niklas Nebel
7f40d36d4a datapilotperf: manual migration of changes by Wang Xu Ming from svn to hg 2010-02-03 17:59:00 +01:00
Jens-Heiner Rechtien
926e8449b3 koheidatapilot03: merge with DEV300_m60 2010-01-28 19:15:06 +00:00
Kohei Yoshida
c363eab53e rebased to DEV300_m60. 2009-09-30 00:18:39 -04:00
Kohei Yoshida
2c135d5410 #i102750# More refactoring of query parameter code. 2009-09-14 22:14:48 -04:00