summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2013-04-08delete commented codeChr. Rossmanith1-16/+0
2013-04-08Use OUString and sal_Int32 in swChr. Rossmanith31-238/+232
2013-04-08remove code that was commented out many years agoPhilipp Riemer3-12/+0
2013-04-08more work on comments in sw/source/core/docPhilipp Riemer10-43/+20
2013-04-08fdo#62475 - remove pointless comments and ASCII art in sw/source/core/docPhilipp Riemer14-179/+9
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer21-432/+221
2013-04-08fix indentationPhilipp Riemer2-8/+7
2013-04-07Fix issue #i120769: Color of underline display wronglyJian Hong Cheng1-4/+6
2013-04-07Some cppcheck cleaningJulien Nabet1-2/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák188-1261/+1186
2013-04-06SwCrsrShell: rename member variables missing their prefixMiklos Vajna10-764/+765
2013-04-05new module i18nlangtagEike Rathke9-9/+9
2013-04-04fdo#42781 WaE: C4101 unreferenced local variablePetr Kraus1-57/+12
2013-04-03sal_Bool -> bool.Jan Holesovsky1-7/+7
2013-04-03fdo#32082: Do not reset number format in table cells on edit.Jan Holesovsky1-17/+21
2013-04-03Keep semantics, but improve readibility.Jan Holesovsky1-27/+24
2013-04-02Resolves: #i119292# remove misusage of <SwDoc::Set|IsLoaded()>Oliver-Rainer Wittmann3-49/+35
2013-04-01fdo#62470 fix the table format dialog readingFaisal M. Al-Otaibi1-2/+19
2013-04-01fdo#62470 fix the input change when the table RTLFaisal M. Al-Otaibi1-21/+58
2013-03-31Multiple typo fixes, small code changesChris Sherlock10-98/+81
2013-03-30Use OUString and sal_Int32 in GetTextBreak()Chr. Rossmanith2-12/+32
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-4/+1
2013-03-29Use const_iterator instead of iteratorJulien Nabet1-7/+5
2013-03-28sw: some idiot broke text transliterationMichael Stahl1-3/+3
2013-03-28coverity#704348 Logically dead codeJulien Nabet1-0/+1
2013-03-28coverity#704345 Logically dead codeJulien Nabet1-1/+2
2013-03-28Revert "sw: unused COLFUZZY macro in non-debug builds"Stephan Bergmann1-2/+0
2013-03-28sw: unused COLFUZZY macro in non-debug buildsMiklos Vajna1-0/+2
2013-03-28OSL_ENSURE -> SAL_WARN_IF (silence -Werror=unused-macros)Stephan Bergmann1-8/+4
2013-03-27SwCrsrShell: remove pointless resetting of Mark positions...Michael Stahl1-42/+6
2013-03-27fdo#60513: SwCrsrShell::Push(): take position from table cursorMichael Stahl1-4/+8
2013-03-27fdo#53442 SwTxtPaintInfo::_DrawBackBrush: color multi-para comment rangesMiklos Vajna1-8/+6
2013-03-27SwPostItField::GetByName: make this available for the layout as wellMiklos Vajna2-23/+23
2013-03-27-Wunused-macrosStephan Bergmann9-37/+2
2013-03-27kill some unused inlinesThomas Arnhold2-14/+0
2013-03-26Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist1-0/+4
2013-03-25coverity#704364 Logically dead codeJulien Nabet1-1/+1
2013-03-22Looser throw specifiersStephan Bergmann1-0/+7
2013-03-22implement part of XMultiPropertySet on SwXTextCursor.Michael Meeks2-0/+65
2013-03-21reduce space needed by comments in sw/source/corePhilipp Riemer5-29/+14
2013-03-21coverity#704931 Explicit null dereferencedJulien Nabet1-1/+1
2013-03-20SwXTextPortion has 4 properties whose names start with "Ruby"Michael Stahl1-2/+2
2013-03-20Slight touch-up of German translation.Thorsten Behrens1-2/+2
2013-03-20fdo#55814 SwDoc::UpdateExpFlds: hiding the last section may be safeMiklos Vajna1-4/+10
2013-03-20TODO: Unclear whether comparisons against "Ruby" shall use == or startsWithStephan Bergmann1-2/+2
2013-03-20fdo#39468: Translated German commentsgerhard oettl1-26/+22
2013-03-20sw: export fieldmark of postit fields if possibleMiklos Vajna1-0/+12
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-1/+1
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin2-73/+55