summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2014-06-17rtl::Reference fits just fine hereStephan Bergmann
Change-Id: Id0a13af0c0d1aa0b6a21edde0ec7f97730a1c912
2014-06-17Resolves: #i125065# handle critical cases in FillStyle/FillProperties...Armin Le Grand
toolbar combination (cherry picked from commit 0ce4a90e14ddc9067d014405235a36aa959c6ea2) Conflicts: include/svx/fillctrl.hxx svx/source/tbxctrls/fillctrl.cxx Change-Id: I9a1b2490a7e9285559dddd4df7fb20c2216fd450
2014-06-17bnc#882627: Allow to edit spacing to contents even with no borders visible.Matúš Kukan
SfxItemSet::MergeValue changes some items from SFX_ITEM_DEFAULT state to SFX_ITEM_SET which I think is a bug but this patch avoids the problem too. The issue was: visible changes in some tables, after changing e.g. borders spacing, because the cells had wrong SfxItemSet after the process. Change-Id: I676b211e1a4a1d7341c385d63503aa740718ed5d
2014-06-17coverity#1209942 Uncaught exceptionCaolán McNamara
Change-Id: Ice7a4802605fbe59dfb24a27408106756a3494ba
2014-06-17coverity#1209943 Uncaught exceptionCaolán McNamara
Change-Id: I3bb5ecb07d859a05337884a5b29d991b46382b48
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-17svx: fix VML export of rectangles imported from drawingMLMiklos Vajna
This wasn't a problem before, as EnhancedCustomShapeTypeNames wasn't involved for the export of rectangles, as those were handled in sw directly. CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this problem, the VML fallback part was empty due to this. Change-Id: Ib2622fe05ddaa66bb3231977e30a8a1ca8748001
2014-06-16convert Save Progress Dialog to .uiCaolán McNamara
Change-Id: I833e6e9c78620443325b5ef9efa403a5eef497cc
2014-06-16translatable="yes" in .ui filesAndras Timar
Change-Id: I2f15875aaba4d960e7b66d38286ef08e091532e1
2014-06-16Clean up SdrModel::MigrateItemSetStephan Bergmann
* No need to support null pNewModel argument (the one call site that did pass in null explicitly in sd/source/ui/func/fupate.cxx can just as well pass in mpDoc, and all existing call sites are guaranteed to pass in a non-null value). * With that changed, SdrModel::MigrateItemSet can be static. (At least in JunitTest_forms_unoapi it could happen that the call from svx/source/sdr/properties/attributeproperites.cxx called MigrateItemSet on a null GetSdrObject.GetModel(), which was undefined behavior even though it was harmless.) Change-Id: Idface48da7e889c6e5768d0e49bc67c88b4c3ec4
2014-06-16Sidebar: fix some typos in function naming.Pedro Giffuni
Mostly found by: Noel Grandin Reviewed by: Andre Fischer (cherry picked from commit 1ad216c0b831fc10ff4e73392dbcc9832463a7bc) Conflicts: svx/source/sidebar/line/LineWidthControl.cxx svx/source/sidebar/line/LineWidthControl.hxx Change-Id: I662a262d2cd920b54338c16bf688181b95e2f863
2014-06-13loplugin:staticcallStephan Bergmann
Change-Id: I41ecb2b80251f56823f6b59c0746ff50531e6c84
2014-06-13coverity#983928 Uncaught exceptionCaolán McNamara
Change-Id: Ib3b25a0aab2389be68fc8339f9b08a87de419b33
2014-06-12Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás
When it is a release build then enable it only on Windows and Linux. Change-Id: I7c462aeb75e6ab60eeaa0fa42ca7853a6369b742
2014-06-12coverity#704831 Dereference after null checkCaolán McNamara
Change-Id: Ia1466b6215c2189395285ba377a18ac27e67b93a
2014-06-12fdo#79883 the page view object contact must existDavid Tardon
Change-Id: I5c6bd3ea267f1ea84b46e46aa508a27d00903347
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
...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 Bergmann
...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 Bergmann
...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-10-Werror,-Wtautological-undefined-compareStephan Bergmann
Change-Id: Ib3334c2bc66bd64711542a7d3e84b27900cda53d
2014-06-10coverity#707245 Uncaught exceptionCaolán McNamara
Change-Id: I9579078a845cd25e25b863e08de94aec1687d596
2014-06-10coverity#1222241 Uncaught exceptionCaolán McNamara
Change-Id: Ibaf3a5305082b60fadb8a2499712dc4a460cb449
2014-06-10coverity#1222243 Uncaught exceptionCaolán McNamara
Change-Id: Ia0e1d109023c133104574c380a5e7abda5ae2480
2014-06-09gbuild, gengal: Win32 make command line limit strikes again ...Michael Stahl
... so add a response file parameter --filename. Change-Id: Idc71de7508b571b0e0608a65b92cd45e6800f7c3
2014-06-09svx: Pakage_gengal is not needed on WNTMichael Stahl
Change-Id: Ia012b38485f002748133c4a5f0d32d5d87168549
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-06coverity#1158094 Unchecked dynamic_castCaolán McNamara
Change-Id: Ieac19e8dbb8328791d0c7110e9c787ec7c3bd448
2014-06-05coverity#705261 Missing break in switch, assuming its intentionalCaolán McNamara
Change-Id: Ia19f7790871dec7022c5d1f57f082638b70403fb
2014-06-05svx: remove SAL_THROW macroNoel Grandin
Change-Id: I8bfce109e55871d48b35300be98085f383fef26f
2014-06-04-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Ib05bcc5ea8ce70170113657999e1fc974d35c9c4
2014-06-04drop now unused RID_SVX_TABDLG_DOCRECOVERYCaolán McNamara
Change-Id: Ie9fd186523d78436d5a0e8f33899aa1f462d495a
2014-06-04convert document recovery dialog to .uiCaolán McNamara
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-04coverity#705389 Mixing enum typesCaolán McNamara
Change-Id: I3e2d5e6eb6005fd4f820a742d1b0e9eb6dafca6f
2014-06-04coverity#738062 Uncaught exceptionCaolán McNamara
Change-Id: Id123422e23f93b1c0062cac190fcf93a253cb629
2014-06-04coverity#738055 Uncaught exceptionCaolán McNamara
Change-Id: Ic4bb1603894ce7ff1b72e1290501d6cd17e6d762
2014-06-04coverity#738052 Uncaught exceptionCaolán McNamara
Change-Id: If6767fdc7a3e462cbd88dcc879857676037e80ef
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8
2014-06-04fix indentationMarkus Mohrhard
Change-Id: Ie4609df2ae19c92d844c0f0ecf7c67d23c8baeba
2014-06-04remove whitespaceMarkus Mohrhard
Change-Id: Ibe29f47ad478cc88d299f567fa36e73daf857ec2
2014-06-03disallow private use language tags in combo box editEike Rathke
Change-Id: I75f0b93507d31a12b07e4bb7d2c86671aa074486
2014-06-03fix spelling of field name mbColseByEdit->mbCloseByEditNoel Grandin
Change-Id: I640491dff8378e89d37596c5fcd9e9281c6e7874
2014-06-03cid#1194914 Overflowed return valueNoel Grandin
Change-Id: I0f06d0c631632e2dcbba706a17830033aae6f365
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin
Change-Id: Icd5845367157cc0b0c9342c6037b199c49432a76
2014-06-02coverity#1213461 Uncaught exceptionCaolán McNamara
Change-Id: I4c0a28ea11e0d38837a3b338928073d32d2b6abe
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet
Exception: http://opengrok.libreoffice.org/xref/core/sd/source/ui/view/DocumentRenderer.src#55 Change-Id: Iecfe49b51ed68de00f1b5adfb5bca9fa793fb1f9
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
Added header guards to files in directory svx/ Change-Id: I1c2006bccf03c3057daf6ea2711c52a8c1f455f3 Reviewed-on: https://gerrit.libreoffice.org/9586 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-06-01Typo: colect->collectJulien Nabet
Change-Id: Ib53aad3b773e8818c174f5dd35685e5bbe70afd7
2014-05-30coverity#704809 Explicit null dereferencedCaolán McNamara
Change-Id: I8febb74648b409e214e805084682d932424252b3
2014-05-30coverity#705256 Missing break in switchCaolán McNamara
Change-Id: I173926b7966d0d75b51652a3983d73923fa2e575
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
.. now that we have a default value for that parameter Change-Id: I54d6b0a0a01ce2f2e5168ada0c427424de0477bc