- 15 Eyl, 2012 1 kayıt (commit)
-
-
Ricardo Montania yazdı
Change-Id: I0e49d84b5a7aa47dc315735a8198ba7fdde0b4e7 Reviewed-on: https://gerrit.libreoffice.org/621Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
- 14 Eyl, 2012 39 kayıt (commit)
-
-
Andras Timar yazdı
and put leading spaces back on merge. It will result in cleaner strings in .po files, and indentation of Basic code examples will be kept more easily. Change-Id: Icdd5cb94069f506ed0b7edf7483ccfd139f296aa
-
Andras Timar yazdı
Change-Id: I146e29a68b04ce227fd2b9568fd2bbcd79b45792
-
Andras Timar yazdı
Change-Id: I1befdc4c9772c4bf66ee12bf0d2d4aa303903099
-
Michael Stahl yazdı
aStyles contains rtl::References, so the erase() call may cause "p" to be deleted, while "p" is then used as a parameter to Broadcast; avoid this by retaining the rtl::Reference on the stack a bit longer. Valgrind warning observed in sc_unoapi sc.ScStyleFamilyObj on libreoffice-3-6 branch, called by ScStyleFamilyObj::removeByName. Change-Id: I96d6de85b1b182b5ae3f74e92987a7f137537ffb
-
Michael Stahl yazdı
At least it failed on me once trying to store to its temp file, maybe the predictable file name was the problem... Change-Id: I78918ada1615c8337e4c8692d34aa285010bc820
-
Stephan Bergmann yazdı
...more to follow (easy hack?) Change-Id: Icb02626495701a3905c124c7368b98c3258e91b2
-
Kohei Yoshida yazdı
Change-Id: Ib7454253df250ddc991aed0dd5cd5b0f90476dd8
-
Stephan Bergmann yazdı
Change-Id: I391e08c2712a51fe0adcd3f0c74d779b07c31c76
-
Markus Mohrhard yazdı
Change-Id: Ib0cbe1a3347e7231e7908b9bd8135e984e6ef644
-
Michael Meeks yazdı
-
Stephan Bergmann yazdı
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
-
Noel Grandin yazdı
Create a merged XUniversalContentBroker interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: Id264387bf8af8bf211050e15b8801a1fde368167
-
Noel Grandin yazdı
Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f
-
Lionel Elie Mamane yazdı
Change-Id: I4faedd535421eaf1e3e425f4731b3bb8831e7360
-
Miklos Vajna yazdı
The character properties of the field are applied when the next run begins, so insert an empty run right after the field to fix the issue. Change-Id: I18d747d99d6604fa331a0e70e6989f9f4975eab2
-
Luboš Luňák yazdı
Change-Id: I3b85f3916d49a1853d073879a906506bee0d4fba
-
Luboš Luňák yazdı
This is at least the second time there's a race condition during build, and OSL_TRACE is just SAL_INFO, i.e. not printed by default. Change-Id: I1c683cf463665c6e36097025756c3aeab3a2c330
-
Rob Snelders yazdı
Change-Id: Ifd45a289a5a7b0cb87100e1ff3854ec72143019c Reviewed-on: https://gerrit.libreoffice.org/526Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Andrzej J.R. Hunt yazdı
Change-Id: Iae19e9d44f1a437737c943c06356a99957c6991e
-
Miklos Vajna yazdı
Change-Id: If2e0d2f4805cd04bec0dd7983ec544b9922ef796
-
Miklos Vajna yazdı
Change-Id: I7523be9f07d378e1c4d88468077653d3fa4161d3
-
Michael Stahl yazdı
Change-Id: I009f0519e34900a1b1447de02d99f32dd0e07410
-
Michael Stahl yazdı
It has been imported as an alien attribute since CWS impressodf12 5b364c2e, and could not be written to a document created from scratch anyway. Change-Id: I054fcf71d7ddc3ed19735b8aa898d1b1a12db5b9
-
Michael Stahl yazdı
This is invalid, font size must be positive. Change-Id: I2425d7c596ca9c7c80c0d24c44cdd9ec1ac1dd80
-
Michael Stahl yazdı
This attribute is mandatory; for the given bugdoc various svg:viewBox="0 0 2500 1" are now written. Change-Id: I7ea2294e0796546dcbb245993c01c2dd2b2a755a
-
Michael Stahl yazdı
The xlink:type was optional on text:a and draw:a elements in ODF 1.1 but is mandatory in ODF 1.2 Change-Id: Ifc7301ed1b0120d31a156751888dea1a55e952fe
-
Michael Stahl yazdı
XMLTextParagraphExport: Add a mapping that generates names for those field marks that don't have a name so validators don't complain. (regression from 7a1c5e54) There is still the problem that we cannot easily guarantee that the names (generated or from some field param) do not clash with the names of actual bookmarks... Change-Id: I9ed65b94b3e8f725db4354222f2565176b32be52
-
Michael Stahl yazdı
do not export invalid table:number-columns-spanned="0" Change-Id: I7e286a9fcb6ed3df7222c83fe73e870e69561649
-
Tor Lillqvist yazdı
Change-Id: I42f9f45bffbbc74784eb78580a5b927aa3d3ffd7
-
Lennard Wasserthal yazdı
Removes the hidden frame. That frame really doesn't seem to be needed, not even for exporting, though. Change-Id: I37285a9dfe46fe9263ba1f767fe69a59226e342a Signed-off-by:
Lennard Wasserthal <Wasserthal@nefkom.net> Signed-off-by:
Luboš Luňák <l.lunak@suse.cz>
-
Cédric Bosdonnat yazdı
Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
-
Tor Lillqvist yazdı
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679
-
Tor Lillqvist yazdı
Change-Id: I0d6f363ad4170bea804e53247f36a7954118a23d
-
Luboš Luňák yazdı
It did not compile, and not using the deprecated macro fixes that as a side-effect. Change-Id: I97b8cd2ff1a650ec9d38cbf7eeb8780177a7fd7a
-
Tor Lillqvist yazdı
Change-Id: I26bc5d87725eb9ae00387e42e9a65ed26a8ec168
-
Tor Lillqvist yazdı
Change-Id: I14d8bd5473197b50457cbdc509c211bba7231802
-
Tor Lillqvist yazdı
Change-Id: I7dac78be5a1165ff5cdbd53fd02b907a4fa68a3b
-
Tor Lillqvist yazdı
Change-Id: I0beb4dcf9051c678bde5d49b83cec697ab17c595
-
Tor Lillqvist yazdı
Change-Id: I7fcea698c3d89c5b84b38a708502bcdf4526a614
-