summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/helpers.hxx
AgeCommit message (Collapse)Author
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin
Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2011-12-14shrinked useless constants/definesTakeshi Abe
2011-09-20Remove RCS headerThomas Arnhold
2011-08-03callcatcher: remove unused methodsThomas Arnhold
2011-07-06Resolves: fdo#34450 long/int mix causes 32bit LONG_MAX to be 64bit -1Caolán McNamara
long/int mix causes 32bit LONG_MAX to be interpreted as 64bit -1 Lets just use awt::Point/awt::Size throughout, which simplifies a lot of this as well as fixing the above
2011-05-25add mode-lines hereCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2010-11-01dockingwindows: #i112595# Fixed problem related to changes for better ↵Carsten Driesner
layouting. Further code rework
2010-10-28dockingwindows: #i112595# Fix problem using dockWindow() and toolbar is not ↵Carsten Driesner
correctly shown. Further code cleanup.
2010-10-27dockingwindows: #i112595# Improve layout function so docking areas are now ↵Carsten Driesner
only shown when completely layouted. No more overlay effects or other artifacts visible
2010-10-26#i112595# Fixed problems with sub-toolbars and dockingCarsten Driesner
2010-10-15dockingwindows: Fix serveral issues for the reworked LayoutManager classCarsten Driesner
2010-10-07dockingwindows: More code rework to prepare LayoutManager to control more ui ↵Carsten Driesner
element types. Move more code to other ui element type specific classes
2010-09-24dockingwindows: Fixed many issues regarding the layout manager reworkCarsten Driesner
2010-06-22dockingwindows: #i112595# First refactoring version of the layout manager ↵Carsten Driesner
including skeleton classes for new docking windows