summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-18Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida
Change-Id: I47632b7ae93f4e68c4512fc30f4e4fe18e1c5f4d
2012-09-18Reduce indentation by early bailout.Kohei Yoshida
Change-Id: I8cbf348289acb98d30d8e295f296c43655b00a08
2012-09-18and another test for ScRangeList::DeleteAreaMarkus Mohrhard
Change-Id: I1fa81b32f9ffc70769876becbcf213796cab405b
2012-09-18more tests for ScRangeList::DeleteAreaMarkus Mohrhard
Change-Id: I1ba3278d8c74c62f28f2b89bec35bc33be477094
2012-09-18use the typedefs in ScRangeListMarkus Mohrhard
Change-Id: If90c068eb4db26203612a54aa3536118650bfb43
2012-09-18it is better to use ScRangeList::In than IntersectsMarkus Mohrhard
Change-Id: Idb9839c827729edaa72442f78fbd2fd6561d95c8
2012-09-18add tests for ScRangeList::UpdateReferenceMarkus Mohrhard
Change-Id: I0461b7a23b4743f6e73e6c771b1b2119ad1bce15
2012-09-17installer: wrap main function with error handling.Tim Retout
Change-Id: Idca4dab27644e2c30a6c0a7549021c59fd99bc3a
2012-09-17installer: Inline @installer::globals::environmentvariablesTim Retout
Change-Id: I9aab3ec39b833dac242b9ede21ac3f2e5eb78200
2012-09-17fdo#54232 set encoding of Romanian MSI tables to UTF-8Andras Timar
Change-Id: I0604998e5019757c47050e4f94b1feb1b847cfca
2012-09-17targetted make reversion.Bjoern Michaelsen
2012-09-17hopefully a corect way to deal with deleting rows and cols, fdo#54842Markus Mohrhard
Change-Id: I4ec1a8225ae3c84352643876065fb4cc7073b9f4
2012-09-17one more test for ScRangeList::DeleteAreaMarkus Mohrhard
Change-Id: I42d31f6653990a81eff815d3d0feffad84b1379e
2012-09-17Keep null service manager throw a DeploymentExceptionStephan Bergmann
...rather than a general RuntimeException, for consistency with existing service ctor code. Change-Id: Ia9ac14a1b5bcecb24394e7b9cade369f3f9303f0
2012-09-17Missing semicolonStephan Bergmann
Change-Id: I1b673e8ae1a8487feaa41d827664d06e7ea3aaaf
2012-09-17Modifying #ifdef to match header file.Muthu Subramanian
2012-09-17dung out namespacing clutter.Michael Meeks
Change-Id: I14794ca0cd2a8ea84ba41e1dc689503647696e3a
2012-09-17Add pin_validating message to protocol to allow for feedback in app.Andrzej J.R. Hunt
Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8
2012-09-17Dialog for connection, more activity launching cleanup.Andrzej J.R. Hunt
Change-Id: I1ff8508daa2863020c6d7fa735f0f23b1ce96d8f
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann
This is such a fatal error that there is probably no point in trying to handle it, so allow to simplify client code by removing the requirement to check for a null return value. Simplified some client code accordingly (modules configmgr and ure, and the code generated by cppumaker and javamaker). Change-Id: I51c0b270ec73409374f7439a47ee061407a46e31
2012-09-17revised MacOSX mimetype iconsNicholas Shanks
Change-Id: I68a1f132d0c4c379a3bcbf5e1a0f9a37604a8948
2012-09-17Cppcheck: remove duplicate if/else in sd.Thorsten Behrens
Change-Id: I872dd578729d8fe43d50fbf835b977adff8aded5
2012-09-17Attempt at adapting Windows-only code to ucbhelper::Content changesStephan Bergmann
Change-Id: Ib17e2153746da9e097cccef1bd70bbbd349c7920
2012-09-17Resolves: fdo#54820 128x128px and 256x256px icons too small on MacOSXNicholas Shanks
Change-Id: I9d1d21737da21724f98c2a7d06734693bb4ebedb
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
Change-Id: I0e6992afbeffaf3b993e6630fb396d93012890e0 Reviewed-on: https://gerrit.libreoffice.org/632 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-17Help compilers with explicit template argument.Stephan Bergmann
Change-Id: Ib958807b0227d6aa7fdd0c51b2ad7a595f4eaa71
2012-09-17writer split cells entry results in a dialog, so use ellipseCaolán McNamara
Change-Id: Id8f0d0eada854cc584e613b10e341602517ed47e (cherry picked from commit 1c335df02a7ed77a571ffd5f51f5d6d6710d7d52)
2012-09-17n#778140 testcaseMiklos Vajna
Change-Id: I50ba7e12eec41c90dff1a378113f46bff36552a4
2012-09-17fix typoMiklos Vajna
Change-Id: Iaccb9a09576e47ad35161f9ac5e4f07c192267d9
2012-09-17android: disable cluceneMichael Meeks
2012-09-17Modify and simplify activity starting and backstack usage.Andrzej J.R. Hunt
Change-Id: Ic4c4806ea3e791d0d75621e678166d0ffbbfa96a
2012-09-17libcmis: fixed some conflict with windows.h definitionsLuboš Luňák
Change-Id: I5f121cbeff3f0cda5776d5361e585eaa1b48ea63
2012-09-17don't use delete with remove_if, related fdo#54498Markus Mohrhard
Change-Id: I508ceb8dfe13fbfe54b4262d26bd215462c90c40
2012-09-17don't delete ranges in ScRangeList::UpdateReference, fdo#54498Markus Mohrhard
Change-Id: Id6a1f9f514c8221e5ca79e1eaafe69916fc1d1bd
2012-09-17Some comment clean upStephan Bergmann
Change-Id: I33fbe68b17e9a1c457b37c6d81619f2df67fbe8d
2012-09-17add osl_atomic_* api to allow for inlined atomic increment/decrementNorbert Thiebaud
atomic increment/decrement is provided by osl_increment/decrementInterlockedCount() but that is a exported dll function, so it cannot be inlined. valgrind analysis of a run, loading a medium sized spreadsheet, shows that these 2 functions were called 3.5 millions times for a total cost of 55 millions of instructions... a cost of 8 instructions per call, which is at least a 300% overhead since an atomic inc/dec is 2 instructions iow we could save about 1% of the total instruction count of that run(4.6B) We cannot change the existing api, as this would break ABI. but we can add a new api. and migrate internal user to it. osl_atomic_decrement/osl_atomic_increment do the same task, than osl_*IntelockedCount() but do that inlined if possible. Note that this version only optimize the case GCC with atomic built-in. but support for other case should not be very hard. follows-up patches will replace the use of the osl_*InterlockedCount() in the product with their osl_atomic_* equivalent. Change-Id: If4dcbf94ea6f62eb6d55d30613fe65878ffb8023 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-09-17Improvement on previous commitStephan Bergmann
Change-Id: Idadc0feb5e9c8a3abb5e53395003c386932aa05e
2012-09-17fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin
Create a merged XBridgeFactory2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I7309f4d30f0e772bc203c701eb3407b920ffafcc
2012-09-17Improvement on previous commitStephan Bergmann
Change-Id: I609961ece562b7e02c542cfeb23d7c584a9663d9
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin
The implementation of the LocaleData implements the optional XLocaleData4, so rather than creating a new interface for the new-style service, we simply make the service implement XLocaleData4, which in turn implements XLocaleData3, XLocaleData2, XLocaleData. Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a
2012-09-17libcmis: bad warning fix... refixedCédric Bosdonnat
Change-Id: I66716b090bdf0c10d940ab7ed225a1b5cb797516
2012-09-17Forgot to git add libcmis-0.3.0-warnings.patchCédric Bosdonnat
Change-Id: I0b2f1b8011b0b38ef2ec874ed1681db7cbd114ab
2012-09-17libcmis: silenced some warningsCédric Bosdonnat
Change-Id: I4dd47968b4273804858a47707fdf07a3b5be242a
2012-09-17These tests do not need the UCBStephan Bergmann
Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6
2012-09-17avoid C++11 narrowing conversion error with clangLuboš Luňák
/home/tinderbox/clang-master-build/solver/unxlngi6/inc/external/boost/uuid/seed_rng.hpp:143:61: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list [-Wc++11-narrowing] unsigned int rn[] = { std::rand(), std::rand(), std::rand() }; Change-Id: Iea9808492cd3fbcf078e61bbc184bdc434e7cd8a
2012-09-17Missing dependencyStephan Bergmann
Change-Id: Iba87094fe3c003f5c49f995a54531462298ea190
2012-09-17n#778140 DOCX import of w:doNotUseHTMLParagraphAutoSpacing compat optionMiklos Vajna
This reverts commit 61c94cbe2cbbbcaa1e44edecc4add60eb6d7937d (as it touched values which are not in the spec) and sets the correct paragraph top/bottom margin in case the compat option is enabled. Change-Id: I152a76d8fcdef3acf5491783c2ccacd2d48e76b3
2012-09-17older icu's appear to have the features, but not the typedefsCaolán McNamara
Change-Id: Ic17ffb49e7f143366c9c200d1c04b0536f2222b4
2012-09-17fdo#54858: DocumentDigitalSignatures::initialize can be called with 0 args nowStephan Bergmann
...as the new createDefault service ctor internally calls createInstanceWithArgumentsAndContext, not plain createInstance[WithContext]. Change-Id: Ia3bf8167154a4ae9d64dae271cc23d513e9e77fb
2012-09-17Related: rhbz#857860 enable ligatures and kerning only when requestedCaolán McNamara
Change-Id: I8c4d9744c9a8704fbb7de5670933f2229f710fce