Age | Commit message (Expand) | Author | Files | Lines |
2014-03-09 | fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dir | roopak12345 | 1 | -1327/+0 |
2014-02-27 | Remove visual noise from sw | Alexander Wilms | 1 | -14/+0 |
2014-02-20 | svl: sal_Bool -> bool | Stephan Bergmann | 1 | -6/+6 |
2014-02-17 | cid#705944 dereference before null check | Noel Grandin | 1 | -2/+1 |
2014-02-17 | cid#705945 dereference before null check | Noel Grandin | 1 | -1/+1 |
2014-02-17 | cid#705946 dereference before null check | Noel Grandin | 1 | -1/+1 |
2014-02-10 | the return of callcatcher | Caolán McNamara | 1 | -18/+0 |
2014-01-28 | bool improvements | Stephan Bergmann | 1 | -9/+9 |
2014-01-16 | sal_Bool to bool | Takeshi Abe | 1 | -4/+4 |
2013-12-05 | fdo#68724: sw: fix crash on Insert->File with Hybrid PDF | Michael Stahl | 1 | -0/+17 |
2013-12-02 | Integrate branch of IAccessible2 | Steve Yin | 1 | -0/+52 |
2013-10-26 | sw: ViewShell -> SwViewShell rename | Miklos Vajna | 1 | -1/+1 |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | 1 | -5/+5 |
2013-10-18 | converting remaining usage of String in SW to OUString | Noel Grandin | 1 | -4/+4 |
2013-10-16 | [API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView. | Jan Holesovsky | 1 | -2/+2 |
2013-10-15 | convert sw/source/ui/app/*.cxx from String to OUString | Noel Grandin | 1 | -4/+4 |
2013-08-29 | convert include/sfx2/objsh.hxx from String to OUString | Noel Grandin | 1 | -2/+2 |
2013-08-15 | String to OUString, some formatting | Matteo Casalin | 1 | -1/+1 |
2013-08-01 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Jelle van der Waa | 1 | -8/+0 |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold | 1 | -1/+1 |
2013-06-06 | Some more modules at least building with mingw64 | Fridrich Štrba | 1 | -1/+1 |
2013-04-20 | fdo#62699 Remove pass-through headers | Michael Dunphy | 1 | -1/+1 |
2013-04-20 | Remove pass-through header file sot/inc/sot/clsids.hxx | Michael Dunphy | 1 | -1/+1 |
2013-04-09 | Get the whole thing to build after the SfxFilter interface change. | Kohei Yoshida | 1 | -1/+1 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 1 | -18/+17 |
2013-03-18 | Comment cleanup and several indentation fixes | Joren De Cuyper | 1 | -48/+10 |
2013-02-12 | Renamed hard-to-remember 8-char headers in editeng. | Kohei Yoshida | 1 | -1/+1 |
2012-11-30 | re-base on ALv2 code. Includes: | Michael Meeks | 1 | -23/+14 |
2012-11-21 | unused variables | Luboš Luňák | 1 | -2/+0 |
2012-10-30 | sal_Bool to bool | Takeshi Abe | 1 | -1/+1 |
2012-10-12 | mark lcl_ functions static or rename them if they are not local at all | Luboš Luňák | 1 | -1/+1 |
2012-07-27 | sw: fix some warnings | Michael Stahl | 1 | -5/+6 |
2012-07-26 | Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vector | Noel Grandin | 1 | -1/+1 |
2012-07-25 | Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vector | Noel Grandin | 1 | -1/+1 |
2012-07-03 | ditch String::CreateFromAscii | Caolán McNamara | 1 | -13/+12 |
2012-06-12 | Convert SV_DECL_PTRARR(SvBaseLinks) to std::vector | Noel Grandin | 1 | -1/+1 |
2012-06-01 | targeted string re-work | Norbert Thiebaud | 1 | -6/+6 |
2012-05-23 | Pass document service to the dispatcher when opening file from writer. | Kohei Yoshida | 1 | -0/+5 |
2012-03-05 | WaE: unused variable in the DISABLE_SCRIPTING case | Tor Lillqvist | 1 | -1/+1 |
2012-03-05 | Sprinkle DISABLE_SCRIPTING ifdefs | Tor Lillqvist | 1 | -0/+2 |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | 1 | -1/+0 |
2011-12-22 | sw: Improved document comparison based on RSIDs. | Tzvetelina Tzeneva | 1 | -0/+3 |
2011-11-27 | remove include of pch header from sw | Norbert Thiebaud | 1 | -2/+0 |
2011-11-22 | these can be const | Caolán McNamara | 1 | -1/+1 |
2011-11-21 | Convert Sal to rtl::O(U)String | David Tardon | 1 | -1/+1 |
2011-09-07 | probably want a SfxBoolItem of false here | Caolán McNamara | 1 | -3/+1 |
2011-09-06 | SID_DOC_MODIFIED should (probably) be a SfxBoolItem | Caolán McNamara | 1 | -0/+2 |
2011-08-23 | Remove unecessary parameter to IDocumentStatistics::UpdateDocStat | Arnaud Versini | 1 | -2/+1 |
2011-08-12 | SvtFilterOptions::Get can never be NULL, return ref and don't leak | Caolán McNamara | 1 | -3/+3 |
2011-05-20 | return by ref instead of pointer | Caolán McNamara | 1 | -2/+2 |