summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-04Add widget variables, related get/dispose callsprivate/bubli/textboxchainingKatarina Behrens3-3/+18
+ mnemonic widgets Change-Id: I1cfc4c096ea65db8d1b650225106db477b19cf4a
2015-12-04UI for text chaining in text boxes, first cutKatarina Behrens8-0/+181
does nothing so far Change-Id: Iab271c0d97e2195835169edf7272838a04491560
2015-12-03tdf#93263: Take function mask from ScPivotFieldKatarina Behrens2-3/+11
and not from ScDPLabelData (that's what old code used to do as well). Afaics ScDPLabelData.mnFuncMask member is never modified as the array gets populated in ScDPObject::FillLabelDataForDimension. UI has thus only its default value (PIVOT_FUNC_NONE) and so subtotals get reset on every change. ScPivotField however contains the right func mask, so take it from there. Change-Id: I862be121683aac079e788ce535f714ac8cdbcd0b
2015-11-17tdf#95845 Use CommandInfoProvider to receive command propertiesSamuel Mehrbrodt3-55/+24
Change-Id: I41f9a661b7a5b355e50910d7f58f0d9d55dc62a6
2015-11-17Remove unused methodsSamuel Mehrbrodt2-22/+0
Change-Id: Ia78da9dac5fb426fbb145250c4e39eb7d30c4d03
2015-11-17vcl: fix the kde4 buildMichael Stahl4-12/+18
... after eca4c54e52363f80db26e228e586aeb7732c7100 - not sure if it's correct but at least it builds for me. Change-Id: I36083fac98c830560cdc799923d309f96e8cdd6d
2015-11-17Add icons for future display mode selectorPhilippe Jung25-0/+36
Change-Id: Iddc3a3dec55a4c1c2fb9fcb4cf6e9449b4f1d11e Reviewed-on: https://gerrit.libreoffice.org/16934 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-11-17Assume that this code wants to append a number, not a characterStephan Bergmann1-1/+1
The original code in 2638faa2e834c2da4c195224fd88d32c29b3d0cc "writerfilter08ooo330: applied patch for writerfilter08" used OUString::valueOf, which 64b993e046f23baaacaff1572b7d2a816588b5ef "finish deprecation of O(U)String::valueOf()" changed to a OUString ctor instead of OUString::number (as that change did for almost all other cases), but without giving a rationale for this particular case. But as nUnique starts out as zero, so in the first round would append a NUL character to "DOCX-Standard", it looks plausible that this code should add a number after all. Change-Id: I47136486e28b946fa334a416d1d2fe20ad616ff0
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann7-20/+22
Change-Id: I7a741130689721c69fd2879be6bda27fc6ec3646
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-3/+5
Change-Id: Idcfa500c491fcedfff7d4c6e1bef25fd2d948d36
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann4-4/+4
Change-Id: I3411c688361e95b4c72b5257cdd63b137dab0538
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
Change-Id: I5779c639c480d5a2fbefd47942a662ff7ca4a9f5
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-19/+19
Change-Id: If61f46cceff4e2d4fe49e77788516ef60ab6eb50
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+2
Change-Id: Id3f43ba115d519e789b7eaf014734d2fd31d39cc
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
Change-Id: Id3bdce8776ebbdf700eabceed1e123a444a7bc4d
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
Change-Id: I508520556cd5755d81740b00c7815eebdef6576e
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-2/+7
Change-Id: I6125c2abe1dbfd0a5ecf020b8363fc277d195157
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+2
Change-Id: I27da462b553ef11e9d9ce7873e8fedc3af8c6041
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
Change-Id: Ia31a6817aa39da1edf76443fd7621375ea9dc191
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-6/+6
Change-Id: Ia93c541ea21be89578789d58f642109184a18685
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
Change-Id: I0439e40b0843ba9a0939eb47e339f396d26f3c64
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
Change-Id: I870f7c5c68ee9c9668e82833ea6277adfd49a686
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-3/+3
Change-Id: I083a33e71d1bb9fcef3b287e1db15910779312ab
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann3-4/+10
Change-Id: I727951614587654c11af5f6635a45c52ebec1b5a
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-59/+59
Change-Id: I72b0f9956e866afd22f7335a57d7dca0297e3b8a
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-4/+4
Change-Id: I82bb9471479523d68641fd815da1208f0d45b8a8
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
Change-Id: I1bf672c3d3c47b82906a0c755a6dd8e55dc48f88
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann11-11/+25
Change-Id: I74f34e3389582617fa83f8f4a3d6867cf87189e1
2015-11-17make CPPUNITTRACE=TRUE a shortcut for debuging on WNTBjoern Michaelsen4-3/+14
Change-Id: Ie834e1e1592163977435f0af6dde04c4fe86c1bf Reviewed-on: https://gerrit.libreoffice.org/19977 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-11-17refactor unittest help messageBjoern Michaelsen7-41/+76
- get platform switch logic out of shell script - platform specific stuff should be in $(GBUILDDIR)/platform, if possible - do not suggest shell-polluting exports, which might lead to confusion later, suggest setting the var as a one-off addition to the make command - move exception caching down, as it is assumed to be used rather rarely Change-Id: I01db3ca07582a6c6213ebac86fddabb28c925d50 Reviewed-on: https://gerrit.libreoffice.org/19976 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann3-5/+7
Change-Id: I9865090364220527830b7f32d5b506e50a2c0874
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-2/+2
Change-Id: Ic025383863651f1ab70c4a819737106279d9aa1c
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann4-4/+4
Change-Id: I7fcaa4e86f264182db7f4e46c2388402f801531a
2015-11-17editeng: fix SvxTableField::operator==()Michael Stahl1-1/+1
This was erroneously returning false due to inverted dynamic_cast check, causing "svl/source/items/itempool.cxx:750: unequal items in Put(): no operator==?, with ID/pos 4048" (regression from fa91dd31f39a24329d288d4e1cda28db3a16af0d) Change-Id: I9c5b49150470fc78d58ecd2a2e990637627bd591
2015-11-17qadevOOo: fix race in the ScAccessiblePreviewTable event testMichael Stahl1-7/+11
XAccessibleEventBroadcaster::addAccessibleEventListener test calls the fireEvent() and the problem is that the event is triggered not on the print preview itself, but some toolbar button. This then causes an accessible event to be broadcast from the print preview too, but only after doAccessibleAction() returns, some time later from VCL main-loop. If the test checks the flag in the listener before the main thread sends the event, the test fails; try to fix that with XToolkit::processEventsToIdle(). Change-Id: Ia52bdf99cdc349ffb0a03536fba271b792caae0f
2015-11-17remove vestigial Adabas D references in tests etc.Michael Stahl6-119/+6
Adabas D connector was removed in 8256eb0205fcddb79a67be13d6507b2653ff5e08 Change-Id: Ie142763ac32728c1596c196d919cbe84e6735c96
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks16-31/+54
Intended as a non-functional change. Change-Id: I1915aad03786540da1a4bfe9031d33f2c2a9b4e3 Reviewed-on: https://gerrit.libreoffice.org/20006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-11-17compilerplugins: enhance badstatics plugin to follow pointersMichael Stahl1-8/+70
.... and references. This gives numerous false positives as pointers may be re-set prior to shutdown, so needs a white-list. Change-Id: I19a011c6f19501cc31b3d9ae76b599296f132478 Reviewed-on: https://gerrit.libreoffice.org/19949 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-11-17Added Test for tdf#67238 table cell UnprotectVarun Dhall1-0/+95
Change-Id: Iaaaaca1bcc5f5b6274f54ef4fcd3f35ffe1a9cd0 Reviewed-on: https://gerrit.libreoffice.org/20008 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin14-19/+18
Change-Id: Ibae75fc4d843bd38179d4c7afc6ddb532835c7a6
2015-11-17use unique_ptr for pImpl in unotools/Noel Grandin6-28/+24
Change-Id: I4128ca0d4ff18f6e0c3c9f8ecad13b69c38c3157
2015-11-17use unique_ptr for pImpl in ucb/Noel Grandin10-16/+13
Change-Id: I9a626a11d665b081a7b05db52955598dbd90721e
2015-11-17use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin6-8/+8
Change-Id: Icb7573c24c681a8fc0570d61b6a30dab91378eb8
2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin4-8/+4
Change-Id: I23ab4d214ed01073f26cbbf2e88732ccde4ebc10
2015-11-17sw: unomapproperties.hxx can be private to unocoreMiklos Vajna1-0/+0
Change-Id: Ia3d1c1ccef53113e50f81a2f93aa157c4e23963b
2015-11-17Typo "stirng" -> "string"Stephan Bergmann2-2/+2
Change-Id: I08c98ed0f81894444a75adcf7da3a952c7f418cf
2015-11-17instead of converting from std::string to OUString...Xisco Fauli3-19/+15
... use OUString directly Change-Id: Ibdf863d7dbbb578e7fe87eac51e3d773a5b05199 Reviewed-on: https://gerrit.libreoffice.org/20009 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist6-46/+123
CHECK_GL_ERROR() is now zero-cost in a production build, so no reason to avoid it. Don't check for OpenGL errors after glX or wgl calls. They don't generate OpenGL errors but use the X and Win32 error mechanisms, as far as I see. Change-Id: I8f97ef434cbdc89d6e345a247456cfc4a1a82bb6
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin35-78/+58
Change-Id: Ib95118941938af83fed566a085837e17f092017a
2015-11-16Updated coreAndras Timar1-0/+0
Project: translations 7a70fe0c90384e2259a141073d2db4d6bf0038c5 Updated Slovenian translation Change-Id: Ie3fd52c15d78d44e7e46207a92d7d23bab492814