summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2018-01-25tdf#115180: take table base width into accountMike Kaganski2-1/+4
2018-01-25sw: uninitialised DocumentRedlineManager::bHideLinineTooltipsMichael Stahl2-12/+13
2018-01-25lokdialog: Convert the Tools -> Thesaurus... to async exec.Jan Holesovsky1-7/+16
2018-01-25ofz#5628 close props, del extra paras, commit redlinesCaolán McNamara1-2/+2
2018-01-25ofz#5578 remove Extraneous Paras before applying redlinesCaolán McNamara1-5/+4
2018-01-25release lastanchorpos before closing redlinesCaolán McNamara1-1/+1
2018-01-25ofz#5661 check nLevel against maParaSprms sizeCaolán McNamara1-1/+2
2018-01-25[Pardus] tdf#92685 Add insert page number option to header menu.Gulsah Kose1-0/+6
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-25Fix typosAndrea Gelmini6-8/+8
2018-01-25USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-25Use std::fill instead of memsetStephan Bergmann1-2/+6
2018-01-24tdf#62182 .uno:PrintLayout and .uno:BrowseView become set commands.Gulsah Kose1-6/+6
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-24m_pTableEndPaM is unusedCaolán McNamara3-9/+0
2018-01-24This presumably always wanted to check for SAL_MAX_UINT16, not USHRT_MAXStephan Bergmann1-1/+2
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-1/+1
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-1/+1
2018-01-24lokdialog: Convert the Table -> Properties... to async exec.Jan Holesovsky1-23/+35
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-2/+2
2018-01-24This presumably always wanted to check for SAL_MAX_UINT16, not USHRT_MAXStephan Bergmann1-1/+1
2018-01-24Fix some IWYU warningsMiklos Vajna39-0/+47
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-2/+2
2018-01-24loplugin:constparamsNoel Grandin2-6/+6
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-24This presumably always wanted to check for SAL_MAX_UINT16, not USHRT_MAXStephan Bergmann1-2/+2
2018-01-24Remove presumably dead nLen < USHRT_MAX checkStephan Bergmann1-3/+0
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-24Reuse WW8TabBandDesc::setcelldefaultsStephan Bergmann1-1/+1
2018-01-23WW8PLCFxSaveAll/WW8_SHD default ctors already zero-initialize their membersStephan Bergmann2-2/+0
2018-01-23new loplugin: pointerboolNoel Grandin7-15/+15
2018-01-23ofz#5566 sw: HTML import: ignore <DIV> in table structure elementsMichael Stahl3-12/+23
2018-01-23EPUB export, fixed layout: add chapter names to the navigation documentMiklos Vajna1-2/+3
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2018-01-22limit the rest of CSS1_PIXLENGTH usersCaolán McNamara1-40/+67
2018-01-22ofz#5561 Integer-overflowCaolán McNamara1-1/+11
2018-01-22sw: add an assert wrt. recent bug in SwHTMLParser::SplitAttrTab()Michael Stahl1-0/+4
2018-01-22sw: prefix members of SwDocInfoField, SwDocStatField and SwDocStatFieldTypeMiklos Vajna1-47/+47
2018-01-22crashtesting: dodgy aRect is unused anywayCaolán McNamara1-4/+0
2018-01-22StartExecuteAsync doesn't need a second paramNoel Grandin3-4/+4
2018-01-22tdf#114523 Make inline tooltips for changes optionalheiko tietze7-16/+56
2018-01-22tdf#35301 Modify Asian phonetic guide dialog.Mark Hung1-1/+9
2018-01-22Actually remove the now-unnecessary, bad downcastStephan Bergmann1-1/+1
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl2-2/+2
2018-01-22ubsan SwTableBoxFormat is really SwTableLineFormatCaolán McNamara1-5/+5
2018-01-21Fix typosAndrea Gelmini2-6/+6
2018-01-21more ScopedVclPtr for dialogsNoel Grandin2-6/+8
2018-01-21tdf#35301 Formatting ruby text on right side.Mark Hung3-45/+70
2018-01-20ofz#5253 restore some sort of valid state on missing RestoreCaolán McNamara1-0/+14
2018-01-20loplugin:unusedmethodsNoel Grandin6-49/+0