summaryrefslogtreecommitdiff
path: root/svx/source/dialog
AgeCommit message (Collapse)AuthorFilesLines
2014-07-09simplify loopDavid Tardon1-8/+5
Change-Id: I26c1456ca805c6f3ecfa5bd4876e7ae345f087e7
2014-07-09fdo#81004 this looks like a mis-merge to meDavid Tardon1-8/+0
Change-Id: I2d30774a8a89002b6c2d8487bfce15eb13c82e0d
2014-07-09tweak conversion a bitCaolán McNamara3-31/+25
a) rework to remove the need for a ::Resize impl b) move the explicit pixel size into relative APP_FONT size c) lock down the target combobox size so it doesn't jump around Change-Id: Iad995453c178234d1ad0f794b5193920dcd275fe
2014-07-09RID_SVXDLG_IMAP conversion to .uiSzymon Kłos5-498/+286
Change-Id: I6d0ecb693177436a47d1115cdab6d5ec20254f4f Reviewed-on: https://gerrit.libreoffice.org/10105 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-03fix regression in paper format previewCaolán McNamara1-3/+1
regression from 7d9bb549d498d6beed2c4050c402d09643febdfa Change-Id: Iede5abe9fddfff48bd73d69f4b48e178aa2342d3
2014-07-01Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann1-2/+2
Change-Id: I78a368ef2899b2462251b45a327fc7b1f31fe764
2014-07-01Related: fdo#80713 make 'Gif image', etc. translatableCaolán McNamara3-10/+70
Change-Id: I47d15623bd12b4b63a8d3701aaf1bebbba5ca7c5
2014-07-01loplugin:literaltoboolconversionStephan Bergmann2-9/+9
Change-Id: I864d5e3fbb7f8f8278c45b721be70f805c6a6713
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand2-334/+585
for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes (cherry picked from commit cc25c58f7052827bfebdc9fbeec668c8fa29ed1b) Conflicts: cui/source/factory/dlgfact.cxx cui/source/factory/dlgfact.hxx cui/source/inc/bbdlg.hxx cui/source/inc/cuires.hrc cui/source/tabpages/bbdlg.cxx cui/source/tabpages/bbdlg.src cui/source/tabpages/page.cxx cui/source/tabpages/tparea.cxx include/svx/pagectrl.hxx include/svx/svxdlg.hxx include/svx/svxids.hrc include/xmloff/PageMasterStyleMap.hxx include/xmloff/prstylei.hxx include/xmloff/txtprmap.hxx svx/Package_inc.mk svx/inc/svx/hdft.hxx svx/source/dialog/hdft.cxx svx/source/dialog/pagectrl.cxx svx/source/tbxctrls/tbxcolorupdate.cxx svx/source/unodraw/unobrushitemhelper.cxx sw/Library_sw.mk sw/inc/fillattributes.hxx sw/inc/format.hxx sw/inc/frmatr.hxx sw/inc/frmfmt.hxx sw/inc/hintids.hxx sw/inc/hints.hxx sw/inc/ndtxt.hxx sw/inc/node.hxx sw/inc/swunohelper.hxx sw/inc/unobrushitemhelper.hxx sw/inc/unoprnms.hxx sw/source/core/attr/format.cxx sw/source/core/attr/hints.cxx sw/source/core/doc/docdesc.cxx sw/source/core/doc/docdraw.cxx sw/source/core/doc/docfmt.cxx sw/source/core/doc/docnew.cxx sw/source/core/doc/docredln.cxx sw/source/core/doc/poolfmt.cxx sw/source/core/doc/visiturl.cxx sw/source/core/docnode/node.cxx sw/source/core/inc/frame.hxx sw/source/core/inc/frmtool.hxx sw/source/core/inc/rolbck.hxx sw/source/core/layout/atrfrm.cxx sw/source/core/layout/fillattributes.cxx sw/source/core/layout/findfrm.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/txtnode/ndtxt.cxx sw/source/core/txtnode/thints.cxx sw/source/core/txtnode/txtedt.cxx sw/source/core/undo/rolbck.cxx sw/source/core/unocore/swunohelper.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unoparagraph.cxx sw/source/core/unocore/unoprnms.cxx sw/source/core/unocore/unostyle.cxx sw/source/ui/chrdlg/paradlg.src sw/source/ui/chrdlg/pardlg.cxx sw/source/ui/fmtui/tmpdlg.cxx sw/source/ui/fmtui/tmpdlg.src sw/source/uibase/app/docst.cxx sw/source/uibase/app/docstyle.cxx sw/source/uibase/frmdlg/colex.cxx sw/source/uibase/shells/basesh.cxx sw/source/uibase/shells/textsh1.cxx sw/source/uibase/uiview/viewstat.cxx sw/source/uibase/utlui/uitool.cxx xmloff/inc/PageMasterImportContext.hxx xmloff/inc/xmloff/XMLShapeStyleContext.hxx xmloff/source/draw/XMLShapeStyleContext.cxx xmloff/source/draw/sdpropls.hxx xmloff/source/style/PageMasterExportPropMapper.cxx xmloff/source/style/PageMasterImportContext.cxx xmloff/source/style/PageMasterPropHdlFactory.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/text/txtexppr.cxx xmloff/source/text/txtprhdl.cxx xmloff/source/text/txtprmap.cxx xmloff/source/text/txtstyli.cxx Conflicts: svx/source/dialog/hdft.cxx sw/source/core/doc/visiturl.cxx sw/source/core/txtnode/thints.cxx sw/source/core/txtnode/txtatr2.cxx sw/source/core/unocore/unostyle.cxx Change-Id: I7e8779db6c0cbd1e242b63eab888f468f2de509a
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+1
Change-Id: I88efc4be6ff869ef97a2b398d43f7b7914debfc6
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud3-5/+5
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
2014-06-26clang: Result of operation is garbage or undefinedCaolán McNamara1-3/+3
Change-Id: I49f58ae6a7c046af4c3de8d35219ffe2e4ba8f20
2014-06-22Avoid possible memory leaks in case of exceptionsTakeshi Abe5-45/+32
Change-Id: Ic84b7275f3dfa9a7db47757f94d82b0036fd42da
2014-06-22Drop commented-out codeTakeshi Abe1-5/+0
Change-Id: I254e429201183b6112625fd04683d7c2aa8b867a
2014-06-21Avoid possible memory leaks in case of exceptionsTakeshi Abe4-30/+24
Change-Id: I27a0c3639c346720df471ffa3940783565c47f7d
2014-06-18coverity#706090 Unintended sign extensionCaolán McNamara1-1/+1
Change-Id: Ibeb413fb6494434185efc13a10b61e84917545e7
2014-06-18coverity#1132707 Unintended sign extensionCaolán McNamara1-2/+2
Change-Id: I54bcaf13efca35b009bf0e07a50872b2cdc52722
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-8/+0
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-16convert Save Progress Dialog to .uiCaolán McNamara3-65/+10
Change-Id: I833e6e9c78620443325b5ef9efa403a5eef497cc
2014-06-13loplugin:staticcallStephan Bergmann1-7/+7
Change-Id: I41ecb2b80251f56823f6b59c0746ff50531e6c84
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2-6/+6
...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2-10/+10
...there was a call site that passed undefined "null pointer reference" (apparently in a case where the passed argument was actually unused) Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2-7/+7
...there were a number of call sites that passed undefined "null pointer references" (apparently in cases where the passed argument was actually unused) Change-Id: I19799e90f0cd8e98367782441a5ea9df27b59830
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-80/+0
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-04drop now unused RID_SVX_TABDLG_DOCRECOVERYCaolán McNamara1-11/+0
Change-Id: Ie9fd186523d78436d5a0e8f33899aa1f462d495a
2014-06-04convert document recovery dialog to .uiCaolán McNamara4-367/+163
and move sidebar global resource defines up to the toplevel so its harder to collide with them and adjust the define to indicate the next free resource id. and simplify the dialog down a good bit and remove intermediate classes etc. Change-Id: I8d6db17fcdfc86457368d7f432bd96f6f3aa182d
2014-06-03disallow private use language tags in combo box editEike Rathke1-1/+1
Change-Id: I75f0b93507d31a12b07e4bb7d2c86671aa074486
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin1-4/+4
Change-Id: Icd5845367157cc0b0c9342c6037b199c49432a76
2014-05-30coverity#704809 Explicit null dereferencedCaolán McNamara1-2/+5
Change-Id: I8febb74648b409e214e805084682d932424252b3
2014-05-27fdo#78920: Number %NUMBERSTRING in tooltipJason Hulme1-2/+2
Fixed string in Bullets and Numbering and changed sidebar to use the same set of strings. Change-Id: Ib8a103e203cf66c979216175d4047bca518290ce Reviewed-on: https://gerrit.libreoffice.org/9492 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-05-26coverity#705258 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I96dbefbc5ecc006b4ec456290cabed5026c18b03
2014-05-26callcatcher: update unused codeCaolán McNamara1-8/+0
a few more ResId using ctors going away Change-Id: Ic956bc179c094d19989bf850657471192d042a01
2014-05-24convert doc recovery save page to .uiCaolán McNamara3-128/+22
and a wizard with one page is just a dialog, so make that simplification and conversion too Change-Id: I9f6335007609893308d57d693a18a313bcbb9244
2014-05-23feedback color indicator for invalid tagsEike Rathke1-0/+19
Change-Id: I235e32587779369c139aedd1961b37d8fcad8f53
2014-05-23coverity#1215400 Uninitialized scalar fieldCaolán McNamara1-2/+5
Change-Id: Ie82c16d7d7b3f4fed09bed1d6adec32d5d3934e5
2014-05-22advance start of edit selection on a matching entryEike Rathke1-0/+17
... to allow continuous typing. Change-Id: I4717e72e422037a441e582004bc87689ea7bc455
2014-05-22+ SvxLanguageComboBox EditModifyHdl(), SaveEditedAsEntry()Eike Rathke1-0/+73
Change-Id: I6acc7538fcbf8aa7a5e50ba72b27409252cffa15
2014-05-21we have GetEntryPos(), use itEike Rathke1-8/+12
Change-Id: Iebb19951efa81817793a155164862076d1198e6e
2014-05-21RID_DLG_UPDATE conversion to .uisk941-5/+5
Conflicts: desktop/source/deployment/gui/descedit.hxx Change-Id: Icf9ee3081b468f99833d1e38182887ad1da6f675 Reviewed-on: https://gerrit.libreoffice.org/9417 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl1-4/+10
In the Paragraph "Indents & Spacing" tab there are fields with unit: <object class="svxlo-SvxRelativeField" id="spinED_LEFTINDENT:0cm"> But the unit is effectively ignored, and the resulting SvxRelativeField with FUNIT_NONE and 9999 max somehow results in 0.18cm max when the dialog sets cm as unit. Change-Id: I6001c93079fd7d899f1e119913b29ea4898b1c34
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold8-40/+0
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-19svx: SvxPixelCtl should never be able to have zero linesChris Sherlock1-0/+1
Change-Id: I898d4d8f00a190a57d3402aa6c9da96c960b6fe5
2014-05-19Resolves: fdo#78841 crash because parent isn't SvxTabPageCaolán McNamara1-13/+4
regression from 60f11adb950e4f9645cc9ecb0f5af8235cc97366 Change-Id: I244dd9fba3dc8230fcac8710a1289151b25dcf6c
2014-05-16more SvxLanguageBoxBase interfacingEike Rathke1-4/+97
Change-Id: Ife9317d40756099ae4d8ecb84cccea91bd75a14c
2014-05-16introduce SvxLanguageBoxBase, SvxLanguageBox, SvxLanguageComboBoxEike Rathke1-75/+205
In preparation of having a language box available as ComboBox to be able to add language tags. Change-Id: I5af5ea5bb06e558db1fcf9c0668be274d5cec04e
2014-05-08some more %PRODUCTNAME usageThomas Arnhold1-2/+2
Change-Id: If418877b88e95cd55c39fc6dbe314b3a796574cd
2014-05-08typosThomas Arnhold1-1/+1
Change-Id: I2e7676ddec446dfdb72018a1039d6271f963376c
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-2/+2
follow to commit ff1a7a59434f5f793d4044aad615bcf78148e963 "RFC: add IsValueChangedFromSaved to VCL button and listbox" Change-Id: If2e6d9e7c18590dc4abbc90362d7897ca2557dd6
2014-05-07coverity#735860 Explicit null dereferencedCaolán McNamara1-5/+6
Change-Id: I2c031ffc70e7ddacde52f120513f9dd5ff1a4c50
2014-05-07coverity#735859 Explicit null dereferencedCaolán McNamara1-7/+3
Change-Id: I8edbf48bc981b4636dd55b5f4cd2b314d387486d