- 29 Ock, 2016 15 kayıt (commit)
-
-
jan iversen yazdı
null pointer dereference, made test Change-Id: I2bd820a2eb04499ab3b518d5b5e5ccccf3ffe531 Reviewed-on: https://gerrit.libreoffice.org/21771Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Noel Grandin yazdı
Change-Id: Ide111b7b8826d966e29df6a802b434ef1c12b56e
-
Noel Grandin yazdı
Change-Id: I995cb96e514e1aaa05a96f29344ef51e4ca83c64
-
Noel Grandin yazdı
Change-Id: Ief35ce33a11c93a4a78e50ccdd936ec7e17102a2
-
Noel Grandin yazdı
Change-Id: I457de7e83554fbea0a9c5a50c628664fa3887df4
-
Tor Lillqvist yazdı
Change-Id: I71c1ae0c5f34e17ab11cd6726d6845255224044d
-
kadertarlan yazdı
Change-Id: Ib8cfaccaaf5bf75169c96e46d95ff118cc850f79 v2: Deleted whitespaces Reviewed-on: https://gerrit.libreoffice.org/21886Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Chris Sherlock yazdı
ImplFont::mnOrientation is actually a font metric, it really should be moved to ImplFontMetric so added a TODO. Change-Id: If0f39be16a782692a0da68c674fc87c474dd6468
-
Chris Sherlock yazdı
Change-Id: Iacbe55037b75d30522435f854ceeef432ccfb406
-
Chris Sherlock yazdı
Change-Id: I468bd1810b10be6fab1abcd82cee46dd0b5022d0
-
Chris Sherlock yazdı
Change-Id: I5d38fa30bc4a74a626c67ce18610f15e83eacd68
-
Chris Sherlock yazdı
+ Added function ImplFont::CompareDeviceIndependentFontAttributes + Renamed ImplFont::mbSymbol to ImplFont::mbSymbolFlag Change-Id: I6325e87a2f38a9949c990453112284c3f8d1fb2f
-
Chris Sherlock yazdı
Change-Id: I361fa3be7dc974dbeefc05820c508cfc7098775d
-
Chris Sherlock yazdı
Changes made to allow for harmonization of vcl/inc/impfont.hxx and vcl/inc/fontattributes: - comment added showing the similarities between impfont.hxx and fontattributes.hxx (made in fontattributes.hxx) - extra line space added for my own convinience as I tend to switch between tabs listing vcl/inc/impfont.hxx and vcl/inc/fontattributes.hxx in OpenGrok because that's how I roll - fontattributes.hxx doesn't need rtl/textenc.hxx, that's already included in rtl/ustring.hxx, so swapped to use this instead - fontattibutes.hxx now includes i18nlangtag/languagetag.hxx - this will be needed when I add the LanguageTag properties that exist in impfont.hxx - unotools/fontdefs.hxx added to: + vcl/source/font/PhysicalFontCollection.cxx + vcl/source/font/PhysicalFontFamily.cxx + vcl/source/font/PhysicalFontFace.cxx + vcl/source/font/font.cxx These are the only specific files that actually need this include. Thus this has been removed as an included header from fontattributes.hxx - vcl/inc/fontinstance.hxx doesn't need the reference counter to be a sal_uLong, a sal_uInt32 will suffice (if we need more references than that then I suggest there is a problem somewhere in the code!) - rearranged vcl/source/font/font.cxx's included headers Change-Id: I8d61a5c05989356c056b962adc5aa670940addd2
-
Chris Sherlock yazdı
ImplFont and FontAttributes now have GetAlignment and SetAlignment, and I have renamed Font::GetAlign to Font::GetAlignment, and Font::SetAlign to Font::SetAlignment. See commit description in 8bfccd3a ("vcl: Create accessor and mutator for font scaling in FontMetric") for reasoning behind patch. Unit test added to vcl/qa/cppunit/font.cxx to test text alignment. Change-Id: I6272c84fc9416c90616d957d1897eba9469fe7ba Reviewed-on: https://gerrit.libreoffice.org/21876Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 28 Ock, 2016 25 kayıt (commit)
-
-
Maxim Monastirsky yazdı
Change-Id: Ib41952dae6bcca80436355fa5a0707e671fd3698
-
Miklos Vajna yazdı
Regression from commit 358666e4 (tdf#90153 DOCX import: fix default sw TextFrame roundtrip, 2015-09-28), the problem was that at the moment SwTextBoxHelper::syncProperty() doesn't handle an AnchorType at-para -> at-char transition, so the importer shouldn't do that for TextBoxes till sw core gets extended to support the scenario. Change-Id: I8308bfd306672bc68984fbf019767c174130e18d Reviewed-on: https://gerrit.libreoffice.org/21885Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Marco Cecchetti yazdı
The following actions messed up the animation engine if they were performed while a slide transition was running: - rewind/skip currect playing effect (Left/Right key) - rewind last/skip next effect (Up/Down key) - rewind/skip all effect (PgUp/PgDown key) - jump to first/last slide (Home/End key) Now: - Left/Up/PgUp key: rewind slide transition - Right/Down key: skip slide transition - PgDown key: skip slide transition and all new slide effects - Home key: skip slide transition and jump to first slide - End key: skip slide transition and jump to last slide Moreover the parsing of transition node properties missed to report some type of not supported transitions which caused the animation engine to hung. Change-Id: I7018b8e8fb3041a95cc80e250431b6544c875e98 Reviewed-on: https://gerrit.libreoffice.org/21855Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Marco Cecchetti <mrcekets@gmail.com>
-
Michael Stahl yazdı
Change-Id: I676ff9b8bdf5fc6b23090fd5914f983d0f11eb32
-
Michael Stahl yazdı
Change-Id: Ib90ad48866718f69160f57e7b0db3a7f342eb7be Reviewed-on: https://gerrit.libreoffice.org/21882Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Maxim Monastirsky yazdı
Change-Id: I97886c8dbd7b56d155ad9598ca127df0c7420d2c
-
Adolfo Jayme Barrientos yazdı
Project: help 2da3fad154bac85a6ec3bbdbb7cf4aca9e6a4b77 tdf#96232 Update button names for prompt on modified template Change-Id: Ia6bb3b000b2b645d931dc3e20ba986be1a2563ee
-
Miklos Vajna yazdı
Which allows not hardcoding as-char for LOK. Change-Id: I3b2987abbaf1f259c614b7b2a8709f15048d362d
-
Peter Foley yazdı
Change-Id: I2af71d5039d330518ea115e6a95af1f15c376538 Reviewed-on: https://gerrit.libreoffice.org/21722Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Matúš Kukan <matus@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Caolán McNamara yazdı
It doesn't read right otherwise. Change-Id: Ib852d808fbce1fd19c9c5de591694fc4a10a6815
-
Katarina Behrens yazdı
It was Noel's idea ... makes sense given that following Close() call not only closes, but also deletes the window Change-Id: Icea766d2a7bb7bd834f32080f7c69a9fc67ebf54 Reviewed-on: https://gerrit.libreoffice.org/21878Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
jan iversen yazdı
removed "git merge" comments in links.txt Change-Id: I4d59167b3adac5f8a6057889e73e7e05edda8b6f
-
Stephan Bergmann yazdı
Change-Id: I4930837c2a5bd78c16a83dcccde34843d3026618
-
Caolán McNamara yazdı
it returns the start of the underlying uno_Sequence commit 78c83032 Author: Caolán McNamara <caolanm@redhat.com> Date: Wed Sep 30 09:40:16 2015 +0100 maSvgDataArray only populates a uno::Sequence, so use that instead Change-Id: I335d5ee70e95e1a3b204d34f6df4cb62f3fb3cad Change-Id: I8d2c07fec039e58d3644e4ab5eb074ee215f075e
-
Maxim Monastirsky yazdı
Project: help a3309357af9fa43dc06f0075cbc557658855d8b9 Fix smath help for recent context menu changes Change-Id: Ic1cb6aa17940e189386a59ca74ed061fac0ee90c
-
Maxim Monastirsky yazdı
Change-Id: Ib9a303237129a631600d2bb7c7ea8cd30d402cca
-
Maxim Monastirsky yazdı
Also fixes .uno:Adjust->.uno:ZoomOptimal forgotten by ffc2e5be Change-Id: Ifa3d1144b2d85290d7d27de50f5ad430ae0cfc8d
-
Michael Stahl yazdı
There are at least 3 different definitions of SCRIPT_CONTROL, apparently newer versions of Windows SDK append flags at the end, so just initialize it with memset. Change-Id: I2e5f957bff1002629bf012e3effd3f1d281da3e1
-
David Tardon yazdı
Change-Id: Id5b07e6898cfc5b54c3094a10b1f6f91f3ade07d
-
David Tardon yazdı
Change-Id: I2f22dfc6c9ddbaf07145ca553fdb53c12cd94dcb
-
David Tardon yazdı
Change-Id: Ie750d36f804189828a24c99c6b4507d57322c541
-
Miklos Vajna yazdı
Change-Id: I16ade5392354ddf030e6ca8969560c56adb0a8f9
-
Stephan Bergmann yazdı
Change-Id: I734b1bf07a4c964c738b24d5145720cb502f624c
-
Michael Stahl yazdı
This reverts commit d01f7db4. Revert "tools: replace BOOST_CURRENT_FUNCTION with __func__" This reverts commit 10303054. Surprisingly MSVC 2013 does not support __func__ - need 2015. Change-Id: I7084d7b79784b34a8f40fb986d10ffefbabae7fb
-
Michael Stahl yazdı
Change-Id: I7149d58dbcfceff00921af419251e47378127137
-