Age | Commit message (Collapse) | Author |
|
Change-Id: I230075d3ba955b6480d057953269d15c16c7235c
|
|
Presentationscurrentslide with a pause-play button and i add a play symbol to
the presentation icon (like the one in tango, galaxy e.g.)
Change-Id: If3ee81a7811a545a4251d1d1b2827e477b5034a5
Reviewed-on: https://gerrit.libreoffice.org/16383
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Surprisingly WriteString8 is still used to write URLs.
Change-Id: Id16201473bafce100a4be75199fba7bd7147cc83
|
|
Change-Id: Ife8b827298bc32ad0c490ebca7f3169dddc1009e
|
|
These functions only call each other.
Change-Id: I0268e7559cdbc7b4695dce44ee5bddbe047387a1
|
|
... and disable WW6 export in fltini.cxx
Change-Id: I6f649e03f39dcb8f185b6cb5074ef9037e6d0562
|
|
Change-Id: I40b7284bdcbfc5359a2a8c0fe105868cfae4c992
|
|
Change-Id: I3531ca574239ee9e47a111d1a1d73b623292c80f
|
|
Change-Id: I76da4422008c9dad8cf48dd089d644e432007d79
|
|
Change-Id: I267acbbd6f427336752a436a1abcea0d2a412ad4
|
|
Change-Id: I5bc347e19c7eb76693e94bafeef42b8ceb92990f
|
|
Change-Id: I85afe629ee10ffcb3e509da0dab3a495427522c3
|
|
Change-Id: I400856497feb06363c464b2cfe66ca62fc897e7f
|
|
Change-Id: Ic93eff66c74dbbabbde3990e1e62760da984916b
|
|
Change-Id: I24f0afd44f2f8c922b628bed2e384f34c88a6ce5
|
|
Change-Id: I38dfb4c875c4e28155f152b967878c901a1d5b25
|
|
Change-Id: I95430c8b244c60c32aeadfff7ed5fd4007e93598
|
|
... is obsolete
Change-Id: I644f80ac4bf265f2c669a9d1b87fecd012756be2
|
|
Change-Id: Icd1fbf247e63c92c8a51de78eb70e9b8e5f03b5e
|
|
Change-Id: Ib33539d19df17455588e51ca77a612546e269e20
|
|
Change-Id: I7b9543ebb56f99bb1d28c2e7b92818ca37418382
|
|
Change-Id: I9291abec3cdc019e64a820467c13d60411b89152
|
|
These were causing horrible rendering artifacts for all manner of
headless rendering across Android & Online.
A very simple fix in vcl, plus a set of tests.
Change-Id: Ib261c0ea29d79ee6415e164c0b9b098efb52458b
|
|
Change-Id: Ie6516be4ced938b5c969a12a4974b0feee27177f
|
|
Change-Id: Id551e1c3e60a0426bcd636642a9a0e02eb1e2612
|
|
Regression from ed6b8c9f8d1b93230 which slightly changed the logic
and set bHandled to true by default, thus effectively throwing all
key press events except for Enter and Esc away.
Set key press events (minus Enter & Esc) to bHandled = false and let
them fall through to be dealt with in the base class (ComboBox)
Change-Id: Ie1d857725a7de1d0bed1fd59df7eef5390ae5f3d
|
|
Change-Id: I40f88d598b89b434979fa34003c02212e28d72a0
|
|
Change-Id: I8cd2275d2607559c283d84d66b6d1f0588944cbe
|
|
Change-Id: I15ccbfe5df8965f9ffb395343fcf6a5ee5b6595b
|
|
Change-Id: I2448787c306a8a4ba531c0560e0435fefadb4dc8
|
|
This allows requesting text/html, with falling back to plain text if
necessary.
Change-Id: Ie6d4e0e173311ba018553043b6a869abf193bf6f
Reviewed-on: https://gerrit.libreoffice.org/16377
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Everything after the selected entry was invisible ;-)
Change-Id: I06ee1ac424293e71eaa0654b38a5e74e4462d185
|
|
Change-Id: I3f8ccf2d0642657b3768a237c96f15cf7a7aff97
|
|
Decouple the actual window from rendercontext in UserDrawEvent.
Change-Id: Ic440c4e7f59fcffb7800c578146e8eb528cbb7b4
|
|
Change-Id: I57a44ce4ca9c1e26366a90fb28616f46c209f7b2
|
|
Change-Id: I196812200ab82ba0d457b59022f472f942615220
|
|
Change-Id: Ia54eeae792efe65ca03ac08c8f5e70a7643a0b69
|
|
Change-Id: Iae97c409a84f47d591ef8adf8e42fb6f52c104e2
|
|
Change-Id: If7d75d48667cd48d9426b02a38d2cf539b248d26
|
|
text/html works with this.
Change-Id: I749e0c987a87dbc6700956f564f6846617c393e8
|
|
... older versions of Word and LO.
Based on a prototype patch by Yury <yury.tarasievich@gmail.com>
The problem is that Word 2003 does not understand the new CITATION field
added in commit 06f7d1a96eef5aa69d4872ff6d96eb5085296d09.
Word 2010 does appear to at least recognize it as a field.
Also fix the textual field type, which was omitted for CITATION fields,
except when the document was imported from DOCX.
Change-Id: I62b13a4f585dce535d587555b357ab7e4ef0e460
|
|
Change-Id: I3adf4182ad77bfd1af3737f640e9d3fe6db5dfc9
|
|
Change-Id: Ic4b74d769ee4370c5182c9921483c7ec0b2c7a94
|
|
This way should cover all un*x-like OSes (unopkg.sh excludes
e.g. OS X)
This effectively reverts commits 723e099972c1645 and
9444ffc93a3335
Change-Id: I0b4425d1c9eff8e51e5d9a4dab35775084106a23
(cherry picked from commit faa2c06226146e3ab4b7fa8096cf213ea9d52a23)
|
|
Change-Id: Ife8c272d2ac110c44908b0e248f0c53c0f477c06
|
|
Change-Id: Ifc63714b6b9e797b668cccc46052cb9d791122ea
|
|
The compiler's __GNUC__ etc. need not match the libstdc++ version used (esp.
when using Clang as compiler), and libstdc++'s __GLIBCXX__ macro doesn't inrease
monotonically with version numbers, so resort to a configure check.
Change-Id: I06de6b68324169863f6f5c31ae5d855e8b04cd6b
|
|
Seen with gtk3-3.10.9.
Change-Id: I0fc3f6187e270bb13d110bee7c817b5f48d4ce50
|
|
SdXImpressDocument didn't have this problem, FWIW.
Change-Id: Ic88311596b7b92a8e972f366b9e82cca850244f8
|
|
because the gtk3 fpicker puts them in the new header bar
are now
Change-Id: I78334476b42366ffdc64da9460eb017c8bc61622
|