summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava357-667/+714
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-14Silence winsock deprecation warningStephan Bergmann1-0/+6
Change-Id: Ib0fe869e79ceea77b4dfe00a6ad387ce9c4149cc
2014-11-14-Werror,-Wunused-const-variableNoel Grandin1-21/+0
Change-Id: I2ace311bc1fe66329a7833e602820f275a7dbd04 Reviewed-on: https://gerrit.libreoffice.org/12422 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-14Mark as constTakeshi Abe1-2/+2
Change-Id: I3236bbbdddf819afb11d8f80dd80c92a04281bf9
2014-11-14vcl: remove more unnecessary headers from mapmod.hxxMichael Stahl4-3/+4
Change-Id: I9ce4c11cc9e7e703fbaad76a062ad38bb900ed9a
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl68-52/+128
And remove the tools/fract.hxx include. grep -l -r fract.hxx workdir/Dep/*Object* |wc -l before: 4569 after: 1851 Shrinks some libraries, example from --enable-dbgutil Fedora gcc 4.8.3: libvcllo.so by 473k (0.35%) libswlo.so by ~1Mb (sadly that is just 0.2%) Change-Id: I09bd025d551a5d2c5528b938a68c6aa5f8f114a0
2014-11-14vcl: Fix leak.Jan Holesovsky1-1/+1
Change-Id: I201e50060c44bba3c0eb20026be1daccd3b2e945
2014-11-14vcl: mpFontCharSets is never set.Jan Holesovsky3-15/+0
Change-Id: Ic9102dabe9a74e7ad2aaa5c8cad2bae1b2c7b1ec
2014-11-14vcl: mpLogFont is never set.Jan Holesovsky3-6/+0
Change-Id: I2ea287da7448c5094eb13a3083c7c0f82ed25760
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky5-15/+69
We don't have a method that would paint a texture with transparency yet. We also need to limit the size of the DIBSection exactly to what we are going to paint, no point in creating a huge bitmap that is mostly empty (but the part where is the text being drawn). Change-Id: Ice0bf325743d08e19e636be73cef6aff3cde5704
2014-11-14windows opengl: Prepare WinLayout (and derived classes) for OpenGL.Jan Holesovsky2-47/+65
Change-Id: Ifd18f51ac417cb3778e61f33df30daa7be6c0bf8
2014-11-14vcl: Split winlayout.cxx to .cxx and .hxx.Jan Holesovsky2-186/+233
Change-Id: I4a26842777536ce63b482a2d69524918a18b602c
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl ↵Jan Holesovsky9-330/+76
descendant." Turns out it might be easier to actually subclass only the various SalLayout's - let's try it first, and re-introduce this code again if not. This reverts commit 309257ddadfdc3e46506036ed81f6e0695211ebe.
2014-11-14Revert "vcl: remove non-existent include and hope that it builds?"Jan Holesovsky1-0/+1
This reverts commit 7e6205117d535905b46c0106e66e5e3b593ee813.
2014-11-13coverity#1251596 Uncaught exceptionCaolán McNamara1-22/+35
Change-Id: I02b7abcd9ee17158ee063b2c9b6d0324eef70801
2014-11-13coverity#1251600 Uncaught exceptionCaolán McNamara1-4/+17
and coverity#1251597 Uncaught exception coverity#1251598 Uncaught exception coverity#1251599 Uncaught exception Change-Id: Ifd14f1db5692a8f3ccd1d9ea45d8f0e16c4b0324
2014-11-13coverity#1251605 Uninitialized scalar fieldCaolán McNamara1-0/+2
Change-Id: I5f18bd7bcd332e28df9dcec43b9dedc664290aec
2014-11-13coverity#1251604 Uninitialized scalar fieldCaolán McNamara1-1/+2
Change-Id: I34ed719ecc81db924b9ec1ca8f22ffa81246a723
2014-11-13coverity#1251603 Uninitialized scalar fieldCaolán McNamara1-1/+3
Change-Id: I8e8d11ec292b480d7db750733b31b3be233df8b0
2014-11-13coverity#1251602 Uninitialized scalar fieldCaolán McNamara1-0/+5
Change-Id: If14a2214618a750ee4cb97667088c2a68747f3c7
2014-11-13coverity#1251601 Uninitialized pointer fieldCaolán McNamara1-1/+0
Change-Id: I6f3be2f87c533ec75f1e60fbf4e5c541958937c4
2014-11-13coverity#1251595 Uncaught exceptionCaolán McNamara2-4/+5
Change-Id: I24eaec49bb89e9f490d5bb0071723b41673e1845
2014-11-13coverity#1251594 Uncaught exceptionCaolán McNamara2-2/+3
Change-Id: Ia018121ccffa9534f7d23bb768f2b2a06296cbc2
2014-11-13coverity#1251593 Unintended sign extensionCaolán McNamara1-1/+1
Change-Id: I4374672040b3c6314c4356abe95ee1fb15f568cf
2014-11-13coverity#1251592 Dereference before null checkCaolán McNamara1-6/+3
Change-Id: Ia69bb21080ab7a42a0b9f9871f72ab696b6098ed
2014-11-13coverity#1251591 Resource leakCaolán McNamara1-7/+6
Change-Id: Ieab948d11da7f56b2273637ff3caaefec86030d1
2014-11-13coverity#1251588 Unchecked dynamic_castCaolán McNamara1-2/+2
Change-Id: Ic6f287b5ee4f4ac3a9674d67b8c15a589405c951
2014-11-13coverity#1251586 Unchecked dynamic_castCaolán McNamara1-2/+3
Change-Id: I5b20fe66da306a742ff2d723cdadfc22b71dafe1
2014-11-13coverity#1251585 Unchecked dynamic_castCaolán McNamara1-2/+2
Change-Id: Iba4d5223a7fc92f4ef6ec6be660f496cc94f5565
2014-11-13coverity#1251584 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: I2022c25f821473240a5ff3998249e933ea7fb74d
2014-11-13coverity#1251583 Division or modulo by zeroCaolán McNamara1-3/+3
Change-Id: Ib3cb04305a39d652b188d8cff1d63f85074427a0
2014-11-13coverity#1251581 Copy-paste errorCaolán McNamara1-1/+1
Change-Id: If8a7417f449d6cce2516c93fc759886738ac8d9c
2014-11-13coverity#1251580 Unchecked return valueCaolán McNamara1-1/+1
Change-Id: I5dcbd2289fc853bad2c0969fb3b202a1e7398a5a
2014-11-13limit width of list whose text can grow to silly widthsCaolán McNamara1-0/+1
Change-Id: I982602e829bbf3f2efccfcafae67d22df8daa2e9
2014-11-13Realy->ReallyCaolán McNamara5-17/+6
that's really bugging me Change-Id: Id15bd4dc42748b3cb24eb891741195499c5df9c3
2014-11-13vcl: remove non-existent include and hope that it builds?Michael Stahl1-1/+0
Change-Id: Iabe375773caea89ab631e6b2aa1926e0d39cd19a
2014-11-13coverity#1251590: fascinating what sort of nonsense works by accidentMichael Stahl1-1/+1
Change-Id: I23704604ed2d041075caff4254074e83ae229402
2014-11-13autogen: add --best-effort to help automation bridge option changes.Michael Meeks1-1/+9
When we add or deprecate configure --with / --enable options lots of scripts can break. Instead just add --best-effort to your autogen.sh command line to get warnings but not a failure in this case. Change-Id: I73d6ba53ee179384c2e34bf6780d074b04f70c06
2014-11-13Resolves fdo#85750: Custom Animation timeing does not retain settingsJulien Nabet2-10/+10
Conflicts: sd/source/ui/animations/CustomAnimationPane.cxx Change-Id: Id6bbd113630348493ed1e67da72c7a42c5188b44 Reviewed-on: https://gerrit.libreoffice.org/12236 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13Missing includeStephan Bergmann1-0/+1
Change-Id: Ic94c452802c5171d1557bc78a74ea1a700db512f
2014-11-13callcatcher: BiffDrawingObjectBase is never constructedCaolán McNamara3-356/+0
which has a bunch of related knock-on effects given that logic. Change-Id: Ib245af1005e37464e1a782018d88b379300641a2
2014-11-13More passing of MAKE into external configureStephan Bergmann13-13/+13
...like 2fdf78109e815a64169fdab1a8175b63ef9c64d4 "Pass MAKE into external/poppler's configure" Change-Id: I4e2f1a13d120a7398fa81884710c589bb905714d
2014-11-13Work around InterlockedExchange not exported from kernel32.dll on x64Stephan Bergmann1-0/+11
...as reported in a comment on <http://msdn.microsoft.com/en-us/library/windows/ desktop/ms683590%28v=vs.85%29.aspx> "InterlockedExchange function" Change-Id: Ie71edd7a5ce8ff3c922d607e174a4c4d43c08c1d
2014-11-13external/boost: WaEStephan Bergmann2-0/+11
Change-Id: Iffc69577f12020c60bf5db1f740ec3fec43c3d8e
2014-11-13Remove unused #includeStephan Bergmann1-2/+0
Change-Id: Idbd1052355dc10795440fc71b5517b6594461c63
2014-11-13WaEStephan Bergmann1-1/+1
Change-Id: If061fd4c228b5288173a045430608b34b138c178
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky9-76/+330
Change-Id: I7ee9d7e705bb0344ba59c3edd10ed85390636cd4
2014-11-13Apache Commons Logging 1.2 - re-enable the non debug version.Robert Antoni Buj i Gelonch1-1/+1
Change-Id: Ib0f3b3a650b7f72c7942f8b72420e33743ff9c44 Reviewed-on: https://gerrit.libreoffice.org/12123 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13More HIG fixes for swAdolfo Jayme Barrientos13-645/+447
Change-Id: I7aa36de06b70da68625ed860b330fdcf62d48de5 Reviewed-on: https://gerrit.libreoffice.org/12400 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13fdo#86252: Menu 'Merge Documents' is at wrong positionCor Nouws6-6/+12
Fixing a small mistake that slipped through with the many great improvements Change-Id: I252f2f05e6d624094507cc1f825faab5912e006e Reviewed-on: https://gerrit.libreoffice.org/12407 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>