summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* prevent some unnecessary castingMarkus Mohrhard2013-04-033-25/+15
| | | | Change-Id: I56b324cc8431347c25472f7ef3ac5871b226f5b1
* we don't need a macro hereMarkus Mohrhard2013-04-031-5/+10
| | | | Change-Id: I7b063f54f354ade05dd0f2c4b10b161a44895076
* no need for pointers hereMarkus Mohrhard2013-04-031-40/+16
| | | | Change-Id: I0eca0d07d251949f99ebed44ef3267fa6dfb4c80
* simplify this a bitMarkus Mohrhard2013-04-031-4/+2
| | | | Change-Id: I4deaf117c64f4646e36da98c498188022b2c32f0
* Revert "Fix issue i120718: after save the sample file with page border and ↵Xisco Fauli2013-04-031-3/+1
| | | | | | shadow to doc, the shadow depth and color changed" This reverts commit ac4c6860961264d23504df90ccf805bd25be032f.
* #119711# support the delay var when export ppt file by AOOSun Ying2013-04-031-2/+1
| | | | | | Reported by: Wang Li Feng Patch by: Ying Sun Review by: Jian Yuan Li
* Fix issue i120718: after save the sample file with page border and shadow to ↵Jian Hong Cheng2013-04-031-1/+3
| | | | | | | | | | | doc, the shadow depth and color changed * source/filter/ww8/ww8par6.cxx MS Word Binary compatibility Patch by: Fan Zheng,<zheng.easyfan@gmail.com> Found by: dongjun zong,<zongdj001@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org>
* use matching separators and format codes of es_AREike Rathke2013-04-031-2/+2
| | | | | | | | | | | Noticed due to the change in es_PE as of bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5 See also https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_AR https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_VE Change-Id: I7ecedd9b111ed95dc68f22a0894f32c8a75ffe5d
* use es_AR separators when using es_AR formatsEike Rathke2013-04-031-1/+1
| | | | | | | | | | | Noticed due to the change in es_PE as of bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5 See also https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_AR https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_PY Change-Id: I60e35a14a515a4e6e0d91aacf2a3540f31928415
* unordf: add unit test for CVE-2012-0037Michael Stahl2013-04-032-0/+33
| | | | Change-Id: Ife037f05ddf66bc8c0598cb9521e95a1fa15c26e
* unordf: replace external entity disabling handler code ...Michael Stahl2013-04-032-10/+2
| | | | | | ... with a configure check for the fixed raptor library. Change-Id: I495d5d28e9a4e7b6234f8f9d17c2bda36154316d
* redland does no longer use opensslMichael Stahl2013-04-031-1/+0
| | | | Change-Id: I704a5a5ae4122fadf0fe5f8ec07ad3cb0bbefee2
* decimal and group separators were swappedEike Rathke2013-04-031-18/+18
| | | | | | See also https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_PE Change-Id: I67ca6f1a7a721b308092f20eaab238f5a8f45061
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-04-0312-26/+25
| | | | | | | | | | - replaced osl_trace with sal_info - added new log areas to log-area.dox Change-Id: I20f539bd9fa62bef2e9a2a82b59e0b15f4efdd48 Reviewed-on: https://gerrit.libreoffice.org/3179 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Bypass fields that are unused for iOSTor Lillqvist2013-04-032-3/+15
| | | | Change-Id: I378228808ef8f974e574714f48a2faf23123714b
* Ensure we have a CGContext in a couple of more placesTor Lillqvist2013-04-031-3/+11
| | | | Change-Id: I1d0963f51472328a1a5b212ab277c6e72fafd7b9
* It's the font *style* we are looking at hereTor Lillqvist2013-04-031-16/+12
| | | | | | | | So no point in checking font *family* names like "arial" or "times". Actually, I doubt this whole block of heuristics is necessary. Change-Id: I6965c27a7c4bed53db0e7ddaa40b1d09ccc4ad43
* Add missing breakTor Lillqvist2013-04-031-0/+1
| | | | Change-Id: I938b512dc3a32af9f2529a92ea3e4291abf64ad2
* Fix heap corruptionTor Lillqvist2013-04-031-1/+0
| | | | | | | | As its name says, CFDictionaryGetValue() follows "The Get Rule", i.e. you don't have ownership of the object returned, so it shouldn't be released. Change-Id: Ie605ac21754ed479911d8f4ceb00744a6df600aa
* Add the vcl coretext sourcesTor Lillqvist2013-04-031-0/+16
| | | | Change-Id: I433419e1ed7bda566bb13bf14346948d131abee6
* Checking the device orientation at this stage doesn't seem to workTor Lillqvist2013-04-031-4/+1
| | | | Change-Id: I0015f7d751cb0e45262774c19a120f428cb35af2
* remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2013-04-0328-151/+151
| | | | | | | | | | /usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s*/ /g; s/\s+toolbar:helpid="helpid:\d+"\s*/ /g; s|" />|"/>|g; Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0
* remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2013-04-03303-3773/+3773
| | | | | | | | | /usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
* ditch unused LANGUAGE_USER[1-9]Eike Rathke2013-04-035-37/+1
| | | | Change-Id: I5a3b2b27fa2a7ad22cab2ae6d833707f9e490f27
* rsc with language tagsEike Rathke2013-04-032-92/+50
| | | | Change-Id: I5401a9bcbd1e359ef62e8d667edf6ead1479ce46
* test IsoLangEntry table LanguageTag conversionsEike Rathke2013-04-031-0/+50
| | | | Change-Id: Ie56e68459f655a66bf33368cee5e9a99b9dd0141
* let IsoLangEntry decide how to form a language tag stringEike Rathke2013-04-032-0/+11
| | | | Change-Id: I868cd8ea0610b6b8dd8155cdc72f7d238f279ef2
* correct number of format operands for fprintfEike Rathke2013-04-031-2/+2
| | | | Change-Id: I4fbfd3cacaa87ed1a8faa123a269d82f82ba22da
* convert calc format cells dialog to .ui formatCaolán McNamara2013-04-0318-197/+262
| | | | Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
* Remove Mac OS X for PowerPC supportTor Lillqvist2013-04-0318-1970/+2
| | | | Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
* Remove Mac OS X 10.4 and 10.5 SDK supportTor Lillqvist2013-04-031-124/+26
| | | | Change-Id: Ib47f75f115f3410299890e775784b7c7bbc1316c
* autogen.lastrun -> autogen.inputStephan Bergmann2013-04-031-2/+1
| | | | Change-Id: If205ae9eb25882a107fd1cadfab9ec3516d520db
* fdo#62890: Fix for the dialog PDF Options, register Digital SignaturesAndreas Mantke2013-04-031-4/+4
| | | | | | | | | | | | This patch changes the length of the fixed text field "Use this certificate (...)" because in some languages, e.g. German, the translation fits not into the available space. It also changes for the same reason the width of the Select- and the Clear-Button. Change-Id: Ifbba3e40b27d96da4706c8dcdf4d9ab26069a83f Reviewed-on: https://gerrit.libreoffice.org/3157 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* fdo#51916 out of bounds substring accessMiklos Vajna2013-04-031-3/+6
| | | | Change-Id: I7db46ef17b8aed443faa7eb0c13b6ba109242cc1
* fdo#51916 testcaseMiklos Vajna2013-04-032-0/+326
| | | | Change-Id: I27ffbab64cfb6763235d4dfd7fb47aa98235274d
* fdo#51916 don't try to support nested tables having table styles for nowMiklos Vajna2013-04-032-2/+13
| | | | Change-Id: I4350ce0b791b42ce3c21a61e37d61e3b2063cb6a
* fix fdo#40496: don't reset RES_FRAMEDIR attribute.navin patidar2013-04-031-2/+1
| | | | | | | | | | | | | | fix regression introduced by bb920862c02047471f0ac5e78358e8d8fd9b93e7 commit discussed here : https://bugs.freedesktop.org/show_bug.cgi?id=40496#c13 choosing correct default alignment for RTL text need some discussion. Change-Id: I2aec9391d076af6d5fbf00ba5bdad030ac0286ed Reviewed-on: https://gerrit.libreoffice.org/3182 Reviewed-by: Lior Kaplan <kaplanlior@gmail.com> Tested-by: Lior Kaplan <kaplanlior@gmail.com>
* sal_Bool -> bool.Jan Holesovsky2013-04-031-7/+7
| | | | Change-Id: Ie23ba9e2635d2dee8ad311df956b30e62e76935e
* writerfilter: fix silly init causing trivial STL assertion in testMichael Stahl2013-04-031-2/+2
| | | | | | (regression from 35b75ed510f49ff64cd86b38e228c2b5b9a9f3fc) Change-Id: I4342fd619f4d1f760b8fef2594a67b9fb7cd8f0e
* writerfilter: -Werror=sign-compareMichael Stahl2013-04-031-1/+1
| | | | Change-Id: I3fd0dfee676e511fb882d46729c214fbab525651
* Resolves: fdo#60663: Adapt hyphenation dialog to HIGHonza Minarik2013-04-031-3/+2
| | | | Change-Id: I1a67a73e6dc6b26bdb84f0594d84a1f5d7e2bca2
* convert online updates page to .uiCaolán McNamara2013-04-038-251/+338
| | | | Change-Id: I69e8a1d136df3f8f8daa2d3f5241b74d2b39efdd
* Updated coreCaolán McNamara2013-04-031-0/+0
| | | | | Project: help 20791d487f493ddd008553e9970a622362ca546c
* redland: stop using --with-threads, it supports only POSIX...Michael Stahl2013-04-031-1/+2
| | | | | | | ... so it's better to wrap an osl::Mutex around the whole thing in client code. Change-Id: I611aa879e03c11c01fbd215148750a11a285b216
* fdo#32082: Do not reset number format in table cells on edit.Jan Holesovsky2013-04-031-17/+21
| | | | | | | | | | | | | | | When we changed the default to _not_ to recognize the number formats in table cells (commit 334c34e4ec803c65e43abf20edbc6faf7fa95e76), it caused that any edit of a number formatted cell had reset it to text on edit. This was quite unexpected, because when eg. there was a number that contributed to a sum, and it changed to text, the sum changed as if there was a '0' there. To solve this, try hard to retain the number format regardless of the 'Recognize Number Formats' setting when there was a number formatting assigned to the cell. Change-Id: Ib43e0877420d90cdac7a0357d1ef3a549c866fb7
* Keep semantics, but improve readibility.Jan Holesovsky2013-04-031-27/+24
| | | | Change-Id: I32c18cb7b080f4847118a2d7e8d77dcd2bbce308
* Make autogen.sh prefer to read an autogen.input fileTor Lillqvist2013-04-032-22/+27
| | | | | | | | | | | | | | | | For backward compatibility, an autogen.lastrun file will still be used if it exists and autogen.input does not exist. The recommended workflow is now to keep the configuration parametets in autogen.input which is never written by autogen.sh. Most (?) developers used to treat autogen.lastrun as a valuable parameter file to be edited manually anyway, and not as an ad-hoc backup copy of command-line parameters last used. The name autogen.input better reflects this usage. Change-Id: I7e3c747fa95e9f2f0bc44036419aaab8f4ad01e7 Reviewed-on: https://gerrit.libreoffice.org/3111 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* ooxmlimport: conditional table styles fixedSJacobi2013-04-036-68/+110
| | | | | | | Change-Id: I84f1d7c718dfc120b76364479ca68f63d2549b9f Reviewed-on: https://gerrit.libreoffice.org/3175 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* redland: clean up libxml2 usageMichael Stahl2013-04-033-4/+4
| | | | | | | | | - use xml2-config from unpacked dir - rasqal does use libxml2 apparently for utils - redland itself does not use libxml2 directly - no need to put OUTDIR/bin on PATH Change-Id: Ib4481c681d0b188c06217f7bc0d000f15ab82da3
* redland: we don't need the raptor features using libxsltMichael Stahl2013-04-031-1/+2
| | | | Change-Id: I6288e7550a10be072ad1665bd03a8e6499bc4033