summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript')
0 files changed, 0 insertions, 0 deletions
: https://gerrit.libreoffice.org/37349 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna Mostly generated using make check COMPILER_EXTERNAL_TOOL=1 CCACHE_PREFIX=clang-rename-wrapper RENAME_ARGS="-qualified-name=Rectangle -new-name=tools::Rectangle" Except some modules have their own foo::tools namespace, so there have to use ::tools::Rectangle. This commit just moves the class from the global namespace, it does not update pre/postwin.h yet. Change-Id: I42b2de3c6f769fcf28cfe086f98eb31e42a305f2 Reviewed-on: https://gerrit.libreoffice.org/35923 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2016-06-20Convert PART to scoped enumNoel Grandin Change-Id: If4c2849beb207593d3d450ae3846ed24eaf66ca4 Reviewed-on: https://gerrit.libreoffice.org/26173 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-05-31Convert ControlType to scoped enumNoel Grandin Change-Id: Iaa13c3e7030296a97bab144103745867d43b4b19 Reviewed-on: https://gerrit.libreoffice.org/25554 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-01-13tdf#95573 - stop (crazy) busy loop from blocking rendering.Michael Meeks Attempt to blind fix extensions problem on OS/X. Some quite amazing code there. To avoid each busy idle from invalidating, avoid progress bar invalidation for the same %age being set. Change-Id: If96f8615c0ea712681e008972b3abe1c070a3227 2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin I know the comment in debug.hxx said to use SAL_INFO, but SAL_WARN makes much more sense. Change-Id: I3d81f9db89ef8cebe1e4f2983941d69b4c7e6b7d 2015-08-11loplugin: defaultparamsNoel Grandin Change-Id: I79a889c68e91712d2abdacc559c78813f730e623 2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky In the paints, we must use the size of the Window for the computations, not of the RenderContext - the RenderContext can be much bigger than the Window in the double-buffering case. Fixes for example the list boxes, and many others. Change-Id: I4c7607569f88b2d097587140858d0862e54b5ea6 2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin Change-Id: I36a53112e75fca9208b2f91e224a7c671695509b 2015-05-07refactor ProgressBar to use RenderContextTomaž Vajngerl Change-Id: Idf33332a207736f70809820853dee5ce1e0a3cb1 2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl Change-Id: Ifd3339813e5d3dfb54566fd226aaf2d2a199d59a 2015-04-29delegate RenderContext, invalidate - prgsbar, scrbarTomaž Vajngerl Change-Id: I05d68be744044cc82c0397fac25518a53c270761 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl Change-Id: Ia1667246064d11827dbd149def15e5bf08b119b8 2015-04-09vcl: window destructors calling disposeNoel Grandin Extend plugin to warn on any vcl::Window subclass that has a destructor and does not implement dispose. Apply this provision to the necessary classes in vcl/ Change-Id: I05189f8df02568131d59fc44fea904c87733c8c7 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin and dump the ones that nothing is listening to Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin and drop DATACHANGED_DATETIME because no-one is using it Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff 2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin Change-Id: I91ca8e09971aee26f16257a4fd01125cfb2ebcdb 2014-10-11convert vcl StateChangedType to enum classNoel Grandin Change-Id: Ifa46523619ae7fb8d112525b8df594836e51bb8f Reviewed-on: https://gerrit.libreoffice.org/11843 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2014-09-23fdo#82577: Handle WindowNoel Grandin Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a 2014-08-11callcatcher: update unused codeCaolán McNamara lots of ResID stuff going away now Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9 2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock Conflicts: include/vcl/settings.hxx svtools/source/table/tablecontrol_impl.cxx sw/source/core/frmedt/fecopy.cxx vcl/inc/canvasbitmap.hxx vcl/inc/headless/svpframe.hxx vcl/inc/unx/salframe.h vcl/inc/win/salframe.h vcl/inc/win/salprn.h vcl/inc/win/salvd.h vcl/osx/DragSource.cxx vcl/osx/DragSource.hxx vcl/osx/DropTarget.cxx vcl/osx/DropTarget.hxx vcl/osx/OSXTransferable.cxx vcl/osx/OSXTransferable.hxx vcl/osx/clipboard.cxx vcl/osx/clipboard.hxx vcl/osx/salprn.cxx vcl/qa/cppunit/canvasbitmaptest.cxx vcl/source/components/fontident.cxx vcl/source/control/edit.cxx vcl/source/control/spinfld.cxx vcl/source/gdi/gdimtf.cxx vcl/source/gdi/virdev.cxx vcl/source/helper/canvasbitmap.cxx vcl/source/window/dockwin.cxx vcl/unx/generic/dtrans/X11_selection.hxx vcl/unx/kde/UnxFilePicker.cxx vcl/unx/kde/UnxFilePicker.hxx vcl/unx/kde4/KDE4FilePicker.cxx vcl/unx/kde4/KDE4FilePicker.hxx vcl/unx/kde4/KDESalFrame.hxx Change-Id: I9866d985da86dea2a56feff23f91c1467a1636b0 Reviewed-on: https://gerrit.libreoffice.org/8219 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-21vcl: sal_Bool -> boolStephan Bergmann Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-12-23add a basic GetOptimalSize to progress barCaolán McNamara Change-Id: I34b98d4c98b3f9af062473f254ffeadb05130471 2013-03-27-Wunused-macrosStephan Bergmann Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed 2013-03-25Translate German comments, fix some whitespacePhilipp Weissenbacher Change-Id: I44eba784d51522b67826051d20ba8939f195dccb Reviewed-on: https://gerrit.libreoffice.org/2916 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> 2012-11-13convert extension dialog to .uiCaolán McNamara Change-Id: I4d938be9e960f421398dd40bbcf1b3cadc643de1