# # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # $(eval $(call gb_JunitTest_JunitTest,bean_complex)) $(eval $(call gb_JunitTest_use_jars,bean_complex,\ OOoRunner \ ridl \ test \ unoil \ officebean \ )) $(eval $(call gb_JunitTest_add_sourcefiles,bean_complex,\ bean/qa/complex/bean/OOoBeanTest \ bean/qa/complex/bean/ScreenComparer \ bean/qa/complex/bean/WriterFrame \ )) $(eval $(call gb_JunitTest_add_classes,bean_complex,\ complex.bean.OOoBeanTest \ )) lue='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)Author
2013-05-23fdo#33281, i#120627 [From Symphony]the text on the Y axis is reversed when ex...Zhe Wang
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin
2012-11-16use LanguageTagEike Rathke
2012-11-12Improve PDF SignatureStephan Bergmann
2012-11-06Fix some file modesStephan Bergmann
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-09-05Revert "Relax ICC profile version for PDF/1-a to 2.4"Fridrich Štrba
2012-09-05Relax ICC profile version for PDF/1-a to 2.4Lionel Elie Mamane
2012-09-05Force version 2.1 of the sRGB profile for PDF/A (fdo#54546)Fridrich Štrba
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
2012-08-13Make it compile for Android again (and iOS, I hope)Tor Lillqvist
2012-08-12Use new CMS API of NSS instead of old PKCS7 API.Gökçen Eraslan
2012-08-11Use NSS to create a PKCS7 object and write it to PDF file.Gökçen Eraslan
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-09We use hidden signatures for now.Gökçen Eraslan
2012-07-09PDFWriterImpl::createControl: -Werror=maybe-uninitializedMichael Stahl
2012-07-09PDFWriterImpl::finalizeSignature: -Werror=unused-variableMichael Stahl
2012-07-09PDFWriterImpl: -Werror=reorderMichael Stahl
2012-07-09Remove faulty DBG_ASSERT.Gökçen Eraslan
2012-07-09Merge branch 'feature/pdf-signing'Gökçen Eraslan
2012-07-08Get der encoded certificate to use in NSS.Gökçen Eraslan
2012-07-07Add password edit and pass XCertificate to PDFWriter code in VCL.Gökçen Eraslan
2012-07-04fix build problem on windowsCaolán McNamara
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-07-02Remove unused definesThomas Arnhold
2012-07-01Make PDF Signing GUI operative.Gökçen Eraslan
2012-06-29some pesky XubStringsCaolán McNamara
2012-06-23Use /Rect [0, 0, 0, 0] if signature is not visible.Gökçen Eraslan
2012-06-23/NeedAppearances must not be used if PDF is signed.Gökçen Eraslan
2012-06-23Check the return values of osl_getFilePos and osl_setFilePos.Gökçen Eraslan
2012-06-20Fix the calculation of ByteRange values.Gökçen Eraslan
2012-06-20Add a fake appearance dictionary to Sig object.Gökçen Eraslan
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud
2012-06-19Add initial support for PDF signing.Gökçen Eraslan
2012-06-19death to some UniStringsCaolán McNamara
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-06-11Make DO_TEST_PDF code work againGökçen Eraslan
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-04sal_uInt32 -> cmsUInt32NumberFridrich Štrba
2012-06-04Replace the module icc functionality by a use of lcms2Fridrich Štrba
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-20Some cppcheck cleaningJulien Nabet
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-16Cleanup: remove silly extra scope.Thorsten Behrens