summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/dbgui/PivotLayoutTreeList.cxx
Commit message (Collapse)AuthorAgeFilesLines
* improve the returnbyref lopluginNoel Grandin2015-07-061-5/+3
| | | | | | | Change-Id: I1b510a6194282dfa4a9001d473127c5ebc8b44eb Reviewed-on: https://gerrit.libreoffice.org/16731 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-091-4/+4
| | | | Change-Id: Id05266810760f73db2daba10d1efa14aa9f88dd9
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
| | | | Change-Id: Ie42848cc9f2d74beeb76e1c5e49ef40b99f6d5f6
* Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara2015-01-221-5/+10
| | | | Change-Id: I399bf576fe89283f839842959f06b8fe83f13b2b
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
| | | | | | | Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1
| | | | | | | Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-21/+0
| | | | Change-Id: If2c233a8ced8815b065a72caff907f10ef6166ff
* pivot: Apply changes made in "Data Field" and "Data Field Options"Tomaž Vajngerl2014-04-031-14/+27
| | | | Change-Id: If8560d47c5b4e64367c441237c1e38f964cf6825
* Fix various warningsStephan Bergmann2014-03-311-2/+2
| | | | Change-Id: I78aa55539c2a3e522736bb178ba7d445300bf1f0
* pivot: new pivot table layout dialogTomaž Vajngerl2014-03-311-0/+125
This commit adds a new pivot table layout dialog which was implemented from scratch. Instead of custom controls this one uses list boxes for field entries which greatly reduces the code. It also fixes some visual and behaviour bugs and adds the possibility to edit the "Data" field. Change-Id: I6c01252acee5a2e8910e40e65904504d00e03057