summaryrefslogtreecommitdiff
path: root/cui/source
AgeCommit message (Collapse)AuthorFilesLines
2014-03-27sfx2: sal_Bool->boolNoel Grandin111-322/+324
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann3-3/+3
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25svtools: sal_Bool->boolNoel Grandin3-13/+13
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25svtools: sal_Bool->boolNoel Grandin21-80/+81
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8
2014-03-25More vertical space for the options dialogAndreas Mantke1-1/+1
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-24coverity#982452 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Icd22b797b5860a007b08f860ae5a728664b9c175
2014-03-24coverity#982451 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Ia36c745f460004475e2e630114a81545d7b8776d
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24svtools: sal_Bool->boolNoel Grandin1-7/+7
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
2014-03-24svtools: sal_Bool->boolNoel Grandin1-4/+4
Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
2014-03-23RID_SVXDLG_SEARCHFORM dialog convertSzymon Kłos5-634/+269
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 McNamara1-0/+2
Change-Id: I8b717acba8e5b7e04258a6e76111fc6e867b3057
2014-03-21coverity#705459 Dereference null return valueCaolán McNamara1-0/+3
Change-Id: Ib49e23529e34dfc4afda45f26eec15af67e9da68
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63
2014-03-19sfx2: sal_Bool->boolNoel Grandin5-7/+7
Change-Id: Ief810c49b821e2e60ee2c8b14187dd8d7d81c461
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-4/+6
We need these for Excel interop. Change-Id: I91450c1d205f28636edfb4392aa6ae5091b1d7b7
2014-03-18convert select multi paths dialogs to .uiCaolán McNamara9-302/+237
Change-Id: Iecb6dbee9e7af0600b8355db038ec597cab61d1a
2014-03-18sfx2: sal_Bool->boolNoel Grandin3-7/+7
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
2014-03-18sfx2: sal_Bool->boolNoel Grandin4-6/+6
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: I01a33e255b0dd2a0045f6eed52e6b31305750599
2014-03-17cui: prefer passing OUString by referenceNoel Grandin12-26/+27
Change-Id: I1a4d36a329a0eac8b9bb3d9b0a5434ffc843bde2
2014-03-14SvxMultiFileDialog is never createdCaolán McNamara8-358/+25
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 McNamara6-197/+46
Change-Id: Ifb711805a37f7cd49b6063c5d17aa7a3f5dcfdaa
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0
2014-03-14svx: sal_Bool->boolNoel Grandin2-8/+8
Change-Id: I673d022c01b7d076120c026b236a37735b5043b0
2014-03-13coverity#708786 Unused pointer valueCaolán McNamara1-2/+0
Change-Id: I1ca9a4bfa6b72d836e0143373ff6831dc59a9a7e
2014-03-13coverity#738584 Uninitialized pointer fieldCaolán McNamara1-0/+1
Change-Id: I2aefd425027f782b11dd362dcf11cd28d5e9bac0
2014-03-13coverity#738585 Uninitialized pointer fieldCaolán McNamara1-0/+1
Change-Id: I3d876fc4fa450204776f8aae82c95081a50f4759
2014-03-13coverity#738586 Uninitialized pointer fieldCaolán McNamara1-0/+1
Change-Id: If52645a0cba2d82976b314b9195caa83a6af13a0
2014-03-13coverity#705796 Dereference before null checkCaolán McNamara1-1/+1
Change-Id: I31b576d3aafb00939e55e2a9abbbdb5442844ba1
2014-03-13coverity#705797 Dereference before null checkCaolán McNamara1-1/+1
Change-Id: If504fce5a437d9d4f5ea89be154fa324d5cca5a3
2014-03-13svtools,svx: prefer passing OUString and OString by referenceNoel Grandin2-4/+4
Change-Id: Iceb2cbcda9d8ddb4ee00db9365c751e0e5d8b3a6
2014-03-12convert gallery apply progress dialog to .uiCaolán McNamara5-83/+14
Change-Id: I1fd2f2f1faa51346eb68445688fb5e1ef85b7124
2014-03-12convert gallery files page to .uiCaolán McNamara6-187/+82
Change-Id: Ifd5c9b16f8f9a42e13f1139076f7616dd3e0f8d0
2014-03-12coverity#705462 Dereference null return valueCaolán McNamara1-0/+2
Change-Id: Ic859f10a4fb70371f7616b4c17bb4c5040fd5051
2014-03-12coverity#705461 Dereference null return valueCaolán McNamara1-1/+3
Change-Id: Icc9dac3f198432f0b548cbe9c559658ee26ba1cc
2014-03-12coverity#705795 Dereference before null checkCaolán McNamara1-1/+1
Change-Id: I9cf31d5d4a260f0b33539479599610a91875e2e1
2014-03-12coverity#705794 Dereference before null checkCaolán McNamara1-1/+1
Change-Id: I63735efaecfad348e04a55a41c5c446cb88db067
2014-03-11convert gallery update progress dialog to .uiCaolán McNamara4-52/+13
Change-Id: If1bcd040fabef1d352f04898f4bb583d9f4fc8c7
2014-03-11convert gallery general page to .uiCaolán McNamara5-147/+26
Change-Id: I329f8bdea6206f48cd3834126869584b9057253f
2014-03-11svx: sal_Bool->boolNoel Grandin2-34/+34
Change-Id: I25415a15abc5c65eeca106b1f444fb9711e8ce4a
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
2014-03-11svx: sal_Bool->boolNoel Grandin1-5/+5
Change-Id: I26a7bded5138d646c67ae396690659ee13ba9f36
2014-03-11svx: sal_Bool->boolNoel Grandin1-7/+7
Change-Id: I7e7bdce5c3ddb7871b9c1fbfe93dc7f7c254f1bb
2014-03-11svx: sal_Bool->boolNoel Grandin7-14/+14
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I881b262277a23dae7975b541fe0dccf0d09cb985
2014-03-11svx: sal_Bool->boolNoel Grandin2-3/+3
Change-Id: I41f3935a468f38c59bfbce7096bb086daf6190a3
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Ifd9279e7ccc671395caa1e6f3723e86062d2fb08