summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
2014-04-01linguistic: sal_Bool->boolNoel Grandin
Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14
2014-03-31coverity#704604 Explicit null dereferencedCaolán McNamara
Change-Id: I400105321f7bed54d56bd7af4dfd14656293b5b9
2014-03-31cui: unused code in SvxAreaTabPage::ClickBitmapHdl_ImplMiklos Vajna
This is unused since commit 5627d0bdaf1385df9d90dcec3a319c82c089c2ca (Fix #86988#: Redesign of dialogs, 2001-05-15), and just getting rid of it avoids a crash on Insert -> Frame -> Area -> Bitmap in Writer. Copy&paste of problematic code, take 3. Change-Id: Ide488585bbc6aed157fa6058bcfd1cd0a6d2c7aa
2014-03-31cui: unused code in SvxAreaTabPage::ClickGradientHdl_ImplMiklos Vajna
This is unused since commit 5627d0bdaf1385df9d90dcec3a319c82c089c2ca (Fix #86988#: Redesign of dialogs, 2001-05-15), and just getting rid of it avoids a crash on Insert -> Frame -> Area -> Gradient in Writer. Copy&paste of problematic code, take 2. Change-Id: I5be2b0b3280826d50ea196f95f8ac92d7856ae7d
2014-03-30coverity#1194915 Integer overflowed argumentCaolán McNamara
Change-Id: I6c05a1094fcf3dd51079a6b67ee02b31cc2c6a6c
2014-03-30cui: unused code in SvxAreaTabPage::ClickColorHdl_ImplMiklos Vajna
Once again this is unused since commit 5627d0bdaf1385df9d90dcec3a319c82c089c2ca (Fix #86988#: Redesign of dialogs, 2001-05-15), and just getting rid of it avoids a crash on Insert -> Frame -> Area -> Color in Writer. Change-Id: I4e93b8e5f68c229b3093f60b463bb21173dbd0e5
2014-03-29fdo#74287: Correctly enable/disable widgets w/ invisible linesKatarina Behrens
Restore pre-ui behaviour - disable transparency & width control, but keep colour control active when line contains symbols (e.g. scatter chart) Change-Id: I4005fc376fa1640c5b9d7e736fbdac7417f0edd9
2014-03-29cui: unused code in SvxAreaTabPage::ClickHatchingHdl_Impl()Miklos Vajna
Turns out this is unused since commit 5627d0bdaf1385df9d90dcec3a319c82c089c2ca (Fix #86988#: Redesign of dialogs, 2001-05-15), and just getting rid of it avoids a crash on Insert -> Frame -> Area -> Hatching in Writer. Change-Id: Ic26cc592c0792f966c52dd2ac6de8657ff635cd3
2014-03-29coverity#982292 Logically dead codeCaolán McNamara
Change-Id: I7862ffc1ba51b1083e7cd1fe428fd9a0e134bc38
2014-03-29add translatable attribute to some .ui labels/itemsAndras Timar
Change-Id: I9c626965d0185cf651a5a304e15754e549d893b2
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
...that had been used for DBG_CTOR, DBG_PROF, etc. Change-Id: I8eac38e24b7110511feb7813aaf5a20ab82bdbe0
2014-03-28loplugin:literaltoboolconversionStephan Bergmann
Change-Id: I6c411254865bad6d951ee8dd16e25eeeeeb525a7
2014-03-28-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I8f7c00013d9fbf4d05d4c217d6f211c185ce1c9c
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
(cherry picked from commit b635b4fa4e42053d30ab639643d2236a20243f62) Conflicts: comphelper/inc/comphelper/TypeGeneration.hxx comphelper/source/property/TypeGeneration.cxx cui/source/factory/dlgfact.hxx cui/source/inc/cuitabarea.hxx cui/source/tabpages/tabarea.cxx cui/source/tabpages/tabarea.hrc cui/source/tabpages/tabarea.src cui/source/tabpages/tparea.cxx drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx drawinglayer/source/texture/texture.cxx editeng/inc/editeng/unotext.hxx editeng/source/items/frmitems.cxx include/drawinglayer/texture/texture.hxx include/editeng/brushitem.hxx include/svx/sdr/primitive2d/sdrdecompositiontools.hxx include/svx/svxids.hrc include/xmloff/xmltypes.hxx reportdesign/source/ui/misc/UITools.cxx sc/source/ui/drawfunc/drawsh.cxx sfx2/source/dialog/tabdlg.cxx svl/source/undo/undo.cxx svx/inc/svx/unoshprp.hxx sw/Library_sw.mk sw/inc/doc.hxx sw/inc/format.hxx sw/inc/frmfmt.hxx sw/inc/swatrset.hxx sw/inc/unomap.hxx sw/inc/unoprnms.hxx sw/source/core/access/accpara.cxx sw/source/core/attr/format.cxx sw/source/core/attr/swatrset.cxx sw/source/core/doc/docdraw.cxx sw/source/core/doc/docfly.cxx sw/source/core/doc/notxtfrm.cxx sw/source/core/inc/frame.hxx sw/source/core/inc/frmtool.hxx sw/source/core/layout/atrfrm.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/text/inftxt.cxx sw/source/core/text/porfld.cxx sw/source/core/text/txtfly.cxx sw/source/core/txtnode/fntcache.cxx sw/source/core/uibase/app/docst.cxx sw/source/core/uibase/app/docstyle.cxx sw/source/core/uibase/shells/drawdlg.cxx sw/source/core/uibase/shells/frmsh.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unoprnms.cxx sw/source/core/unocore/unostyle.cxx sw/source/ui/fmtui/tmpdlg.cxx sw/source/ui/fmtui/tmpdlg.src sw/source/ui/frmdlg/frmdlg.cxx sw/source/ui/frmdlg/frmpage.src sw/source/ui/inc/frmsh.hxx xmloff/source/text/txtprhdl.cxx xmloff/source/text/txtprmap.cxx Change-Id: Id3ffaa83bb5594d287f1ac8f2c1c9cf55c70946d
2014-03-28coverity#736138 Dereference null return valueCaolán McNamara
Change-Id: I931d2f5061a5fb048e2fd61267d4f8acb90f2cf5
2014-03-28coverity#736139 Dereference null return valueCaolán McNamara
Change-Id: Ibb178c04119373ad848745fe91fea70cbbb0e8a5
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
Change-Id: Ie20fc857f19f74aaccb546f9bfa11a7a657d3e8a
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27sfx2: sal_Bool->boolNoel Grandin
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin
Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8
2014-03-25More vertical space for the options dialogAndreas Mantke
The vertical space of the options dialog is to small for the new security page in German translation. The last entry is not visible and the button could not be reached. Solution: I added more vertical space to ROW_3 which is the postion of the separation line. I added the hight of a button and of the line. This fixes the issue with missing space for the last entry in section especially for the German translation. Change-Id: Icacfd4587d605e56438f3d7207ce5d257f313072 Reviewed-on: https://gerrit.libreoffice.org/8735 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-03-25use a grid instead of a box because they shrink betterCaolán McNamara
Change-Id: If271f02d99625ffa6fd418cf83307add7c09d802
2014-03-24coverity#982452 Dereference after null checkCaolán McNamara
Change-Id: Icd22b797b5860a007b08f860ae5a728664b9c175
2014-03-24coverity#982451 Dereference after null checkCaolán McNamara
Change-Id: Ia36c745f460004475e2e630114a81545d7b8776d
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
2014-03-23presumably this label and combobox should be in the search frameCaolán McNamara
Change-Id: I1153aeca7d2b9b99da7b4fbca955133c1dfae289
2014-03-23RID_SVXDLG_SEARCHFORM dialog convertSzymon Kłos
Change-Id: I6c5f1d83733c17a561ec2218f6260794b0c4de37 Reviewed-on: https://gerrit.libreoffice.org/8718 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-22coverity#738582 Uninitialized pointer fieldCaolán McNamara
Change-Id: I8b717acba8e5b7e04258a6e76111fc6e867b3057
2014-03-21coverity#705459 Dereference null return valueCaolán McNamara
Change-Id: Ib49e23529e34dfc4afda45f26eec15af67e9da68
2014-03-20add translatable attribute to some .ui labels/itemsAndras Timar
Change-Id: I294a8ff5070af20403ec103ad4420a6e12a97561
2014-03-19sfx2: sal_Bool->boolNoel Grandin
Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63
2014-03-19sfx2: sal_Bool->boolNoel Grandin
Change-Id: Ief810c49b821e2e60ee2c8b14187dd8d7d81c461
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
We need these for Excel interop. Change-Id: I91450c1d205f28636edfb4392aa6ae5091b1d7b7
2014-03-18convert select multi paths dialogs to .uiCaolán McNamara
Change-Id: Iecb6dbee9e7af0600b8355db038ec597cab61d1a
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I01a33e255b0dd2a0045f6eed52e6b31305750599
2014-03-17cui: prefer passing OUString by referenceNoel Grandin
Change-Id: I1a4d36a329a0eac8b9bb3d9b0a5434ffc843bde2
2014-03-14SvxMultiFileDialog is never createdCaolán McNamara
because the single caller of it is a hidden button in the old mail merge dialog which was never completed to allow attachments to emails (because it never was able to send emails, the new one can FWIW) all of which has logical knock on effects to shrink things down substantially Change-Id: I831cac8f670eaafc96b2ea4d78516f67b662fa7d
2014-03-14convert certificate path dialog to .ui formatCaolán McNamara
Change-Id: Ifb711805a37f7cd49b6063c5d17aa7a3f5dcfdaa
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0
2014-03-14svx: sal_Bool->boolNoel Grandin
Change-Id: I673d022c01b7d076120c026b236a37735b5043b0