- 07 Eyl, 2015 40 kayıt (commit)
-
-
Michael Stahl yazdı
This causes the temporary creation of frame styles to fail. Change-Id: I5d148ae008660d9c0f457a4c0e9dc256e0dfc49a
-
Michael Stahl yazdı
Change-Id: I341fb7c0712dff77ebfed41560a487f85c27c25a
-
Michael Stahl yazdı
Change-Id: If8d9770717c21875b4472b0d94a1fa5a9d136085
-
Michael Stahl yazdı
+ rLineBoxes = pFndBox->GetLines()[nEnd]->GetBoxes(); This actually assigns the boxes vector of the last line to the first line, which the previous code didn't do. Notably after converting the types from boost::ptr_vector to std::vector<std::unique_ptr>, the assignment produces a several page error message from both GCC and clang, and infuriatingly neither compiler was able to tell on which line in tblrwcl.cxx the template was instantiated, so i had to bisect that. (regression from be5e4247) Change-Id: I646e3ca678895480d38ec48f38d720458860a985
-
Stephan Bergmann yazdı
...the computation of nTop, nBottom was done in this curious way ever since its inception with 108632dc "CWS-TOOLING: integrate CWS impressaccessibility3" Change-Id: Ib516e944d96dc10ff12d0a82c0d8c921b57b0466
-
Markus Mohrhard yazdı
Change-Id: Id40a6802536120501133968d003267f21aaf5c27
-
Markus Mohrhard yazdı
Change-Id: Ic21d88b55b22c650de4fd69479b51d0f640fec6f
-
Markus Mohrhard yazdı
Change-Id: Ia829b0f723c8ded1237e52d48f034da3c1ac249e
-
Caolán McNamara yazdı
translateFromChart2AxisIndexToOox toggles between just two states, so convert consumers/suppliers of that to bool Then in exportAxesId toggle between primary/seconday pairs based on that, vs always exporting AXIS_PRIMARY_X + primary/secondary y Change-Id: I2649f5fc07323a73a3a215fdc52d5f1a5c31c349
-
Stephan Bergmann yazdı
Change-Id: I7c19ce1bde1eb405fe64aba7504fc511c0ab646e
-
Stephan Bergmann yazdı
...ever since its inception with 485d404d "vcl118: #i115788# fix file specs vs. URI" Change-Id: I990c3610b29b060b516a21ec6cba615fa101ccb5
-
Miklos Vajna yazdı
Instead of saying what to do, do it, so the CPPUNITTRACE="... /debugexe" part can be copy&pasted. Change-Id: I2ae54ad52ffa7dfbbf8b4e61f1fa8a0079c7b570
-
Stephan Bergmann yazdı
...needlessly added with 6d96720f "#98991# fix CJKV vertical glyph rotation, avoid obsolete FT helper functions" Change-Id: Ic0311ca8ae2b4c7d33c42f7fecaae4c95c24500a
-
Stephan Bergmann yazdı
...ever since its inception with a949f50c "implemented GetGlyphOutline()" Change-Id: I4591ac5c3d42053b3caa9d68bb12ad02dc319b66
-
Stephan Bergmann yazdı
...ever since its inception with 2d1f08d6 "CWS-TOOLING: integrate CWS otf01" Change-Id: I92ec60f5704e632126f3ba98140c520ae5c9e784
-
Michael Meeks yazdı
Change-Id: Icc3a965e59f5b2d4e23e0e5a4d0400b6b175c9c1 Reviewed-on: https://gerrit.libreoffice.org/18346Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Stephan Bergmann yazdı
...ever since its inception with 5624be5a "CWS-TOOLING: integrate CWS graphite01" Change-Id: Ib530362efe1b52f43a2a25e531cce9326001044d
-
Stephan Bergmann yazdı
...ever since its inception with d9bf8cb9 "add serverside font feature" Change-Id: I430b457dbf278be3299883ba0fac09a6b68c5d67
-
Caolán McNamara yazdı
when it comes to nodes which were numbered, but have their number deleted, where the indent from the numbering is still in effect in writer, but not in msoffice. Change-Id: I700f34171d8c9e9f6fb725d115ff1fe704ceb4bb
-
Caolán McNamara yazdı
not on them Change-Id: I048f86270ee12a38967c81e832619fd5018db6b1
-
Eike Rathke yazdı
Now that table column names are refreshed we can prefer them over header cell content during formula compilation and string creation of a tokenized formula. Change-Id: I0755404883af78c52c8d27a777acd7300bc2af75
-
Eike Rathke yazdı
Change-Id: I495377786bd0add1521d37490c8c57d4d30f541e
-
Eike Rathke yazdı
Change-Id: Ie2a84f58f63737b241222523f6d6c380e727bb89
-
Eike Rathke yazdı
Change-Id: I10396818da901a6a4da331ad2152b901968fd8bd
-
Eike Rathke yazdı
Change-Id: I3dcefc3ba55c33f9cfef6ff4bf9aa2242a866c14
-
Eike Rathke yazdı
Change-Id: I352a1378cc1a9e3d689c6902a01b901a74466d2d
-
Eike Rathke yazdı
Change-Id: I0a0fb83a1e72d73a517eabaa3c8dc1b2228848d1
-
László Németh yazdı
before drawing the new icon Change-Id: Ibbdbed448f965848429ace28dcfae47efc982164
-
Stephan Bergmann yazdı
...between 6037a79c "cws tl82: #i74049# math symbols should be able to handle 20 bit Unicode characters (surrogates)" and a93c9517 "Removes a fair amount of BOOL variables in starmath." Change-Id: Id146defb7231458b945629d4e4dcb7fc8de69f0e
-
Eike Rathke yazdı
Commit 6fb54d7b changed from pointer to reference but didn't adapt the variable name. Change-Id: If91c632d8fc41957ed3b542ed7bf19c376b56a82
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: Id881385b2653da2ee89498afbd6453d40acaea83 Reviewed-on: https://gerrit.libreoffice.org/18358Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I63cfbe32b165b33e986641f9c6270994ddaa6480
-
Caolán McNamara yazdı
Change-Id: I2a1add8cf526cdb305ad99ccb138454a88f2fdbd
-
Caolán McNamara yazdı
Change-Id: I8718ddd144bec48541e6412a8c9feb74d9391ecc
-
Caolán McNamara yazdı
Change-Id: Ie27c7c5d1b0c87a0e440cf57db436c7c46d46788
-
Caolán McNamara yazdı
Change-Id: If4ef5f054412b75a18d4afd28509ca02d5d2573f
-
Caolán McNamara yazdı
Change-Id: I46f0e7c4cd45c7ac596dceae7ad28664b0cc2183
-
Caolán McNamara yazdı
Change-Id: I942907d6af150818cb1e9a0f1d3f4cd036d0503e
-
Miklos Vajna yazdı
Cached glyphs used to have a 2px border in all font sizes, that's too small for larger fonts. Make the border size depend on the font size for larger fonts to make sure that the rendered glyphs are indeed independent. The introduced GLYPH_SPACE_RATIO = 8 constant is the smallest value where I don't see overflows anymore for large fonts. With this, not even the bugdoc renders correctly when presenting, but also the text is OK when the font size is set to the max allowed by the UI (96pt). Change-Id: I52aa5c4444583fc0467291463697a63f2b8fc86c
-
Tor Lillqvist yazdı
[loplugin:defaultparams]. Change-Id: I962bcf4c3de625bb6843cb7aa9ca0f4d6ba5187e
-