summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2012-11-30re-base on ALv2 code. Includes:Michael Meeks50-1225/+803
2012-11-29sw: fix RTF export of text frames anchored to empty paragraphsMiklos Vajna1-2/+9
2012-11-28Resolves: fdo#41554 ww6 file cannot be openedCaolán McNamara3-27/+59
2012-11-28De-duplicate _ReadFieldParamsTor Lillqvist2-39/+39
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud2-6/+10
2012-11-27fdo#56513 second header/footer lost saving as .docLuke Deller2-10/+3
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-2/+1
2012-11-24SwRTFWriter::WriteStream: fix leakMiklos Vajna1-1/+2
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-3/+3
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-4/+3
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
2012-11-19use LanguageTagEike Rathke3-6/+6
2012-11-15n#789482 DOCX: export track change data after w:hyperlinkMiklos Vajna2-6/+9
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin2-2/+2
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-1/+1
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc361-1/+1
2012-11-12cppCheck: clarifyConditionjailletc361-2/+2
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar20-221/+148
2012-11-10DocxAttributeOutput::FlyFrameGraphic: add assert to avoid misuse of the APIMiklos Vajna1-0/+2
2012-11-09fdo#51550 fix DOCX export dataloss on non-math/chart OLE exportMiklos Vajna2-22/+34
2012-11-03msvc can't handle #if inside macro argumentsLuboš Luňák1-3/+1
2012-11-03sal_Bool to boolTakeshi Abe2-3/+3
2012-11-02change std::clog debug output to SAL_INFO, so that it can be turned offLuboš Luňák6-148/+55
2012-11-01sal_Bool to boolTakeshi Abe1-1/+1
2012-10-31fix the strange ww8export tinderbox failureNoel Power2-3/+11
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara2-5/+8
2012-10-29docx export: explicitely use 'none' type for disabled cell bordersPierre-Eric Pelloux-Prayer1-22/+19
2012-10-26Resolves: fdo#35991 rowspan is of size sal_Int32, not size longCaolán McNamara1-1/+1
2012-10-25fdo#55939 fix RTF export of footnotesMiklos Vajna1-1/+4
2012-10-25sal_Bool to boolTakeshi Abe1-2/+1
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák4-8/+8
2012-10-14sw: fix new clang warnings in ww8 filtersMiklos Vajna4-5/+3
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar16-258/+244
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák11-22/+22
2012-10-11Resolves: fdo#48569 crash on export to .docx of inline anchored frameCaolán McNamara2-7/+11
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl1-73/+3
2012-10-09fdo#54648: WW8 export: test that FlyFrm actually has layout frmMichael Stahl1-0/+4
2012-10-08DocxAttributeOutput: drop unused includesMiklos Vajna1-35/+0
2012-10-08Fix fdo#47669: also check if we started the tag before ending itKorrawit Pruegsanusak1-1/+5
2012-10-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist2-79/+79
2012-10-02docx export: always write tblInd attribute (even when equal to 0)Pierre-Eric Pelloux-Prayer1-6/+5
2012-10-02docx export: export default table cell margins, based on 1st cellPierre-Eric Pelloux-Prayer2-34/+115
2012-10-02Resolves: fdo#54862 extra ++n causing merged cells to be skippedCaolán McNamara1-1/+0
2012-10-01Use comphelper::getComponentContextStephan Bergmann1-2/+2
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-2/+2
2012-09-28Merge branch 'master' into feature/killsdfAndras Timar12-34/+151
2012-09-27sw: hopefully fix windows buildMatúš Kukan1-1/+1
2012-09-27Export image shadow effects to docx.Eilidh McAdam1-0/+32
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2-15/+1