summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2014-06-24new compilerplugin returnbyrefNoel Grandin17-134/+120
2014-06-23can't have bare english strings in .cxxCaolán McNamara3-33/+24
2014-06-23Convert DLG_ASS to .uiPalenik Mihály12-942/+1527
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper9-18/+18
2014-06-21Revert "bnc#882631: keep line visible if proportional line spacing is < 100%."Matúš Kukan1-2/+2
2014-06-20Resolves: #i121410# Secured usage of pTextGroupArmin Le Grand1-7/+10
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida10-21/+35
2014-06-19coverity#704771 Explicit null dereferencedCaolán McNamara1-2/+2
2014-06-19coverity#735837 Explicit null dereferencedCaolán McNamara1-1/+1
2014-06-19coverity#706052 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-18Resolves: fdo#80140 inverted spell-check continue logicCaolán McNamara1-7/+2
2014-06-17rtl::Reference fits just fine hereStephan Bergmann6-13/+6
2014-06-17fix sd_import_tests after e42c05c1f96832572e525d85d89590f56f5a29ddMatúš Kukan1-2/+2
2014-06-17coverity#707138 Uncaught exceptionCaolán McNamara2-4/+4
2014-06-17coverity#1223089 Dereference before null checkCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin49-210/+42
2014-06-16Revert "Make glTF support an experimental feature"Zolnai Tamás3-27/+4
2014-06-16Reduce test doc size, use a simpler gltf modelZolnai Tamás2-2/+2
2014-06-16Fix gltf export: close plugin element before export fallbackZolnai Tamás1-0/+0
2014-06-16glTF import/export: fallback must be the second one inside the frameZolnai Tamás1-0/+0
2014-06-16glTF export: Use plural folder namesZolnai Tamás2-2/+2
2014-06-16translatable="yes" in .ui filesAndras Timar1-1/+1
2014-06-16Clean up SdrModel::MigrateItemSetStephan Bergmann2-5/+5
2014-06-16Use proper name also when libmerged is used.Matúš Kukan1-1/+1
2014-06-15Fix --disable-gltf buildZolnai Tamás1-0/+3
2014-06-13SdStyleSheetPool::GetBulletFont can be staticStephan Bergmann4-9/+5
2014-06-13Resolves: fdo#78151 change style on toggling bullets on master page outlinersCaolán McNamara6-41/+153
2014-06-13loplugin:staticcallStephan Bergmann16-22/+22
2014-06-13Set mxStyleSheetPool before using itStephan Bergmann2-1/+6
2014-06-123D model insertion: display extensions in the filter selectorZolnai Tamás1-3/+3
2014-06-12Change glTF mime type: {application -> model}/vnd.gltf+jsonZolnai Tamás3-2/+3
2014-06-12Make glTF support an experimental featureZolnai Tamás3-6/+28
2014-06-12Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás7-8/+42
2014-06-12coverity#735840 Unchecked dynamic_castCaolán McNamara3-6/+13
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann7-25/+25
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann7-34/+34
2014-06-10Related bnc#862510: extend handling of txXfrmZolnai Tamás3-21/+23
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann7-30/+30
2014-06-10-Werror,-Wundefined-bool-conversionStephan Bergmann1-6/+3
2014-06-10coverity#1213458 Uncaught exceptionCaolán McNamara2-2/+2
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+10
2014-06-10coverity#735616 Division or modulo by float zeroCaolán McNamara1-2/+2
2014-06-10fdo#77987, part 3: use signed ints consistentlyKatarina Behrens1-2/+2
2014-06-10fdo#77987, part 2: snap line coordinates can be negativeKatarina Behrens2-4/+4
2014-06-10fdo#77987, part 1: set min&max values of spinboxesKatarina Behrens1-0/+14
2014-06-09de-virtualize these stringify methods, nothing overrides themCaolán McNamara1-1/+1
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl3-3/+2
2014-06-09some remaining sal_uInt16 to sal_Int32 editeng ESelection boundsCaolán McNamara3-5/+5
2014-06-09Related: fdo#78151 force outliners in master view to be read-only textCaolán McNamara10-4/+245
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin68-346/+67