summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-05-29removed dead codeTakeshi Abe3-6/+0
2012-05-24handle column break in .docx properly tooLuboš Luňák1-0/+18
2012-05-24add missing initializationsDavid Tardon1-0/+2
2012-05-22do reuse shape contextLuboš Luňák4-0/+17
2012-05-22remove number of -I directives in writerfilterLuboš Luňák34-52/+47
2012-05-22avoid warnings because of sal_Int* typesLuboš Luňák1-1/+1
2012-05-21add dependency on generated filesMatúš Kukan1-1/+4
2012-05-20Some cppcheck cleaningJulien Nabet1-1/+0
2012-05-18work around spurious signed overflow warningsMichael Stahl1-8/+8
2012-05-18handle recursive <w:p> because of shapes (bnc#751077)Luboš Luňák5-2/+77
2012-05-18Merge the libraries in writerfilterTor Lillqvist10-399/+129
2012-05-17sigh, more missing dependenciesMatúš Kukan1-6/+7
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-2/+0
2012-05-15do not reuse shape context (part of bnc#705956)Luboš Luňák4-17/+0
2012-05-15fdo#49940 dmapper: handle m_bTitlePage when m_nBreakType is zeroMiklos Vajna1-9/+16
2012-05-14hide progress bar even if loading failedDavid Tardon1-5/+9
2012-05-14do not crash when opening rtf file with unclosed field groupDavid Tardon1-0/+3
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks1-0/+7
2012-05-11fdo#45190 import of RTF_LI should reset inherited RTF_FIMiklos Vajna1-1/+7
2012-05-11Revert "another partial fix for bnc#693238" ( and fixes fdo#44292 )Noel Power1-112/+112
2012-05-10fdo#49692 RTFValue::Clone(): copy m_bForceString as wellMiklos Vajna2-4/+4
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl1-69/+68
2012-05-10RTFDocumentImpl::runProps: avoid copy&pasteMiklos Vajna2-28/+20
2012-05-09fdo#49271 rtftok: make sure we send char props if there are no runsMiklos Vajna1-0/+16
2012-05-09fdo#49683 implement RTF_KEYWORDSMiklos Vajna3-0/+9
2012-05-09fdo#49501 RTF_MARGL/R/T/B should also set the current marginMiklos Vajna1-14/+10
2012-05-09implement RTF_LANDSCAPEMiklos Vajna1-0/+3
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan1-19/+19
2012-05-07fdo#38786 implement RTF_CHPGNMiklos Vajna1-0/+9
2012-05-07introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna1-14/+3
2012-05-07implement RTF_DPFILLBGCR/G/BMiklos Vajna2-4/+22
2012-05-07implement RTF_DPLINECOR/G/BMiklos Vajna2-0/+27
2012-05-07rtftok: implement RTF_DPRECTMiklos Vajna1-8/+29
2012-05-05Resolves: fdo#47347 overwrite incorrect font table entry with the correct oneCaolán McNamara1-1/+9
2012-05-05Related: fdo#47347 m_aFontEncodings is a map so returns 0 on unknown fontindexCaolán McNamara1-2/+3
2012-05-04.docx wrap values mean different things than in LO, map them (bnc#750838)Luboš Luňák1-4/+8
2012-05-02fdo#47764 fix RTF import of automatic paragraph background colorMiklos Vajna1-0/+1
2012-05-02finish handling of w:pStyle in numbering (bnc#751028)Luboš Luňák4-26/+39
2012-05-02set as outline numbering only those ones that are for headings (bnc#751028)Luboš Luňák1-7/+18
2012-05-02bin unused macroLuboš Luňák1-2/+0
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-28don't overwrite numbering properties with paragraph properties (bnc#751028)Luboš Luňák2-17/+18
2012-04-27WaE: msvc2008 unused variablesCaolán McNamara2-3/+4
2012-04-26fdo#48037 fix RTF import of localized fieldsMiklos Vajna1-0/+3
2012-04-25fall flat on the face when doing UNO call with incorrect argumentsLuboš Luňák1-2/+10
2012-04-25don't use properties that aren't valid for paragraphs (part of bnc#751028)Luboš Luňák1-5/+11
2012-04-25handle w:suff correctlyLuboš Luňák2-6/+22
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara1-1/+1
2012-04-25use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna1-2/+3