Commit graph

11 commits

Author SHA1 Message Date
Takeshi Abe
408f9e77df fixed typos in comments 2011-04-12 21:52:44 +09:00
Caolán McNamara
8baf037f97 cppcheck: fix crash detected by test.
Might be better to not append a space if the text is blank, in which
case adapt the regression tests. Either way don't reference before
the start of the string
2011-03-24 21:05:16 +00:00
Luboš Luňák
f7b372814e don't hide overloaded virtual methods 2011-03-24 18:19:53 +01:00
Jacek Wolszczak
f9585d9dc1 REPLACE j_assert with OSL_ 2011-03-19 14:01:13 +01:00
Caolán McNamara
c491aa53e0 add mode-lines in here 2010-12-23 16:28:48 +00: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
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
Jonas Finnemann Jensen
5d73854b32 Use the right license header 2010-10-23 16:39:57 +01: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
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