summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Clean up and translate commentsPhilipp Riemer2012-05-304-126/+73
* Re-format commentsPhilipp Riemer2012-05-301-57/+59
* Clean up comments, whitespace, commented out codePhilipp Riemer2012-05-306-216/+21
* Delete some ASCII graphics separators, tooTor Lillqvist2012-05-301-29/+0
* Translate German comments and delete unnecessary blank linesPhilipp Riemer2012-05-304-251/+159
* stray ;Caolán McNamara2012-05-301-1/+1
* n#760764 testcaseMiklos Vajna2012-05-302-0/+21
* Reduce scopeJulien Nabet2012-05-292-2/+2
* Some cppcheck cleaningJulien Nabet2012-05-293-11/+5
* nuke unused typedefTakeshi Abe2012-05-293-3/+0
* SwPagePreView: fix some scrollbar bugs (still not perfect, just a quick fix)Ivan Timofeev2012-05-291-26/+17
* these SwScrollbar::IsVisible(false) calls does not make sense to me...Ivan Timofeev2012-05-291-16/+8
* set scrollbar parameters anyway, it is nesessary for mouse wheel handlingIvan Timofeev2012-05-291-22/+22
* testcase for bnc#757118Luboš Luňák2012-05-282-0/+33
* fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák2012-05-282-9/+33
* removed dead codeTakeshi Abe2012-05-292-40/+0
* missing braceCaolán McNamara2012-05-281-1/+1
* Translate German comments in sw/source/core/undo/unsect.cxxPhilipp Riemer2012-05-281-16/+16
* Translate German comments in sw/source/core/undo/unredln.cxxPhilipp Riemer2012-05-281-12/+11
* Translate German comments in sw/source/core/undo/unovwr.cxxPhilipp Riemer2012-05-281-15/+13
* Translate German comments in sw/source/core/undo/unmove.cxxPhilipp Riemer2012-05-281-15/+15
* Translate German comments in sw/source/core/undo/rolbck.cxxPhilipp Riemer2012-05-281-30/+29
* Translate German comments in sw/source/core/undo/unins.cxxPhilipp Riemer2012-05-281-26/+25
* Translate German comments in sw/source/core/undo/undobj1.cxxPhilipp Riemer2012-05-281-40/+39
* Translate German comments in sw/source/core/undo/undobj.cxxPhilipp Riemer2012-05-281-84/+71
* Translate German comments in sw/source/core/undo/undel.cxxPhilipp Riemer2012-05-281-70/+60
* Translate German comments in sw/source/core/undo/unattr.cxxPhilipp Riemer2012-05-281-26/+22
* Translate German comments in sw/source/core/undo/unnum.cxxPhilipp Riemer2012-05-281-15/+10
* Translate German comments in sw/inc/swscanner.hxxPhilipp Riemer2012-05-281-2/+2
* Translate German comment in sw/inc/docufld.hxxPhilipp Riemer2012-05-281-1/+1
* Fix German "adjust left margin" comment in multiple files in sw/{inc/,source/...Philipp Riemer2012-05-283-9/+7
* OSL_LITTLEENDIAN->OSL_LITENDIANCaolán McNamara2012-05-281-1/+1
* rhbz#810644: CalcClipRect: add band-aidMichael Stahl2012-05-251-0/+6
* Cleanup related to always enabled HTMLMODE_SOME_ABS_POSHarri Pitkänen2012-05-252-6/+1
* language status bar control: Don't set radio buttons for some entries.Jan Holesovsky2012-05-251-2/+5
* status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky2012-05-256-6/+6
* SwFlySaveArr: Apple GCC complains about constructorsMichael Stahl2012-05-251-2/+4
* Followup to fdo#34772: Add resource strings for word-count messagesMuhammad Haggag2012-05-253-5/+24
* fdo#34772 Add word count to the status bar in writerMuhammad Haggag2012-05-2510-9/+134
* SwHistory::Move parameter nEnd was unusedMichael Stahl2012-05-251-2/+2
* Convert SV_DECL_PTRARR_DEL(SwpHstry) to std::vectorNoel Grandin2012-05-252-25/+35
* SwCache: fix non-DBGUTIL memory leak in previous commitMichael Stahl2012-05-252-6/+6
* Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vectorNoel Grandin2012-05-253-22/+27
* Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vectorNoel Grandin2012-05-254-7/+18
* Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vectorNoel Grandin2012-05-253-28/+37
* fix previous commit:Michael Stahl2012-05-251-1/+1
* Convert SV_DECL_PTRARR_DEL(SwLabRecs) to std::vectorNoel Grandin2012-05-253-11/+17
* Convert SV_DECL_PTRARR_DEL(SwDSParamArr) to boost::ptr_vectorNoel Grandin2012-05-253-21/+20
* Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vectorNoel Grandin2012-05-257-25/+37
* Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin2012-05-2511-80/+95