summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* targeted string re-workNorbert Thiebaud2012-06-021-4/+2
* targeted string re-workNorbert Thiebaud2012-06-021-4/+2
* targeted string re-workNorbert Thiebaud2012-06-0211-167/+167
* targeted string re-workNorbert Thiebaud2012-06-025-30/+29
* targeted string re-workNorbert Thiebaud2012-06-021-2/+2
* Fix some Prefer prefix ++/--Julien Nabet2012-06-022-4/+4
* fdo#50539 fix RTF import of automatic character background colorMiklos Vajna2012-06-011-0/+1
* n#764005 VML import of absolutely positioned pictures should not be opaqueMiklos Vajna2012-05-311-3/+4
* n#764005 dmapper: don't insert "at page" anchored graphics as "as character"Miklos Vajna2012-05-311-0/+4
* targetted revert of small prefix operator changesMichael Meeks2012-05-312-4/+5
* don't overload operator-> and just forward specific methods, take twoCaolán McNamara2012-05-305-43/+44
* Use RTFSprms::set() in RTFDocumentImpl everywhereMiklos Vajna2012-05-301-146/+139
* fdo#49968 speed up RTF import of repeated character/paragraph propertiesMiklos Vajna2012-05-303-10/+26
* rtftok: undo tryToSafelyUpdateAnExistingProp, will be back soonMiklos Vajna2012-05-305-254/+189
* Resolves: rhbz#825548 some rtf documents take vast amounts of time to loadCaolán McNamara2012-05-302-3/+62
* don't overload operator-> and just forward specific methodsCaolán McNamara2012-05-305-189/+195
* n#760764 dmapper: don't ignore character properties of text fieldsMiklos Vajna2012-05-292-1/+11
* writerfilter: read dgm:relIds element and its attributesMiklos Vajna2012-05-292-0/+32
* implement operator= tooDavid Tardon2012-05-293-0/+15
* 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