summaryrefslogtreecommitdiff
path: root/sw/source/uibase/ribbar
AgeCommit message (Expand)AuthorFilesLines
2021-03-26loplugin:flattenNoel1-14/+14
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel2-23/+21
2021-02-19weld inputwinmenuCaolán McNamara1-12/+9
2021-01-14tdf#115817 Add navigation recency to Navigate ByJim Raykowski1-5/+31
2021-01-02introduce Degree100 strong_int typeNoel1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-12-23add utility NbcRotate methodNoel Grandin1-4/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen2-2/+0
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer2-8/+10
2020-11-17tdf#137777 Writer: fix keyboard navigation of NavigatorJim Raykowski1-11/+6
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara2-7/+7
2020-11-06disentangle writer's SID_FM_CONTROL_IDENTIFIER handlingCaolán McNamara1-4/+5
2020-10-20use tools::Long in swNoel1-4/+4
2020-09-17sw: fix crash in SwInputWindow::ApplyFormula()Michael Stahl1-1/+22
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-18/+18
2020-07-30loplugin:flatten in sw/uibase/fldui..sw/uibase/ribbarNoel Grandin3-60/+60
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara1-13/+4
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-05-29loplugin:simplifybool in swNoel Grandin1-2/+2
2020-05-22move InterimItemWindow to vclCaolán McNamara1-1/+1
2020-04-26all ItemWindows are now weldedCaolán McNamara1-2/+2
2020-04-22move InterimItemWindow to svtoolsCaolán McNamara1-1/+1
2020-04-06loplugin:unusedvariableplus in swNoel Grandin1-2/+0
2020-03-26Use make_sorted to alphabetize the Navigate By comboboxJim Raykowski1-5/+4
2020-03-24weld writer navigatorCaolán McNamara1-42/+109
2020-03-13tdf#129471 alphabetize Navigate By option in writerShivam Kumar Singh1-4/+8
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-3/+3
2020-02-17weld InputEdit Item WindowCaolán McNamara1-44/+60
2020-02-17weld PosEdit ItemWindowCaolán McNamara1-10/+14
2020-02-15weld NumEditAction Item WindowCaolán McNamara1-1/+2
2020-02-15weld NavElementBox_Impl Item WindowCaolán McNamara1-50/+61
2020-02-14tdf#89566 Replace navigation toolbox in Writer navigatorJim Raykowski1-313/+17
2020-02-12cypress: mobile: Font size combobox is broken on core/master.Caolán McNamara1-1/+1
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-02-10weld SvxFmAbsRecWin item windowCaolán McNamara1-2/+6
2020-02-07weld URLBox ItemWindowCaolán McNamara1-0/+9
2020-02-07weld SwZoomBox_ImplCaolán McNamara1-53/+98
2020-02-07remove unnecessary includeCaolán McNamara1-1/+1
2020-02-07weld SwJumpToSpecificBox_ImplCaolán McNamara1-16/+29
2020-01-26Avoid explicit cast to smaller sal_uInt16 from larger longStephan Bergmann1-1/+2
2020-01-16merge the two things listening to FN_NAV_ELEMENTCaolán McNamara1-8/+1
2020-01-16listen to FN_NAV_ELEMENTCaolán McNamara1-8/+14
2020-01-15rework SwScrollNaviPopup to be a simple popdownCaolán McNamara1-73/+172
2020-01-15no remaining CreatePopupWindow returns non-nullCaolán McNamara1-2/+1
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-08tdf#42949 Fix IWYU warnings in sw/source/uibase/[i-t]*/*cxxGabor Kelemen8-35/+2