summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Collapse)Author
2013-10-16cleanupThomas Arnhold
Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
2013-10-09Resuscitate old vcl unit tests.Thorsten Behrens
Needs a deleted canvastools method, move code into more idiomatic vcl/qa place, adapt to new unit test framework. Change-Id: Iddb9c2249673b4d580e46a1d72029be0a8c4d9ba
2013-09-30merge queue_layout and queue_resizeCaolán McNamara
so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2013-09-20Font and ImplLayoutArgs with LanguageTagEike Rathke
Avoid the gazillion temporary conversions / Impl searches. Change-Id: I5232589f1e31d1cbb6becc198b12daabf1038f31
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara
a) For the sidebar the sidebars automatically handle scrolling, but for the older panel the widgets has to do the scrolling so add scrolling parents to the .ui b) Fold the DialogListBox scrolling widget implementation into VclScrolledWindow and remove the duplication. Change-Id: Ife9ccd8c501e5dee7bf3102a92c8261d979cd834
2013-09-14callcatcher: update unused code listCaolán McNamara
No TriStateBoxes are loaded from .res files anymore. Change-Id: Ie897dc9a46a4e09e7fb1160a5bd4a65c63ba7979
2013-09-09CID#1079151 make it impossible to have an init m_eTypeCaolán McNamara
Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7
2013-09-08convert already exists dialog to .uiCaolán McNamara
Change-Id: I6cb2a11b6ee2f94f611aa852c79dd1a6534381da
2013-09-05vcl: MSVC tinderbox can't tell Window from sd::WindowMichael Stahl
Change-Id: I2afc5e2b69a2ffc649dea5e5343fee63c96a594b
2013-09-04Remove unnecessary SystemChildData -> SystemEnvData defineStephan Bergmann
Change-Id: Ifd6763617b9aef45c7301085033b6bbaf9d52e02
2013-09-03Remove more unused methodsMarcos Paulo de Souza
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a Reviewed-on: https://gerrit.libreoffice.org/5757 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-09-02GSOC work, disable QuickSelectionEngine+ListBox navigation modificationGergo Mocsi
Added a function to disable QuickSelectionEngine in ListBox, beacuse it's not needed. ListBox navigation changed: it is not hiding/showing entries, instead of it, jumps to the longest match without filtering. Arrow behavior remains the same. Change-Id: I8982c280f20929c74f9630cbaa95010820d2e234
2013-09-01Remove some unused code from unusedcode.easyMarcos Paulo de Souza
Change-Id: Ic3e96eebbb914c5b905a8c58532ead9cb01dd41d Reviewed-on: https://gerrit.libreoffice.org/5721 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-31fix indentationPhilipp Riemer
Change-Id: Iea68e50e9f91c3fa2467201247bd1aaf4e943cf0
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-28Resolves: #i122778# Enhanced own transformer for drawing transformed bitmapsArmin Le Grand
which is used in the cases where no fallback for direct system support is there (Linux) (cherry picked from commit 75e9010730525ed6122655ac3c3899359c305104) Conflicts: vcl/inc/vcl/bitmapex.hxx vcl/inc/vcl/bmpacc.hxx vcl/source/gdi/bmpacc.cxx Change-Id: I6e7a575e01456297e84785a7de14e42e0dc72f5f
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
e.g. no ImageRadioButton is now loaded from any res/rsc file, so that ctor and associated code paths can be stripped out Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7
2013-08-24add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara
Change-Id: Ie422cd2c903cbd18353b1929c074574d452559ce
2013-08-21allow toolbox icons to be set directly from .uiCaolán McNamara
Change-Id: I8902fb837cfbd99b14a80527300470002571af36
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-08-16callcatcher: newly unused ResId related methodsCaolán McNamara
Change-Id: I8dd43929a085a1d4cde2a9f057adc2feca5d16c1
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
...since gb_LinkTarget_NOEXCEPTIONFLAGS became unused with e81b1f23c49e35c1cde1faa44281812e97be60f5 "remove gb_LinkTarget_add_noexception_object." Change-Id: I4a7275b5b26a9d4b6ded66efb52e6866e6e09cc3
2013-08-12convert vcl/abstdlg.hxx from String to OUStringNoel Grandin
Change-Id: I5c3066d458aab78ccadd14c35bdd91361dad81bf
2013-08-12convert vcl mnemonicengine.hxx and quickselectionengine.hxxNoel Grandin
.. from String to OUString. These 2 API's are tied together, necessitating their conversion in one step. Change-Id: Ibcc05d8d3617253adf49edb4a244542d32b38224
2013-08-12convert vcl/fltcall.hxx from String to OUStringNoel Grandin
Change-Id: I54db835fd93d8e6aceddeeb8d4b254baecc00cbb
2013-08-12convert vcl/field.hxx from String to OUStringNoel Grandin
Change-Id: Ibbca39643906e0d1b7e9ef11f19008508ba16777
2013-08-12convert vcl/FilterConfigItem.hxx from String to OUStringNoel Grandin
Change-Id: I156c249e3384003c8aad76053f96ab317162d5bf
2013-08-12convert vcl/font.hxx from String to OUStringNoel Grandin
Change-Id: I3df88f26516296ca8f4e81576e86372c8b499a84
2013-08-12convert vcl/graphicfilter.hxx from String to OUStringNoel Grandin
Change-Id: I41997c49e6332fc378a3173616112a3a26e336ae
2013-08-12convert vcl/i18nhelp.hxx from String to OUStringNoel Grandin
Change-Id: I804a5713a1d793e4828c78f777418c914a6feb71
2013-08-12convert vcl/pdfextoutdevdata.hxx from String to OUStringNoel Grandin
Change-Id: I65a04c9bf2d1b9f456e6cf8a430c280f7b15e67c
2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin
Change-Id: I8a95a98e5cc92e5bedb4813411afc86cc438fdad
2013-08-12convert vcl/strhelper.hxx from String to OUStringNoel Grandin
Change-Id: I1d54431dbd8c562703879a81540f62b3513e9dc9
2013-08-12convert vcl/svapp.hxx from String to OUStringNoel Grandin
Change-Id: I95c203d1096ebd2e58a11b52097e5080b891243b
2013-08-12convert vcl/textdata.hxx from String to OUStringNoel Grandin
Change-Id: I10a6c682430daeef645ac60984e31c9d165304d8
2013-08-12convert vcl/textview.hxx from String to OUStringNoel Grandin
Change-Id: I455c49cbd398b88fc45d73f58637d1a8c69d2100
2013-08-12convert vcl/unohelp2.hxx from String to OUStringNoel Grandin
Change-Id: I9e0d4d68135ee740af1239d7070dbb4329dda866
2013-08-12convert vcl/vclmedit.hxx from String to OUStringNoel Grandin
Change-Id: I1722f647bc3a871c316998c1f08e0545af0ac92b
2013-08-12convert vcl/xtextedt.hxx from String to OUStringNoel Grandin
Change-Id: I96ad6373fe04e6f936db92c4ce7f50e48e9c5a32
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin
Change-Id: Iaa2dca415b30cae436173df27058c9d3e3755efd
2013-08-12cleanup up code alignmentNoel Grandin
Change-Id: I5354b1961eafbdfac13bb1411098bc3250789664
2013-08-12remove virtual qualifier from a bunch of VCL ListBox methodsNoel Grandin
because no-one is overriding them. Change-Id: I29650a197ecd3a56193a885a32ba7a72ccb78fc7
2013-08-12convert vcl::ListBox::GetEntry from XubString to OUStringNoel Grandin
and make it non-virtual because no-one is overriding it. Change-Id: I7f163aafc2f618100e1b5d01fa67deff0015305b
2013-08-12Convert vcl::ListBox::GetEntryPos from XubString to OUStringNoel Grandin
Also make it non-virtual, since no-one was overriding it. Change-Id: I1ce822065f03c45fc6be036805bdfa741a63f0a8
2013-08-12convert vcl/cmdevt.hxx from XubString to OUStringNoel Grandin
Change-Id: Ib574cc7130f49c7a6be23566377313906c52abb8
2013-08-12convert vcl/button.hxx from XubString to OUStringNoel Grandin
Change-Id: Ib5a834b4e938de1c10dcff79716ba49224137e6b
2013-08-12convert vcl/menu.hxx from XubString to OUString (second attempt)Noel Grandin
Change-Id: I579525326be702ffbb57d49970da5804fd2fe12d
2013-08-12XubString->OUStringCaolán McNamara
Change-Id: I04c7da143425a9d8cc4fae155ad45a469df953c1