Age | Commit message (Collapse) | Author |
|
brain damage...
Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
|
|
Change-Id: I47b35af71277fdda19767a553c960bf12164b92f
|
|
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
|
|
Change-Id: Id9f588e551b40a64bc86cae7c6d50f99659f94ab
|
|
use solenv/bin/add-modulelines script for the task
and remove all UTF bom from *.src and *.hrc files
svx/source/dialog/hdft.src
Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
|
|
Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b,
s1.compareTo(s2, length-of-s2)
is *not* equivalent to
s1 == s2
|
|
Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
|
|
Change-Id: Ia6d62ce5421d51fe4fc0128f60e9b39ab736276b
Reviewed-on: https://gerrit.libreoffice.org/2496
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I53d8a164fe9333c286a04f88a0834feeecacd5ed
|
|
The service already existed, it just needed an IDL file.
Change-Id: I6b9a5a5fd02985bfdd29bb42f032265d0b5498c7
|
|
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
|
|
weed out assumption that widgets are direct children of Dialogs
Change-Id: Ib2cf0c8862bd5e82b13380634ed82ca7fcc746b8
|
|
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
|
|
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
|
|
This code gets never called.
Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
|
|
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
|
|
Change-Id: I1ba301831758f2ba05226588ec71b1a911d7bbba
|
|
Change-Id: I4c147ea03eb4d5d7c926ec1cccbd344ff28c77d7
|
|
Change-Id: I8501d26e0f0447b219ecbbdc9262f13158f5aa0a
|
|
Change-Id: I3fa44aa5651584c5a90d9e18c75d0c825fcf05fc
|
|
Change-Id: I21a32877182dc84bd2291e87bdf49fa513835fc4
|
|
Apparently the TYPELIB has problems with paths if they contain
some "special" characters like "-", unless it is quoted. It can't seem
to be able to concatenate quoted strings properly either. So build
up the whole filename in the makefile and quote/escape extensively for both
shell and rc.
|
|
Change-Id: I93c6d0e37306a9c8ac708124a6d21a7ce11810b8
|
|
Change-Id: I88ecfceba0d08ef7136d6db49da1e62c61518d2b
|
|
Change-Id: I7c9ebd01c16ff066008e53de865560ad78215bab
Reviewed-on: https://gerrit.libreoffice.org/2330
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
|
|
Change-Id: I5dd0050a0fbb5918da2d863998a7f24d9b144780
|
|
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
|
|
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
|
|
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
|
|
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
|
|
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
|
|
- replaced osl_trace with sal_info
- added new log areas to log-area.dox
Change-Id: Ib47c4b4c9604bca1f8a635dd01bb89702b47b591
Reviewed-on: https://gerrit.libreoffice.org/2010
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
|
|
Change-Id: I360fb8db35b36194c4f7ae08c93126e2a7bda853
|
|
Once this was fixed it seems to work nicely. Add keywords in
File:Properties and they show up in Finder's Properties, and Spotlight
finds text from the document contents.
Change-Id: I203576a5a7e53ca3485b0a82f0c6d06122f361d1
|
|
That's so that heavily related ones stay together:
PRINTREPEATEDVALUES
PRINTWHENGROUPCHANGE
Change-Id: I90513da4ae9ce0798dec91e5057b112735c1cdc2
|
|
Consider the following situation:
Property Name Property Order Index
------------- --------------------
propA4 4
propB5 5
propB4 4
And the loop goes over these properties in this order.
propB4 should be before propB5, but with the old code,
propB4 would be pushed after propB5: it asks for position
4, but as positions 4 and 5 are already occupied, it gets
pushed to position 6.
Remaining difficulty: properties from different
property index ordering series will be interleaved.
This should be solved at object model level;
ideally property order index should be unique,
at least within an object.
Change-Id: Ie235a4b22155df97df139f1dc354247845626620
|
|
Change-Id: Id21de98433f52c8659a3432c1c47354e18166f06
|
|
Otherwise, in a LO built with hidden visibility (as gcc terminology,
not ELF, Mac OS X does not use ELF), Spotlight won't be able to use
our importer.
Change-Id: Ie19082f9f14e4cc75ae6f7583031b929b7b75330
|
|
LO-4.0.0.3 sends "4.0 .0.3" to the server.
Change-Id: I2cda062778ac3632f89eb5c0d1cc85e57d8d1870
|
|
to avoid error messages like:
error: could not convert ‘(const char*)"LocalFile"’ from ‘const char*’ to ‘const rtl::OUString’
Change-Id: I8b55049bd29c63b837f80b1562b9e8cd8324c603
|
|
...solved by removing the nPos member and instead calculating the index on the
fly. The difference is that old indices were before calling std::sort in
OPropertyInfoService::getPropertyInfo() while new ones are after, but that
should probably be OK per the documentation of
com.sun.star.inspection.XObjectInspectionModel.getPropertyOrderIndex (which
appears to be the only client of that functionality).
Change-Id: Id346bb219acbdad88ec43cf46feca8c37f2c7cf4
|
|
The GCC 4.0 we still use for the "official" Mac OS X build says:
"error: conversion from ‘const char*’ to non-scalar type
‘rtl::OUString’ requested." Sigh, I guess there might be lots more of
these elsewhere in the code.
Change-Id: Ifad5722bbadd465ebfca1ac3f0b55f07a6895e12
|
|
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING
Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f
Reviewed-on: https://gerrit.libreoffice.org/1954
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
|
|
Change-Id: Ied761cbb8e23d65596a5fdc4650e1cd2c95e9245
|
|
Change-Id: I68e90fde0645d4d1d518d22620d4c28ae91139d4
|
|
Change-Id: I54bb0eb08d687e7d54c42601c826c580a7a17ebb
|
|
Change-Id: I0a44bab196ae239d3bdea75fd2b657bdfa4ecf31
Reviewed-on: https://gerrit.libreoffice.org/2011
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|