summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/PanelLayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-31com::sun::star->css in svxNoel Grandin1-1/+1
2015-08-11Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky1-1/+10
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-3/+3
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+1
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-0/+6
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara1-0/+1
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06idle includes and enum useJennifer Liebel1-1/+1
2014-12-09changed timers to idleJennifer Liebel1-5/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara1-1/+1
2014-02-28remove unused code PanelLayout::dispatchNoel Grandin1-17/+0
2014-01-16make use that these VclBuilders have an XFrame to expose its dispatchCaolán McNamara1-0/+21
2013-09-30merge queue_layout and queue_resizeCaolán McNamara1-0/+33
2013-09-16Correct use of && where only & makes senseTor Lillqvist1-2/+2
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara1-4/+21
2013-06-10Resolves: fdo#65546 set Panel Layouts as DialogControl widgetsCaolán McNamara1-0/+1
2013-06-02sidebar: Don't overlap widgets in the .ui based panels.Jan Holesovsky1-0/+4
2013-06-02sidebar: Allow creation of toolboxes using Widget layout / .ui.Jan Holesovsky1-2/+2
2013-06-02sidebar: Introduce PanelLayout class.Jan Holesovsky1-0/+35