summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-03-12coverity#705795 Dereference before null checkCaolán McNamara
Change-Id: I9cf31d5d4a260f0b33539479599610a91875e2e1
2014-03-12coverity#705794 Dereference before null checkCaolán McNamara
Change-Id: I63735efaecfad348e04a55a41c5c446cb88db067
2014-03-11convert gallery update progress dialog to .uiCaolán McNamara
Change-Id: If1bcd040fabef1d352f04898f4bb583d9f4fc8c7
2014-03-11Resolves: fdo#74985 forward/back buttons too largeCaolán McNamara
Change-Id: Ibed2216d2ca0a6dce48c0a6ef276f4a4f4d53219
2014-03-11convert gallery general page to .uiCaolán McNamara
Change-Id: I329f8bdea6206f48cd3834126869584b9057253f
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I25415a15abc5c65eeca106b1f444fb9711e8ce4a
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I26a7bded5138d646c67ae396690659ee13ba9f36
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I7e7bdce5c3ddb7871b9c1fbfe93dc7f7c254f1bb
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I881b262277a23dae7975b541fe0dccf0d09cb985
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I41f3935a468f38c59bfbce7096bb086daf6190a3
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: Ifd9279e7ccc671395caa1e6f3723e86062d2fb08
2014-03-10Simplify use of OUString::copyStephan Bergmann
Change-Id: I2220ae614d8bc2f231947ec9336ef42e0e9398f1
2014-03-10fdo#75968 Fix OUString conversionMaxim Monastirsky
Change-Id: Ie865b16c163d47de34ab2fe23bb7432b7710877f Reviewed-on: https://gerrit.libreoffice.org/8510 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-07callcatcher: update unused codeCaolán McNamara
Change-Id: Ic8952696fc0e3d78b8183ee7f5c90e37590c7dec
2014-03-07this skeleton can go nowCaolán McNamara
Change-Id: Iae230af6c073d1522becdc540f2992a772557cef
2014-03-07convert customize menu page to .uiCaolán McNamara
Change-Id: Ifb47cb1e902a64ece951fe9b4d28ba49bbb4b3ee
2014-03-07strip this .ui skeleton to the last remaining useful bitsCaolán McNamara
Change-Id: I7a1d5af0bf28cbdd57712ce089b7de4a99393fb8
2014-03-07coverity#704603 Explicit null dereferencedCaolán McNamara
Change-Id: I1e15be39f4db97fb6e24b995d8bd75d829c3d015
2014-03-07coverity#704606 Explicit null dereferencedCaolán McNamara
Change-Id: I984696874455225fc714d25a79e89eb4f879484e
2014-03-07coverity#982453 Dereference after null checkCaolán McNamara
Change-Id: I4d7006ea9212313ef71e0879093d8f0cbc40b34f
2014-03-07coverity#982454 Dereference after null checkCaolán McNamara
Change-Id: I405db209c9277ba47b26d2a0970f4265e190a7c7
2014-03-07convert events config page to .uiCaolán McNamara
Change-Id: Ida0a6d1242333497cde9f2ef7a8830602caa0ccb
2014-03-07convert acceleration config page to .uiCaolán McNamara
Change-Id: I0868b635d3aca4d368f32a0035b3f57a0da35ac7
2014-03-07callcatcher: update unused codeCaolán McNamara
Change-Id: I6487e6ede0a50d88a4f8c3d3b07bdad2603aa4b4
2014-03-07coverity#708784 Unused pointer valueCaolán McNamara
as far as I can see the whole block is useless Change-Id: I26f2a033090e2e855a344a038246142995fb5727
2014-03-06convert another password dialog to .uiCaolán McNamara
Change-Id: I208854a35886959a439954e7848dc277ee6fa96b
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-05remove unused code SfxAcceleratorConfigPage::CreateNoel Grandin
Change-Id: I0fa740b8eec80aff999627ba5a095248f69dab81
2014-03-05remove unused code SvxDistributePage::GetRanges()Noel Grandin
Change-Id: I5f53ad2cac374463991ad0e576297a07ca30ea5f
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida
Fix all sorts of incorrect double line handling in drawinglayer in order to draw thick-thin double line types correctly. Also change handling of border lines in writer tables. There are still some outstanding issues but it's much better than how it was before. Also realized that Word and Excel handle simple thin double lines differently; Word varies widths of all of the lines and the gap whereas Excel only has one fixed size for its double line. For this reason I decided to add a separate double line type (DOUBLE_THIN) to handle Excel's double line. Change-Id: Iaaa353b6e4f998b524262bea59260b4333e0cdb4
2014-03-03convert word completion page to .ui formatCaolán McNamara
Change-Id: I4f60b5530428ad39bf7e9bea58b09d4228e11bb3
2014-03-01Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida
0.75 pt provides a better interop with Excel documents. Change-Id: Ic1d2cbbe4e35dc0793a0e35d3836261d91138f7c
2014-02-28Related: fdo#73851 select driver list widget to shrink/expandCaolán McNamara
Change-Id: I3f2013ab8e0b188e74da99d2f1ff8bc842f60f50
2014-02-27Undoing changed made on fdo#63271 because of complains.pje335_NL
Change-Id: I504676db3e692072f9c4d6a265877133ae97f288 Please enter the commit message for your changes. Lines starting Reviewed-on: https://gerrit.libreoffice.org/8376 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27editeng: sal_Bool->boolNoel Grandin
Change-Id: I9e27453f0b77a23ae3d811f0a50a85d3fdf80978
2014-02-27editeng: sal_Bool->boolNoel Grandin
Change-Id: Ice3b0a4ccf7a6d25311ff65a23efa9082cd501de
2014-02-27editeng: sal_Bool->boolNoel Grandin
Change-Id: I1b5327ee57d0d60854784a51784f9272bb72b2b5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from cuiAlexander Wilms
Change-Id: I6cec1f747ce57c3153af92e9e0c317d34d5a245d Reviewed-on: https://gerrit.libreoffice.org/8250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25Clean up confusing name clashes of non-virtual SvListView member functionsStephan Bergmann
...Expand/Collapse/Select with virtual functions of the same names in derived classes. Change-Id: Id2c7e434cc972ac8a789c60ceaf54dc76246be12
2014-02-25callcatcher: update unused codeCaolán McNamara
Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772
2014-02-24sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara
which means that icons suddenly reappeared in the menus when the gtk theme had disabled them ref e8f8f24c8415898c787bbfb629247ed62e73a2b9 Change-Id: Ia9aef5ca39bda2ddf6d7c4ebc2bddc01d470d09b
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-24Remove unnecessary bool2anyStephan Bergmann
Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann
Change-Id: I4848bf84615274ad5732223a354fb7a6b845d9a8
2014-02-23coverity#704595 Dereference after null checkCaolán McNamara
Change-Id: I2c8aa1163d3eb228259db0c51f5cf9dca0657daf
2014-02-23Remove unneccessary commentsAlexander Wilms
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7