summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-06Added icons for ImpressAlexander Wilms
Change-Id: I80abc4412055299603269a8385166718b8911428
2012-09-06fdo#52246 let helpex use gsicheck's tag checkerAndras Bartek
So the build will not break on translations errors in help. English segment will be used, when the localized segment has fatal error in it, e.g. a tag error that results in invalid xml. Change-Id: I8a74649d1f00f6379a7244f2582d27b8a437cd2f
2012-09-06vcl: export PrintFontManagerMichael Stahl
PrintFontManager is accessed from sw since 11f7d6aca36b25fb0b225cd0c641cd4f09338672 Change-Id: Ia8124acfa15386b126af2133830e1803bcf1a70f
2012-09-06Replace usage of rtl/memory.h in svl with equivalent from string.hArnaud Versini
Change-Id: I44e6b162a190939bfa17e04f551309d6249c48df
2012-09-06Replace DBusGObjectPath with char to hopefully compile on older dbus-glib.Andrzej J.R. Hunt
The typedef for DBusGObjectPath is only present in newer versions of dbus-glib. It is equivalent to a gchar. Change-Id: I1660234760fde7c7d88721f39d86a820c89040cc
2012-09-06boost: create also libboost_date_time-vc90-mt-1_44.libMatúš Kukan
Change-Id: I1e48b478a42d2b554e165922b08354b971f971b9
2012-09-06handle protection in conditional formats correctly, fdo#51636Markus Mohrhard
Change-Id: I81d7369218ae8e361f15d811952a8f690a32df96
2012-09-06no conditional format changes i protected sheets, related fdo#51636Markus Mohrhard
Change-Id: I228ca76c34e3e18ea4d4f2197db20222319ebbd0
2012-09-06gbuild: disable symbols on --enable-dbgutil --disable-symbolsMichael Stahl
Due to the setup of gb_DEBUGLEVEL in gbuild.mk, gb_SYMBOL was always enabled when --enable-dbgutil is set, with no way to override it. Fix that by turning configure's ENABLE_SYMBOLS into a tri-state, where the new "FALSE" value, set by an explicit --disable-symbols, overrides any implicit way of enabling symbols. But by default an --enable-dbgutil still enables gb_SYMBOL. Change-Id: I94c609863980ed1ab9c73d7a4861c394442b531d
2012-09-06++bloody_sal_Int32_die_die_dieLuboš Luňák
Change-Id: Ie10748357aa25fc15c05fc1a55434bfa0af9712f
2012-09-06actually use startsWith(), now that it really existsLuboš Luňák
Change-Id: I0f1557f480e9d20d4ead359ad0eaa75db9b8f9db
2012-09-06Inadvertent omit of Events node from Jobs-onlineupdate.xcuStephan Bergmann
...causing update check to not run due to the missing JobList entry. Change-Id: If855259ac86340763e4b0fa8266f011f8980d61b
2012-09-06basic .docx write support for embedded fontsLuboš Luňák
Docx embedded fonts now should be usable for practical use, although there is still a number of small todos: - fonts are embedded when saving only if the document had embedded fonts when it was opened (this means the document needed to be saved in MSO first with the option enabled), there's no UI to enable it and it's a question if it makes sense on Linux - w:embedSystemFonts is similarly questionable, given that the spec is very vague on what system fonts are supposed to be - font subsetting is ignored, when reading a document, the font is simply used and it is hoped it will work (that should mean the document should not be modified, otherwise glyphs may be missing for the new text), write has no support for subsetting; also, since fonts are global for LO, opening several documents with the same but differently subset font probably will not work Change-Id: I470a9f2857738a10e82546223412bd9320841e65
2012-09-06make sure a font from SvxFontItem is written to fontTable.xmlLuboš Luňák
Change-Id: Ie1cd6aeded226da49e8ff10c262a00d7f95228f6
2012-09-06read support for docx w:embedTrueTypeFonts/w:embedSystemFontsLuboš Luňák
No write support yet. Change-Id: Ia10239acc77cf9ebc4f511e30c007da36abf43cb
2012-09-06basic .docx read support for embedded fonts (w:embedRegular etc.)Luboš Luňák
Change-Id: I9bbca2e348bd999e05f6d9e53f3bbcd2d6bb911a
2012-09-06basic support for temporary fontsLuboš Luňák
To be used when loading fonts embedded in documents. Change-Id: I634af1b35eba48872d045e726d1d879f455d6f2c
2012-09-06temporarily set a substream as the document streamLuboš Luňák
If this is not done, then mpStream still refers to the main stream, and so e.g. resolving references uses the main document instead of the substream (specifically, in a followup commit, w:embedRegular will use _rels/document.xml.rels instead of _rels/fontTable.xml.rels). Change-Id: Ibf250b82f38be0b24a6c2b6198b6c96ab7f0423c
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-06guess.cxx tweak bad translationMichael Stahl
Change-Id: Ib93f1a08686826d75ad96f0c21590b0baad3b150
2012-09-06Move Bootstrap setup and lib pre-loading (for easier debugging) to onCreate()Tor Lillqvist
Change-Id: I77c08dc1236c4c77cfb7711f3be659ebfe877dd1
2012-09-06Avoid assertion failure when rendering thumbnails of some pagesTor Lillqvist
Change-Id: I5331ae27d8e492a8094e1904ba3af143c7c1a0e5
2012-09-06use OUString::startsWith instead of OUString::matchCaolán McNamara
Change-Id: I6b88baf83bfce1c28955b445c2c2ddd690cfed2d
2012-09-06these warnings are only debug informational reallyCaolán McNamara
Change-Id: Ie3da4be7251302cb68bd80a65bf74e8bc1b2e5cd
2012-09-06assign correct valueMarkus Mohrhard
2012-09-06fixed typoRadek Doulik
Change-Id: I483ff930b99d04cbd1514d7f541e57e223b04bab
2012-09-06try to use old animations when new ones doesn't contain any leave nodeRadek Doulik
- fixes part of n#759172 Change-Id: Id7abecd55edba6dadf16e275192e5251d0a86274
2012-09-06Update with info about online update checking lifetime.Jan Holesovsky
Change-Id: I6f631fbf9f9e3e958ab3269d099be42e0854493a
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
There's match(), with the second argument defaulting to 0, which does the same, but that's pretty non-obvious. Change-Id: Idd4de9388f53e1b5dc5d48446d1001af32c0af3d
2012-09-06deb#681185: wait for InternalIPC::ProcessingDone in oosplashStephan Bergmann
Change-Id: I9606ec34ad0d8d24dca71d060bf5e1d37152903c
2012-09-06default to enabling dbus on supported platformsCaolán McNamara
Change-Id: I47eac02bf2c0ee7b973d73ac78ae08f9e93f0b42
2012-09-06Related: fdo#54486 add some regression tests for ordinal suffixesCaolán McNamara
Change-Id: Iea51d777c3cc1fdc58fa7fccfe01e4e8394e79b2
2012-09-06warning C4702: unreachable codeStephan Bergmann
Change-Id: Ie9544ef452d7b9852bd2c31af1cb42035e5c827b
2012-09-06Automatically enable/disable bluetooth as necessary for searching/connection.Andrzej J.R. Hunt
Change-Id: Ie7a11c05cf1ba6181e955a65ebef03117c956f1a
2012-09-06offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl
The service implementation used "com.sun.star.frame.UICommandDescription" since forever, so the IDL file was essentially wrong documentation. But since 7a464263cc5c2ca2b7128734ff4860e02d662818 converted the service to new-style, it cannot be instantated any more and e.g. clicking on Tools->Customize crashes. (Adapting the implementation instead would be an incompatible change.) Change-Id: I564bddaf3836827f5b72360a2bde19d6158b7ba5
2012-09-06Moved all internal details for ClientInfo out of the header.Andrzej J.R. Hunt
Change-Id: I64102536f12875b9834ce99763925f1544a87e8f
2012-09-06vcl: Add missing graphite support to headless buildRiccardo Magliocchetti
Change-Id: I63966bac34678869dbd3ea177905896bbe8934f6
2012-09-06configure: disable gnome-vfs with --enable-headlessRiccardo Magliocchetti
We are not interested in desktop stuff but thanks! Change-Id: I03d28ab0d3d2da5cafaebfce52c807bf0c956108
2012-09-06configure: disable librsvg with --enable-headlessRiccardo Magliocchetti
librsvg have a long list of dependencies that requires at least gdk, so X. On debian the headers package depends on cairo too. Indeed not what we want. Since comments here says that impress depends on it will need to eventually disable build of impress. Change-Id: Ic88f90d03d0a80c1ada9f4224faed9deab2bed52
2012-09-06vcl: Fix cups ifdeferyRiccardo Magliocchetti
So ENABLE_CUPS is defined if we want CUPS but that does not guarantee that we actually have it installed. So use HAVE_CUPS_H that is defined only if the cups headers are found. Change-Id: I7c6c3659b368dbf9f8efab31ef457f41ac162160
2012-09-06n#771549: Import text offsets in shapes.Muthu Subramanian
* Also fixed a bug where the (offset) increment was conditional. * Reusing Transform2D for <txXfrm> as well. * This is a kind of hack where the margins are adjusted for the give offset values.
2012-09-05kill RTL_CONSTASCII_USTRINGPARAM in xmlscriptOlivier Hallot
Plus rtl::OUString cleanup Only on rebased files Change-Id: Icddaa20742cc45f08e5a48790447fcf8865f4bd6 Reviewed-on: https://gerrit.libreoffice.org/527 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-05kill RTL_CONSTASCII_USTRINGPARAM in xmlhelpOlivier Hallot
+ ::rtl:: drop (only on rebased files) Change-Id: I5a773936ceb012b0655cee8db7250b496e088464 Reviewed-on: https://gerrit.libreoffice.org/525 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-05Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2Philipp Riemer
Change-Id: I00c2ccb0be18bb574b2494b035b48c6f37128c72 Reviewed-on: https://gerrit.libreoffice.org/494 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-09-05extensions: oleautobridge needs comphelperMichael Stahl
Since b679a2a02180c017bd8b596fb2e4f283bad93b75 this oleautobridge seems to need comphelper. Change-Id: Idb04b61026e78fd3f726d66ef05d4345aaeb40a6
2012-09-05extensions: convert unoapi test to gbuildMichael Stahl
It even seems to run on my system Change-Id: I0246467b82bec7617d6de7dbad84c45fc279c24c
2012-09-05remove some obsolete boilerplate Test.javaMichael Stahl
Change-Id: I694cff583fddb713a59e5d6b8e15ea06a2be63b6
2012-09-05Java cleanup, make package name match folder nameNoel Grandin
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
2012-09-05Java cleanup, remove dead codeNoel Grandin
Which doesn't even compile any more. Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb