summaryrefslogtreecommitdiff
path: root/filter/inc
AgeCommit message (Collapse)Author
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::setNoel Grandin
Change-Id: I92d280f4e95a3d29851e73a955935b44966f5d03
2012-07-09Merge branch 'feature/pdf-signing'Gökçen Eraslan
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-06-25cleanup filter/.../msdffimp.hxxPhilipp Riemer
- deleted empty lines - re-indented code - added/deleted spaces in parameter lists - wrapped parameter lists if too long
2012-06-25change comments into doxygen format in filters/.../msdffimp.hxxPhilipp Riemer
- changed and re-indented documentation after members - re-wrapped and corrected some existing comments - deleted method that was commented out
2012-06-25cleanup German comments in filter/../msdffimp.hxxPhilipp Riemer
Change-Id: I5bd39caa388738725f493db05ba492d83c39584e
2012-06-25merge 3 copy and paste efforts back together as bestFitOpenSymbolToMSFontCaolán McNamara
Change-Id: Ia830af58a1e2b80e85b2748b4acceb0bfc340afc
2012-06-25Translated German comments in filter/inc/filter/msfilter/msdffimp.hxxJesso Clarence Murugan
Change-Id: I8cdc40e0d277567b0d9c5fe2794f8f5c381bbc59
2012-06-24Add a simple GUI for digital signatures.Gökçen Eraslan
Right now, there is no certificate selection and password edit but this GUI will make things easier to test. If Sign PDF checkbox is checked, I will create the necessary data in PDF file with a garbage PKCS7 object, for now. Change-Id: Ib9f0b33d3be31cb3eb8acb12a6aa2e37f2d3beeb
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffBLIPInfos) to boost::ptr_vectorNoel Grandin
Change-Id: I6cd5793b1ba2a29cbedce7fe5a040651e1664a11
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vectorNoel Grandin
I could not use boost::ptr_vector because some of the code copies the pointers into other data-structures temporarily, which ptr_vector does not like. Change-Id: Ie9c8aeb4e741bfd138694929ccda451a1c0984bb
2012-06-12Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin
I could have used boost::ptr_vector, but the code seems to believe that the array can contain nulls, which ptr_vector does not like. Change-Id: I5f56a3e96ef9baca2c192e7cfa33b8f4283709a6
2012-05-28fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák
MSO uses undocumented properties that seem to map to o:hr and o:hrpct from .docx (including differences between .docx spec and implementation), so treat horizontal rule width the same way in .doc too. Also remove the guesswork for #i17200# that is not quite correct and no longer needed. Change-Id: Ibec543fa1679ca0b20e86ef6b4f77147b18dff7e
2012-05-25convert mpFidcls to a vectorCaolán McNamara
Change-Id: I41d24c8d14a781e4100813ebce136d563f8c36b8
2012-05-07introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna
Change-Id: Ic3fa8865bf3862407867b5e4a438e3d9bc723e86
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna
2012-04-14Build svg2odf tool to be able to test the svg import.Jan Holesovsky
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe
2012-03-27drop intermediate temporary UniStringsCaolán McNamara
2012-03-13Converts from tools/table.hxx to std::map in DffPropSet class in filter moduleNoel Grandin
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power
2012-03-05vba implementation for Application.OnKeyNoel Power
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-16Removed SetProperty and StartElement method of MSFilterTracer.Szabolcs Dezsi
2012-02-13Remove unused codeElton Chung
2012-01-31callcatcher: update listCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-20Removed unused code as listed in unusedcode.easySantiago Martinez
2012-01-13simply MSDFFReadZString and friendsCaolán McNamara
2012-01-13just return the read string here instead of passing one in by refCaolán McNamara
2012-01-13return status never checkedCaolán McNamara
2012-01-08Kill SvNullStream duplicationMiklos Vajna
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from filterNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-23impress212: #i97241# added relative linkserack
* found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-10-10ByteString->rtl::OStringCaolán McNamara
2011-10-08do not use _COMPHELPER_COMPONENT_GETFACTORY macroMatúš Kukan