summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-06-13WaE: Wmaybe-uninitializedCaolán McNamara1-1/+1
2018-06-13Avoid -fsanitize=nullStephan Bergmann1-2/+2
2018-06-13tdf#116537: use page #s excluding empty pages when they are ignoredMike Kaganski3-21/+57
2018-06-13uitest-Word Count;tdf#68347 tdf#91100 tdf#58050 tdf#56975 tdf#56975Zdeněk Crhonek4-0/+313
2018-06-13sw_redlinehide: try to fix UBSAN issue in ~SwContentNodeMichael Stahl2-11/+7
2018-06-13coverity#1436922 Dereference before null checkCaolán McNamara1-4/+3
2018-06-13tdf#115600 Display messages in Findbar for Table formula navigationJim Raykowski1-23/+53
2018-06-13tdf#115600 Display messages in FindBar for Comment navigationJim Raykowski1-5/+14
2018-06-13Removed executable permission on odt fileAndrea Gelmini1-0/+0
2018-06-13tdf#117553 Change navigate behavior when in footnote frameJim Raykowski1-0/+16
2018-06-13loplugin:unusedfields only-used-in-constructor in swNoel Grandin35-163/+110
2018-06-13Add a MailMerge class and object to the Writer VBA APITor Lillqvist7-1/+177
2018-06-12Add ExistingBookmark() to WordBasicTor Lillqvist1-0/+9
2018-06-12Add ooo.vba.word.XWordBasic.WindowName() methodTor Lillqvist2-1/+9
2018-06-12Add ooo.vba.word.XWindow.Caption propertyTor Lillqvist2-0/+33
2018-06-12fix leak in SfxApplication::OpenDocExec_ImplNoel Grandin2-3/+3
2018-06-12tdf#118113 Add unit testMichael Weghorn3-0/+42
2018-06-12tdf#118113 MM: Make sure page count is up to dateMichael Weghorn1-0/+2
2018-06-12weld SwTableColumnPageCaolán McNamara4-181/+178
2018-06-12loplugin:constantparamNoel Grandin7-12/+11
2018-06-12loplugin:singlevalfieldsNoel Grandin2-7/+2
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin35-212/+63
2018-06-11loplugin:unusedfieldsNoel Grandin4-20/+1
2018-06-11dont use SwClient/SwModify in unocore: SwXFieldMasterBjoern Michaelsen2-38/+45
2018-06-11coverity#1436016 Dereference after null checkCaolán McNamara1-6/+5
2018-06-11loplugin:unusedmethodsNoel Grandin8-100/+0
2018-06-11coverity#1436014 silence Dereference null return valueCaolán McNamara1-0/+1
2018-06-11coverity#1436013 Unintended sign extensionCaolán McNamara1-1/+1
2018-06-11coverity#1436018 Dereference after null checkCaolán McNamara1-2/+4
2018-06-11new loplugin:shouldreturnboolNoel Grandin14-43/+36
2018-06-11tdf#102907 selection indicator missing on vertical textNoel Grandin1-2/+4
2018-06-10weld SwTextFlowPageCaolán McNamara3-370/+285
2018-06-09coverity#1436017 DEADCODEMichael Stahl1-4/+1
2018-06-09sw_redlinehide: old GCC needs a cast hereMichael Stahl1-1/+1
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin49-125/+0
2018-06-08sw_redlinehide: let the Show menu item toggle new modeMichael Stahl1-1/+10
2018-06-08sw_redlinehide: very incomplete impl. of SwRootFrame::SetHideRedlines()Michael Stahl1-0/+47
2018-06-08sw_redlinehide: trivial conversions in lcl_DrawLineForWrongListDataMichael Stahl1-9/+6
2018-06-08sw_redlinehide: use WrongListIterator in text formatting codeMichael Stahl6-86/+121
2018-06-08sw_redlinehide: Add sw::WrongListIteratorMichael Stahl4-0/+244
2018-06-08sw_redlinehide: send a hint to the SwTextFrame when Delete redlineMichael Stahl4-6/+77
2018-06-08sw_redlinehide: SwTextNode::Insert(): send SwInsText hint beforeMichael Stahl1-6/+6
2018-06-08sw_redlinehide: convert spelling SwTextFrame funcs called by DoIdleJob_Michael Stahl4-30/+41
2018-06-08sw_redlinehide: SwAttrIter direct ctor gets a SwTextFrame argMichael Stahl3-6/+8
2018-06-08sw_redlinehide: convert SwTextSizeInfo::GetMultiCreator()Michael Stahl1-123/+342
2018-06-08sw_redlinehide: convert GetAttrSet() in txtfrm.cxx, frmtool.cxxMichael Stahl2-9/+6
2018-06-08sw_redlinehide: move SwContentNode::GetNode() to SwNoTextNodeMichael Stahl3-14/+7
2018-06-08sw_redlinehide: use FrameContainsNode in anchoredobjectposition.cxxMichael Stahl1-3/+4
2018-06-08sw_redlinehide: convert GetNode(), use FrameContainsNode(), txtfly.cxxMichael Stahl2-3/+3
2018-06-08sw_redlinehide: iterate merged nodes in SwLayIdle::DoIdleJob_()Michael Stahl1-10/+41