Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | fdo#44698 settings are under a different menu in Mac OS X | Andras Timar | |
2012-04-03 | Removed the last SC_DECL_PTRARR from editdoc.hxx. | Kohei Yoshida | |
2012-04-03 | Another SV_DECL_PTRARR killed. | Kohei Yoshida | |
2012-04-03 | Make ImpEditEngine explicitly non-copyable. | Kohei Yoshida | |
2012-04-03 | Use initializer to initialize boolean's. | Kohei Yoshida | |
2012-04-03 | Bool cleanup. | Kohei Yoshida | |
2012-04-03 | This ought to be private... | Kohei Yoshida | |
2012-04-03 | Another SV_DECL_PTRARR to kill. | Kohei Yoshida | |
2012-04-03 | Unprintable character. | Kohei Yoshida | |
2012-04-03 | Bool-ness. | Kohei Yoshida | |
2012-04-03 | One less SV_IMPL_VARARRAY. | Kohei Yoshida | |
2012-04-03 | No more protected visibility; class inheritance is gone. | Kohei Yoshida | |
2012-04-03 | We can now access the nodes directly from EditDoc. | Kohei Yoshida | |
2012-04-03 | Make them non inline. | Kohei Yoshida | |
2012-04-03 | Use initializer for this. No need to call SetModified to false. | Kohei Yoshida | |
2012-04-03 | Boolean cleanup. | Kohei Yoshida | |
2012-04-03 | Little code shuffling (now that it's all in one source file). | Kohei Yoshida | |
2012-04-03 | Merged editdoc2.cxx into editdoc.cxx. | Kohei Yoshida | |
2012-04-03 | Moving method definitions. | Kohei Yoshida | |
2012-04-03 | Merged ContentList into EditDoc. | Kohei Yoshida | |
There is no reason for this separation to exist. | |||
2012-04-03 | Tuck these typedefs under their respective classes. | Kohei Yoshida | |
2012-04-03 | Meaningless typedefs for pointer types. | Kohei Yoshida | |
2012-04-03 | SVG: treat skewX and skewY correct | Christina Rossmanith | |
2012-04-03 | testcase for fdo#47107 | Miklos Vajna | |
2012-04-03 | fdo#47107 rtftok: support bullet points in paragraph numberings | Miklos Vajna | |
2012-04-03 | fdo#47107 rtftok: initial PN (legacy numbering syntax) support | Miklos Vajna | |
2012-04-03 | SlsRequestQueue updated | Rob Snelders | |
2012-04-03 | Removal of VERBOSE define | Rob Snelders | |
2012-04-03 | LinkTarget.mk: fix stupid typo in 0683821d | Michael Stahl | |
2012-04-03 | fntcache.cxx: translate comments | Michael Stahl | |
2012-04-03 | don't skip first cmdline argument | Luboš Luňák | |
It looks like this one is also meant to be called manually or something, and the original version didn't skip the first argument either. | |||
2012-04-03 | stoc: add helpful structural documentation from mailing list post. | Stephan Bergmann | |
2012-04-03 | adjust code for what the original Intersect() usage probably meant | Luboš Luňák | |
Daniel Bankston is right, the call probably meant to check whether the intersection is not empty, as an optimization. | |||
2012-04-03 | Need libswlo.so | Tor Lillqvist | |
2012-04-03 | Add *en-US.res and images_*.zip | Tor Lillqvist | |
2012-04-03 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-03 | Ignore return type of Region::Intersect | Daniel Bankston | |
Caller of Region::Intersect was not ignore the return value in a conditional, so I refactored the conditional to not depend on the return value of Intersect without affect the original functionality of the code. This usage of Intersect may be a possible defect and should be checked out. | |||
2012-04-03 | fdo#44610 - EasyHack | Daniel Bankston | |
Since they always return sal_Bool values that are not used by any callers, I changed the Region class methods (both versions of each Union, Intersect, Exclude, XOr) from sal_Bool return type to void return type. | |||
2012-04-03 | Some String <-> OUString replacements in starmath | Olivier Hallot | |
Some string to OUString replacements in starmath | |||
2012-04-03 | gbuild: ObjC command invocation more consistent | Michael Stahl | |
2012-04-03 | LinkTarget.mk: only call gb_Object__command_dep if dep file doesn't exist | Michael Stahl | |
(infinite loop regression from a4e2453b42b54ba904c1ee8ad07e26f1e6d939e5) | |||
2012-04-03 | Fix RTF levelfollow import and export | Brennan Vincent | |
2012-04-03 | --enable-ext-languagetool requires --with-java | Stephan Bergmann | |
2012-04-03 | I'm dumb, fromAscii() stops at \0. | Luboš Luňák | |
2012-04-03 | fps_kde and fps_kde4 are no more | Matúš Kukan | |
2012-04-03 | vcl: use CustomTarget makefile for kde_moc | Matúš Kukan | |
2012-04-03 | only as of ICU 4.9 RBBI the Prepend property is empty | Eike Rathke | |
This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the Prepend variable during build time. | |||
2012-04-02 | Convert tools/table.hxx to std::set in EditorWindow class in basctl module | Noel Grandin | |
2012-04-02 | Convert tools/table.hxx usage to std::set in Calendar class in svtools module | Noel Grandin | |
Also change the API slightly, removing GetSelectedData(int index) and replacing it with GetLastSelectedDate(), since the only usage of GetSelectedData in the codebase only needed to get the last date. | |||
2012-04-02 | Convert SV_PTRARRAY to ::std::deque | Bartosz Kosiorek | |