summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-08coverity#1169878 Uninitialized pointer fieldCaolán McNamara1-7/+8
Change-Id: I722689f54f7c12ab632104550c632aaa16afe65f
2014-02-08coverity#1169879 Uninitialized scalar fieldCaolán McNamara1-3/+10
Change-Id: I9638bbda4d87e6d86ed1baa2f29331321f11d862
2014-02-08coverity#1169880 Uninitialized pointer fieldCaolán McNamara2-1/+19
Change-Id: I70a9381a77b3b782c52dbcbc0b48a0e5ea387c8b
2014-02-08coverity#1169866 Uninitialized scalar variableCaolán McNamara2-0/+6
Change-Id: I0259c798bfff5034059fd3ef6a0463e5fbce409b
2014-02-08coverity#1169868 Uninitialized scalar variableCaolán McNamara2-0/+5
Change-Id: I65c2c8fcbf83d8a93a838873c412d70f7d9196ef
2014-02-08coverity#1169872 Uninitialized scalar variableCaolán McNamara2-0/+6
Change-Id: I797e25c6cf23f3de6e812096574be8d4bce41338
2014-02-08fix debug=2 buildCaolán McNamara1-1/+1
Change-Id: I09048d8d92afa4761e5276f308361f6b7fd152b5
2014-02-08coverity#1169862 Uncaught exceptionCaolán McNamara2-3/+5
Change-Id: I13d12586b8f76b61e3b728858fb7228eb7be723e
2014-02-08coverity#1169864 Uncaught exceptionCaolán McNamara2-2/+3
Change-Id: I6fad82abf7d0ad4a85592e7011328faaaff14ce1
2014-02-08writerfilter: these sprms are unusedMiklos Vajna3-1017/+0
Change-Id: Ia82590221b806c9dfbc64acad13fbdc2e017782b
2014-02-08The accessible action "click" changed name to "press", adjust wrapper ↵Niklas Johansson1-1/+1
accordingly The commit efb23f29983f87104a684e7fab00b84fc59d131d Integrate branch of IAccessible2" changed the name of the accessible action click to press we need to adjust the action wrapper class on mac accordingly. Change-Id: I406a44e5b4fb31f4f12859ee5380b62cc5cccdf4 Reviewed-on: https://gerrit.libreoffice.org/7932 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-08sw: fix buildMiklos Vajna1-1/+2
1edca1fe0aaadbd48ea23b691dc244ad2a6b6f73 (fdo#74499: - FILESAVE:System throws a segmentation fault while saving files, 2014-02-06) added a unit test to make sure a crash doesn't occur, except that it forgot to fix the problem itself. Disable that for now till the real fix arrives. Change-Id: I2dd2e2f2bb6f518acf082534bb048fb2d13e58e8
2014-02-08cppcheck: duplicateExpressionJulien Nabet1-1/+1
See http://nabble.documentfoundation.org/Cppcheck-Same-expression-on-both-sides-of-in-PresenterPaneBorderManager-cxx-sdext-td4094873.html Change-Id: I7dbb8d0254ca77127250d6ca02de7b945ef8051e
2014-02-08Add CustomTarget_android_desktop back.Matúš Kukan1-1/+2
Change-Id: I4bad098055c6c3b34dd5f02caf17df13cf4df797
2014-02-08Rename makefile to match the name of test.Matúš Kukan2-1/+1
Change-Id: I00f11f644b92f18f7a139bb8ece67c57a971f17e
2014-02-07fdo#73281: Why!?Kohei Yoshida1-1/+1
This restriction makes absolutely no sense. It was likely someone's temporarily hack that was totally forgotten in the past 10 years... Not to mention removing this fixes my bug. Change-Id: I7394cccdc9fe486fda6cdd9b7eaf98fd291895a9
2014-02-07fdo#73281: Write an export test for strike-through text attribute.Kohei Yoshida1-22/+105
Change-Id: Ib9cffac17a8f2e0bb016952ae5dd1b00bd4fc9f9
2014-02-08drawingML: remove code duplication: use GetRelativeRect()Zolnai Tamás1-9/+1
Change-Id: I7368ad15292c82e5320deb9ab60e04f70d0c92b8
2014-02-08drawingML: remove code duplication: use WriteStretch()Zolnai Tamás1-3/+1
Change-Id: I0d589da01bf6afed86b5811d6b27f72f6e1bb160
2014-02-08ODF export/import: text vertical adjustment attribute of text framesZolnai Tamás5-2/+32
ODF standard handle 'textarea-vertical-align' as a 'graphic-property' which "specifies formatting properties for chart, draw, graphic, and frame elements". So this change fit to the standard. Change-Id: I956f512953380983c2c882e943178335fd4dbfeb
2014-02-08drawingML export/import: text frames with vertical alignmentZolnai Tamás8-21/+80
Change-Id: I469da0a8234dd2979facfed3d66907aad1a138ab
2014-02-08New frame attribute: TextVerticalAdjust <-> RES_TEXT_VERT_ADJUSTZolnai Tamás12-24/+65
By now this property is added for MS Word interoperability. With it we can make DOCX import/export working. I use this solution instead of InteropGrabBag because vertical adjustment would be a good thing to have for text frames too. So later it can be the first step of an enhanchement. Change-Id: I9dcfdc8ae56ce443f0c286c51136e1d006951938
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl7-16/+17
The GetPrevPara() method apparently has to return 0 when there is no previous paragraph. (regression from ac85b6cff11d193f5f71d11b1f3cc1c474653f59) Change-Id: I09a3e1d3a3adb33562e4e03c0755447047cbd433
2014-02-07fdo#74273: Let's not shift the note twice. Once is enough.Kohei Yoshida1-4/+0
The notes already are shifted at the top of the function. We don't need this bottom one. Change-Id: I10858d937674e236eecbc42ee08bf6eba197755a
2014-02-07fdo#74273: Adopt existing test to catch this.Kohei Yoshida2-23/+31
Apparently having a non-empty cell where the note is makes the note take a slightly different code path. Change-Id: I23decb83eeb34ee9e16b4f56816648815f102db8
2014-02-07coverity#705773 Resource leakCaolán McNamara1-4/+7
Change-Id: I630fc03502b7bc510313656ae11ae1159f2319ae
2014-02-07coverity#737046 Uncaught exceptionCaolán McNamara2-2/+3
Change-Id: Icc089ca0b320c7db0e00b48a787e1657d65514ae
2014-02-07coverity#735493 Logically dead codeCaolán McNamara1-2/+0
Change-Id: Iddf09c1acb7d2e812b86c6f14f5394a6a266d258
2014-02-07coverity#441048 silence Dereference after null checkCaolán McNamara1-0/+1
Change-Id: I3869657bbf20ac3152090a96428456c2a9eb9d14
2014-02-07Related: #i124201# fix frame-list handling with AppleRemote eventsHerbert Dürr1-1/+1
(cherry picked from commit 2d6f7c351fd53de62af5262778173538942aa4b1) Conflicts: vcl/osx/salinst.cxx Change-Id: I3f80bacd673f06be92406d397260d5b7bb0d1a19
2014-02-07fdo#74499: - FILESAVE:System throws a segmentation fault while saving filesTushar Bende2-0/+9
Description: Docx containing text frame giving segmentation fault while saving file. Reason found is inside writeDMLTextFrame() it was getting SdrObject pointer which is NULL and accessing this NULL pointer was giving seg fault. issue is fixed with commit 4de30fa7fd6abb5c2ea2b63a0e306954f7acc1b1 here is the export test. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I0ab4bbf2126abbfa0fa37d2156aa3390ded0997c Reviewed-on: https://gerrit.libreoffice.org/7894 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-07resolved fdo#74622 re-intern shared strings copied between documentsEike Rathke3-11/+58
Change-Id: I64719e12be1f1c61bc86c99f1698f35db87d97be
2014-02-07Use css namespace aliasChris Sherlock1-25/+23
Change-Id: Icb1c96e9652d475438119b481641e0064e26ca16 Reviewed-on: https://gerrit.libreoffice.org/7917 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-07Remove useless comment decorationsChris Sherlock1-15/+0
Change-Id: I652932b0a82641d01c6e64a3c8acc5c983cee022 Reviewed-on: https://gerrit.libreoffice.org/7914 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-07Remove commented code in OutputDevice::ReMirrorChris Sherlock1-17/+0
The following code was reimplemented in a cleaner fashion some time ago. However, it was just commented out and never removed. There is no need for it now, so removing. It's in the DVCS if it's really needed :-) Change-Id: Ia7d3c480ba70ccbd8dcf2808d9b712499c4cef4f Reviewed-on: https://gerrit.libreoffice.org/7913 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-07tidy up toolbox packing handlingCaolán McNamara1-7/+11
we don't want to apply the children's attributes onto the parent widget Change-Id: Iad31e7f89266633e621aaf597713564747f7cac7
2014-02-07remove the 4 send crash report tabpagesCaolán McNamara14-1726/+7
and other logical consequences of officecfg::Office::Recovery::CrashReporter::Enabled == false because we have this disabled by default since the first LibreOffice release and we have no backend infrastucture to handle the submissions anyway and it's blocking conversion of legacy .src dialogs to .ui format Change-Id: Id5481af3ec970032b3728c0e6cc0c6a52d3ed3dc
2014-02-07fdo#74535: Don't forget clear the edit engine before re-using it.Kohei Yoshida1-0/+1
Else you'd get a very comical result. Change-Id: Ie73145dee47a8583f2e9cdb7ddb4f2d66f361dc1
2014-02-07fdo#74535: Write unit test for importing hyperlinks from xlsx.Kohei Yoshida2-0/+14
Change-Id: I64e053106cee396a09f2a4915c19fcb1d69e5e82
2014-02-07related: fdo#74230: Area tab page: prevent default gradient/hatch/bitmapMichael Stahl1-47/+64
The Area dialog for shapes unfortunately makes it possible to set gradients/hatching/bitmap that uses the default items in the SfxItemPool. These items however cannot be stored to ODF files, since these are represented as elements, not as attributes on a style:default-style; what we get for defaults is a somewhat silly draw:fill="hatch" without an draw:fill-hatch-name. So prevent the dialog from creating them by forcing a selection of an entry in the list. Change-Id: I67cc6dbbf7b491f06d094d4de1e9c3ffe79b01f5
2014-02-07fdo#74230: ODF export: write stroke and fill color in graphic defaultsMichael Stahl1-3/+4
The pool defaults for svg:stroke-color and draw:fill-color were changed and while previously (effective, manually overridden) defaults were written into ODF files, this was lost with the change; restore that. (regression from c0eb5e7772c848806db8ab461f77f9549c1d8b2b) Change-Id: Ibcd863260976aa42116175c7f19cb33760af986f
2014-02-07sal_Bool -> boolStephan Bergmann19-105/+105
Change-Id: Ifc80202e0865b59931af6e50d3d60f5021f8b52e
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-3/+3
Change-Id: I5e405ec2689000c973cf8ff1f86c1c2d6202eda9
2014-02-07auto_ptr -> heap_ptrStephan Bergmann4-39/+16
Change-Id: I2c6bb5c0ad9a844826498a1c8495249dd88a9942
2014-02-07auto_ptr -> heap_ptrStephan Bergmann1-7/+3
Change-Id: I8e7845c8148339fb305666e316b74fd134774ea3
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-2/+2
Change-Id: Iebfb88b6326873642356f5ba566b36c7a3672815
2014-02-07auto_ptr -> heap_ptrStephan Bergmann4-69/+32
Change-Id: I401505ee15f71e8655570233b953951aa22ad668
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann4-9/+10
Change-Id: I19fbc4f6e0fb0d53a72759e5faf9c86c595e8e17
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-1/+2
Change-Id: Ia84ebb07de6c2b5c62340b530c908fc919b34b0a
2014-02-07std::less is the default hereStephan Bergmann1-1/+1
Change-Id: I57428772187d3487668eca2f553c74e18e4f736e