summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-20fdo#46808, Convert i18n::IndexEntrySupplier to new styleNoel Grandin1-18/+5
2013-03-20fdo#46808, Convert linguistic2::ProofreadingIterator to new styleNoel Grandin1-13/+8
2013-03-19add SwField::IsClickable and use it from SwWrtShell and SwPageFrmMiklos Vajna2-2/+17
2013-03-19bnc#802888 SwPageFrm: let macro fields have priority over background objectsMiklos Vajna1-1/+18
2013-03-19Remove RTL_CONSTASCII_(U)STRINGPARAM in sw (2)Chr. Rossmanith3-28/+28
2013-03-19remove unused VariableName code/commentsMichael Stahl1-1/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-12/+12
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold21-187/+184
2013-03-19Remove RTL_CONSTASCII_(U)STRINGPARAM in swChr. Rossmanith5-78/+76
2013-03-19trailing whitespacesThomas Arnhold2-4/+4
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák2-13/+3
2013-03-18Translate German comments, fix some whitespacePhilipp Weissenbacher1-163/+126
2013-03-18comment cleanupsMatthias Freund17-217/+135
2013-03-16Resolves: #i118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer...Armin Le Grand4-71/+153
2013-03-15fdo#61952: sw: fix left/right-only page styles and first-pageMichael Stahl4-29/+29