Age | Commit message (Expand) | Author | Files | Lines |
2013-07-03 | there are no SfxFontItem used anywhere | Caolán McNamara | 2 | -131/+0 |
2013-07-02 | SvStream: remove the error prone operator<</>>(sal_Int64) | Michael Stahl | 1 | -1/+1 |
2013-07-02 | OUString convertion for unotools | Norbert Thiebaud | 1 | -6/+6 |
2013-06-30 | Clean String and sal_Bool in tools | Norbert Thiebaud | 1 | -1/+2 |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold | 4 | -13/+13 |
2013-06-28 | more README | Michael Stahl | 1 | -0/+38 |
2013-06-26 | Resolves: #i121751# restore cursor/selection on Undo/Redo language... | Oliver-Rainer Wittmann | 1 | -1/+20 |
2013-06-24 | Resolves: #i120020# corrected paragraph merge... | Armin Le Grand | 1 | -29/+28 |
2013-06-24 | fdo#43460 svl: use isEmpty() | Jelle van der Waa | 3 | -6/+6 |
2013-06-21 | Fix fdo#52204 add new feature ignore diacritics in search for CTL | abdulmajeed ahmed | 1 | -1/+5 |
2013-06-20 | -Werror,-Wdeprecated-register | Stephan Bergmann | 4 | -17/+17 |
2013-06-19 | Translate German comments, fix some WS | Philipp Weissenbacher | 1 | -305/+217 |
2013-06-19 | Translate German comments, correct some WS | Philipp Weissenbacher | 2 | -235/+215 |
2013-06-18 | Remove commented out code | Philipp Weissenbacher | 1 | -8/+0 |
2013-06-18 | String to OUString (SfxStringItem and related) | Matteo Casalin | 2 | -37/+33 |
2013-06-17 | Return accidentally removed field | Tor Lillqvist | 1 | -3/+3 |
2013-06-17 | Remove micro optimisation | Philipp Weissenbacher | 1 | -4/+0 |
2013-06-17 | Translate German comments, correct some WS | Philipp Weissenbacher | 6 | -135/+89 |
2013-06-17 | Translate German comments, delete some WS and correct formatting | Philipp Weissenbacher | 1 | -267/+267 |
2013-06-16 | initialize number scanner. | Michael Meeks | 1 | -0/+6 |
2013-06-16 | fix mistake | Julien Nabet | 1 | -1/+0 |
2013-06-16 | cppcheck: fix some uninitMemberVar (svl) | Julien Nabet | 2 | -0/+2 |
2013-06-16 | cppcheck: fix uninitMemberVar from ctloptions.cxx (svl) | Julien Nabet | 1 | -0/+2 |
2013-06-15 | use proper offset for additional locale data formats, fdo#64947 related | Eike Rathke | 1 | -4/+4 |
2013-06-13 | Introduce O[U]String::toUInt32 | Stephan Bergmann | 2 | -3/+6 |
2013-06-10 | mingw64: change Link class to use sal_IntPtr instead of long | Fridrich Štrba | 2 | -5/+5 |
2013-06-05 | fdo#46808, Convert XMultiServiceFactory in svl module | Noel Grandin | 7 | -31/+28 |
2013-06-04 | Some more sal_IntPtr dance, but enough for today | Fridrich Štrba | 2 | -14/+8 |
2013-06-03 | re-base on ALv2 code. Includes: | Michael Meeks | 3 | -63/+36 |
2013-05-16 | some details | Eike Rathke | 1 | -1/+5 |
2013-05-16 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 2 | -5/+0 |
2013-05-16 | add readme for svl. | Michael Meeks | 1 | -0/+8 |
2013-05-14 | unused svl/source/items/cstitem.src + hrc cleanup | Andras Timar | 3 | -28/+0 |
2013-05-14 | Remove obsolete RestrictedPath env var support | Stephan Bergmann | 3 | -304/+0 |
2013-05-14 | typo fix: s/inavlid/invalid/ | Andras Timar | 1 | -1/+1 |
2013-05-09 | fdo#63154: Remove _CL and _LF from solar.h | Marcos Paulo de Souza | 1 | -1/+1 |
2013-05-07 | officecfg: remove Package_cppheader | Michael Stahl | 1 | -0/+4 |
2013-05-07 | drop commented-out code | Takeshi Abe | 2 | -100/+0 |
2013-04-30 | i#120015# Let SdrUndoAttrObj remember a reference to the used style to survive | Armin Le Grand | 1 | -8/+13 |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 4 | -95/+26 |
2013-04-27 | Bin ugly (ab)use of preprocessor in headers | Tor Lillqvist | 6 | -18/+21 |
2013-04-26 | sal_Bool to bool | Takeshi Abe | 12 | -41/+41 |
2013-04-24 | Don't point to inc directories that don't exist any longer | Tor Lillqvist | 1 | -1/+0 |
2013-04-24 | Don't point to inc directories that don't exist any longer | Tor Lillqvist | 1 | -1/+0 |
2013-04-24 | gbuild: drop empty use_packages calls | David Tardon | 2 | -6/+0 |
2013-04-24 | gbuild: drop uses of removed packages | David Tardon | 4 | -7/+0 |
2013-04-23 | execute move of global headers | Bjoern Michaelsen | 90 | -12354/+0 |
2013-04-23 | eliminated another unnecessary rString.toString() | Eike Rathke | 1 | -1/+1 |
2013-04-22 | fixed a mess of out of bounds string accesses | Eike Rathke | 1 | -23/+40 |
2013-04-20 | fdo#63154: Change Min/Max/Abs for std::min/max/abs | Marcos Paulo de Souza | 1 | -7/+7 |