Commit graph

1726 commits

Author SHA1 Message Date
Joseph Powers
bd8e3a86c3 Remove some #include <tools/list.hxx> 2011-02-18 19:13:03 -08:00
Tobias Kranz
c72a05b60f Translated several German comments in Math. 2011-02-18 09:17:02 +01:00
Tobias Kranz
303f9035b7 German comments translated (writer-startmath-inc) 2011-02-17 15:52:17 +01:00
Luke Dixon
396d679b60 Make Undo & Redo work with the visual formula editor
and update todo list.
2011-02-16 08:39:11 +01:00
Thomas Arnhold
d82fc206c5 Remove unused SM_RECT_DEBUG 2011-02-13 22:47:24 +01:00
Thomas Arnhold
8df7d613a0 Remove NEVER 2011-02-13 22:47:24 +01:00
Thomas Arnhold
cf1042902a Remove whitespaces from includes 2011-02-13 22:47:24 +01:00
Joseph Powers
abf26b6e4b Remove #include "bootstrp/sstring.hxx"
This file is no longer needed outside of tools.
2011-02-12 10:37:14 -08:00
Julien Nabet
a4e9a5c614 Some cppcheck cleaning 2011-02-10 15:41:00 +01:00
Fridrich Štrba
a05a74ab99 Trying to remove the stlport mention from the code 2011-02-09 20:23:35 +01:00
Fridrich Štrba
dd09aade5a Removing the ext_std masterpiece 2011-02-09 20:23:35 +01:00
Tor Lillqvist
4ae1f10baa prewin.h already includes <windows.h> 2011-02-09 00:59:35 +02:00
Guillaume Poussel
2b0f7be0e3 Clean-up bogus comments in writer. 2011-02-08 18:49:16 +01:00
Tor Lillqvist
00ac0b3776 Adapt to move of prewin.h and postwin.h 2011-02-08 14:03:28 +02:00
Mathias Bauer
9730661364 CWS gnumake3: pull in cws removetooltypes01 2011-02-08 11:49:29 +01:00
Mikhail Voytenko
74330efc82 removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd 2011-02-07 18:01:48 +01:00
Carsten Driesner
a27e4b8ca5 removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
Thomas Arnhold
c0727a60f3 Remove DEBUG_TL 2011-02-06 17:38:14 +01:00
Thomas Arnhold
cd8b8485b6 Remove dead code 2011-02-06 17:38:14 +01:00
Mathias Bauer
71fdfcbe8d CWS gnumake3: resync to m99 2011-02-03 15:53:56 +01:00
Thomas Arnhold
4ba2da94d1 Clean up makefiles 2011-02-01 18:25:16 +01:00
Caolán McNamara
10039e6e23 WaE: /* inside // 2011-01-31 09:29:57 +00:00
Jonas Finnemann Jensen
592777e2b2 Enable line deletion in starmath
* Implemented SmCursor::DeletePrev, for deletion of lines
* Fixed nasty bug in SmCursor::InsertRow
* Code cleanup in cursor.cxx
2011-01-30 20:20:21 +01:00
Caolán McNamara
000640ac35 WaE: various new gcc 4.6.0 warnings 2011-01-29 17:15:39 +00:00
Luke Dixon
f11e417a89 Add some brackets back to SmNodeToTextVisitor
For SmOperNodes, I shouldn't have removed these brackets.
Add brackets around SmBinVerNodes and SmBinDiagonalNodes, removing the ones
from SmBinHorNodes and SmUnHorNodes made these ones necessary.
Add brackets when an SmExpressionNode has an SmBinHorNode child.
2011-01-29 16:30:38 +01:00
Vladimir Glazunov
6749960ece CWS-TOOLING: integrate CWS undoapi 2011-01-28 11:59:17 +01:00
Frank Schoenheit [fs]
abb716d15e undoapi: pulled and merged DEV300.m98 2011-01-28 11:44:02 +01:00
Caolán McNamara
04205ae313 WaE: gcc 4.6.0 various warnings 2011-01-27 16:55:21 +00:00
Vladimir Glazunov
fc8b4b4b2e CWS-TOOLING: integrate CWS tl84 2011-01-27 16:53:34 +01:00
Carsten Driesner
fcc6ae78e9 removetooltypes01: Remove tool types from vcl and starmath 2011-01-24 14:07:08 +01:00
Thomas Arnhold
435eff5e72 Remove TL_NOT_YET_USED directive. 2011-01-24 10:23:58 +01:00
Thomas Arnhold
1061301a46 Remove some more dead code. 2011-01-24 01:49:58 +01:00
Carsten Driesner
6ef1b591fc removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +01:00
Bjoern Michaelsen
bf5a8c58e5 gnumake3: merging minibranches 2011-01-19 16:40:46 +01:00
Bjoern Michaelsen
da26d9e98c gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing 2011-01-19 16:36:58 +01:00
Mathias Bauer
e10872ddca CWS gnumake3: some more fixes for windows and svx; remove superfluous code in starmath that still used old _DLL_ define 2011-01-19 15:15:50 +01:00
Thomas Arnhold
9478864ad2 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer
Conflicts:
	sw/source/core/layout/ssfrm.cxx
2011-01-18 16:40:38 +01:00
Thomas Arnhold
1420bb328c Remove duplicated includes and defines. Identified with "cat $i | grep '^#include' | sort | uniq -d". 2011-01-18 16:14:14 +01:00
Caolán McNamara
9728c9e81b we can pass this by reference instead 2011-01-18 11:23:09 +00:00
Carsten Driesner
80731dbfcb removetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx, toolkit and xmloff 2011-01-14 17:19:25 +01:00
Caolán McNamara
cfe5073620 WaE: C4244 conversion from int to USHORT 2011-01-14 13:13:47 +00:00
Caolán McNamara
1839b19c9c fix warning 2011-01-11 14:33:33 +00:00
Mikhail Voytenko
0ce7e8a31b removetooltypes01: rebase to DEV300_m96 2011-01-06 14:57:12 +01:00
Vladimir Glazunov
b6ff0013e4 CWS-TOOLING: integrate CWS vcl117 2011-01-06 12:12:27 +01:00
Philipp Lohmann [pl]
6f46a631ab rebase to DEV300_m96 2011-01-06 11:11:47 +01:00
Miklos Vajna
5cdf4b199a use ext_std inside CppUnit::assertion_traits struct 2010-12-29 22:54:28 +01:00
Daniel Rentz [dr]
0e932c5d39 dr77: rebase to DEV300m96 2010-12-27 12:33:29 +01:00
Caolán McNamara
94b3c723aa relocate this header inside guards 2010-12-24 13:40:55 +00:00
Caolán McNamara
927518389b fix typo 2010-12-23 20:49:37 +00:00
Caolán McNamara
c491aa53e0 add mode-lines in here 2010-12-23 16:28:48 +00:00
Caolán McNamara
5ab0787ffb cppcheck: prefer prefix variant 2010-12-23 16:26:03 +00:00
Caolán McNamara
cea2ae0781 cppcheck: the scope of this variable can be reduced 2010-12-23 16:23:32 +00:00
Caolán McNamara
dac2303f4b cppcheck: the scope of this variable can be reduced 2010-12-23 12:45:41 +00:00
Frank Schoenheit [fs]
5035c120da undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A number of changes which happened in the CWS need to be redone due to the new build system 2010-12-23 10:01:58 +01:00
Caolán McNamara
9cd4346f88 disable the tests that may vary, depending on the systems printer 2010-12-21 21:10:57 +00:00
Caolán McNamara
524e73344a set licence text 2010-12-20 16:00:24 +00:00
Caolán McNamara
3d91eca0d2 cppcheck: always build these tests now 2010-12-20 14:44:56 +00:00
Caolán McNamara
0b9ad2ddff cppunit: make sure to regenerate .rdb if makefile changes 2010-12-20 13:42:20 +00:00
Caolán McNamara
a60eb8b2e1 make buildable under windows 2010-12-20 12:37:32 +00:00
Caolán McNamara
3f347fefc5 The change from List to vector changes order of error messages
Which IMO is probably a good thing as the first error is now
at the start, and the last at the end. Which is way more sane,
so change test rather than change code.
2010-12-20 12:37:04 +00:00
Jan Holesovsky
1dd1dae667 Merge commit 'libreoffice-3.3.0.2'
Conflicts:
	starmath/source/parse.cxx
	sw/source/core/text/makefile.mk
	sw/source/filter/rtf/swparrtf.cxx
	sw/source/filter/ww8/rtfattributeoutput.cxx
2010-12-20 01:54:36 +01:00
Luke Dixon
d80b166d6a Put brackets around binoms in SmNodeToTextVisitor, with test 2010-12-19 17:15:55 +01:00
Hans-Joachim Lankenau
42c3881914 CWS-TOOLING: integrate CWS sb131 2010-12-17 16:18:53 +01:00
Hans-Joachim Lankenau
f17e916d7b CWS-TOOLING: integrate CWS gnumake2 2010-12-17 12:43:22 +01:00
Frank Schoenheit [fs]
06a337f319 undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT 2010-12-17 12:33:22 +01:00
os
90de7f5656 #i115956# token translation fixed 2010-12-15 15:25:22 +01:00
Hans-Joachim Lankenau
61165f50e9 merge OOO330 2010-12-14 15:42:18 +01:00
Thomas Lange [tl]
dcb88ec275 cws tl84: merge with DEV300_m95 2010-12-13 13:47:19 +01:00
Joseph Powers
941320e732 remove DECLARE_LIST(SmErrDescList, SmErrorDesc *) 2010-12-12 06:59:49 -08:00
Gert Faller
b343ca0dfb change of __READONLY_DATA define to const 2010-12-12 10:15:19 +01:00
Caolán McNamara
c64ac5f980 cppunit: equivalent cppunit test for ViewShowAll 2010-12-10 12:32:16 +00:00
Philipp Lohmann [pl]
bf0495f4c8 vcl117: more help id woes 2010-12-10 11:39:42 +01:00
Thomas Lange [tl]
c7e862d6a5 cws tl84: warning-free code 2010-12-10 09:13:28 +01:00
Philipp Lohmann [pl]
ae9f639a12 vcl117: more HelpID cleanup 2010-12-09 11:30:23 +01:00
Luke Dixon
d993f8f363 Remove as many brackets as possible. 2010-12-08 20:46:32 +01:00
Luke Dixon
72ea956887 Add the percent sign as a symbol that is inserted when % is pressed 2010-12-08 20:40:15 +01:00
Caolán McNamara
11af030d9b cppunit: more zoom tests with standard view mode 2010-12-08 14:40:10 +00:00
os
6d2bd0b433 #i115956# token translation fixed 2010-12-08 10:17:56 +01:00
Caolán McNamara
d69e5470ac setUp and tearDown are called on *every* test 2010-12-07 15:42:38 +00:00
Caolán McNamara
7841924821 cppunit: test zoom limits 2010-12-07 11:17:24 +00:00
Caolán McNamara
d77dcdc56b cppunit: add some more zoom tests 2010-12-07 11:12:13 +00:00
Caolán McNamara
914691ae9a cppunit: test optimal zoom 2010-12-06 21:26:08 +00:00
Michael Callahan
b76b4d9b64 remove obsolete __FAR_DATA 2010-12-06 10:36:22 +00:00
Caolán McNamara
e39e41ddc7 cppunit: rearrange tests somewhat 2010-12-01 21:01:13 +00:00
Thomas Lange [tl]
a074f0b9d8 cws tl84: #i115443# MathML export problem with groups fixed 2010-12-01 15:05:54 +01:00
Thomas Lange [tl]
62117e43fb cws tl84: #i115443# MathML export problem with groups fixed 2010-12-01 14:03:02 +01:00
Caolán McNamara
d0959d93b5 cppunit: add a zoom test 2010-11-29 21:24:16 +00:00
Caolán McNamara
1df0455c57 cppunit: shrink these test-cases a bit 2010-11-29 21:03:42 +00:00
Caolán McNamara
3d9ff29a16 implement tmEditAllClipboard equivalent cppunit test 2010-11-29 16:48:58 +00:00
Caolán McNamara
b8cd33a494 equivalent tmEditMarker cppunit test 2010-11-29 16:15:15 +00:00
Luke Dixon
5af755989b Add license header to test_nodetotextvisitors.cxx 2010-11-27 13:59:21 +01:00
Luke Dixon
1afc000284 Fix a leak & remove leftover cout that I missed 2010-11-27 13:57:46 +01:00
Rene Engelhard
3a33c8e913 Merge branch 'libreoffice-3-3' 2010-11-26 17:50:30 +01:00
Caolán McNamara
68f380da40 need ; vs : on windows 2010-11-26 15:26:15 +00:00
Mathias Bauer
112bfeec95 CWS gnumake2: resync to m94 2010-11-26 15:27:38 +01:00
Thorsten Behrens
ee53f9476f Put show credits entry into all app ui configs 2010-11-25 23:14:47 +01:00
Michael Stahl
28662c9a6f udoapi: merge sw refactoring with undoapi stuff 2010-11-25 15:10:59 +01:00
Philipp Lohmann [pl]
67dd42aea7 merge with DEV300_m94 2010-11-24 18:50:17 +01:00
Luke Dixon
e6f69c3c09 Fix Greek characters, stacks and subs/sups for operators. 2010-11-24 12:19:51 +01:00
Luke Dixon
3a71b8d8f7 Clear 2 things from the visual formula editor todo list. 2010-11-24 12:19:51 +01:00
Luke Dixon
8b7a9c5a31 Fix matrices with blank elements. 2010-11-24 12:19:51 +01:00
Luke Dixon
08bdc1046d Add some tests for SmNodeToTextVisitor. 2010-11-24 12:19:51 +01:00
Philipp Lohmann [pl]
3e76c75b94 vcl117: removed obsolete header 2010-11-23 18:41:04 +01:00
Joseph Powers
5716e4b1db Remove the last of HC icons 2010-11-22 19:10:21 -08:00
Frank Schoenheit [fs]
391c3457c6 undoapi: merge after pulling DEV300.m94 2010-11-22 10:17:18 +01:00
Norbert Thiebaud
1b0c06fa51 fix potential null pointer dereference 2010-11-21 11:03:05 -06:00
sb
78a6913258 sb131: merged in re/DEV300_next towards DEV300_m94 2010-11-19 11:35:41 +01:00
Thomas Lange [tl]
8bf24a92b0 cws tl84: merge with DEV300_m93 2010-11-19 09:51:15 +01:00
Luke Dixon
82018908ad Draw a visible line under the current line in the visual formula editor. 2010-11-17 22:21:52 +01:00
Caolán McNamara
a439ad77ff get this to build again 2010-11-16 16:16:52 +00:00
Sebastian Spaeth
0b72a3de72 Remove _HC references and images in starmath 2010-11-16 16:52:44 +01:00
Vladimir Glazunov
f1dc19695c CWS-TOOLING: integrate CWS tlmath01 2010-11-16 13:49:31 +01:00
Jan Holesovsky
21861a88b3 Merge remote branch 'origin/libreoffice-3-3' 2010-11-16 09:38:38 +01:00
Jonas Finnemann Jensen
f15fdaafe3 Commenting out defintion of DEBUG_ENABLE_DUMPASDOT 2010-11-15 19:30:44 +01:00
Luke Dixon
ba00765e6b Blinking caret for visual formula editor. 2010-11-15 17:35:11 +01:00
Jonas Finnemann Jensen
829beed156 Added new task to the todo-list 2010-11-15 17:33:26 +01:00
Caolán McNamara
54d8e263fe Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM 2010-11-14 21:16:28 +00:00
Julien Nabet
72c878c29e RTL_CONSTASCII_USTRINGPARAM for writer_starmath 2010-11-13 09:03:24 +01:00
Caolán McNamara
d950ae6aa6 add a tmEditFailure test, better than the automation one 2010-11-10 21:20:30 +00:00
Caolán McNamara
2d8f58a1db rename this bit to tmEditUndoRedo 2010-11-10 16:17:58 +00:00
Xiaofei Zhang
75d0e327ed removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework 2010-11-10 13:50:33 +08:00
Caolán McNamara
4ba60ec9b4 cppunit equivalent to tmEditUndoRedo of testAutomation 2010-11-09 15:28:50 +00:00
Daniel Rentz [dr]
df9200b41d dr77: rebase to DEV300m92 2010-11-09 15:15:30 +01:00
Alexandre Fournier
a93c9517dc Removes a fair amount of BOOL variables in starmath
I uses the native bool type instead.
Some signatures containing BOOL have been left untouched when belonging to an inheritance hierarchy beyond the scope of starmath
2010-11-06 18:21:27 -05:00
Jonas Finnemann Jensen
c27759cbf4 Fixed bug when deleting multiple lines
With this fix only one line can be selected in the visual formula
editor, it's not perfect as caret can still be moved to another line
while selecting, which causes the topmost line to be selected. Anyway,
it works and addresses the bug. Better workaround might be possible
later.
2010-11-06 18:55:08 +01:00
Thomas Lange [tl]
8c772e386c cws tlmath01: merge with DEV300_m92 2010-11-05 09:37:44 +01:00
Philipp Lohmann [pl]
f5db8df7f7 merge with DEV300_m92 2010-11-04 18:55:02 +01:00
Philipp Lohmann [pl]
77c0617953 vcl117: #i115056# remove now unused svtools PrintDialog 2010-11-04 18:49:17 +01:00
Thomas Lange [tl]
efc013d327 cws tlmath01: #i972# Math baseline alignment 2010-11-03 15:50:00 +01:00
Jonas Finnemann Jensen
df6ec4d4cf Fixed crash when choosing starmath from start screen 2010-11-03 00:09:12 +01:00
Luke Dixon
ee5d8fb64c Don't draw caret when visual formula editor looses focus. 2010-11-02 20:42:30 +01:00
Jonas Finnemann Jensen
50b9e85799 Fixed crash when choosing starmath from start screen 2010-11-02 20:13:22 +01:00
Jonas Finnemann Jensen
13a41ae5f7 Added a few details to the todo 2010-11-02 20:06:21 +01:00
Philipp Lohmann [pl]
1b55e3ea55 vcl117: #i115056# change direct help texts to help ids to allow for proper help content 2010-11-02 17:03:34 +01:00
Frank Schoenheit [fs]
ad6b810a3c undoapi: allow retrieving the count/comments of Undo/Redo actions both on the current and the top level 2010-11-02 13:19:49 +01:00
Vladimir Glazunov
2d6f116c8c CWS-TOOLING: integrate CWS svarray 2010-11-01 16:40:46 +01:00
Jani Monoses
dba07aeb06 use RTL_CONSTASCII_USTRINGPARAM 2010-10-30 22:19:25 +01:00
Jani Monoses
54e116f12f Include header file instead of redefining a macro. 2010-10-30 22:09:07 +01:00
Mathias Bauer
5eb9ea76e2 CWS gnumake2: resolve conflicts and make sources buildable on Linux 2010-10-29 15:36:30 +02:00
Frank Schoenheit [fs]
10ea4dbdf4 merge after pulling DEV300.m91 2010-10-29 11:31:21 +02:00
Caolán McNamara
fef82b761b fix crash I saw testing this earlier 2010-10-29 10:27:35 +01:00
Michael Meeks
37ef1e8c95 Enable in-line formula editing when in experimental mode 2010-10-29 10:08:22 +01:00
Sebastian Spaeth
63eb2c49dd writer: Remove emacs modelines in the middle of the file
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-29 01:33:22 -05:00
Jonas Finnemann Jensen
4a32655ef5 Updating todo-file for visual editor, and adding graph dump script 2010-10-28 23:59:35 +02:00
Mathias Bauer
0fe045d956 CWS gnumake: resync to m91; conflicts unresolved 2010-10-28 23:02:10 +02:00
Caolán McNamara
4ec09d78ac add modelines to .h and .c files as well 2010-10-27 16:05:03 +01:00
Caolán McNamara
1af4026d3f micro optimize 2010-10-27 16:05:02 +01:00
Michael Meeks
5b598f6b8c Merge branch 'feature/editable-formulae' 2010-10-27 10:56:35 +01:00
Norbert Thiebaud
4379f1f9e7 remvove vos/macros.h usage 2010-10-25 19:56:10 -05:00
Norbert Thiebaud
ab25f5f512 merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:56:10 -05:00
Norbert Thiebaud
948892cb90 merge vosremoval-reference.diff 2010-10-25 19:56:03 -05:00
Norbert Thiebaud
2c66250f05 use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:56:03 -05:00
Frank Schoenheit [fs]
e6d8a9d931 undoapi: defined, implemented, and tested the exception handling for XUndoAction/Manager::Undo 2010-10-25 11:48:17 +02:00
Michael Meeks
46b8e9a0ec re-instate the nasty old editing paths as a run-time conditional 2010-10-23 17:52:33 +01:00
Jonas Finnemann Jensen
5d73854b32 Use the right license header 2010-10-23 16:39:57 +01:00
Michael Meeks
cdcff691a5 undo merging issue 2010-10-23 16:29:59 +01:00
Michael Meeks
718b4c4e2c cleanup leading tabs etc. 2010-10-23 16:20:40 +01:00
Michael Meeks
46a1843255 Merge branch 'formula' into intformulae
Conflicts:
	starmath/inc/node.hxx
	starmath/source/edit.cxx
	starmath/source/node.cxx
	starmath/source/view.cxx
2010-10-23 16:20:23 +01:00
Michael Stahl
d3a5198d1b svarray: #i112395#: fix warnings, enable exceptions, etc. 2010-10-23 15:48:00 +02:00
sb
c659c9cd2c sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt 2010-10-22 10:37:46 +02:00
Bartosz Kosiorek
8786251904 svarray: merge with DEV300 m90 again 2010-10-21 19:49:34 +02:00
Mathias Bauer
d75f8e9da5 CWS changehid: resync to m90 2010-10-21 15:10:42 +02:00
Bartosz Kosiorek
19101671ab svarray: merge with DEV300 m90 2010-10-20 22:48:22 +02:00
Frank Schoenheit [fs]
dac64284bb undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IUndoManager interface.
Change the SfxShell's UndoManager attribute to be an IUndoManager. Did all the resulting changes
up the source tree.
This way, we'll hopefully be able to provide an IUndoManager implementation in Writer, which
is not based on the SfxUndoManager, but on Writer's own Undo implementation.
2010-10-20 14:54:59 +02:00
Thomas Lange [tl]
cf71abf851 cws tlmath01: #i972# baseline to baseline alignment for Math 2010-10-20 10:32:29 +02:00
Júlio Hoffimann
c901ec7b58 comments cleanup 2010-10-18 12:55:43 +01:00
Caolán McNamara
c036ad17bf GetFontStyleName declaration without definition 2010-10-18 10:16:37 +01:00
Sebastian Spaeth
61355e51b8 Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted
in mail 1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:16:56 +02:00
Frank Schoenheit [fs]
ed4ed591a7 undoapi: first sketch of the listener API - not sure this will survive 'til the final version 2010-10-14 16:40:32 +02:00
Vladimir Glazunov
33b84b7973 CWS-TOOLING: integrate CWS sb123 2010-10-14 14:25:42 +02:00
Thomas Lange [tl]
9a1374b541 cws tl84: #i114767# Math: added option to save only used symbols 2010-10-13 11:39:15 +02:00
Mathias Bauer
c4da00e11a CWS changehid: generate former auto hids into src files 2010-10-11 17:56:12 +02:00
Norbert Thiebaud
af03a0d720 merge vosremoval-thread patch 2010-10-10 21:29:09 -05:00
Norbert Thiebaud
842f4e919a missing include for SAL_N_ELEMENTS 2010-10-09 21:10:37 -05:00
Kayo Hamid
a7be302024 Use SAL_N_ELEMENTS macro 2010-10-09 13:49:07 -05:00
Mathias Bauer
1339b1bed6 CWS changehid: resync to m89 2010-10-09 18:56:58 +02:00
Thomas Lange [tl]
e83f0e6e10 cws tlmath01: merge with DEV300_m89 2010-10-08 10:45:49 +02:00
Jacek Wolszczak
05830ca7ad replace DBG_ASSERT with OSL equivalents 2010-10-07 11:05:26 +01:00
Thomas Lange [tl]
a28619810f cws tl84: #i114910# help fixed 2010-10-07 10:40:47 +02:00
J. Graeme Lingard
12485f7f32 Remove redundant #include directives & comments 2010-10-06 23:58:05 -04:00
Jan Holesovsky
b4cc484d41 Merge commit 'ooo/OOO330_m9' 2010-10-06 14:39:31 +02:00
Philipp Lohmann [pl]
7b6ed1230e Backed out changeset ce84668a7646 2010-10-06 13:15:05 +02:00
Petr Mladek
aa42876a0e more removed include guards using fixguard.py 2010-10-05 18:22:24 +02:00
Petr Mladek
a4781ea4a1 remove include guards using fixguard.py 2010-10-05 18:22:24 +02:00
Frank Schoenheit [fs]
41b20c50ac undoapi: pulled DEV300.m89 and sb123 2010-10-05 10:20:04 +02:00
sb
6f7ea6cd91 sb132: merged in DEV300_m89 2010-10-04 17:38:17 +02:00
Jonas Finnemann Jensen
befebfbf36 Fixed issue with moving in/out of binom and stack.
Rewrote handling of SmTableNode in SmCaretPosGraphBuildingVisitor,
so that the special case where NTABLE is used as root node is handled
in the constructor, and NSTACK and NBINOM is handled in the visiting
method.
2010-10-03 16:16:52 +02:00
Phil Bordelon
edc83f3391 Remove executable bit from non-executable files 2010-10-02 00:13:13 +02:00
Jonas Finnemann Jensen
8c340c4270 Integrated the visual formula editor patch
Ported the most recent version of the visual formula editor patch,
to LibreOffice. This patch is not finished yet, see README for more
information.
2010-10-01 23:08:54 +02:00
Phil Bordelon
ea387b4ec8 Clean up dead code and comments in starmath
This patch removes a bunch of commented-out code, gets rid of code
sitting in #if 0 blocks, and gets rid of #if 1 statements.  It
should have no functional changes.  Some revision-control-averse
comments were removed as well, but they were not the focus of the
patch.

Some comment removal required reformatting of code afterwards
(such as when all code in an else block was defunct, or when a
starting if statement was removed).

With a single exception, no line-internal commented-out code is
handled by this patch to ease review.  In addition, no code that
appears to have a debugging purpose was removed, even if it was
commented out.
2010-09-30 22:35:03 +01:00
Phil Bordelon
f6f2659f6e Remove dead less-than-zero conditional checks.
A large number of conditionals in accessibility.cxx checked that
their values were above zero at some point, but that code was
commented out; this removes those (unused) checks completely.

Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-30 20:25:31 +02:00
Phil Bordelon
217e648d84 Remove dead code in starmath/accessibility.[ch]xx
Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-30 20:25:13 +02:00
Phil Bordelon
9b23ce50a3 Fix commented-out null-pointer check.
In SmEditAccessible::addEventListener(), a previous commenting-out
of a line also removed a null-pointer check.  This axes the
commented out code but restores the check.

Signed-off-by: Phil Bordelon <phil@thenexusproject.org>
2010-09-30 20:24:52 +02:00
Kohei Yoshida
5fef867798 Ported statusbar-fancy-modified-status-starmath.diff from ooo-build. 2010-09-29 17:10:28 -04:00
Vladimir Glazunov
333c929187 CWS-TOOLING: integrate CWS sb129 2010-09-29 10:24:13 +02:00
Vladimir Glazunov
dbc392973c CWS-TOOLING: integrate CWS tl82 2010-09-29 10:05:34 +02:00
Gil Forcada
ed4f972c1f Removed all //CHINA-like comments 2010-09-28 22:19:32 +01:00
Daniel Rentz [dr]
8f0d95e53c dr77: rebase to DEV300_m88 2010-09-28 20:30:05 +02:00
Fridrich Štrba
86a86028a1 Replace the "Help Support" menu item by the "License Information" one 2010-09-28 08:44:16 +02:00
sb
8d0efbccca sb123: merged in DEV300_m88 2010-09-22 15:59:47 +02:00
sb
6699698a76 sb129: merged in DEV300_m88 2010-09-22 10:27:02 +02:00
Bartosz Kosiorek
e16d7a738f svarray 2010-09-17 19:06:31 +02:00
Hans-Joachim Lankenau
4248051fa4 DEV300: changesets OOO330 up to m8 2010-09-17 13:32:40 +02:00
Thomas Lange [tl]
9d99a4a74d cws tl82: #i114523# string resouce count fixed 2010-09-16 10:01:58 +02:00
Michael Meeks
e0d0007a4b default-no-registration-menu.diff: Remove registration from menu. 2010-09-15 10:52:08 +02:00
sb
01c2f02ec8 sb129: #i113189# change UNO components to use passive registration 2010-09-10 13:10:07 +02:00
Frank Schoenheit [fs]
435d8e1cd1 dba33i: #i111146# migrated all SFX-based applications to use named views 2010-09-01 14:59:07 +02:00
Daniel Rentz [dr]
5a79c7afc9 dr77: rebase to DEV300m87 2010-08-30 19:25:43 +02:00
Thomas Lange [tl]
130109b6ac cws tl82: #i86328# 'Elements' ToolBox fixes 2010-08-27 08:59:10 +02:00
Vladimir Glazunov
3d341c8efb CWS-TOOLING: integrate CWS codecleanup02 2010-08-25 17:21:42 +02:00
Vladimir Glazunov
daa7cc050b DEV300: changesets OOO330 up to m5 2010-08-25 16:13:14 +02:00
Thomas Lange [tl]
bb1aadbaf0 cws tl82: #i114087# uno slot name fixed 2010-08-25 14:39:15 +02:00
Thomas Lange [tl]
ef0cb53b08 cws tl82: #i86328# toolbox behavior fixed 2010-08-20 14:56:20 +02:00
Thomas Lange [tl]
8afc866e05 cws tl82: unused string resources removed 2010-08-20 13:03:11 +02:00
Kurt Zenker
104e5322c5 CWS-TOOLING: integrate CWS tl83_OOO330 2010-08-11 13:35:12 +02:00
Thomas Lange [tl]
fcbb0663f9 cws tl82: merge with DEV300_m86 2010-08-05 17:16:04 +02:00
Thomas Lange [tl]
6037a79c37 cws tl82: #i74049# math symbols should be able to handle 20 bit Unicode characters (surrogates) 2010-08-05 10:31:58 +02:00
Daniel Rentz
48fe792427 dr77: rebase to m86 2010-08-05 09:51:16 +02:00
Thomas Lange [tl]
d306af33c3 cws tl82: warning-free code 2010-08-03 14:13:29 +02:00
Thomas Lange [tl]
889d495cbf cws tl82: #i74049# math symbols should be able to handle 20 bit Unicode characters (surrogates) 2010-08-03 11:29:55 +02:00
Thomas Lange [tl]
42d125b9f0 cws tlmath01: #i972# applied first community patch 2010-07-30 11:38:32 +02:00
Thomas Lange [tl]
9382d479d3 cws tl83: merge 2010-07-29 13:55:28 +02:00
Thomas Lange [tl]
705af29850 cws tl83: #i113276# auto-update for right context menu and 'Elements' window fixed 2010-07-29 13:51:02 +02:00
Thomas Lange [tl]
b1554766bf cws tl83: warning-free code 2010-07-28 15:40:32 +02:00
Thomas Lange [tl]
cdce29a326 cws tl83: #i113276# default layout for 'Greek' characters changed; added new property 'GreekCharStyle' 2010-07-28 09:46:36 +02:00
Thomas Lange [tl]
4c8d9dbc46 cws tl83: #i113276# changes to Greek symbol set because of new OpenSymbol font 2010-07-23 17:21:05 +02:00
Bjoern Michaelsen
c6cfddced2 CWS gnumake2: resync to DEV300_m84 2010-07-13 14:36:24 +02:00
Malte Timmermann [mt]
577a83eeee codecleanup02: merge with DEV300_m84 2010-07-02 13:17:39 +02:00
sb
28ff199ee3 sb123: #i112743# disabled sm.XMLSettingsExporter::com::sun::document::XFilter for now 2010-06-28 09:57:51 +02:00
sb
1d8e4b013f sb123: merged in DEV300_m87 2010-09-10 11:13:28 +02:00
Malte Timmermann
f62a5373f0 codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31 2010-06-25 13:15:03 +02:00
Mathias Bauer
91942091ad CWS mba33issues01: rebase to m83 2010-06-17 18:13:10 +02:00
obo
dda6b7d28f CWS-TOOLING: integrate CWS fwk139 2010-06-15 10:26:12 +02:00
Thomas Lange [tl]
769b049c38 CWS tl80: merge with DEV300_m82 2010-06-14 14:38:44 +02:00
obo
f536dbf880 masterfix: #i10000# disable assertions, sSymbols + aTmpSymbolName not defined 2010-06-11 10:25:05 +02:00
Release Engineering
a60813cb9d masterfix: #10000# dialog.obj added to EXCEPTIONFILES 2010-06-11 09:21:23 +02:00
Thomas Lange [tl]
87c6b7fab3 cws tl74: merge with DEV300_m81 2010-06-09 14:50:43 +02:00
Mikhail Voytenko
d247197d60 fwk139: #i10000# avoid warnings on solaris 2010-06-03 16:40:59 +02:00
Frank Schoenheit [fs]
03f4ab9a24 slidecopy: merged latest DEV300.m80 changes 2010-06-03 14:33:05 +02:00
Mathias Bauer
43f3d42e38 CWS mba33issues01: merge to m80 2010-06-02 10:58:04 +02:00
Thomas Lange [tl]
27da46a0e7 cws tl74: updating slots fixed 2010-05-21 10:13:38 +02:00
Mathias Bauer
a160fd3ad9 CWS mba33issues01: #i99402#: typo RapairPackage 2010-05-18 17:08:55 +02:00
sb
ce4f3222d9 sb120: #i111220# disabled failing tests for now 2010-05-17 11:57:41 +02:00
Thomas Lange [tl]
4dc7803c4d cws tl80: merge with DEV300 m77 2010-05-11 13:45:11 +02:00
Thomas Lange [tl]
95838cf7eb cws tl74: #158766# problem with test tool fixed 2010-05-07 09:38:57 +02:00
Thomas Lange [tl]
16953b1821 cws tl74: #158766# problem with test tool fixed 2010-05-07 09:35:48 +02:00
Mathias Bauer
7e94829cb9 CWS gnumake2: avoid export of template symbols 2010-04-24 00:09:05 +02:00
Thomas Lange [tl]
5f2fd81b69 cws tl80: #i109020# 'nospace' command added 2010-04-23 14:24:45 +02:00
Frank Schoenheit [fs]
a826c7a80d slidecopy: removed accelerator/*/default.xml - they're not used for a long time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files) 2010-04-22 16:16:37 +02:00
Mathias Bauer
5b01ceae45 CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers 2010-04-20 15:55:51 +02:00