summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08warning C4702: unreachable codeMichael Stahl1-1/+0
Change-Id: Id08a2e295d340095651daa1161efd7603947254a
2013-04-08gbuild: LinkTarget: kill gb_LINKED_LIBSMichael Stahl1-13/+19
Change-Id: Id5b90a9653bd12e608bc83498271c42495176613
2013-04-08Use SAL_FINAL hereTor Lillqvist1-1/+1
Sure, not that useful in this case (where it is quite obvious anyway that the class is not derived from), but just to verify that the SAL_FINAL thing works. Change-Id: Icef6eb64e278354694145bf98f02b9ffe5db7da7
2013-04-08Check for the C++11 "final" specifier and introduce SAL_FINALTor Lillqvist3-3/+85
I think it is useful to use SAL_FINAL mainly as a documentation aid, to make it clear to a code reader when a class is not expected to be derived from, and when a virtual function is not expected to be overridden in a derived class. Possibly there is also some class of bugs that using SAL_FINAL will help find? Change-Id: I45002f020dcb52e8a9f2962ff98780f2b80627af
2013-04-08remove code that was commented out many years agoPhilipp Riemer3-12/+0
Change-Id: I45292b157b5ea278ec9e0d9a18bf185276ba78c1 Reviewed-on: https://gerrit.libreoffice.org/3264 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08more work on comments in sw/source/core/docPhilipp Riemer10-43/+20
Change-Id: I4fbf683da081ad04dfd1b9ea830aa94c38f33d43 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08fdo#62475 - remove pointless comments and ASCII art in sw/source/core/docPhilipp Riemer14-179/+9
Change-Id: I15f0af451a2259ddfeaa5e7964317e6c0537e4db Reviewed-on: https://gerrit.libreoffice.org/3262 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer21-432/+221
Change-Id: I6956b834936db57bdb29a704ee75351ef84b46f4 Reviewed-on: https://gerrit.libreoffice.org/3261 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08fdo#43157 - Clean up OSL_ASSERTRadu Ioan9-84/+75
- replaced osl_trace with sal_info - added new log areas to log-area.dox Change-Id: I41444e90a22bad7d04d3827914d4d793b3601304 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08fix indentationPhilipp Riemer2-8/+7
Change-Id: I6102b08a03349c4bdc6316f578dc2c90a4569716 Reviewed-on: https://gerrit.libreoffice.org/3265 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2013-04-08fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes.navin patidar2-2/+22
Use DefaultCharMapper::mapChar() to map RTL string unicodes to their mirror compatible unicodes. Change-Id: I5bd2fd18bf96c49bbdf2be521a9cf28c311c7a09 Reviewed-on: https://gerrit.libreoffice.org/3221 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Comment translation GER-ENG in sw/source/ui/utlui/uitool.cxxMatthias Freund1-117/+61
Change-Id: Icb2d08e36e214d8fc94cf06a94403ad21af26ffe Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-08Updated coreAndras Timar1-0/+0
Project: help 439f5e6e786f98d40add88e0b2ded31eb096a835
2013-04-08GetGlyphOutlines is unusedTor Lillqvist1-2/+0
Change-Id: I9c5b60b52030110f4b308a9a75010fade2b8d575
2013-04-08Use SAL_OVERRIDE and drop an unused member functionTor Lillqvist1-30/+23
Drop GetGlyphOutlines() which is not used, does not override any base class function, and was even declared virtual even if there are no derived classes. Drop the dummy InitFont(), the equally dummy one in the base class is good enough. Also, put the overridden base class functions in the same order as in the base class. Improves code readability and understandability. Change-Id: Ia041ebaafae6c30cff18e00ee56f221e2f49b3e7
2013-04-08Add a commment with guesses about the layout engine "API"Tor Lillqvist1-0/+27
If anybody knnows more, or can point to actual useful documentation, please amend. Change-Id: I59910d9e5da71d67f6e5917f933c5a03f8d55a50
2013-04-08Fix variable reassigned before the old value has been usedJulien Nabet1-2/+1
Change-Id: Ifd90fe801371a7f4cbeefe49dbfbe192c3040ebd
2013-04-08Refactoring, no change in end resultTor Lillqvist1-63/+85
Change-Id: I18cb4e00b86e25f299b897a1a71c1d7d68d8309d
2013-04-08More hacking, still not working properlyTor Lillqvist1-64/+91
There are still problems related to the handling of trailing spaces in CTLines for instance. Change-Id: If02fa5d711c2cde2d8aaf8f061f5d9f077d421f4
2013-04-08Bin some pointless SAL_INFOsTor Lillqvist1-9/+1
Change-Id: I5ef28eaac8eacd24f209617d68dfa23e0388bb1a
2013-04-08Bin unused fields and an unimplemented methodTor Lillqvist1-3/+0
Change-Id: Icf98fe5a41a53423f6e086e64e8e57f848b7e482
2013-04-08Add SAL_INFO output operator for CoreTextStyleInfoTor Lillqvist2-0/+16
Change-Id: I83ffefff08fbda920d7394df336671861fcb18f7
2013-04-08Add SAL_INFO output operator for CTFontRefTor Lillqvist2-3/+22
Change-Id: If878ae08131ab425ea958f54fc0bd5a07fc76881
2013-04-08Add SAL_INFO output operator for CGColorRefTor Lillqvist2-0/+17
Change-Id: Ie14e6ab19e43961559de21e6e82bd13f647f4e1f
2013-04-08Add logging output operators for CGPoint and CGSizeTor Lillqvist2-1/+23
Change-Id: I04ce457f002cfc0fdf3ab741a389082614035b17
2013-04-07Fix #121074# Added support for bitmap attributesArmin Le Grand1-26/+78
transparency, red, green, blue and gamma for ppt export (cherry picked from commit df0f83c87148769ca7cbcfc3d1cb9ccf9d5c0540) Conflicts: filter/source/msfilter/escherex.cxx Change-Id: If413df9bac6d0144f6650f5d9ae99834f6a33642
2013-04-07Fix #i119532# Fixed export of bullet color.Andre Fischer2-2/+34
Patch by: SunYing Review and minor changes by: Andre Fischer Conflicts: filter/source/msfilter/svdfppt.cxx Change-Id: I2841e041b571ed5cfa848ad1029c57fc547a621a
2013-04-07for #120049#(cherry picked from commit 9b4e6064f9598c834a9c36c39932f3e326419d44)Zhe Wang1-7/+12
2013-04-07Fix #120224# Mapping the text rotation in Writer table cell with MSOLei De Bin1-2/+28
Reported by: Yan Ji Patch by: Chen Zuo Jun Review by: Lei De Bin Conflicts: sw/source/filter/ww8/wrtww8.cxx Change-Id: I4d830cbedc033ec7abb6d0d1d4e1572ce5f45c26
2013-04-07Fix #120233# fix ppt import bullet size errorLei De Bin2-0/+16
Reported by: liu ping tan Patch by: Sun Ying Review by: Lei De Bin(cherry picked from commit 7025f6c6441b49093504874925f37ca0e61f34f9) Conflicts: filter/inc/filter/msfilter/svdfppt.hxx Change-Id: I6f72599bc897d5d7bf46fa88c8b2899b3a2e0c15
2013-04-07Fix issue #i119650: Font size increased if saved by AOOJian Hong Cheng1-0/+2
* sw/source/filter/ww8/ww8atr.cxx MS Word Binary compatibility Patch by: Chen Peng,<chenpeng2006@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org>(cherry picked from commit 980ee15bad53f765a0df1a4507befc9184fc0c63) Conflicts: sw/source/filter/ww8/ww8atr.cxx Change-Id: I6f2d3bcd4cea6718e1291c3297fd4a3681c07ee8
2013-04-07Fix #119523# fix the indent and left margin attribute lost when save as .pptSun Ying2-4/+22
Reported by: liupingtan Patch by: Ying Sun Review by: Jian Yuan Li(cherry picked from commit 6fa2e38b9cd3ce0df5876d849bcba7d879a6e329) Conflicts: sd/source/filter/eppt/epptso.cxx Change-Id: I41150838d153c3b99e603924127787f5556ef383
2013-04-07#119515# fix the numbering bullet in table cell changed when saved to .ppt fileSun Ying1-4/+16
Reported by: liupingtan Patch by: Ying Sun Review by: Jian Yuan Li
2013-04-07Fix issue #i120568: Hyperlink of Graphihc with Anchor Type "As Character"Jian Hong Cheng1-0/+17
lost after save as doc format * main/sw/source/filter/ww8/wrtww8gr.cxx MS Word Binary compatibility Patch by: Huaidong Qiu,<qiuhuaidong@gmail.com> Found by: Huaidong Qiu,<qiuhuaidong@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> (cherry picked from commit bf1449731638d6432fb9adfef3a8a303ad9bf76b) Conflicts: sw/source/filter/ww8/wrtww8gr.cxx Change-Id: I6a5923a015eefc8aaadeacd897848cf1a2f15362
2013-04-07Fix issue #i120769: Color of underline display wronglyJian Hong Cheng1-4/+6
* sw/source/core/text/itrpaint.cxx Core function and MS Word Binary compatibility Patch by: Jane Kang,<kangjane2012@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> (cherry picked from commit 70f7599d7ec5f3c14a42cd5dc94519fead070cfd)
2013-04-07#120650# truncate mis-sized bullet sizes to useful valuesArmin Le Grand1-0/+6
Patch by: Tang Meng Review by: alg(cherry picked from commit e5720990bd3691222363bb2d674b7d39a0d8829f)
2013-04-07Fixed 4 spelling errors in the comments.Golnaz Irannejad3-3/+3
Change-Id: Ic48f52d7ea4f6a4964f627e3051c96c46ffc2f76 Reviewed-on: https://gerrit.libreoffice.org/3164 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-07fix typosPhilipp Riemer1-2/+2
See <https://gerrit.libreoffice.org/2444> Change-Id: Ia45a3e30a25692cc1f5de90363bd7fe2f427e0d7 Reviewed-on: https://gerrit.libreoffice.org/3268 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-07Fix Array index "i" is used before limits checkJulien Nabet1-2/+2
Change-Id: Ie7a4b836db7391f4e625bfeaeab55c2ed4304604
2013-04-07Uploading libcdr-0.0.12: fixing fdo#62538 and fdo#53278Fridrich Štrba3-44/+2
Change-Id: Ia7121c5e77ac86941fc70e08d1c824a93e842aff
2013-04-07Added query properties icon for BaseIssa Alkurtass12-0/+0
Created a new icon for query properties as discussed here http://bit.ly/16Ae2ce Made for all themes containing icons for queries. Change-Id: Ib65e10479298b7a530b973658d202505fb33ccf3 Reviewed-on: https://gerrit.libreoffice.org/3216 Reviewed-by: Stefan Knorr <heinzlesspam@gmail.com> Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2013-04-07Some cppcheck cleaningJulien Nabet4-15/+7
Change-Id: I425ed98a721ded162c2ae08d145aaa9dbf548632
2013-04-07Fix variable reassigned before the old value has been usedJulien Nabet1-2/+1
Change-Id: I7e862741e576d7a00b0fe09e4e8ab4ce5048e18b
2013-04-07Fix variables not initializedJulien Nabet1-0/+5
Change-Id: Ib741c7144bfa48f8071c2b86478c111dbf09b14e
2013-04-07Some cppcheck cleaningJulien Nabet3-8/+3
Change-Id: I07ef58fd99bc9fc4fd601570b59f9a3581824aa9
2013-04-07move BulletDefinitions() to MSWordExportBase to avoid copy&pasteMiklos Vajna9-39/+24
Change-Id: I56b077e978a41668ea274f1e12440d44af80b66f
2013-04-07RTF_LISTPICTURE and RTF_LEVELPICTURE testcaseMiklos Vajna2-0/+71
Change-Id: Ia6838d205ce25a22e2e5e8763f7bf4323c40879a
2013-04-07export RTF_LISTPICTURE and RTF_LEVELPICTUREMiklos Vajna5-2/+65
Change-Id: I5aac0e49013ce0f4b2e8e227bf4a6b61138884d4
2013-04-07Supress warnings about unset classpathPeter Foley3-1/+8
I get the below warning for every single jar file without this patch. warning: [options] bootstrap class path not set in conjunction with -source 1.5 1 warning Change-Id: I71c01aeea993640f1ec86fe1d8a977656861358d
2013-04-07fix up c code after move to c++Caolán McNamara1-5/+7
Change-Id: Id3de792f47c778c7a79cc9160ca3480affcaf3cf