summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* typo fix: absoulte -> absoluteAndras Timar2013-09-071-1/+1
| | | | Change-Id: Ib728cb9bac3f42e17649685b4413b9335f2dc2c4
* tests that ensure the master to be broken arent that helpfulBjoern Michaelsen2013-09-053-12/+0
| | | | Change-Id: Ie59f2ba4daec0375d1d64b765be3b1484e8cba3e
* fdo#68552: try different build-time replacementMichael Stahl2013-09-052-2/+13
| | | | | | Replace the offending variable at build time in pyAltFCFGMerge. Change-Id: Ie96d780eed8325c6f8399e78025345c0f0369856
* Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time ↵Michael Stahl2013-09-0511-38/+11
| | | | | | | | parameters" This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0. Unfortunately does not work if BUILDDIR is different from SRCDIR.
* CID#1078757 nOfs <= nPersistPtrAnzCaolán McNamara2013-09-051-6/+6
| | | | Change-Id: Icf2729a4a7f8476d71d4609e060d3da2d172e7a8
* fdo#68552: Don't (attempt to) do run-time expansion of build-time parametersTor Lillqvist2013-09-0511-11/+38
| | | | | | | | | | | The $(share_subdir_name) things in the filter fragment .xcu files didn't actually work it seems. But anyway, it's a bit silly to do expansion at run-time of $(foo) things known at build-time anyway. Thanks to sberg for pointing this out. So just use the normal configury .in mechanism for these. Simpler. Change-Id: I14b3e5cc5169b34df8a1d7ff07cc28452c67bcc8
* fdo#68210 related: make other filters work again tooBjoern Michaelsen2013-09-0420-28/+80
| | | | | | - see dc86610d16a561ff1a0455d5fef157431f9271e3 for details Change-Id: I6041ca10f58335187928995368db673c1ce22e7b
* fdo#68210: Make tiff import work again with merged-libsBjoern Michaelsen2013-09-041-1/+4
| | | | | | | | - there was a symbol mismatch for dynamic loading - while this fixes fdo#68210, similar fixes are likely needed for the other dynamically loaded functionality Change-Id: I7e4d6baf256dbe7b145dcbc118b4cac2075e07f5
* dezimal -> decimalJesús Corrius2013-09-031-1/+1
| | | | Change-Id: I196026cc7f2f885664e9719557f662a32a7187b8
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-1/+0
| | | | | | | | This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
* test case for CVE-2013-5575/EDB-27875Caolán McNamara2013-08-271-0/+0
| | | | Change-Id: I43214c3ec840274f120730c1f80ef693859ddae7
* Introduce msfilter::util::findQuotedText()Miklos Vajna2013-08-261-0/+19
| | | | | | | This was in writerfilter, but we'll need it soon in sw as well, so move it down to msfilter. Change-Id: I8efe02b6bbe8f391d9e14857ed58dbae184d5632
* Resolves: fdo#68275 Grayscale TIFF is imported as whiteCaolán McNamara2013-08-221-14/+6
| | | | | | | | | | this reverts 6c719c1585eb1a2dbab86cc73ff871da41765981 "n#615223 local nbyte1 should have been class-level nByte1" which was to fix the use seen in valgrind og the uninitialized nByte1 So additionally remove the use of the uninit nByte1 entirely Change-Id: I5b3f4fa00d74e545f207a11a5e90935f14a23a8e
* cppcheck: fix redundant assignmentsJulien Nabet2013-08-221-3/+1
| | | | Change-Id: Ib0c2f0c2b67f40ce75469b434a67c62187aca93d
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-2116-186/+186
| | | | | | | Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-32/+32
| | | | | | | | Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* Improve some debug outputStephan Bergmann2013-08-201-3/+11
| | | | Change-Id: I1008822ba8592ea43f87805bf00adbfdaf4f02fc
* Use standard idiomStephan Bergmann2013-08-191-3/+3
| | | | Change-Id: I77b2732e04435ee93044b65c4925de43cc20187f
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-1813-63/+63
| | | | | | | Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
* cppcheck: fix duplicateBranchJulien Nabet2013-08-151-4/+1
| | | | | | | | | | | | | | | | | | | Git history shows it was like this since first commit (2009-12-15) Moreover I noticed these lines: 220 if ( mpCGM->pElement->nAspectSourceFlags & ASF_FILLCOLOR ) 221 nFillColor = mpCGM->pElement->pFillBundle->GetColor(); 222 else 223 nFillColor = mpCGM->pElement->aFillBundle.GetColor(); even if nFillColor can have another value in case below 249 case FIS_GEOPATTERN : 250 { 251 if ( mpCGM->pElement->eTransparency == T_ON ) 252 nFillColor = mpCGM->pElement->nAuxiliaryColor; 253 eFS = drawing::FillStyle_NONE; 254 } this change is still safe since it's just a simplification. Change-Id: Icf41dbeee6405780483649e0968dd30e8a533882
* Resolves: fdo#33983 use 'Slides' instead of 'Pages' for impress pdf exportCaolán McNamara2013-08-152-8/+26
| | | | Change-Id: Id380514f8f74783a0a0baf61cc9358f2b1bcbc47
* fdo#59524 Enable encryption for docx, pptx and standard OOXML formatsTomaž Vajngerl2013-08-157-7/+7
| | | | Change-Id: Id00fde15188be3fb7209d8f14f2f2f07ebd211b0
* fdo#59524 Encryption for MS Office 2007 Spreadsheet documentsTomaž Vajngerl2013-08-141-1/+1
| | | | | | | | This enables saving of MS 2007 spreadsheet documents with a password. The encryption used is the same as used in Office 2007 (however different than in Office 2010 and 2013 which use "agile" encryption). Change-Id: I3539e811d95b6f9178246ab269d13bb385a48bd2
* Mark as const/staticTakeshi Abe2013-08-041-2/+2
| | | | Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
* convert xslt filter dialog to .uiCaolán McNamara2013-07-3012-173/+151
| | | | Change-Id: I02bb629af1f4811f382469b8e2aaaba272f07034
* drop unused help ids & fix mnemonic widgetsCaolán McNamara2013-07-303-23/+6
| | | | Change-Id: I80c21126e2728ffa18c87a98e500cc941d462de1
* Convert xml filter tabpage transformation to .uiabdulmajeed ahmed2013-07-3010-284/+282
| | | | | | | Change-Id: Ice69f7d036d414c82f6c313a8dc025f736b97e68 Reviewed-on: https://gerrit.libreoffice.org/5201 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Related rhbz#98977: Handle multiple LibXSLTTransformer::terminate callsStephan Bergmann2013-07-301-2/+5
| | | | | | | | | | | Trying to reproduce rhbz#98977, temporarily changing TRANSFORMATION_TIMEOUT_SEC (filter/source/xsltfilter/XSLTFilter.cxx) to zero, loading a dummy "Microsoft Excel 2003 XML (.xml)" file shows a "General input/output error" msg box and "Cancel" leads to a crash due to duplicate calls to m_tcontrol->terminate() from both XSLTFilter::importer and XSLTFilter::endDocument (both filter/source/xsltfilter/XSLTFilter.cxx). Change-Id: Ia103d944f3e1f14ca2cf5552ca3a48348132d38e
* Remove effectively unused INetURLObject OString overloadsStephan Bergmann2013-07-291-1/+1
| | | | Change-Id: Icbbe27b229d5454d27be646e00e8b362a77359b3
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-281-1/+1
| | | | Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
* targetted clean of redundant header piece from 62badf3828Michael Meeks2013-07-2614-42/+0
| | | | Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48
* fdo#46037: no more comphelper/configurationhelper.hxx in filterJulien Nabet2013-07-244-33/+11
| | | | | | | Change-Id: I8b839dcf1f1a6247800f0bf054b2872b1acf800a Reviewed-on: https://gerrit.libreoffice.org/5082 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* set mnemonic widgets and a few other little tweaksCaolán McNamara2013-07-245-162/+176
| | | | Change-Id: Ic0ae45085ca933e41591f932524f4ddef4de5714
* Convert Xml-Filter-TabPage-General to .uiabdulmajeed ahmed2013-07-2410-227/+215
| | | | | | | | Change-Id: Ia2ce0ce28b8a078b99651b38bdd3cbeaea3d8772 Reviewed-on: https://gerrit.libreoffice.org/5029 Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* add test-case for CVE-2013-2577Caolán McNamara2013-07-242-0/+0
| | | | Change-Id: I69f42b8ea53b68495cb4666a93ece47f6679582e
* fdo#66274: Saving document as RTF result in text 'Use Rich Text Format Format'Julien Nabet2013-07-221-1/+1
| | | | | | | Change-Id: Id617816c8530b7536238b5aa4a471c57a2a0b82e Reviewed-on: https://gerrit.libreoffice.org/4999 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard2013-07-171-4/+9
| | | | | | | | | | The result of osl_getCurrentSecurity () should always be deleted again with osl_freeSecurityHandle (). Change-Id: If0991937fcb24207d1f78166f61c4be22d423629 Reviewed-on: https://gerrit.libreoffice.org/4947 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63133: Write tools/tempfile.hxx outPalenik Mihály2013-07-162-3/+4
| | | | | | | | | | | | I deleted TempFile class and changed it to utl::TempFile class -which in unotools/tempfile.hxx- in the followings: Storage, StgTmpStrm, SwXMailMerge classes; and RenderAsEMF function. I modified header in precompiled_sw.hxx. Change-Id: I3dae5333dc42538e1b905f6a6bbc85534c591dc1 Reviewed-on: https://gerrit.libreoffice.org/4938 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* filter: need more boost_headersMichael Stahl2013-07-152-0/+3
| | | | Change-Id: Id927d5494bed8d4d8fa27f38dfcde14b95081cc1
* Fix memory leak in SvxMSDffManager::CheckForConvertToSOObj.Mark Wielaard2013-07-111-6/+7
| | | | | | | | | Use boost::scoped_ptr for temporary SvMemoryStream. Change-Id: I6235d7868bd20963aa5fdda32b1dd3b82cf0b182 Reviewed-on: https://gerrit.libreoffice.org/4760 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Fix memory leak in SvxMSDffManager::ImportShape.Mark Wielaard2013-07-091-0/+1
| | | | | | | | | | When a new DffPropertyReader is created and assigned to pSecPropSet make sure the old one is deleted first. Change-Id: Idd14fdf4e3a03a625a10a89dde71ad66cbdba792 Reviewed-on: https://gerrit.libreoffice.org/4761 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* fdo#66645 XHTML export: ignore incorrect style on math objectsFrédéric Wang2013-07-091-3/+19
| | | | | | | Change-Id: Ied09a189184380aa3eba30261c7517f6bccf6d09 Reviewed-on: https://gerrit.libreoffice.org/4751 Reviewed-by: Khaled Hosny <khaledhosny@eglug.org> Tested-by: Khaled Hosny <khaledhosny@eglug.org>
* error: comparison between pointer and integer (Clang trunk towards 3.4)Stephan Bergmann2013-07-085-8/+6
| | | | | | ...the check in itga.cxx was useless anyway, as new[] does not return null. Change-Id: I4de5a46e14a83ab134d0a098a62748e909dc9c00
* -Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2013-07-081-0/+11
| | | | | | | ...in files generated by gperf; an alternative could be to use -isystem instead of -I in gb_Library_use_custom_headers. Change-Id: I316684ab5342977655a5642903b13e127adaf95c
* convert pdf signing page to .ui formatCaolán McNamara2013-07-089-202/+331
| | | | Change-Id: I037036e410a6f9d7da7bc34721c105e81470d5d9
* convert pdf options dialog to .ui formatCaolán McNamara2013-07-087-130/+306
| | | | Change-Id: I7c186ea77bbadd20ac881dcb0aa2cf7db525dc1e
* convert pdf export general page to .uiCaolán McNamara2013-07-086-535/+917
| | | | Change-Id: I94d86f9807e67bd4f352321fde1c83913b5a4fed
* convert pdf view page to .ui formatCaolán McNamara2013-07-047-319/+543
| | | | Change-Id: I738dd72f66658f60025152c9c3db765dbcb981ac
* ... fix more -Werror=address (wrong TempFile ctor called)Michael Stahl2013-07-021-4/+2
| | | | Change-Id: I19b2195a5e524f8c485f904989f1c604fca9612f
* filter: fix more -Werror=address (wrong TempFile ctor called)Michael Stahl2013-07-021-2/+2
| | | | Change-Id: I2242b12b75dfbd1ae6fdb4283c065168ac9df4d2