summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2015-02-19boost->stdCaolán McNamara
Change-Id: Icae6b6f07ad8dbd287fdfc689739187883a07775
2015-02-18TyposJulien Nabet
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
2015-02-18better way to set default for chart area fill style, related tdf#89451Markus Mohrhard
Change-Id: Iee7fea0f55cf54d43a349b6cc0ffa25995069e40
2015-02-18boost->stdCaolán McNamara
Change-Id: Ifa87783f68b0fab98f8a0f7cd6ed867202b4532f
2015-02-18boost->stdCaolán McNamara
Change-Id: I412137e7e7b9b2b87f401bc140a9499d1fc012c6
2015-02-18Better way to avoid ambiguities among ResId ctorsStephan Bergmann
Change-Id: I43c4c1c5ad193cdd3182cea649fae6091984a121
2015-02-17boost->stdCaolán McNamara
Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
2015-02-17LOK: Add support for documentLoadWithOptions also to LibreOfficeKit.hxx.Jan Holesovsky
Change-Id: I89f018f524aad84f59372f1be76a8522010345f8
2015-02-17oox: use std::enable_shared_from_thisMiklos Vajna
Change-Id: I184a7a3579bebd81d5d81f64b4ace74bde8e87fb
2015-02-17SkipImages option for PDF importMihai
This option allows images and drawings to be skipped while importing a PDF, the main reason was performance improvement where images were not needed. Change-Id: Ibca342ff6e7005bedf7b16869473832ce2576fb2 Reviewed-on: https://gerrit.libreoffice.org/14470 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-17some more de-boostificationCaolán McNamara
Change-Id: I8ee8fd7b99598e484430d91e17e468951288d72d
2015-02-17callcatcher: update unused codeCaolán McNamara
Change-Id: I08e99a019fd2ec16e2c995035e4bcc09678ef92b
2015-02-17tdf#88431: Pass the selected Time Stamp Authority, if any, along to vclTor Lillqvist
Work in progress. If a TSA is selected, pass it along to the signature generation in vcl. Change-Id: Ibe105b6d02ab9241b93dd66ab3cb1fa8c6d10093
2015-02-17tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist
Work in progress. The selection not used for anything yet. Change-Id: Ia86fa0f59dcfee8e9d332a028a3fad37f4019fe0
2015-02-16cut down some more unnecessary boost inclusionCaolán McNamara
Change-Id: Ia997e243d28a54d2e3cc9714fe3e7e86d198797c
2015-02-16tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl
A build with gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) for 32-bit x86 fails because of these undefined symbols: > nm --demangle workdir/CxxObject/svx/source/fmcomp/fmgridif.o | grep \\bWindowListenerMultiplexer::acquire U non-virtual thunk to WindowListenerMultiplexer::acquire() They should probably be generated inline. Work around by out-lining the definition of the methods. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64812 Change-Id: I318f7c39bdf1243be385bc6dc0a47862b22e92c5
2015-02-16another dependency still requiredCaolán McNamara
Change-Id: I0f0ce96ee8209f711739952422d642a012252d1f
2015-02-16boost->stdCaolán McNamara
Change-Id: I44b208a2c5c5bf73ac025462c9f7bd499ed0a49b
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
Change-Id: If0f898a1e912fcd2095d8ba88b2b8046596e16ea
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
2015-02-16LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna
So clients can perform a single method call to adjust the cursor position (when it's not a range), instead of sending two mouse clicks. This is mostly to be consistent, so that adjusting the cursor's middle and start/end handles all result in a setTextSelection() LOK call. Change-Id: I09eb0811887d173ea9ad7d125a2afb2c9e5c918c
2015-02-16lokdocview: allow dragging the selection start handle, tooMiklos Vajna
Change-Id: Ic5dd96c4ced7c5ea67d4417c73721535302f754b
2015-02-16lokdocview: allow dragging the selection end handleMiklos Vajna
Change-Id: I977e93657c52a66f10762293835ead28451b5406
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna
What's interesting about this is that it allows adjusting the position of both the point and mark of the selection, while the normal UI only allows adjusting the point. Change-Id: If61f57c68c28c67fec252f2b666a706f52dd8d26
2015-02-16lokdocview: allow dragging the middle handleMiklos Vajna
Change-Id: I83ef2797c17c8de8f8e9b5f3dcbe9adb34eb4313
2015-02-16lokdocview: avoid loading the handle bitmaps again and againMiklos Vajna
Change-Id: I767a1c0ddce4e06d421b6bb951aa6d0451943f89
2015-02-16lokdocview: draw handles at selection start/endMiklos Vajna
Change-Id: Ic9b4138619f20a8d35437912784b94f4d1f2af4f
2015-02-16LOK: add LOK_CALLBACK_TEXT_SELECTION_START/ENDMiklos Vajna
Without this, it's really hard to figure out where to put selection handles based on the selection polygon. Change-Id: I7fde038a33633796a43f0b454a5a7cff701c5dc3
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
to reduce code clutter like pLbSelect->GetEntryData(pLbSelect->GetSelectEntryPos()) since this is a fairly frequent operation. Change-Id: I41daf30fdeda2442ad1ac829e12f553233bae184 Reviewed-on: https://gerrit.libreoffice.org/14472 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-16Document SfxItemStateUrsache Vladimir
Change-Id: I7cb0b7977b221438e4359c5c96c174f7401f9857 Reviewed-on: https://gerrit.libreoffice.org/14496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-15unusedcode.easyJulien Nabet
Remove getZoneOffsetInMillis, getDSTOffsetInMillis + getCombinedOffsetInMillis Change-Id: I7bf5b3e9e2e84c2f0add263083d6e7e9057db8ac
2015-02-14see if we can merge floating window and dialog child size/pos settingCaolán McNamara
Change-Id: Idda1a5fbfec7d10fab4fcef47ee0d10945510d50
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir
Conflicts: sc/source/core/data/document10.cxx sw/source/core/doc/docfmt.cxx Change-Id: I1312f476607ea3a78b162a7e59323b0a142f6629
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
This was unused since the earlier cleanup. Change-Id: Ia56641c4242037a0ce501e43939b8dc862499f0e
2015-02-13-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: Ib1445e9c66c08044434c7e8c828d2fc7b6a0a04c
2015-02-13Resolves: tdf#86159 floating windows have complicated bordersCaolán McNamara
take the border window dimensions into account on the layout size, but not the layout position Change-Id: I9deb722933e325c92e93ae917fa8e34eaccfca2d
2015-02-13Ah, Clang has some "type_visiblity" well-kept secretStephan Bergmann
"[...] to allow users to control the visibility of a type for the purposes of RTTI [...]" (<http://llvm.org/viewvc/llvm-project?view=revision&revision=175587>), so fits well for SAL_DLLPUBLIC_RTTI Change-Id: I6494e027c3af176591ffeb1d6a8965b7d40db1a9
2015-02-12Make CppunitTest_services instantiate even more servicesStephan Bergmann
Change-Id: Id9bfb3886e4a9cbc15a7bf7ef3aefa73bd160e3b
2015-02-12coverity#1269584 Uncaught exceptionCaolán McNamara
and coverity#1269578 Uncaught exception Change-Id: I68ef6ada3521cb12e17c5fe2ccecd67ade4ed40b
2015-02-12coverity#1269586 Uncaught exceptionCaolán McNamara
and coverity#1269581 Uncaught exception Change-Id: I48d08e1361ac9cf4c7d6040c247c753366dab4c5
2015-02-12coverity#1269589 Uncaught exceptionCaolán McNamara
and coverity#1269587 Uncaught exception Change-Id: Ic532ed2dfe38e33bcf2d9cedd0edee2cf3869f17
2015-02-12coverity#1269591 Uncaught exceptionCaolán McNamara
and coverity#1269585 Uncaught exception Change-Id: I1ec46b1c3996cf95744c15351d2c26a47d079c77
2015-02-12coverity#1269592 Uncaught exceptionCaolán McNamara
and coverity#1269577 Uncaught exception Change-Id: Ib8a61f8738d35cf5cb7cfa32d91d241f5c8d52d4
2015-02-12coverity#1269593 Uncaught exceptionCaolán McNamara
and coverity#1269580 Uncaught exception Change-Id: I366d43d2c5fd51927a6cd07101051e7cf9614974
2015-02-12coverity#1269594 Uncaught exceptionCaolán McNamara
and coverity#1269588 Uncaught exception Change-Id: I9e36c9636b7783530973272229dfb5bbfed556e5
2015-02-12coverity#1269598 Uncaught exceptionCaolán McNamara
and coverity#1269595 Uncaught exception Change-Id: Ia32be45c93769de92ad649eb765a343b659ddc3f
2015-02-12coverity#1269599 Uncaught exceptionCaolán McNamara
and coverity#1269590 Uncaught exception Change-Id: I03394a827e8f04842a8a94f839f0439407926150
2015-02-12coverity#1269582 Uncaught exceptionCaolán McNamara
and coverity#1269600 Uncaught exception coverity#1269575 Uncaught exception coverity#1269579 Uncaught exception Change-Id: If8d5650a9de574d92912a53a5b560ddb03e937f1
2015-02-12coverity#1269574 Uncaught exceptionCaolán McNamara
and coverity#1269583 Uncaught exception Change-Id: I046d19894183167a9b54f0975508378babc531c7
2015-02-12coverity#1269573 Uncaught exceptionCaolán McNamara
Change-Id: I50a8705ec9285fe7ede32d623a0691e69de3f323