summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
AgeCommit message (Expand)AuthorFilesLines
2021-03-20cid#1473953 Uninitialized scalar fieldCaolán McNamara1-0/+4
2021-02-23reportdesigner focus out handler clobbering the preexisting handlerCaolán McNamara1-2/+3
2021-02-18update DataBrowser has-focus when child widget loses focusCaolán McNamara3-6/+29
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara2-2/+2
2021-01-21keep the navigation bar control area the same size with hidden scrollbarCaolán McNamara1-1/+1
2021-01-15tdf#135641 update DataBrowser has-focus when child widget gains focusCaolán McNamara3-2/+19
2021-01-10remove some old debugging codeNoel Grandin2-41/+39
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen5-7/+4
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-11-23don't need to include vcl/scrbar.hxx hereCaolán McNamara1-3/+0
2020-11-20ScrollBar::GetThumbPos returns tools::LongStephan Bergmann2-3/+6
2020-10-30convert some tools::Long->sal_Int32Noel6-70/+69
2020-10-28convert some more long -> tools::LongNoel1-3/+3
2020-10-19use tools::Long in svtoolsNoel7-156/+156
2020-08-26make get_extents_relative_to constCaolán McNamara1-1/+1
2020-08-20loplugin:constantparamNoel Grandin1-2/+2
2020-08-16let tab switch between cellsCaolán McNamara1-0/+2
2020-08-16tdf#135550 make XComboBox Item status changed event work againCaolán McNamara1-2/+8
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-14tdf#135550 make XListBox Item status changed event work againCaolán McNamara1-2/+8
2020-08-12expand out DELETEZNoel Grandin1-1/+1
2020-08-11loplugin:flattenNoel Grandin1-14/+14
2020-08-10tdf#135529 today/none only used by DateControlCaolán McNamara1-0/+4
2020-07-29move SetReadOnly into ControlBase as SetEditableReadOnlyCaolán McNamara1-0/+5
2020-07-27weld NavigationBarCaolán McNamara3-26/+77
2020-07-27we want the position of the start of the scrollbarCaolán McNamara1-2/+3
2020-07-24don't grab focus if Field Properties panel is actively being resizedCaolán McNamara1-2/+4
2020-07-23weld AbsolutePosCaolán McNamara3-5/+104
2020-07-22move useful parts of ControlBase down hierarchyCaolán McNamara1-33/+0
2020-07-22weld PatternControlCaolán McNamara1-72/+19
2020-07-21weld DateControlCaolán McNamara1-0/+69
2020-07-15weld TimeControlCaolán McNamara1-0/+10
2020-07-15need to set the formatter as early as possibleCaolán McNamara1-10/+2
2020-07-15rename entry formatter for more consistent namingCaolán McNamara1-4/+4
2020-07-15weld LongCurrencyControlCaolán McNamara1-0/+10
2020-07-14drop formatter during disposeCaolán McNamara1-1/+4
2020-07-12clarify what WantMouseEvent is forCaolán McNamara2-56/+43
2020-07-12weld CheckBoxControlCaolán McNamara2-104/+43
2020-07-12check if the "realhandler" is the tracking windowCaolán McNamara1-0/+2
2020-07-12cid#1465254 Uninitialized pointer fieldCaolán McNamara1-0/+1
2020-07-11cid#1465258 Uninitialized pointer fieldCaolán McNamara1-0/+1
2020-07-11use an aux modify handler instead of listening for VclEventId::EditModifyCaolán McNamara1-3/+3
2020-07-10weld MultiLineTextCellCaolán McNamara1-75/+74
2020-07-06weld DbNumericField itemCaolán McNamara3-21/+102
2020-07-06split off key processingCaolán McNamara1-98/+104
2020-07-06clarify that the parent is always a BrowserDataWinCaolán McNamara1-3/+3
2020-07-06expose that GetDataWindow is always a BrowserDataWinCaolán McNamara3-82/+5
2020-07-03rename FormattedEntry to EntryFormatterCaolán McNamara1-2/+2
2020-07-03change FormattedEntry to not own the Entry it operates onCaolán McNamara1-2/+4
2020-07-03drop some unnecessary includes and forward declaresCaolán McNamara1-1/+0