Daniel Rentz
c6400761ea
kohei03: #i10000# compiler warning
2010-01-12 15:22:32 +01:00
Mathias Bauer
d259b81877
#i107450#: error in pch file
2010-01-09 21:48:52 +01:00
Frank Schoenheit [fs]
6d4b358235
autorecovery: merge after rebase to m69
2010-01-08 22:50:33 +01:00
Mathias Bauer
bf5462ddf6
#i107450#: build all other modules with new editeng lib
2010-01-08 18:32:51 +01:00
Kohei Yoshida
d034f035da
kohei03: Removed a meaningless line.
2010-01-08 12:04:13 -05:00
Kohei Yoshida
9efb385d86
kohei03: A little more change to keep MacIntel happy.
...
There were still some parts that were illegally accessing private members.
I hope this commit will finally eliminiate all of such cases.
2010-01-08 12:02:13 -05:00
Kohei Yoshida
2af8520b93
kohei03: removed compiler warnings on windows.
...
On Windows, we apparently build with warnings as errors, so these warnings
caused the build to fail in sc. Hopefully this commit will rectify that.
2010-01-08 11:12:27 -05:00
Kohei Yoshida
7df739c8c8
kohei03: Fix a build breakage.
...
Apparently some headers have been relocated from svtools to svl.
2010-01-08 11:03:10 -05:00
Ingrid Halama
8382cc3375
chart43: #i108122# data label from categories crash without categories
2010-01-08 10:03:35 +01:00
Frank Schoenheit [fs]
54a73a80c4
autorecovery: need to compile some files (which indirectly include sfxbasemodel.hxx) with exception support
2010-01-08 09:39:22 +01:00
Kohei Yoshida
3d7ed8a6b4
kohei03: Worked around a build error on MacIntel.
...
The version of gcc that Mac uses does not grant private access to
friend classes from a nested class, even though its parent class
has friend privilage to that class. I worked around it by having
the nested class call functions of its parent class in order to
access private members of ScColumn/ScTable/ScDocument.
2010-01-07 23:28:47 -05:00
Kohei Yoshida
2f18aee20d
kohei03: Some code cleanup.
...
Mostly tab to whitespace conversion.
2010-01-07 16:39:20 -05:00
Kohei Yoshida
b23d4e34f1
kohei03: rebased to DEV300_m69.
2010-01-07 15:27:21 -05:00
Kohei Yoshida
c52ad89bed
kohei03: resurrect Daniel's change that was lost during the last rebase.
2010-01-07 11:33:56 -05:00
Kohei Yoshida
ac6b3f8b2f
kohei03: remove XclExpMMS once again. It's no longer there in the baseline, but keep XclExpInterfaceEnd because we still need it.
2010-01-07 11:26:09 -05:00
Kohei Yoshida
a0bd898b3d
kohei03: rebased to DEV300_m68.
2010-01-07 09:10:34 -05:00
Frank Schoenheit [fs]
276272a1de
autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface
...
For this purpose, the SFX document factory methods got an additional parameter respectively flag
("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database
documents to remove the interface from sub documents (aka forms/reports).
In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in
all applications, has been consolidated into a new SfxObjectShell constructor.
2010-01-06 21:34:53 +01:00
Mathias Bauer
8baeca0a5b
merge commit for m68
2010-01-05 14:46:45 +01:00
Jens-Heiner Rechtien
a15b7f802d
CWS-TOOLING: integrate CWS calc32stopper7_DEV300
2010-01-05 14:12:48 +01:00
Jens-Heiner Rechtien
046c7afda3
CWS-TOOLING: integrate CWS sb116
2010-01-05 13:01:54 +01:00
Niklas Nebel
9f12a629cb
#i108005# build token array for goal seek with value instead of string token
2010-01-04 17:19:19 +00:00
Christian Lippka
ed37800fa2
merging m68
2010-01-04 17:04:05 +01:00
Ingrid Halama
bbc24fc520
chartmultiline: split internal data from internal data provider
2009-12-21 10:27:32 +01:00
Ingrid Halama
de8fd338ae
chartmultiline: cleanup chart data and impl model stuff
2009-12-18 16:34:15 +01:00
Eike Rathke
27f3b9b1fe
#i107741# HasRefListExpressibleAsOneReference is supposed to detect one reference, really do so
2009-12-17 17:28:31 +00:00
Kohei Yoshida
989eab85ff
kohei03: #i107729# check for null pointer before de-referencing it.
...
This prevents a crash on importing xls files with embedded charts that
are formatted in a certain manner.
2009-12-16 14:57:06 -05:00
Frank Schoenheit [fs]
89f6e13ee2
autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)
2009-12-15 23:07:57 +01:00
Mathias Bauer
827fecf84f
#i107706#: liquidate goodies module
2009-12-15 21:55:40 +01:00
Niklas Nebel
182857813b
#i107694# correct order of source name, object name
2009-12-15 17:01:56 +01:00
Ingrid Halama
91f22fc22a
chartmultiline: #i82971# complex categories (part2 - hierarchical axis label display)
2009-12-15 16:30:15 +01:00
Vladimir Glazunov
50e1b982ff
CWS-TOOLING: integrate CWS jl146_DEV300
2009-12-15 13:02:04 +01:00
Vladimir Glazunov
5f1d2a795d
CWS-TOOLING: integrate CWS calc32stopper6_DEV300
2009-12-14 11:09:26 +01:00
Vladimir Glazunov
a7b6f8c04d
CWS-TOOLING: integrate CWS os139_DEV300
2009-12-14 10:26:21 +01:00
Mathias Bauer
78d494c13e
#i107450#: changes caused by header cleanup in svx
2009-12-12 20:01:15 +01:00
Niklas Nebel
aa86f94b49
datapilotapi: #i42199# API access to all types of DataPilot tables
2009-12-11 19:37:02 +01:00
Vladimir Glazunov
9d8e36f15c
CWS-TOOLING: integrate CWS fwk129_DEV300
2009-12-11 17:56:47 +01:00
Mathias Bauer
a3346f7910
#i107450#: move SvxSearchIten to svl
2009-12-10 23:06:35 +01:00
Mathias Bauer
9d923c7897
#i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx
2009-12-10 18:09:38 +01:00
Vladimir Glazunov
ef3676ecc6
CWS-TOOLING: integrate CWS os137
2009-12-10 18:00:39 +01:00
Frank Schoenheit [fs]
af2cdd4435
dba33b: merge CWS head with head resulting from pulling DEV300_m67
2009-12-09 22:07:29 +01:00
Vladimir Glazunov
23f9d19f81
CWS-TOOLING: integrate CWS killnonpro
2009-12-09 19:10:19 +01:00
Eike Rathke
1b5acf3084
#i107501# #i107518# ScRange::Parse_XL_Header: reset external doc name if it was none
2009-12-09 11:10:48 +00:00
Kurt Zenker
4d256d26b3
masterfix: #i10000# crash in sc fixed
2009-12-08 17:37:17 +01:00
Thomas Benisch
cf7b30671a
chartshapes: merge with DEV300_m66
2009-12-07 17:05:58 +01:00
Thomas Lange [tl]
f2c9ce11be
#i104312# fixed print objetcs for pictures and graphics; nopw works for drawing objects as well and does not effect form controls
2009-12-07 14:11:32 +01:00
sb
a751d389a4
merged in DEV300_m66
2009-12-07 09:34:25 +01:00
Mathias Bauer
e1593452b2
merge to m67
2009-12-05 19:29:07 +01:00
Kohei Yoshida
fc01d8a544
kohei04: #i107458# Removed hard-coded range separators.
...
Previously, range separators were hard-coded for each address convention. But
in the new code the separators are independent of address conventions or
grammars. This code was one of the left-overs of the previous implementation.
2009-12-05 11:07:21 -05:00
Kurt Zenker
8c30146af0
CWS-TOOLING: integrate CWS validityref
2009-12-03 17:39:45 +01:00
Kurt Zenker
4a480ea2e1
update to current version
2009-12-03 16:14:12 +01:00