summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* removed dead codeTakeshi Abe2012-05-293-6/+0
* handle column break in .docx properly tooLuboš Luňák2012-05-241-0/+18
* add missing initializationsDavid Tardon2012-05-241-0/+2
* do reuse shape contextLuboš Luňák2012-05-224-0/+17
* remove number of -I directives in writerfilterLuboš Luňák2012-05-2234-52/+47
* avoid warnings because of sal_Int* typesLuboš Luňák2012-05-221-1/+1
* add dependency on generated filesMatúš Kukan2012-05-211-1/+4
* Some cppcheck cleaningJulien Nabet2012-05-201-1/+0
* work around spurious signed overflow warningsMichael Stahl2012-05-181-8/+8
* handle recursive <w:p> because of shapes (bnc#751077)Luboš Luňák2012-05-185-2/+77
* Merge the libraries in writerfilterTor Lillqvist2012-05-1810-399/+129
* sigh, more missing dependenciesMatúš Kukan2012-05-171-6/+7
* removed unused constant rtl::OUStringTakeshi Abe2012-05-161-2/+0
* do not reuse shape context (part of bnc#705956)Luboš Luňák2012-05-154-17/+0
* fdo#49940 dmapper: handle m_bTitlePage when m_nBreakType is zeroMiklos Vajna2012-05-151-9/+16
* hide progress bar even if loading failedDavid Tardon2012-05-141-5/+9
* do not crash when opening rtf file with unclosed field groupDavid Tardon2012-05-141-0/+3
* Add helpful instructions nearby encrypted CVE files.Michael Meeks2012-05-141-0/+7
* fdo#45190 import of RTF_LI should reset inherited RTF_FIMiklos Vajna2012-05-111-1/+7
* Revert "another partial fix for bnc#693238" ( and fixes fdo#44292 )Noel Power2012-05-111-112/+112
* fdo#49692 RTFValue::Clone(): copy m_bForceString as wellMiklos Vajna2012-05-102-4/+4
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-69/+68
* RTFDocumentImpl::runProps: avoid copy&pasteMiklos Vajna2012-05-102-28/+20
* fdo#49271 rtftok: make sure we send char props if there are no runsMiklos Vajna2012-05-091-0/+16
* fdo#49683 implement RTF_KEYWORDSMiklos Vajna2012-05-093-0/+9
* fdo#49501 RTF_MARGL/R/T/B should also set the current marginMiklos Vajna2012-05-091-14/+10
* implement RTF_LANDSCAPEMiklos Vajna2012-05-091-0/+3
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-091-19/+19
* fdo#38786 implement RTF_CHPGNMiklos Vajna2012-05-071-0/+9
* introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna2012-05-071-14/+3
* implement RTF_DPFILLBGCR/G/BMiklos Vajna2012-05-072-4/+22
* implement RTF_DPLINECOR/G/BMiklos Vajna2012-05-072-0/+27
* rtftok: implement RTF_DPRECTMiklos Vajna2012-05-071-8/+29
* Resolves: fdo#47347 overwrite incorrect font table entry with the correct oneCaolán McNamara2012-05-051-1/+9
* Related: fdo#47347 m_aFontEncodings is a map so returns 0 on unknown fontindexCaolán McNamara2012-05-051-2/+3
* .docx wrap values mean different things than in LO, map them (bnc#750838)Luboš Luňák2012-05-041-4/+8
* fdo#47764 fix RTF import of automatic paragraph background colorMiklos Vajna2012-05-021-0/+1
* finish handling of w:pStyle in numbering (bnc#751028)Luboš Luňák2012-05-024-26/+39
* set as outline numbering only those ones that are for headings (bnc#751028)Luboš Luňák2012-05-021-7/+18
* bin unused macroLuboš Luňák2012-05-021-2/+0
* make ResId::toString a non-static memberCaolán McNamara2012-04-301-1/+1
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* don't overwrite numbering properties with paragraph properties (bnc#751028)Luboš Luňák2012-04-282-17/+18
* WaE: msvc2008 unused variablesCaolán McNamara2012-04-272-3/+4
* fdo#48037 fix RTF import of localized fieldsMiklos Vajna2012-04-261-0/+3
* fall flat on the face when doing UNO call with incorrect argumentsLuboš Luňák2012-04-251-2/+10
* don't use properties that aren't valid for paragraphs (part of bnc#751028)Luboš Luňák2012-04-251-5/+11
* handle w:suff correctlyLuboš Luňák2012-04-252-6/+22
* rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara2012-04-251-1/+1
* use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna2012-04-251-2/+3