summaryrefslogtreecommitdiff
path: root/include/svx
AgeCommit message (Collapse)AuthorFilesLines
2015-10-02Translated German Comments - fixed review Michael StahlLuc Castermans1-51/+47
Change-Id: I463d88aac31765b989bdae9db57c2f9933f390f3 Reviewed-on: https://gerrit.libreoffice.org/18886 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-10-01remove old standalone Sun bug numbersNoel Grandin13-34/+3
Sun bug numbers without any accompanying text are completely useless. Fixed with git grep -lP '//\s*#\d+#\s*$' | xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print' And then hand-checking the result to restore places where it deleted code. And then some more grepping and hand-editing to kill the others. Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29 Reviewed-on: https://gerrit.libreoffice.org/19023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann1-2/+2
...at least from "g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)" with --disable-debug, when a namespace-scope const variable with a "complex" initializer declared in an include file remains unused. Avoid that warning via SAL_CONSTEXPR, which in turn requires large parts of o3tl::is_typed_flags to be SAL_CONSTEXPR, which in turn requires a new HAVE_CXX14_CONSTEXPR to allow assert in constexpr functions, which in turn requires using -std=c++14 instead of -std=c++11 where available, which in turn (a) requires to /not/ use -std=c++14 if it would run into a bug between Clang and libstdc++ discussed at <https://llvm.org/bugs/show_bug.cgi?id=24115> "llvm-nm fails to build with gcc 5.1's libstdc++" (and which hits us in sfx2/source/control/thumbnailview.cxx), and (b) requires a new HAVE_CXX14_SIZED_DEALLOCATION to work around GCC 5.1 -Werror=sized-deallocation (where Clang >= 3.7 only supports C++14 sized deallocation when explictly enabled via -fsized-deallocation, btw). This effectively reverts ff6462e6307e6924dc6c8178043ae9032f4b4152 "avoid unused variable warning:" again. Change-Id: I424e3561452a3e6d8c8a9604d6c737cab49840c4 Reviewed-on: https://gerrit.libreoffice.org/18918 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-09-30Fix typosAndrea Gelmini5-5/+5
Change-Id: I8e9c6c72c89411d8de04e5edd9317cd54f7c472a Reviewed-on: https://gerrit.libreoffice.org/18958 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-30Fix typosAndrea Gelmini10-13/+13
Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438 Reviewed-on: https://gerrit.libreoffice.org/18957 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-6/+6
Fixed tdf#94269 Change-Id: I63109cc4e095bad680d7637a065080ea368860ae Reviewed-on: https://gerrit.libreoffice.org/18851 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin5-27/+0
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
2015-09-26convert Link<> to typedNoel Grandin1-1/+1
Change-Id: If1dcc5e50b08540623bb21067c5f74e47192ef9a Reviewed-on: https://gerrit.libreoffice.org/18859 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-25convert Link<> to typedNoel Grandin1-1/+2
Change-Id: I7fd77490ab49a18f48e248ca277bc30b5a7d2071 Reviewed-on: https://gerrit.libreoffice.org/18858 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-25convert Link<> to typedNoel Grandin1-1/+1
Change-Id: Ic39135b39f1389fdf94fb16746100209ee63f492 Reviewed-on: https://gerrit.libreoffice.org/18856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-25convert Link<> to typedNoel Grandin1-2/+2
Change-Id: I0d645d646037d9fbb4f1b97931ace6171a84a267 Reviewed-on: https://gerrit.libreoffice.org/18855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-25convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I9a85b8d6557490775c3d8482ac49bd27c51b6c8a Reviewed-on: https://gerrit.libreoffice.org/18853 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-25convert Link<> to typedNoel Grandin1-2/+3
Change-Id: I6de6c831e7401413149100784726ce6c986f8eea Reviewed-on: https://gerrit.libreoffice.org/18852 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-24convert Link<> to typedNoel Grandin4-3/+7
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-24avoid unused variable warning:Noel Grandin1-2/+2
‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used [-Wunused-variable] with GCC 5.1.1 Change-Id: I98c7b8f1ff52c7efd81d1490f848092da6173df8 Reviewed-on: https://gerrit.libreoffice.org/18826 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin1-1/+2
Change-Id: I12b3fdb443226a63786b94ce9836e9d2efa6a5c8 Reviewed-on: https://gerrit.libreoffice.org/18776 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I285d7093f4d9db4a511fbf236f493cc4199ce534 Reviewed-on: https://gerrit.libreoffice.org/18775 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin1-1/+1
Change-Id: Ifb8ccbbed6d7d00f15fa8cff5dfdcd5d55de0d5f Reviewed-on: https://gerrit.libreoffice.org/18773 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22tdf#89543 Unhide arrow style drop downsYousuf Philips1-2/+0
Change-Id: I44c2b93389b88c0c1821ac727b46275bce8b076d Reviewed-on: https://gerrit.libreoffice.org/18290 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-09-20loplugin:staticmethodsStephan Bergmann1-1/+0
Change-Id: I2df14df9dd03c23876da57e943e6714f1a52843b
2015-09-20Remove unused impGetOverflowingParaObjectStephan Bergmann1-1/+0
Change-Id: Ice77d390ba6eaa327c868eed1db93f3e0bfac18e
2015-09-20WaE: this method can be declared staticTor Lillqvist1-1/+1
Change-Id: Ia1adfc8465e101e1e4c4bf75318c2f40d822c8ae
2015-09-20chained editeng: Add methods and basic setup for editing-mode chainingmatteocam1-0/+10
Change-Id: I8065bebaf2a54170bc7b3ddbd35740bcca42298d
2015-09-20chained editeng: Add Chaining-related UNO attributematteocam2-0/+3
Definition and mechanisms for UNO API. Change-Id: I7fd3969804ca9b04881ced0b1e43ab6236cbefcc
2015-09-20chained editeng: Add chaining attributes and chaining primitive creation logicmatteocam1-1/+8
Change-Id: I957d5261dd847fe5e950441585e879cfd5ae2fb2
2015-09-20chained editeng: Enhance existing svx classes with chaining-related methodsmatteocam4-1/+55
Change-Id: I10829d8f07f8881af6d1a9422cbdae00e83a7ac8
2015-09-20chained editeng: Add TextChainCursor related filesmatteocam1-0/+64
Change-Id: I6c98a28ae800197d58df8791e72a00b6490a2e2e
2015-09-20chained editeng: Add TextChainFlow related filesmatteocam1-0/+119
Change-Id: I0e4155391fff29dc4484c7aedd4e62f02c4afd25
2015-09-20chained editeng: Add TextChain related filesmatteocam1-0/+157
Change-Id: I3fbf9d60cf1d1e022b33bb5b416c88847a1efc64
2015-09-18Fix typosAndrea Gelmini2-2/+2
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09 Reviewed-on: https://gerrit.libreoffice.org/18707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-09-17convert Link<> to typedNoel Grandin1-1/+2
Change-Id: I72074f247d9435e600a5cf84728753e72a83fe2e
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I161636252c47af6f6f8458e41bfa0d0be8461ace
2015-09-17convert Link<> to typedNoel Grandin1-2/+2
Change-Id: I8ffca89e5b1b495452efebf8f57d04ada1bfdf1c
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I7168ccc3dec8849d5e2e71d1273606daf64325e2
2015-09-16convert Link<> to typedNoel Grandin1-2/+2
Change-Id: I9ce05712af8300c8bcea6ea0f670b57cce1ca43d
2015-09-15convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
2015-09-14boost->stdCaolán McNamara3-15/+12
Change-Id: I3fd9e1599c5ad812879a58cf1dabbcd393105e1c Reviewed-on: https://gerrit.libreoffice.org/18564 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-14convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
2015-09-10fix crash on rightclicking image in tdf#93675 and pressing escCaolán McNamara1-8/+8
SfxBindings::UpdateControllers_Impl in sfx2/source/control/bindings.cxx has an awesome reinterpret_cast<SfxPoolItem *>(-1) so the unconditional dynamic_casts introduced during the rework of commit fee180f13d48c1fa97a3ecde4b2067e5b0f13fc2 Author: Markus Mohrhard <markus.mohrhard@googlemail.com> Date: Tue Jul 28 18:52:30 2015 +0200 split the line width panel into two pieces explode and die Change-Id: Ic99b5e515bb530b74461155b7e71b7e8814666b2
2015-09-10convert Link<> to typedNoel Grandin1-1/+1
Change-Id: I603463d0486d4d0f21ebbdc6eca900db58bb090f
2015-09-09SdrObjEditView::IsTextEditHit effectively ignores its nTol argumentStephan Bergmann1-1/+1
...ever since nTol=0; // Joe am 6.3.1997: Keine Hittoleranz mehr hier had been added into it sometime prior to fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import." So lets assume Joe meant that as a permanent fix rather than a temporal hack (which would have survived for longer than 18 years anyway). Change-Id: Ib30ac8d578f70c861d4c0f5f71bf4c13e9281db8
2015-09-09convert Link<> to typedNoel Grandin2-2/+2
Change-Id: I3127752785b77672d37f99bc9eaa881377dabe7c Reviewed-on: https://gerrit.libreoffice.org/18431 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-09convert Link<> to typedNoel Grandin1-24/+23
Change-Id: I2aeda615e39db5a3cd39e168db34425e2912be8b
2015-09-09convert Link<> to typedNoel Grandin1-3/+3
Change-Id: I4fba6bf5b34b086a11659de3cddf46c76007a147
2015-09-09convert Link<> to typedNoel Grandin5-19/+18
Change-Id: I184d836e944d6dcfd17233a7a83680f1c1bff9bf
2015-09-09convert Link<> to typedNoel Grandin1-2/+2
Change-Id: I49bf8192a2f5295890ead8ddc2452a5de4c93b20
2015-09-08convert Link<> to typedNoel Grandin2-3/+3
Change-Id: I2977a0fcd18bd719b30cb4100501058884069572
2015-09-08convert Link<> to typedNoel Grandin1-6/+6
Change-Id: I2bcfd0f99e5caa12dda0a647daaffb7c8aa95d6a