summaryrefslogtreecommitdiff
path: root/starmath/inc/visitors.hxx
AgeCommit message (Collapse)Author
2014-03-29typo: constitues -> constitutesThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made ↵matteocam
dependent on body. Change-Id: I0348155f2429cf7dd3cbe7d71f333879ec6de980 Reviewed-on: https://gerrit.libreoffice.org/8569 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-26Remove visual noise from starmathAlexander Wilms
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b Reviewed-on: https://gerrit.libreoffice.org/8315 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23starmath: fix include guardsThomas Arnhold
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4 Reviewed-on: https://gerrit.libreoffice.org/6389 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-03CID#735395 potential memory leakCaolán McNamara
Change-Id: Ica07e23920d751757ab5d14d5216615d5fcdbfd9
2013-09-09OSL_ENSURE -> SAL_WARN_IFThomas Arnhold
Change-Id: I2807797c6906ae5aaa8aabf7298df5fd8604e96a
2013-06-17fdo#43460 startmath,codemaker: use isEmpty()Jelle van der Waa
Change-Id: I55d3f4546f40a321ebf4b08db33536592f451944 Reviewed-on: https://gerrit.libreoffice.org/4318 Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-10-01String -> OUStringIvan Timofeev
Change-Id: Icdb39e5b5ba38d48f5cc3a4ae371fb77cb981242
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2011-04-12fixed typos in commentsTakeshi Abe
2011-03-24cppcheck: fix crash detected by test.Caolán McNamara
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-24don't hide overloaded virtual methodsLuboš Luňák
2011-03-19REPLACE j_assert with OSL_Jacek Wolszczak
2010-12-23add mode-lines in hereCaolán McNamara
2010-11-17Draw a visible line under the current line in the visual formula editor.Luke Dixon
2010-11-06Removes a fair amount of BOOL variables in starmathAlexandre Fournier
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-06Fixed bug when deleting multiple linesJonas Finnemann Jensen
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-10-23Use the right license headerJonas Finnemann Jensen
2010-10-03Fixed issue with moving in/out of binom and stack.Jonas Finnemann Jensen
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-01Integrated the visual formula editor patchJonas Finnemann Jensen
Ported the most recent version of the visual formula editor patch, to LibreOffice. This patch is not finished yet, see README for more information.