summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-25prevent unnecessary String->OUString conversionsMarkus Mohrhard
Change-Id: I075467d17f6c59bd66a7a2d8e1e82f2a3ba42cad
2013-04-25remove some unnecessary whitespace in document.hxxMarkus Mohrhard
Change-Id: Iab19ae876162e72104267ad5f760f55e7d854934
2013-04-25implement import for calcext:value-typeMarkus Mohrhard
This saves us several string comparisons for every cell during import which should speed-up our cached value import quite a bit. I haven't profiled it yet. Additionally it lets us move away from a heuristic based approach. Change-Id: Id9ca92a1251b62e99ca54209fdd52031694784b1
2013-04-25remove a bit of unnecessary whitespace to make lines shorterMarkus Mohrhard
Change-Id: I364afb6d638f47a41ea31bf3df00540db417d505
2013-04-25ScXMLExport::GetCellText returned always trueMarkus Mohrhard
Change-Id: Ia5dbea0a496f578f619276def349ff21674fb644
2013-04-25add error to office:value-type for calc cells and fdo#51810Markus Mohrhard
For cached value import we need the information which cells are error cells. For ODF 1.2 extended we therefore export now calcext:office-value with the additional value "error". Change-Id: I9bc988ea4924bea767ba5e504b77f6a16e51a82e
2013-04-25fix indentationMarkus Mohrhard
Change-Id: Ie70d580cd2a4ad88751672fd257c825b9813c86e
2013-04-25fdo#62088: Fix crash on master page switch too.Jan Holesovsky
This is actually a regression caused by 1165aac95b8e44f41fc16a44bfec4c1c05801ac8, where a confusing code was removed, that should have stayed there. Re-introduced in a readable way. Change-Id: Ib99c19c04cf3b098097cef8da5da63b8cc7dd130
2013-04-25Related: fdo#63802Caolán McNamara
let si-phonetic-dynamic survive libreoffice losing focus and regain it cycle and still use surrounding text. It should be safe to report that we can provide surrounding text but there isn't any during the time window when there is no focus window, because the focus in event was received but it hasn't arrived yet because that happens on a postuserevent. Change-Id: I0481c42208953f2a0618aaed7b0d9e9f3e7bda07
2013-04-25bnc#793414: Bullet points are not indented correctly.Felix Zhang
2013-04-25workaround race condition with mixing internal/system cairo libsLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2013-April/051026.html Change-Id: I81031d8290efcc4f343af7bdffb4762411f4f107
2013-04-25Resolves: fdo#63802 return true if we have known empty contextCaolán McNamara
i.e. false for "we can't provide context", and true for "we can provide context, even if there isn't any" Still looks to me that there's a bug in the si-phonetic-dynamic im (or something in the stack) that assumes that returning false once means it will always return false and give up for ever fix indent while I'm at it Change-Id: I6df7f2689101250c33318db1fac5ec1b3e340566
2013-04-25De-ambiguify 'Pair'Tor Lillqvist
Change-Id: I84c73b07d8a4a6950cde98898754168720952934
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: I1dcfee9fa0fdc4457754396ffb52cc8462f3906a
2013-04-25fdo#46808, Convert animations::AnimateMotion to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: I30cfa80fee436ed859d5bc00d1cb23e465c7e149
2013-04-25fdo#46808, Convert animations::Command to new styleNoel Grandin
The service already existed, just needed an IDL file Change-Id: I5e6449522ce77c36df1857213bd028336c3354bf
2013-04-25fdo#46808, Convert animations::Audio and IterateContainer to new styleNoel Grandin
The services already existed, they just needed IDL files Change-Id: I4e3389abb2cb0e41c9bab112cda2a7e896eb271d
2013-04-25fdo#46808, Convert animations::AnimateColor and AnimateSet to new styleNoel Grandin
The services already existed, just needed IDL files Change-Id: Ifc1980160b8472bc9bf96a36ca4bff2c4153a8b1
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: If7cc52ffeb35efe0969876a9822106b1fd958b10
2013-04-25PCH quickfixStephan Bergmann
Change-Id: I457288d881ba74db2127e8543b0de70b6498002d
2013-04-25use LanguageTag fallbackEike Rathke
Change-Id: I34c532dc7d1c71724a5c0e29c113f2d6510cc2d7
2013-04-25n#813291: [PPTX] Axis Labels with percentage.Muthu Subramanian
Added the check only in the Axis Labels import. Maybe this check can be moved to convertNumberFormat()
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann
...and remove the unused feature of initializing it with an obsolete XSimpleRegistry. Change-Id: I333dae51f67c16da3e6822ba81e4b8ca125188a5
2013-04-25fdo#62088: Fix regression introduced by the DateTime incompatible change.Jan Holesovsky
It is not good to mess with the stream operators, more so when the size of the data changes ;-) Change-Id: Id02b83224496a28575f4e12196892de198793983
2013-04-25ditch libi18nlangtagicu againEike Rathke
Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4
2013-04-25Fix KEY_SHIFT clashTor Lillqvist
Since 360d6bf4fd1241af47f55648b7597fda3120390a the precompiled header for vcl includes <rsc/rsc-vcl-shared-types.hxx> , so the KEY_SHIFT from there interfered with the KEY_SHIFT here. These magic values apparently are the "known" return values from MapVirtualKey() called to translate (fixed) virtual key codes to scan codes, suitably shifted and ORed with some flag bit(s). Whether such scan code values really are constant in all Windows installations I have no idea, it does sound a bit scary to me to assume they are. (If they are, why does <windows.h> then not provide symbolic names for them?) Change-Id: Ic18a8e1a8b7a95bb6b018382662944f6912e4734
2013-04-25Updated coreCaolán McNamara
Project: help 0f337351043a65843b4b7687d33ca5afdc8289b8
2013-04-25convert page preview zoom dialog to .uiCaolán McNamara
Change-Id: I4c4511787247bdcabd88af1c3b0894361336b71f
2013-04-25rebuild scp if autoinstalled libs changeDavid Tardon
Change-Id: I76cca4646bd0258cdf64a079edb017e6243839af
2013-04-25Updated coreCaolán McNamara
Project: help 01a9fff87678572226b099c7102f5f1b03bec4b4
2013-04-25convert merge table dialog to .uiCaolán McNamara
Change-Id: I59ff70e3280d4e746b0d20f7f9532a341d88cb57
2013-04-25Fix compilation error when OSL_DEBUG_LEVEL > 0Tor Lillqvist
Just use SAL_WARN, building up the message using chained << operators instead of constructing it into a OStringBuffer (or OUStringBuffer) and then passing that to OSL_FAIL. Or should we have a real assert() here? Change-Id: I2c3f64ff2b29a3d81ba444d98c2a38ef49e6d7af
2013-04-25Updated coreCaolán McNamara
Project: help 9b03a7110683c9e05b5a6a193d71dcfad58b8122
2013-04-25convert ascii filter dialog to .uiCaolán McNamara
Change-Id: I0e4f45d9e74fd2ae04defa75fce225d61295cdbc
2013-04-25Rumanian->Romanian, former now considered archaicCaolán McNamara
Change-Id: I9a47317bf7251dfef5f5d7f2cd6b817792114289
2013-04-25Belts and braces for crash in null pointer dereferenceFridrich Štrba
Change-Id: I17fa205f16929b913084c8eee320a73416b1eda0
2013-04-25update pchThomas Arnhold
Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47
2013-04-25Fix compilation error after fe4ffd81045144ffb8d69ae9e5df7ef191005128Tor Lillqvist
Whether it works, no idea. But on the other hand, from the dicsussion in fdo#61503 it doesn't seem as if that commit was deeply insightful either. (And how it compiled on the commit author's machine, no idea.) Change-Id: If6355b33c406e8da5bdb2bf77aaf8b2ac0c39343
2013-04-25fdo#46808 Convert awt::Pointer to new styleNoel Grandin
Change-Id: Ic2ff491e656ab7bcf0bd5994b601818a26478243
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna
Change-Id: Id404f8f3a5bdbf32c207ee81c6f6be9c9d328679
2013-04-25comments and code reformatMaxime de Roucy
Change-Id: Ib4e45cb85c9e5e5ffa6476c939300c6795412b1a Reviewed-on: https://gerrit.libreoffice.org/3582 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-25Fix generation of cli_types_bridgetest.dll after gbuild'ificationStephan Bergmann
...the "double use of udkapi.rdb in climaker call in testtools/CustomTarget_bridgetest_climaker.mk looked fishy" indeed. Everything built in module testtools that is not used by the "native inprocess" test case (testtools/CustomTarget_uno_test.mk) is more-or-less faithfully copied over from pre-gbuild times, but the code to actually (manually) execute it is effectively lost: bridgetest_client against bridgetest_server and bridgetest_javaserver; bridgetest_inprocess_java; cli_bridgetest_inprocess.exe. So this cli_types_bridgetest.dll is effectively dead code today, but at least it is a more faithful copy of the pre-gbuild version again. Change-Id: If01a9d837dc6bf3837a17878d8a4bfaf87ab6d4d
2013-04-25change warning to errorDavid Tardon
It seems that the nonexistent include paths introduced by the headers move have been cleaned up. We do not want to introduce new ones. Change-Id: Ife53bbf0c63e12a41f6b447357472ad41eed5cbe
2013-04-25drop nonexistent include pathsDavid Tardon
Change-Id: I3b2686cb04b7945a12f43b344ed56b39a321b51b
2013-04-25fix dep on doxygen CustomTargetDavid Tardon
Change-Id: Id53ab5de54ff8e86a39685b370b1114666755cfe
2013-04-25add missing deps on sqlbison.hxxDavid Tardon
Change-Id: I098a4514b9b32b1ecf96b1f2275f77bac540d557
2013-04-25fdo#46808 Convert animations::ParallelTimeContainer to new styleNoel Grandin
Change-Id: Iac6337828c807a132e561b5e9017a708be2e9729
2013-04-25fdo#46808 Remove unnecessary getProcessServiceFactory() callNoel Grandin
Change-Id: Ic3219a615ae568d4d3e8aed83297ff6a39e6983b
2013-04-25fdo#46808, Convert form::ControlFontDialog to new styleNoel Grandin
Change-Id: I83487cddbd6b3fce1fdcdfa48623b63a0e026d90
2013-04-25n#812793: (Workaround) Transparent background import in EMF+.Muthu Subramanian
EMF+ seems to have alpha of 0xff for transparent background!