summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen5-0/+5
2018-10-15add SvStream::TellEndNoel Grandin5-17/+8
2018-10-15use range based loops over B2DPolyPolygon in svxJochen Nitschke8-36/+25
2018-10-15tdf#120593: properly handle tab pos identical to right indentMike Kaganski1-1/+9
2018-10-14MoreButton is solely used by toolkitCaolán McNamara1-1/+0
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara2-2/+0
2018-10-14weld SwFrameAddPageCaolán McNamara1-48/+4
2018-10-14drop now unused orienthelperCaolán McNamara2-150/+0
2018-10-14svxlo-DialControl gone from .uis nowCaolán McNamara1-2/+0
2018-10-14weld SchAxisLabelTabPageCaolán McNamara1-0/+5
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke1-1/+1
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin1-2/+2
2018-10-12tdf#117721 draw ui: modify Optimize/Distribute RowHeightJustin Luth1-6/+18
2018-10-11tdf#117721 draw ui: add .uno::SetMinimal[RowHeight|ColumnWidth]Justin Luth4-36/+88
2018-10-10weld FmShowColsDialogCaolán McNamara1-1/+1
2018-10-10Resolves: tdf#120407 support popover getting replacedCaolán McNamara1-0/+1
2018-10-10optimize adding a block of entries at one timeCaolán McNamara2-19/+38
2018-10-10clean up column pos vs column idLionel Elie Mamane1-1/+1
2018-10-10tdf#119564 column id is not always the same as positionLionel Elie Mamane1-2/+2
2018-10-09filling the language list just to replace it entirelyCaolán McNamara1-19/+0
2018-10-09use freeze/thawCaolán McNamara1-0/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann7-11/+11
2018-10-09loplugin:unusedmethodsNoel Grandin1-25/+0
2018-10-09cppcheck: redundantAssignmentRéka Csékei1-2/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin22-149/+117
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin2-22/+11
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen9-0/+9
2018-10-08loplugin:constfields in svxNoel Grandin101-386/+367
2018-10-08return by unique_ptr from E3dObject::GetBreakObjNoel Grandin4-8/+8
2018-10-07tdf#120152: fix adding labels in reportdesignJulien Nabet3-3/+9
2018-10-07weld FontworkCharacterSpacingDialogCaolán McNamara3-50/+49
2018-10-06drop some now unnecessary includesCaolán McNamara5-19/+0
2018-10-06weld FontWorkGalleryDialogCaolán McNamara3-68/+63
2018-10-06drop some now unnecessary includeCaolán McNamara2-2/+2
2018-10-06make OGenericUnoDialog take an awt::XWindowCaolán McNamara2-3/+4
2018-10-05use more std::unique_ptr in FmFormView::createControlLabelPairNoel Grandin4-33/+32
2018-10-05return std::unique_ptr from SdrText::RemoveOutlinerParaObjectNoel Grandin1-2/+2
2018-10-05use more std::unique_ptr in EnhancedCustomShapeEngineNoel Grandin1-24/+24
2018-10-04Reformat this eye-cancer causing messEike Rathke1-639/+599
2018-10-04Resolves: tdf#106340 resize dialog when search/replace labels are shown/hiddenCaolán McNamara1-11/+55
2018-10-04tdf#120291 Attaching a connector makes draw Draw busy-loopNoel Grandin1-2/+3
2018-10-04Select the current format if multiple instead of first matching format codeEike Rathke1-1/+11
2018-10-03Related: tdf#120277 inherit from SfxDialogControllerCaolán McNamara1-1/+1
2018-10-03loplugin:unusedmethodsNoel Grandin1-17/+0
2018-10-03Related: tdf#119613 tdf#118127 suppress duplicated builtins, rework All catEike Rathke1-100/+170
2018-10-03loplugin:unusedfieldsNoel Grandin1-8/+4
2018-10-03loplugin:unusedmethodsNoel Grandin3-72/+0
2018-10-03loplugin:useuniqueptr in SdrLayerAdminNoel Grandin4-39/+35
2018-10-03tdf#120245: Accept to insert empty field with 'not null' database constraintJulien Nabet1-2/+1
2018-10-02loplugin:useuniqueptr in SdrPageViewNoel Grandin1-36/+21