summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-03fdo#44698 settings are under a different menu in Mac OS XAndras Timar
2012-04-03Removed the last SC_DECL_PTRARR from editdoc.hxx.Kohei Yoshida
2012-04-03Another SV_DECL_PTRARR killed.Kohei Yoshida
2012-04-03Make ImpEditEngine explicitly non-copyable.Kohei Yoshida
2012-04-03Use initializer to initialize boolean's.Kohei Yoshida
2012-04-03Bool cleanup.Kohei Yoshida
2012-04-03This ought to be private...Kohei Yoshida
2012-04-03Another SV_DECL_PTRARR to kill.Kohei Yoshida
2012-04-03Unprintable character.Kohei Yoshida
2012-04-03Bool-ness.Kohei Yoshida
2012-04-03One less SV_IMPL_VARARRAY.Kohei Yoshida
2012-04-03No more protected visibility; class inheritance is gone.Kohei Yoshida
2012-04-03We can now access the nodes directly from EditDoc.Kohei Yoshida
2012-04-03Make them non inline.Kohei Yoshida
2012-04-03Use initializer for this. No need to call SetModified to false.Kohei Yoshida
2012-04-03Boolean cleanup.Kohei Yoshida
2012-04-03Little code shuffling (now that it's all in one source file).Kohei Yoshida
2012-04-03Merged editdoc2.cxx into editdoc.cxx.Kohei Yoshida
2012-04-03Moving method definitions.Kohei Yoshida
2012-04-03Merged ContentList into EditDoc.Kohei Yoshida
There is no reason for this separation to exist.
2012-04-03Tuck these typedefs under their respective classes.Kohei Yoshida
2012-04-03Meaningless typedefs for pointer types.Kohei Yoshida
2012-04-03SVG: treat skewX and skewY correctChristina Rossmanith
2012-04-03testcase for fdo#47107Miklos Vajna
2012-04-03fdo#47107 rtftok: support bullet points in paragraph numberingsMiklos Vajna
2012-04-03fdo#47107 rtftok: initial PN (legacy numbering syntax) supportMiklos Vajna
2012-04-03SlsRequestQueue updatedRob Snelders
2012-04-03Removal of VERBOSE defineRob Snelders
2012-04-03LinkTarget.mk: fix stupid typo in 0683821dMichael Stahl
2012-04-03fntcache.cxx: translate commentsMichael Stahl
2012-04-03don't skip first cmdline argumentLuboš 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-03stoc: add helpful structural documentation from mailing list post.Stephan Bergmann
2012-04-03adjust code for what the original Intersect() usage probably meantLuboš Luňák
Daniel Bankston is right, the call probably meant to check whether the intersection is not empty, as an optimization.
2012-04-03Need libswlo.soTor Lillqvist
2012-04-03Add *en-US.res and images_*.zipTor Lillqvist
2012-04-03s/pathes/paths/Tor Lillqvist
2012-04-03Ignore return type of Region::IntersectDaniel 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-03fdo#44610 - EasyHackDaniel 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-03Some String <-> OUString replacements in starmathOlivier Hallot
Some string to OUString replacements in starmath
2012-04-03gbuild: ObjC command invocation more consistentMichael Stahl
2012-04-03LinkTarget.mk: only call gb_Object__command_dep if dep file doesn't existMichael Stahl
(infinite loop regression from a4e2453b42b54ba904c1ee8ad07e26f1e6d939e5)
2012-04-03Fix RTF levelfollow import and exportBrennan Vincent
2012-04-03--enable-ext-languagetool requires --with-javaStephan Bergmann
2012-04-03I'm dumb, fromAscii() stops at \0.Luboš Luňák
2012-04-03fps_kde and fps_kde4 are no moreMatúš Kukan
2012-04-03vcl: use CustomTarget makefile for kde_mocMatúš Kukan
2012-04-03only as of ICU 4.9 RBBI the Prepend property is emptyEike Rathke
This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the Prepend variable during build time.
2012-04-02Convert tools/table.hxx to std::set in EditorWindow class in basctl moduleNoel Grandin
2012-04-02Convert tools/table.hxx usage to std::set in Calendar class in svtools moduleNoel 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-02Convert SV_PTRARRAY to ::std::dequeBartosz Kosiorek