Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-29 | docx m:r can contain multiple m:t | Luboš Luňák | |
2011-11-29 | implement docx m:groupChr | Luboš Luňák | |
2011-11-29 | implement m:func, m:limLow, m:limUpp | Luboš Luňák | |
2011-11-29 | fix reading when the next tag can be one of several | Luboš Luňák | |
2011-11-29 | better debug output when skipping an element | Luboš Luňák | |
2011-11-29 | no debug about skipping tags if not actually skipping | Luboš Luňák | |
2011-11-29 | make debug output print tags as strings rather than id numbers | Luboš Luňák | |
2011-11-29 | merge processing of OMathArg and OMath, for now | Luboš Luňák | |
2011-11-29 | m:f docx import is reasonably done | Luboš Luňák | |
2011-11-29 | try to avoid unnecessary space in created formula | Luboš Luňák | |
2011-11-29 | implement import of docx mathml m:d | Luboš Luňák | |
2011-11-29 | do no re-sort oox tokens | Luboš Luňák | |
Search me why writerfilter rolls its own, but otherwise they use different ids, because writerfilter does not sort them. | |||
2011-11-29 | static const | Luboš Luňák | |
2011-11-29 | remove another debug line | Bjoern Michaelsen | |
2011-11-29 | move sc's macros_test to the subsequenttest target | Markus Mohrhard | |
2011-11-29 | use gb_MINISOLARENV for platform check | Bjoern Michaelsen | |
2011-11-29 | dont mindlessly touch the icc-header file on every build | Bjoern Michaelsen | |
- this little gremlin touches the header file everytime it is run - as icc is very low level, this causes a lot of pointless rebuild - everything from vcl up gets relinked - this slows every empty 'make build' down by more than 40 percent - would really need to check if the file changed before writing, but as we rarely change icc itself, I didnt bother with that | |||
2011-11-29 | Use rtl::Reference<>. | Stephan Bergmann | |
2011-11-29 | Special casing can be removed again. | Stephan Bergmann | |
2011-11-29 | merge SwSortedObjsImpl into SwSortedObjs | Ivan Timofeev | |
2011-11-29 | postgresql: work around uninitialized warning. | Michael Meeks | |
2011-11-29 | WaE: sizeable postgresql warning cleanup | Michael Meeks | |
2011-11-29 | with announce letters shalt thou count to three, no more, no less | Bjoern Michaelsen | |
2011-11-29 | set gb_PARTIALBUILD in CustomTargets | Bjoern Michaelsen | |
2011-11-29 | git rev-parse argument are not files, no need to try to find abs-path | Norbert Thiebaud | |
This was causing some error message on Windows | |||
2011-11-29 | Fix previous merges to build. | Thorsten Behrens | |
2011-11-29 | slidesorter1: #i116412# Temporarily turning off slide tracking to avoid ↵ | mst | |
unwanted repositioning of visible area. * found as LGPLv3-only fix at svn rev 1172132 (http://svn.apache.org/viewvc?view=revision&revision=1172132) | |||
2011-11-29 | slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr. | mst | |
* found as LGPLv3-only fix at svn rev 1172131 (http://svn.apache.org/viewvc?view=revision&revision=1172131) | |||
2011-11-29 | slidesorter1: #i114252# Fixed selection in slidesorter. | mst | |
# HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1298997222 -3600 # Node ID bca8ed5c98e5c645a6c69c7fb90cd3da84627212 # Parent 5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de * found as LGPLv3-only fix at svn rev 1172130 (http://svn.apache.org/viewvc?view=revision&revision=1172130) | |||
2011-11-29 | slidesorter1: #i114107# Temporarily reset StartWithActualPaget to make ↵ | mst | |
startWithArguments use FirstPage property. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1283353420 -7200 # Node ID 770385ae0c265c62134bf57eeca8283f7fe80b48 # Parent 2ebd15d9e8a637b5c563f1ae49768668412e2baa * found as LGPLv3-only fix at svn rev 1172126 (http://svn.apache.org/viewvc?view=revision&revision=1172126) | |||
2011-11-29 | slidesorter1: #117012# Update preview when text editing ends. | mst | |
* found as LGPLv3-only fix at svn rev 1172129 (http://svn.apache.org/viewvc?view=revision&revision=1172129) | |||
2011-11-29 | fs34c: #i117666# check first if value is null | mst | |
* found as LGPLv3-only fix at svn rev 1172125 (http://svn.apache.org/viewvc?view=revision&revision=1172125) | |||
2011-11-29 | fs34c: check if description can be read and return ccorrect name for shapetype | mst | |
* found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124) | |||
2011-11-29 | fs34c: #i117625# when assigning events, only throw if there is an invalid ↵ | mst | |
type given, *not* if the type is correct, but the sequence is merely empty * found as LGPLv3-only fix at svn rev 1172123 (http://svn.apache.org/viewvc?view=revision&revision=1172123) | |||
2011-11-29 | tkr41: #117828# office crash fixed . (null pointer) + add unit test | mst | |
* found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105) | |||
2011-11-29 | Let's not over-activate tab controls unnecessarily. | Kohei Yoshida | |
This interfares with the preview shell passing selected tabs back to the view shell, by always selecting the first tab unconditionally. The tabs get painted fine even without this call, so let's remove it. | |||
2011-11-29 | Let's check the validity of sheet indices. You never know... | Kohei Yoshida | |
2011-11-29 | remove debug output | Bjoern Michaelsen | |
2011-11-29 | disable sd filters test for now | Bjoern Michaelsen | |
- it seems to have incomplete dependencies - it hangs the tinderboxes on a build from scratch | |||
2011-11-29 | Makefile.in -- die, die, die! | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | moved findunusedcode to gbuild | Bjoern Michaelsen | |
2011-11-29 | move install target to gbuild | Bjoern Michaelsen | |
2011-11-29 | Replace formattings with formatting | Lior Kaplan | |
2011-11-29 | Add enable-oxygenoffice configure switch | Kalman Szalai - KAMI | |
Now only handling brand downloading | |||
2011-11-29 | detect TEXTMODIFIED event from EditEngine ( and add missing StopEditEngine ) | Noel Power | |
not sure if the StopEditEngine method ever gets called but we should have it tunnel to the base class just in case. | |||
2011-11-29 | fdo#43304 is fixed, tests can be re-enabled. | Stephan Bergmann | |
2011-11-29 | Added ./g -v switch to show git commands. | Stephan Bergmann | |
2011-11-29 | libvisio should depend on boost now | Fridrich Štrba | |
2011-11-29 | I hate sal_Int*. Fix ambiguous overload on windows. | Luboš Luňák | |