summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
AgeCommit message (Expand)AuthorFilesLines
2019-12-13loplugin:expandablemethodsNoel Grandin1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-5/+5
2019-12-11convert SectionType to scoped enumNoel Grandin2-6/+6
2019-12-11convert SwFrameSize to scoped enumNoel Grandin2-6/+6
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-22Resolves: rhbz#1775544 crash in navigatorCaolán McNamara1-6/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+20
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann3-0/+12
2019-11-04sw: remove dead SwFormatFollowTextFlow::mbLayoutInCellMiklos Vajna1-1/+0
2019-11-03loplugin:stringaddNoel Grandin2-7/+7
2019-11-01Resolves: tdf#128476 limit sidebar navigation panel file name combobox widthCaolán McNamara1-0/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann2-4/+2
2019-10-30remove some unnecessary includesCaolán McNamara1-1/+0
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-26tdf#128285 Only update Navigator heading tracking if document has focusJim Raykowski1-4/+6
2019-10-26tdf#128364 Navigator headings left arrow key behavior changeJim Raykowski1-0/+5
2019-10-24Introduce OStringCharStephan Bergmann1-4/+8
2019-10-23tdf#128058 Add Expand Collapse All to Navigator context menuJim Raykowski1-0/+16
2019-10-22tdf#126942 Fix flickering headings in navigatorJim Raykowski1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann3-6/+6
2019-10-13Put if around code for root mode multiselected outline DragFinishedJim Raykowski1-6/+9
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-23/+21
2019-10-08tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski1-12/+49
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-2/+3
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin1-10/+8
2019-10-03rename SwNumFormatListBox back to NumFormatListBoxCaolán McNamara1-6/+6
2019-10-03NumFormatListBox is unusedCaolán McNamara1-341/+4
2019-10-02extend popup handler to cover all CommandEventsCaolán McNamara1-2/+2
2019-10-02loplugin:stringadd in swNoel Grandin3-15/+12
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-8/+5
2019-09-30sw: prefix members of SwGammaGrfMiklos Vajna1-1/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-4/+4
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov2-18/+4
2019-09-03Ensure that VCL builder entry points use proper function typeMike Kaganski1-0/+2
2019-09-03Parent reference should be const in VCL builder entry pointsMike Kaganski1-1/+1
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin2-6/+4
2019-08-20loplugin:constvars in swNoel Grandin2-2/+2
2019-08-18Related: tdf#126787: remove some defensive programming partsMike Kaganski1-30/+6
2019-08-17tdf#126787: extend/restore item set ranges to hold RES_PARATR_GRABBAGMike Kaganski1-10/+42
2019-08-16tdf#126819 Can't retrieve the mouse position written in the statusbarNoel Grandin3-7/+1
2019-08-05tdf#126684: store "DialogUseCharAttr" in RES_PARATR_GRABBAGMike Kaganski1-5/+16
2019-08-05tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*Gabor Kelemen2-0/+2
2019-08-02Fix typosAndrea Gelmini1-2/+2
2019-07-23cid#1448428 Dereference before null checkCaolán McNamara1-4/+4
2019-07-20loplugin:referencecasting in swNoel Grandin1-3/+2
2019-07-15Deduplicate EditHyperlink commandSamuel Mehrbrodt1-1/+2
2019-07-12Fix typosAndrea Gelmini1-2/+2
2019-07-11tdf#123088 Multi outline drag and dropJim Raykowski2-4/+76
2019-07-11Deduplicate URL tooltip creationSamuel Mehrbrodt1-10/+0