summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tdf#146619 Drop unused 'using namespace' in: svtools/Gabor Kelemen1-2/+0
2024-02-16a11y: Drop 'using namespace com::sun::star::accessibility::AccessibleEventId"Michael Weghorn2-32/+33
2024-01-16tdf#159213: fix Base crash when choosing "Help" in relations design (kf5)Julien Nabet1-1/+1
2023-11-09tdf#114441 Convert sal_uLong to better integer typesYli8755-19/+19
2023-08-30make IAccessibleBrowseBox extend cppu::WeakImplHelperNoel Grandin2-8/+4
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin2-4/+4
2023-07-27rename GetFieldRectPixelAbs to GetFieldRectPixelNoel Grandin1-1/+1
2023-07-26improve override of Window::Invalidate(*)Noel Grandin1-13/+10
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin2-6/+24
2023-07-12jsdialog: calendar widgetSzymon Kłos1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-12-19Resolves: tdf#146933 wire up keypress events for table control widgetsCaolán McNamara1-3/+15
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-3/+3
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-08-08move m_bNavigationBar to BrowseBox so it knows best scroll/status bar heightCaolán McNamara1-2/+6
2022-08-08use separate width and height for databrowser vert/horz scroll sizesCaolán McNamara2-15/+24
2022-08-08overpaint scrollbar junction with the face colorCaolán McNamara4-30/+25
2022-08-05tdf#117388 use native scrollbar under gtk in data browserCaolán McNamara4-86/+44
2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin2-5/+7
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-26/+24
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+1
2022-05-03Just use Any ctor instead of makeAny in svtoolsStephan Bergmann3-24/+24
2022-03-29a11y: Use new table model change types for row/col ins/delMichael Weghorn1-21/+21
2022-03-03Recheck modules sv* with IWYUGabor Kelemen1-1/+0
2022-02-05Related: tdf#146836 daisy chain together some more event handlersCaolán McNamara1-6/+27
2021-10-31Prepare for removal of non-const operator[] from Sequence in svtoolsMike Kaganski1-3/+5
2021-10-23Fix typo to complete commit 25278dc22ff6Andrea Gelmini1-10/+10
2021-10-23Prefix just nDataRowHeight in brwbox so we can fix a typoJulien Nabet2-10/+10
2021-10-06CellController always controls something derived from svt::ControlBaseCaolán McNamara1-7/+3
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara1-4/+14
2021-10-01loplugin:constmethodNoel Grandin4-4/+4
2021-09-30tdf#141633 set correct font sizes in tableview child widgetsCaolán McNamara1-0/+4
2021-09-29Resolves: tdf#73139 text defaulted to transparent in pdf exportCaolán McNamara1-0/+4
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-4/+4
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák3-4/+4
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara1-0/+33
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara1-1/+1
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock2-2/+2
2021-08-04Resolves: tdf#143023 explicitly connect to ControlBase focus-[in/out]Caolán McNamara1-0/+1
2021-07-13a11y crash on teardown of FmXGridPeerCaolán McNamara1-4/+10
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin3-40/+40
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-2/+2
2021-05-19pass CheckButton argument instead of its Button baseclassCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin5-21/+21
2021-05-05convert sal_uLong and tools::Long in vcl/settingsNoel Grandin1-1/+1
2021-05-03vcl: remove MetricVectorChris Sherlock1-1/+1
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