summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-25Bump for 3.6-20suse-3.6-20Andras Timar2-6/+6
Change-Id: Id1f02caaae95a43de6638a7c58197da25a57cac2
2013-04-25n#813291: [PPTX] Axis Labels with percentage.Muthu Subramanian1-1/+5
Added the check only in the Axis Labels import. Maybe this check can be moved to convertNumberFormat() Conflicts: oox/source/drawingml/chart/axisconverter.cxx Change-Id: I40adfa5e79292b45e97f617dbe2b9880af71be07
2013-04-25Bump for 3.6-19suse-3.6-19Andras Timar2-6/+6
Change-Id: Ifd302243ff232ce354ea305a17556c51b3c52a83
2013-04-24follow fix for bnc#813528Noel Power1-2/+0
Change-Id: Id6c9cd01bc68e13b87c845d9272c7b85756987c5
2013-04-22bnc#793414: Fix the mis-displayed bullet charsuse-3.6-18Felix Zhang1-0/+1
The bullet char is mistakenly set to Level 0 without setting the correct NumberingLevel Change-Id: Ie72abac83f91e9a047578d0e8334d98a358e2aee
2013-04-22bnc#793414: Fixed the left margin of bulletFelix Zhang1-1/+3
Change-Id: I4726ab00a6e2700407ffcf5258d3736ed0161514
2013-04-22Bump for 3.6-18Andras Timar2-6/+6
Change-Id: I8098b092891b3edaa124637af31cd1f34290956b
2013-04-19bnc#802888, fdo#59928: backport two "mouse selection of fields" fixes from 4.0Miklos Vajna2-19/+49
94721b2aec614e0d99504138d484b2ad6cd550c7 fdo#59928: sw: fix mouse selection of fields: a4a457100a3a6e9f59113e82c9d0b12786273671 fdo#59928: sw: fix mouse selection of fields differently Change-Id: I2f08c55996c642aeadb93299e4f469d63da1230b
2013-04-19there seems to be no ssize_t on windowsLuboš Luňák1-2/+2
Change-Id: Ib234a53b50929d1f977ff2d7f83afed86514520e
2013-04-18bnc#796202, fdo#60732: SwTxtNode: limit to less than STRING_LEN charsMichael Stahl3-15/+36
It's not a good idea to have STRING_LEN characters in a SwTxtNode because then there is no valid SwPosition at the end of the paragraph. Also it turns out that LO 3.6 and 4.0 do rather stupid things with a full SwTxtNode. So enforce a limit, at first in the usual places that are used during file import, SwTxtNode::InsertText() and SwCntntNode::CanJoinPrev()/CanJoinNext(). (cherry picked from commit 549c0f785d4b6d4bc1b39b22827d77d66f48430a) Conflicts: sw/source/core/docnode/node.cxx Change-Id: Icb0f44acd20aa81635d42b84d4ae0f9b693a661c Reviewed-on: https://gerrit.libreoffice.org/2178 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-18bnc#796202 backport various word-count-related fixes from 4.0Miklos Vajna28-300/+403
With these, the word-count of the bugdoc no longer hangs. 3442913accc4e44c3a1ac69a990edee15117948e Related: fdo#46757 fix weird word/char count with hidden deleted text e88f6ca683a333d927b1e5a63fcae7a88a01ab6b behind (hinter) -> after f8f05d43de8728db58c8224c8aebf31ff570b6fc Resolves: fdo49629 GotoEndOfWord fails with footnote at word end 331e4d03a70900bc390b376f4073d0efd868b919 refactor ModelToViewHelper, should have unchanged results b8aa2fa9506967e20fd0db0af30de599f91cf10a warning C4701: potentially uninitialized local variable used 27c2fe405ca55a2630176a657fb4895c5e31fcea Related: fdo#46757 extend ModelToViewHelper for more cases 92236c0fc4c8704a72f20a3c2e6f22df3c5ae333 Related: fdo#46757 unsafe to pass expanded text to masking 561aeedfb7513342bcbb4e76d5f8348a195dc374 Clean up whitespace and remove silly comments 4ba497818357b000016a16ec041517de57820e9e split CalcHiddenRanges into hidden text and redline deletion handlers Change-Id: I6a473398f413a55190a5a9f1bc73a50673f5da84
2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power3-1/+35
Change-Id: I992a444c844d4103fcf3dd762aaeec85dc4c011d
2013-04-05fix Worksheet.Cells by now allowing TableSheet range to change from updatesNoel Power2-1/+12
Change-Id: I19cd39ec58b778f4634258352676da7e04822b65
2013-04-04fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power2-0/+20
Seems now we need to additionally set 'Visible' property for XControlShapes to ensure correct visibility Also we need allow 'For Each' syntax to with with CommandBar collection. Note: the implementation of the CommandBar enumeration seems wrong, I would have thought that it should match ( and share ) implementation details with normal index access ( it doesn't )
2013-04-04squash NoSuchElementExceptions when modifying keybindingsNoel Power2-1/+16
Change-Id: If83183ae652e7a92b0795774b0f0a8a0b6c1ec82
2013-04-04Added and fixed various vba APINoel Power13-14/+131
Added OLEObject.LinkedCell Added ComboBox.LinkedCell Added Validation.Type re-enabled build ( and associated header delivery ) of bindablecontrolhelper provided a 'real' implemenation for AutoSize member ( applicable to various controls ) Change-Id: Iee985ef1615b1b0950e578c0ed0ca10ff3db55fb
2013-04-04ensure bindablecontrolhelper is built ( and header delivered )Noel Power1-0/+1
Change-Id: Iae00d7b4b61b8b363f79a6a20192e856c5cab8e5
2013-04-04deliver bindablecontrolhelper.hxxNoel Power1-0/+1
Change-Id: Ia969cbecabbc931478862771557b9fa2bfad5792
2013-04-04Remove VBA_OOBUILD_HACK ( it's preventing functionality getting compiled )Noel Power1-19/+0
Change-Id: I53d1a7c11b0a97e4e021e37e83109e5716bfa173
2013-04-04prepend Validation.Formula1 results with '=' for anything not a addressNoel Power3-3/+21
Change-Id: If8e0b720bca4198123b1717967fc9e0beff6f874
2013-04-03Bump for 3.6-17suse-3.6-17Andras Timar2-6/+6
Change-Id: I9516f61f7ad7a7175a058aebd1e2e943fadd85f1
2013-03-30n#810508: Fixes import of Scatternet and Bubble charts.Muthu Subramanian1-2/+2
xVal needs to be imported as double and not as strings.
2013-03-27n#734735: [PPTX] Use number format, if available, for charts.Muthu Subramanian1-0/+3
2013-03-22n#657905: Display the scaled fontsize in the toolbar.Muthu Subramanian1-1/+21
Initial set of changes to improve UX for autofit.
2013-03-20n#734735: Decrease pie chart's thickness.Muthu Subramanian1-1/+1
2013-03-20n#734735: Use full available size for pie charts.Muthu Subramanian1-2/+3
2013-03-19bnc#802888 SwPageFrm: let macro fields have priority over background objectsMiklos Vajna4-1/+37
The intention is to get similar behavior as 61f467c8974d6b6face41e7027d75ae4ddb6fdb2, except this applies to single clicks, while that one affected only double-click. Change-Id: Idddc26aa8cd064f89fb4f99b3ad7a5430ac455bc (cherry picked from commits a996678ed30804e16103e1cfdc439c8546e5d3b0 and e76e2c4ce76457e518b007b970e1b0c2742f8d6e)
2013-03-19WaE: Werror=shadowCaolán McNamara1-7/+7
Change-Id: I7f1bddbed85076f1c909d0d9f4ecdd1cda6f1880
2013-03-19detect follow-on default member of default member object bnc#809017Noel Power4-4/+57
Change-Id: I3ccae692db44bb3ce41b371f0b511a9db7181bf4
2013-03-18Bump for 3.6-16suse-3.6-16Andras Timar2-6/+6
Change-Id: Ibf4bd1a22d8dd443ee625871aadd47e00f20e87d
2013-03-15fdo#62360: fix word breaking in Writer for spell checkingLászló Németh1-1/+4
Change-Id: I0f23e9f7f076f3a82d1d5df92d9d4d3919fc816d Signed-off-by: Andras Timar <atimar@suse.com>
2013-03-14Lock document that is opened for potential modificationTor Lillqvist1-0/+6
Part of fix for bnc#805901. Seems to work, can it really be this simple... Change-Id: Ib00c9a973556724f033f843961425dd611797eed
2013-03-14Call ne_ssl_trust_default_ca()Tor Lillqvist1-0/+2
Part of fix for bnc#805901. Change-Id: I5d330a808ce9a4285d1d7c92bc3df91b993a3c7e
2013-03-14Turn on Neon debug output (if enabled in Neon) when building for debuggingTor Lillqvist1-2/+3
Also add NE_DBG_LOCKS and NE_DBG_SSL to the debugging mask. Change-Id: I6757954ea3ad53df855935930de176c222bff0ed
2013-03-14Use the system root certificates in ne_ssl_trust_default_ca() on WindowsTor Lillqvist2-1/+59
Part of fix for bnc#805901. Change-Id: Ic0963285eca4e06d60a02746c022c60ae33b0e0e
2013-03-14When debugging, define NE_DEBUGGINGTor Lillqvist1-1/+5
Change-Id: I5cffa50141481094e5622f6812783e2203efb1d6
2013-03-14pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtripsRadek Doulik10-14/+97
- fixes also problem with emf+ rendering for slideshow Change-Id: Icb894d3f37b29f23d3f267c944d827eefbf47fda
2013-03-14fix canvas bitmap rendering (argb32 pixmaps) fixes color issue in n#780830Radek Doulik6-71/+96
Change-Id: I5242bbb171ba21da43e535255b7e9dd73c1d4930
2013-03-13bnc#798309 inherit group style from parentNoel Power8-13/+23
Change-Id: Ic689a0a17f1d88466feba0cba0d5e96a13ddb99f
2013-03-11don't even attempt the ole related test except on windowsNoel Power1-1/+3
Change-Id: I971cf33e96c435cd3fa27766e79c2638b69eecb5
2013-03-11unit tests and data for bnc#805071Noel Power5-4/+132
Change-Id: I36fefa280ee922cbade676c951b753e632c9d8bb
2013-03-11bnc#805071 fix object assigment problems when default members presentNoel Power1-11/+32
Change-Id: I6f7dfd369a36aff06f15b9a3affadb9d19787a9c
2013-03-11Bump for 3.6-15Petr Mladek2-6/+6
Change-Id: I6bd8fce34295e49d0128cf2456d5baf2f822440f
2013-03-08arghhh add another forgotten new file for unit testsNoel Power1-0/+61
Change-Id: I93f67c1b2b421086226660a372e6f5cf1d7bf7c4
2013-03-08fix mistakely changed rtl::OUString->OUString ( not valid for 3.6 )Noel Power1-129/+130
Change-Id: I661906c91bdaf958e3f18299808e06886f06dee7
2013-03-08add missing file :-(Noel Power1-0/+59
Change-Id: Ic1c471a9ca3ea45533b9de36cf572d8f3b829bde
2013-03-08cherry-pick/backport bunch of vba unit test related patchesNoel Power19-193/+2173
Change-Id: I7c7e5652bc1b44ce0085f9c593aa73077165c090 master:4596120336b575d94d305c4139054afd95d2f740 master:76c3184813c97224cfd1e114ec13796e1da040d5 master:fea9b3a99a24366b4dea22ed1b79f34046f7f521 master:8534787f95dfbfff24167b2160cfe07a1b70bcc6 master:49417b0b68e8c9743bd6f664a5f8b4a0f3c19723 master:a9fc6ee7dc640f016728bf524d684696a376e989 master:b68a0f659500c2db86aa99df78bac292e3e93d79
2013-03-07fdo#54651: Only pick non-default number format for pivot field.Kohei Yoshida1-1/+3
Change-Id: Ia88282803c8df8389ed24efd8b1ca7600a39bf23
2013-03-07Bump for 3.6-14suse-3.6-14Andras Timar2-6/+6
Change-Id: Ifbf4b9bb339226c42408b6f296f5c65cd2499cf1
2013-03-07Bump for 3.6-13Andras Timar2-6/+6
Change-Id: I0ac607dc2cb903e803c13e491af3c7344d521782