summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
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-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-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-07Make SetSwapState() an internal methodZolnai Tamás
So we can be sure it is always called when user data changed. Change-Id: If107907afffb85a7a57817f5807847a5c028416c
2014-11-07Fix fdo#84574 - COLOR PICKER: Palette color list should have scrollbarJuergen Funk
Change-Id: Ib927d3e1b1349f9a1b5f575180d217fe31f1f11f Reviewed-on: https://gerrit.libreoffice.org/12296 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-06change nNewStandardDefined to bAdditionalBuiltinEike Rathke
and remove SV_NUMBERFORMATTER_VERSION_ADDITIONAL_I18N_FORMATS Change-Id: I63f341e74a1eb7172dbb024a5cef66435a46e1df
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS).
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist
Change-Id: I848505b1d4ff03779b89a08d4aeefd6ea0ff205b
2014-11-06fdo#84573 COLOR PICKER: Improve keyboard navigationJuergen Funk
Change-Id: Iae9d6b96114732950800c323013f7fbb531053f2 Reviewed-on: https://gerrit.libreoffice.org/12253 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-06Show line spacing in the customization dialogMaxim Monastirsky
Change-Id: I26140cd173de6e11321da814c6b935d84b91ffbf
2014-11-06fdo#85046 change 'List of Changes' to 'Manage Changes' and fix accelerator keyYousuf Philips
Change-Id: Idf1cfa7a41b6d2a7693220672857c5de79be8c4e Reviewed-on: https://gerrit.libreoffice.org/12271 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-05overlayermanagerbuffered: timer to idleLászló Németh
Change-Id: I40d19b20259f2d2dada32467efe4defe3ed4b07c
2014-11-05changed some timer to idleJennifer Liebel
Change-Id: Ifd5e2d87732d3e537c7754e52be24ef768ecb8d9
2014-11-05callcatcher: update unused codeCaolán McNamara
Change-Id: I792c007541d4d703f17c8cdcd2d441ca505acc52
2014-11-05markup with event type not checker typeCaolán McNamara
Change-Id: I14c0c5d90b67000cb4fe9e6be647854abfe784da
2014-11-05coverity#1000852 Uncaught exceptionCaolán McNamara
Change-Id: Iaab0c992497b7d6b2da67cf65ade099c784c7a94
2014-11-05coverity#1215393 Uncaught exceptionCaolán McNamara
Change-Id: I96575d843fd982866c89000bb4426bd5e11c56d1
2014-11-05HIG fixes for svxAdolfo Jayme Barrientos
* Standardize spacing * Add missing colons to labels that precede controls (fdo#78826) * Disable manual resizing where it doesn’t make sense * Standardize Help button’s position (fdo#76486) * Remove unhelpful frames Change-Id: I53ffb47fbd4da62e92341ced3772c2d1ee83e0f8 Reviewed-on: https://gerrit.libreoffice.org/12260 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
they are largely unnecessary these days, since our OUString infrastructure gained optimised handling for static char constants. Change-Id: I07f73484f82d0582252cb4324d4107c998432c37
2014-11-05WaE: unused variable 'UNO_LINESPACING'Tor Lillqvist
Change-Id: Ica6d417b18136f0645d69a54a86ecddd255e17c1
2014-11-04line spacing: Final cleanup.Jan Holesovsky
Change-Id: Ide0e653493759e7583fbebb2b3d23d614bdb803c
2014-11-04coverity#735635 Division or modulo by float zeroCaolán McNamara
and coverity#735636 Division or modulo by float zero Change-Id: Ib9c93ea843f63d38bdb8b0e5107f48afc2bdec52
2014-11-04coverity#735623 Division or modulo by float zeroCaolán McNamara
Change-Id: Ibd53687416a4e20af7ac4a1e02c54407892aa470
2014-11-04line spacing: Correct way of detecting the currently used units.Jan Holesovsky
Change-Id: I208c54f948ecfc0a47d9b26c83acd0bbfdc2070f
2014-11-04line spacing: Enable/disable also the value's label, looks more natural.Jan Holesovsky
Change-Id: Ifc0e26008b5b5a5bcc8343ee37b87cda3fdb6114
2014-11-04line spacing: Unused.Jan Holesovsky
Change-Id: Icf93aff540da480c7e1a66abe8a639dc6cd0ead0
2014-11-04line spacing: Finally use the reworked line spacing popup in the sidebar too.Jan Holesovsky
Change-Id: I7f33a25903dec7e5aa0dc878ff5dea7f35935863
2014-11-04line spacing: Honor the current setting of units.Jan Holesovsky
Plus fixes of some warnings. Change-Id: I877e08e4b60c1b654e371c6786cc3ad33e79c583
2014-11-04line spacing: Setup the Custom value according to the current state.Jan Holesovsky
Change-Id: I16d34d501385c57ba32dece1eb8032ff38d5f4a6
2014-11-04line spacing: Kill lots of unused stuff. Rename some member variables.Jan Holesovsky
Change-Id: Ia424ea0b71e64bb1133d2a02becb79d6a5ace639
2014-11-04line spacing: "Of:" -> "Value:"Jan Holesovsky
Change-Id: I7bf251d994a0f74788d4f498626db0e0663be6c8
2014-11-04line spacing: Kill the "Last value" button. Close popup when used via buttons.Jan Holesovsky
Change-Id: I48eabbe5e1f41f5ed015d2fa95ade5376576cac9
2014-11-04line spacing: Make the buttons work - they set the line spacing now.Jan Holesovsky
Change-Id: Ib0a08ebedbab5bfe4db196a4d22d4a08fec15f60
2014-11-04line spacing: Convert the ParaLineSpacingControl to .ui.Jan Holesovsky
Change-Id: I81dd0d541e7f7dd3e3fb881c2c318f9adc733fde
2014-11-04line spacing: Change the implementation so that it can be used in toolbars.Jan Holesovsky
Before it was only sidebar-specific, duplicating most the sfx2 framework, and making it impossible to be used from the toolbars. Change-Id: Ibb382633395157602dd806052824e5275503c3e0
2014-11-04coverity#735632 division by zeroDavid Tardon
Change-Id: I756a701744998c306cc9630b604c20c44750e3b5
2014-11-04coverity#735631 division by zeroDavid Tardon
Change-Id: I3082395b89c0ecc2ac754cf845ea7892ffea0a9b
2014-11-04coverity#735629 coverity#735630 division by zeroDavid Tardon
Change-Id: Ic243df16a59bcb9a90a655a70d2e21cae54ef930
2014-11-04coverity#735627 coverity#735628 division by zeroDavid Tardon
Change-Id: If5a1f749ffb57cd4f2f8d53094317c96a787bb33
2014-11-04Unindent.Kohei Yoshida
Change-Id: I40f97fb81993ea59e23430d4680981c6b2ed35ad
2014-11-04Unindent.Kohei Yoshida
Change-Id: Ib274ec26768e8a3bd1006601679404799fed986a
2014-11-04Build fix after merging my changes from perfwork4.Kohei Yoshida
Change-Id: I862f783c594bf485ad28f13945fd4da48829d79a
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida
The re-construction will be deferred until it becomes visible again. Change-Id: I364ea8d38d48078dfd803b0e5bb20bfc8a2913ba
2014-11-04Remove debug code. This wasn't meant to be checked in.Kohei Yoshida
Change-Id: I3bd8ab784d9af295b61555a3ed775097270b90bf
2014-11-04Remove com::sun::star.Kohei Yoshida
Change-Id: Id656f1ef1cdfb695bcfcb35e393def3682e8c556
2014-11-04Remove indirection...Kohei Yoshida
Change-Id: Ia01ed40391a4d5725a9f9e22817406216020c0d2
2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida
Change-Id: I54554a229c03ff87096782344a728a49636c1de1