summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2018-11-14sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-11-14sw_redlinehide_3: adapt SwFormatFootnote::GetFootnoteText()Michael Stahl1-2/+1
2018-11-14sw_redlinehide_3: SwGetRefField::GetExpandedTextOfReferencedTextNodeMichael Stahl1-1/+1
2018-11-10sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl2-2/+3
2018-11-10sw_redlinehide_3: adapt SwWrtShell::NumOrBulletOn/OffMichael Stahl1-6/+9
2018-11-10sw_redlinehide_3: adapt SwEditShell::SearchNumRule()Michael Stahl1-1/+1
2018-11-10sw_redlinehide_3: adapt SwTextNode::IsNumbered() & callersMichael Stahl1-1/+1
2018-11-10sw_redlinehide_3: filter outline nodes in SwListShell::Execute()Michael Stahl1-4/+14
2018-11-10sw_redlinehide_3: hide deleted outline nodes in NavigatorMichael Stahl1-4/+12
2018-11-10sw: remove unnecessary castsMichael Stahl1-5/+2
2018-11-10sw_redlinehide_3: adapt SwContentTree/SwOutlineContent to gapsMichael Stahl3-37/+47
2018-11-10sw_redlinehide_3: use the second list number in the text formattingMichael Stahl1-1/+1
2018-11-10sw: rename the misleading SwWrtShell::SttDoc/EndDocMichael Stahl7-21/+21
2018-11-10sw_redlinehide_3: SwXTextViewCursor::getString() without redlinesMichael Stahl1-1/+2
2018-11-10sw: fix crash in SwContentTree::HasContentChanged()Michael Stahl1-4/+1
2018-11-09loplugin:useuniqueptr in SwDoc::GetRowHeight and GetRowSplitNoel Grandin2-16/+9
2018-11-08Convert FieldUnit to scoped enumMike Kaganski13-148/+148
2018-11-08tdf#119738 - Set default image caption to illustration if already being usedNickson3-83/+44
2018-11-08loplugin:unusedfieldsNoel Grandin4-5/+0
2018-11-07move SvTreeListBox to vclCaolán McNamara20-26/+26
2018-11-07loplugin:collapseif in swNoel Grandin4-55/+43
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt2-1/+22
2018-11-06tdf#121179 FILEOPEN: Crash opening a certain file (gtk/gtk3)Noel Grandin1-4/+6
2018-11-05weld SwIndexMarkModalDlg clusterCaolán McNamara4-150/+87
2018-11-05tdf#105225 new background tab pageJim Raykowski2-15/+0
2018-11-04reweld SwWordCountFloatDlgCaolán McNamara3-30/+25
2018-11-03Start of work in progress on making dialogs work in the iOS appTor Lillqvist2-4/+5
2018-11-02Revert "weld SwWordCountFloatDlg"Stephan Bergmann3-25/+30
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-4/+4
2018-11-01weld SwWordCountFloatDlgCaolán McNamara3-30/+25
2018-11-01Resolves: tdf#105081 and tdf#113420Caolán McNamara4-0/+28
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-2/+2
2018-11-01replace VclAbstractDialog2 with VclAbstractDialogCaolán McNamara1-5/+5
2018-11-01tdf#49684 Don't focus on Navigator or Sidebar on showJim Raykowski1-3/+0
2018-10-30loplugin:returnconstantNoel Grandin1-6/+1
2018-10-30Simplify containers iterations in sw/source/ui*Arkadiy Illarionov17-264/+172
2018-10-29tdf#121013 External tool opens it's own dialog to update input fieldsIlhan Yesil1-1/+2
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski3-18/+5
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-9/+5
2018-10-28svx: remove newly unused XFillExchangeDataMichael Stahl1-1/+0
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski5-23/+11
2018-10-27loplugin:unusedmethodsNoel Grandin3-135/+0
2018-10-27tdf#120906 - Option to use Header/Footer not working correctlyheiko tietze1-3/+5
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-1/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen4-0/+4
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-9/+3
2018-10-26tdf#120888 Use event notify resultJim Raykowski1-1/+1
2018-10-25weld SwAuthMarkModalDlgCaolán McNamara2-5/+56
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin1-4/+2