summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-08These constants are now in the MouseEventModifiers class enumTor Lillqvist
Change-Id: Ie6a0c86b18a7a01c8b020c37dcbcadc529deb80b
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung
Reviewed on: https://gerrit.libreoffice.org/12252 Change-Id: I2d8760c7ecb3677464e167528b2424aaca19a0d7
2014-11-07indentation fixesMiklos Vajna
Change-Id: Ia548dd0382a6991a2d9914bf0d1fc1286319c5e9
2014-11-07coverity#1251173 Dereference before null checkCaolán McNamara
Change-Id: I2e7f98f6b2df5f87be546606f86fd29202050d87
2014-11-07coverity#735814 Explicit null dereferencedEike Rathke
Change-Id: I7c6ebe65cd8c3364b541b5545ab36a13d155a61c
2014-11-07coverity#1251176 Uncaught exceptionCaolán McNamara
Change-Id: Ibeedfcb59e3a249c066a9c0f5dd3fcced9beed90
2014-11-07coverity#1251177 Uncaught exceptionCaolán McNamara
Change-Id: Id71b104f8d1c420b3716b093cebad00a7eb3f431
2014-11-07coverity#1251175 Uncaught exceptionCaolán McNamara
Change-Id: I862320e5a4b8277ba39e8174b077df8c838b4629
2014-11-07Resolves: rhbz#1161238 sync PRESOBJ_OUTLINE para depths to outline numberingCaolán McNamara
same problem as fdo#78151, except that pre-existing documents created before the bullet/numbering toggling UI change have PRESOBJ_OUTLINEs with paras in them with "numbering off" but the outline level they are a preview of still have numbering enabled. Leave the actual numbering styles alone in this case and toggle the PRESOBJ_OUTLINEs paras back to the level they "really" are Change-Id: I76508f88b5003afd1740feee3ec328326117f896
2014-11-07writerfilter: handle ooxml:CT_TblPrBase_bidiVisualMiklos Vajna
Change-Id: I619a6b161e5ed7e902406b288552b06fe7da487e
2014-11-07Update the white or black list when editing an entryTor Lillqvist
Must be careful to re-select the logically same entry even after it actually has been removed and the edited on inserted. Change-Id: Id19f7845fadbc018affab7a6cb6b421ed9170297
2014-11-07Make it possible to actually edit existing white/black list entriesTor Lillqvist
Still not possible to add new ones or delete existing ones, though. And the UI for this is not finished at all. Work in progress. Also some refactoring. To increase readability, introduce typedefs in ScCalcConfig. Not sure whether nested types inside the class is a good idea or not. Change-Id: I8e1695bb0594e2cd5f8b5ce0ece075842b77762a
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist
Change-Id: Ie7ba158063dc0c588e114278cedb80e414ccc4cb
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist
Change-Id: I526d6652a956be3031ed46ab15eeb333d3f40a7c
2014-11-07Use SAL_N_ELEMENTSZolnai Tamás
Change-Id: I3d26823a93fd0925ef5e71affd941cd51219ab9e
2014-11-07Try to fix ambiguity errorZolnai Tamás
Change-Id: I93cf7497e52d065d00f762f61f79a4e8f8609bfc
2014-11-07Build fix againZolnai Tamás
Change-Id: Ia3ddea84b022a34709b6be14afb105bedeef0553
2014-11-07Resolves: fdo#85939 its not an OKButton anymoreCaolán McNamara
Change-Id: Idecd7dc056749b2135e0690c54560aedf7f653a2
2014-11-07Build fix: back to C++98Zolnai Tamás
Change-Id: I5aa74c17f3274a130f76a25fc7bbb184b3f5c69b
2014-11-07rename --disable-gstreamer → --disable-gstreamer-1-0Christian Lohmaier
Change-Id: I9f1e0ae2d5ac71ea7e9edb06d3719d626adb80a4
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
and make the two categories of constants non-overlapping, we really don't need to risk confusion in order to save 6 bits in a data structure like this. Change-Id: I2251195d8e45ed04e2a89e47ae9c3e52cf0475c0
2014-11-07bug in typed flagsNoel Grandin
/home/noel/libo2/o3tl/qa/test-typed_flags.cxx:50:52: error: invalid argument type 'typename o3tl::typed_flags<ConfigurationChangedHint>::Wrap' to unary expression ConfigurationChangedHint nHint2 = nHint & ~(ConfigurationChangedHint::ONE | ConfigurationChangedHint::TWO); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Change-Id: Ia03e1e7d6afff0bdbb87e82ec076d5ffb820afb2
2014-11-07Clarify configure GStreamer handlingJan-Marek Glogowski
Currrently --disables-gstreamer disables GStreamer API 1.0 support and --enable-gstreamer-0-10 enables GStreamer API 0.10 support. To build with GStreamer API 0.10 you need to --disable-gstreamer and --enable-gstreamer-0-10, which doesn't seem logical. But actually it's possible to build both avmedia GStreamer backends, so this changes: * --disable-gstreamer to --disable-gstreamer-1-0 * configure variables to include the GStreamer API version "1_0" * adapts the configure help text Change-Id: Icffd8cfb9d80b3021e290675e7c9644c2a31fce8 Reviewed-on: https://gerrit.libreoffice.org/11912 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-07Don't add toolkit related shell packages with headless buildRiccardo Magliocchetti
Change-Id: Ib68bf02ef7065c76ff25f36b8c29a9a4b028b2e0 Reviewed-on: https://gerrit.libreoffice.org/12268 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-07Removed #includes including themselvesAndrea Gelmini
Change-Id: I3fe3227967e07b6b0c82dccf3c9400bfe6e1d729 Reviewed-on: https://gerrit.libreoffice.org/12292 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-07Fixup headless buildRiccardo Magliocchetti
Don't require vcl.unx component on headless build Change-Id: I33c3d90b67dd4ef3fc52ae2555b41ca2deb191de Reviewed-on: https://gerrit.libreoffice.org/12267 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-07Make these tests weaker to fix build.Zolnai Tamás
Image loss indicator is the "empty" URL. Change-Id: I0f8b037dc23bae3d7342d73cfafa4ecc55090ab6
2014-11-07make 'make tags' work in case of out-of-tree buildTakeshi Abe
Change-Id: I6c25988497208d9ae652feb1f9c37032f22ae376 Reviewed-on: https://gerrit.libreoffice.org/12295 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-07SwFrmPage::SetFrmType: take an OUStringMiklos Vajna
Currently these values are ASCII, but it's better to convert it to OUString from the string literals directly than trying to guess their encoding later. Change-Id: I2629329a84c89410bd6d81d871b564988394e74e
2014-11-07default to ods instead of sxcCaolán McNamara
Change-Id: I66e6905237307f177fadfef2ffc13f04ffc43921
2014-11-07Update notes about swappingZolnai Tamás
Change-Id: I6b9f5f9c4a0bc87376a469835a50dc2cf598479e
2014-11-07Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás
Store used size as a member so we don't need to recalculate it all the time and no need to use a size map. Change-Id: I1f929c5d3a56f545cef123bda087ecaf8ca0be4a
2014-11-07Make SdrGrafObj swapping methods private.Zolnai Tamás
Plus remove some useless call of them. Change the tests accordingly. Change-Id: I47a50b5734d799ac02ee7221c95f82415afb9497
2014-11-07Remove some useless swapping call inside SwGrfNodeZolnai Tamás
Change-Id: I4cd2677197c7a6cff71e2966c2b2dd2285032c07
2014-11-07Make SwGrfNode swapping methods privateZolnai Tamás
Change the filter test accordingly. Change-Id: Ide3043f2f245c097a7b4c07ba2e0713510296b3e
2014-11-07Why to have this compromise, do that what we say the users we do.Zolnai Tamás
Change-Id: Ia599644ff1f7591ac84bdca988883eaf5860297e
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás
This means more things: * Graphic won't swap out itself, so those classes which uses Graphic without GraphicObject won't need to deal with swapping. * When a Graphic is queried from GraphicObject the caller won't need to deal with swapping, because GraphicObject swaps it in before return. * GraphicObject will swap in the Graphic always when a swapping dependent data is queried (e.g. whole graphic, transformed graphic or AnimationNotifyHdl) Change-Id: I2bf6e37291ec94146f10aac4a35084682437ed16
2014-11-07Remove unused Graphic member of SwOLENodeZolnai Tamás
Change-Id: Iaff7e86a8e11e9befc6feacdafd3a78a1971bbcd
2014-11-07Be explicit here when to swap out as a linkZolnai Tamás
Change-Id: I70dd00d5f82c5f4f622805e1d6ee1dfc30900b31
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás
Change-Id: Ie56584c03af8a6d3ea8f8d4294f5492a841933b7
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás
Change-Id: I5bc6cf097e61d65007dde531af4a213b19e8ca5b
2014-11-07More unused swapping related methods / member of SdrPageZolnai Tamás
Change-Id: I4a979dd09418df4526409d9026d6abb98c6bf954
2014-11-07ForceSwap{In,Out}Objects methods are unused nowZolnai Tamás
They are called only by themselves recuirsively, but not from outside. Change-Id: I1cde392c95bbc60ac7937d0bf3cd4b0fd062568b
2014-11-07Remove duplicated swapping methodsZolnai Tamás
Change-Id: I0e61aeb0705ed13872d252ee1594f9ab4aab4f8a
2014-11-07SdrUndoDelObj: one more manual swap out callZolnai Tamás
This thing seems a good optimization to me, but it would be good to hide all of this swapping thing inside GraphicObject class, to make our code more robust (e.g. no image loss because of missing manual swap in / swap out call). Auto swapping mechanism will take care of that, anyway. Change-Id: I933dafd95597ffff038dc6aeb0a64fcaa3941bd8
2014-11-07SvxGraphicObject: remove more manual swap out callsZolnai Tamás
Tested with importing large *.rtf and *.docx test documents with lots of images -> auto swapp out works. Change-Id: Ib040edaa89c9bcb966c58b75f0392e6d9f7a165e
2014-11-07Printing: remove an other manual swap out callZolnai Tamás
Change-Id: I2b6d6eaa072d9948eb5734e978d68d3bc37701b2
2014-11-07Remove unused IsInSwap() methodZolnai Tamás
Change-Id: Ib295bd71b5cf16fd75d04818dfd415ff24cb2655
2014-11-07Paint background images always via drawinglayerZolnai Tamás
Painting via GraphicObject is obsolete. See fdo#68927 where the problem was the quality of svg graphics, it seems a good idea to extend this improvement to all graphic type. Change-Id: I57a26d4fcfea8e4f666504a90281365e8a9a7e1d
2014-11-07More useless static bool variables.Zolnai Tamás
Change-Id: If09aa23768f73bbf659966e4e5aac82dca83d1b6