summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann97-2/+328
2017-01-19sw: try to fix MSVC build after a754294ac7a902fe96fbbd6b8b6824a360d6b248Michael Stahl1-1/+1
2017-01-19fix windows buildNoel Grandin1-0/+4
2017-01-19tdf#105417 sw hyphenation: avoid infinite loop on zero-length last lineMiklos Vajna5-2/+35
2017-01-19use rtl::Reference in SwXTextFieldNoel Grandin1-18/+14
2017-01-19use rtl::Reference in SwPostItFieldNoel Grandin2-13/+10
2017-01-19use rtl::Reference in SwDocFacNoel Grandin3-73/+69
2017-01-19use rtl::Reference in SwHTMLParserNoel Grandin14-247/+243
2017-01-19use rtl::Reference in SwWriter::WriteNoel Grandin1-13/+11
2017-01-19use rtl::Reference in ReaderNoel Grandin2-31/+22
2017-01-19use rtl::Reference in SwHTMLWriterNoel Grandin4-35/+31
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin1-4/+0
2017-01-19tdf#35021 TAB_OVER_MARGIN pdf support for left/center/decJustin Luth1-4/+7
2017-01-18tdf#105409 Use ScopedVclPtrMaxim Monastirsky1-1/+1
2017-01-18sw: Unify char highlight handlersMaxim Monastirsky2-61/+15
2017-01-18Drop SwEditWin:: prefixMaxim Monastirsky1-2/+2
2017-01-18sw: load BitmapEx resources instead of Image onesCaolán McNamara10-78/+67
2017-01-18tdf#99074 sw: remove duplicate property "IsBrowseMode" againMichael Stahl3-20/+19
2017-01-18sw: remove duplicate "MsWordCompTrailingBlanks" view settingMichael Stahl1-14/+1
2017-01-18we only need this image once, don't need to keep itCaolán McNamara2-11/+8
2017-01-18tdf#102142 : Disable edit paragraph style in the print preview modeSzymon Kłos1-1/+1
2017-01-18tdf#104181 related: don't throw on this documentMike Kaganski1-0/+3
2017-01-18this SfxItemSet is unusedCaolán McNamara1-3/+0
2017-01-18don't need to use the va_args versionCaolán McNamara1-3/+1
2017-01-18writer, type a, return, b return, ctrl+a, del, crashCaolán McNamara1-3/+1
2017-01-18sw: roundtrip test of OOXML decryption/encryptionTomaž Vajngerl13-36/+178
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin60-299/+219
2017-01-18tdf#35021 TabOverMargin: support LEFT tabs alsoJustin Luth1-2/+14
2017-01-18tdf#104349, tdf#104668 MS Word compatibility trailing blanks option part 2Vitaliy Anderson4-10/+43
2017-01-18tdf#92470 docxexport: add support for XML_numRestartJustin Luth3-0/+23
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski11-11/+11
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski7-0/+7
2017-01-17MM change listener from friend to a nested classJan-Marek Glogowski2-13/+11
2017-01-17use SolarMutexGuardNoel Grandin1-3/+1
2017-01-17tdf#104150 DOCX import: handle <w:displayBackgroundShape/>Miklos Vajna2-0/+7
2017-01-17tdf#104349, tdf#104668 MS Word compatibility trailing blanks optionVitaliy Anderson10-69/+137
2017-01-17Set exception messageStephan Bergmann1-1/+1
2017-01-17tdf#105212: BASIC sets Delimiter prop to integer valueStephan Bergmann1-0/+7
2017-01-17tdf#35021 TabOverMargin: support center and decimal tabs alsoJustin Luth1-2/+2
2017-01-17sw, sd: fix indentationMiklos Vajna6-7/+7
2017-01-17used std::map in SfxItemSetNoel Grandin3-8/+6
2017-01-17use rtl::Reference in ChainablePropertySetNoel Grandin1-1/+1
2017-01-17Fix check_index to be more pythonic.Edmund Wong1-1/+2
2017-01-16Convert RID_MENU_NOTEBOOKBAR to xmlMaxim Monastirsky3-0/+21
2017-01-16sw: prefix members of FndLine_Miklos Vajna1-8/+8
2017-01-16tdf#74177 Writer table: comment shouldn't prevent IsNumberFormatJustin Luth1-6/+6
2017-01-15crashtesting: fix a badzillion writer layout crashesCaolán McNamara2-3/+2
2017-01-15ditch the irritating inline keywordCaolán McNamara1-7/+7
2017-01-15Removed superfluous tooltipSzymon Kłos1-1/+0
2017-01-14CreateBitmap takes a BitmapEx so no need to drop alphaCaolán McNamara1-1/+1