- 06 May, 2013 40 kayıt (commit)
-
-
Michael Stahl yazdı
This is a bit of a mess, apparently there are some headers here that may come from the system and others that are always internal? Change-Id: Ifbf486d3016bc87849e2593d83b3d48dae3aeca0
-
Michael Stahl yazdı
Change-Id: Ifd85c8e2c4ec16db42001657009b8678d89a8fe1
-
Michael Stahl yazdı
Change-Id: Iae077cdb1f79a6f539734ecc9897249675f2aa73
-
Michael Stahl yazdı
Change-Id: I67d0801d8d353951f9c9b1ca7f08b23de9b34067
-
Michael Stahl yazdı
Change-Id: Ie60d8e9ff8f0abcccc85253be15b6c2c8de944cb
-
Michael Stahl yazdı
Change-Id: I99ebfcf2a52fe108599938abad87ab73552e6e2a
-
Michael Stahl yazdı
Change-Id: Ie87b9b2d7dc87ee60c072a2cf80cda5b191d1209
-
Michael Stahl yazdı
Change-Id: I1168fca3ad3091f9562dfe25aee45329ebbb4988
-
Michael Stahl yazdı
Change-Id: Iddafa9068edcc20135c08ed205b8fb7fb5382eba
-
Michael Stahl yazdı
Change-Id: I8e6748eef04f25603851a33d049cb9585fa04cc6
-
Khaled Hosny yazdı
Change-Id: Ia583cfe1d123903ac8f61ad4a224364af7c77ef7
-
Peter Foley yazdı
This reverts commit eacf12ee. Appears to be broken. Conflicts: vcl/source/filter/graphicfilter.cxx Change-Id: I9ae3fbac2e7e9d08484c063cdb10e080ca89def2
-
Riccardo Magliocchetti yazdı
Change-Id: I7ab931bb7c4f0d83dd7701650ec0d6a1ef83fda2
-
Philipp Riemer yazdı
-
Philipp Riemer yazdı
-
Philipp Riemer yazdı
In e2e2cc61 the method was removed automatically leaving several line breaks etc. as visual noise.
-
Philipp Riemer yazdı
-
Thorsten Behrens yazdı
Change-Id: I4581026627fe509895d471f5c28089aaaee85f58
-
Stephan Bergmann yazdı
Change-Id: I236c7887895d26a90c0f39655891d84b97b7b3ba
-
Khaled Hosny yazdı
HarfBuzz integration should be functional now, so to give it more wider testing it is made now a required dependency on non-Windows non-Mac OSs. By default text layout is now done by HarfBuzz but ICU LayoutEngine is kept as a fallback and can be enabled with SAL_USE_ICULE env variable. After 4.1.x is branched, ICU LayoutEngine should be removed completely. Change-Id: I4fe3beeaf6092f33dd436906c11b83aeafdfbd5d
-
Khaled Hosny yazdı
It turns out storing the width in the layout is not so good idea, because in some mysterious cases when font fallback is involved we call GetTextWidth() without calling LayoutText() first, and we return the width of the previous text run. It seems all I needed is to pass down the X offset with the glyph item, and take it into account when calculating the width. Change-Id: Idbdb6bba00573fb6ca773701757d667e21ac0912
-
Khaled Hosny yazdı
Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496
-
David Tardon yazdı
It does not make sense to repeat the same check many times. Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
-
Stephan Bergmann yazdı
d3f063cc, by instead restricting the use of the Boost pointer containers to non-inline code (watch out for implicitly generated copy ctors and copy assignment ops), thus preventing MSVC from trying to generate full template instantiations of those containers (similar to f4227c82 "Blind fix for MSVC, take two"). Turns out the ScConditionalFormat copy ctor was unused anyway (but the ScConditionalFormatList copy ctor isn't, so only prevent generation of an implicit copy assignment op there). Change-Id: I23303a98df7024dbce95638ac13097b71a9c5c04
-
Stephan Bergmann yazdı
...uses of which had been introduced with 2fab32e8 "mtclip01: #i112022# Allow extended clipboard creation" but which did not introduce any implementations of those services, so this might have been a hook for StarOffice-only functionality. Change-Id: I4d3c977547147aaca78b6079d1df8fbf6b196650
-
Eike Rathke yazdı
With 428bde35 this should enable ICU to bounds-check font tables as mentioned in http://site.icu-project.org/download/51#TOC-Known-Issues With this patch also needed is 7de7267f otherwise application will crash. Change-Id: I42e31778f762afc80ea21c1fb20952eab42791dc
-
David Tardon yazdı
This function is for running arbitrary command just after unpacking. It turns out that gb_UnpackedTarball_set_post_action is not enough :-( Change-Id: Ibad9d7fbcdd2b95a16cc838ad8773eef5c6da019
-
Luboš Luňák yazdı
A different way to do 1c0669af2f1f58e6431b5e489ac48a883e242ba7. Sometimes one piece of code can be represented several times in the AST, e.g. with default function arguments. Change-Id: Ic7799fa0bd918a638bdc8ebef69e6aa91d355bdc
-
Luboš Luňák yazdı
Change-Id: Ibc487aa78d9eba3f936b4f4cc0298adfaef60d5c
-
Luboš Luňák yazdı
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
-
Luboš Luňák yazdı
This does not always work well, e.g. when building a return value in a return statement from a temporary, there is CXXConstructExpr containing CXXTemporaryObjectExpr, which both share the same location. This reverts commit 1c0669af2f1f58e6431b5e489ac48a883e242ba7.
-
Luboš Luňák yazdı
Change-Id: Icba8dfa61aee7237af569b2414b1cf4ce93ca476
-
Luboš Luňák yazdı
Turns out removeText( SourceRange ) treats it as a token range, so it's not always character-exact if used for removal of only several characters from a token (e.g. an identifier). Change-Id: I0223d52da90f9535d9ef1d48b0f56d69131536c8
-
Fridrich Štrba yazdı
Change-Id: I2dfaa895a3efefa6fee8d21575f148ef9bba03c3
-
Stephan Bergmann yazdı
This reverts commit 135d20ca. Conflicts: vcl/source/window/window.cxx There is no implementation of the SystemClipboardExt service, so Window::GetClipboard would now always fail with catching an Exception, instead of trying to create a SystemClipboard if SystemClipboardExt is unavailable. (I'll clean up the unused SystemClipboardExt in a follow-up commit.) Change-Id: Ic3c45b148057e174d3487aedb4176549cb28f3c0
-
Faisal M. Al-Otaibi yazdı
Change-Id: Ie451b7a84b5481e9209c5b6d6d439844de5082fd Reviewed-on: https://gerrit.libreoffice.org/3789Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
-
Arnaud Versini yazdı
Change-Id: I6caf18b110dd0a40f09e185c00cb238261457db3 Reviewed-on: https://gerrit.libreoffice.org/3783Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
-
Fridrich Štrba yazdı
Change-Id: I8bdcc273b50e35dbbb0e34183a465e370cc5b22c
-
Marcos Paulo de Souza yazdı
Change-Id: I7383da4390995ad9ea2d4fb494098dab6287609f Reviewed-on: https://gerrit.libreoffice.org/3758Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
-
David Tardon yazdı
Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
-