summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-23An anonymous GraphicObject instance suffices hereStephan Bergmann1-2/+1
2017-11-23put GraphicObject on stack instead of heapStephan Bergmann1-2/+2
2017-11-23reduce scope of varStephan Bergmann1-2/+1
2017-11-23use std::unique_ptrStephan Bergmann1-14/+11
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-11-22Missing GraphicObject destruction, memory leakStephan Bergmann1-0/+1
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-2/+2
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-7/+4
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-2/+2
2017-10-31Drop bDelayed from SwNodes::MakeGrfNodeJan-Marek Glogowski1-2/+4
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-1/+1
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-1/+1
2017-10-27loplugin:constantparam in swNoel Grandin1-3/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-3/+3
2017-09-26loplugin:flatten in swNoel Grandin1-430/+423
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-15coverity#1415097 Uninitialized scalar fieldCaolán McNamara1-9/+8
2017-07-13tdf#108545 editable DOC/XLS embeddings inside DOCXSzymon Kłos1-1/+22
2017-07-13Show document title for embedded documentsSzymon Kłos1-0/+7
2017-07-13loplugin:oncevar: empty strings: swStephan Bergmann1-2/+1
2017-07-08tdf#108545 show an icon (DOCX inside DOCX)Szymon Kłos1-4/+14
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-9/+7
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-64/+64
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: swStephan Bergmann1-1/+1
2017-06-02Improved loplugin:redundantcast const_cast handling: swStephan Bergmann1-2/+2
2017-06-02fix spelling Countour->ContourNoel Grandin1-5/+5
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-10sw: remove overloading of IDocumentContentOperations::InsertMichael Stahl1-7/+10
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin1-5/+5
2017-05-04tdf#39468: Translate German comments and terms in sw/source/core/unocore/Jens Carl1-7/+7
2017-04-24move SwFlyDrawContact ownership to SwFlyFrameFormatBjoern Michaelsen1-3/+2
2017-04-12enum spelling: throught -> throughJustin Luth1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-12/+12
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-6/+6
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-1/+1
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-23/+14
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-4/+4
2017-03-02elide the SwSurround enumNoel Grandin1-1/+1
2017-02-14Revert commits that caused instability on the Linux debug tinderboxBjoern Michaelsen1-8/+11
2017-02-14give SwFlyDrawContact a clear owner: SwFlyFrameFormatBjoern Michaelsen1-11/+8
2017-02-07convert CursorType to scoped enumNoel Grandin1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-64/+36
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann1-3/+0
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann1-10/+13
2016-11-15loplugin:constantparamNoel Grandin1-2/+2
2016-10-27loplugin:expandablemethods in swNoel Grandin1-1/+1
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-4/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-5/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3