summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmltab.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-8/+8
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-8/+8
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9
2014-09-04HTMLTable: improve comment translationMiklos Vajna1-2/+2
2014-09-04fdo#39468: Translate German commentsJennifer Liebel1-73/+67
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-3/+3
2014-07-01coverity#704986 Dereference after null checkCaolán McNamara1-1/+1
2014-07-01coverity#704987 Dereference after null checkCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-24Fix some warningsMatúš Kukan1-1/+2
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-30coverity#1213143 Missing break in switchCaolán McNamara1-0/+1
2014-05-30coverity#1213145 Missing break in switchCaolán McNamara1-0/+1
2014-05-30coverity#1213146 Missing break in switchCaolán McNamara1-0/+1
2014-05-30coverity#1213147 Missing break in switchCaolán McNamara1-0/+1
2014-05-26coverity#1213144 Missing break in switchCaolán McNamara1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-276/+276
2014-04-15sw: -Werror=unused-but-set-variableMichael Stahl1-8/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-28/+4
2014-02-27Remove visual noise from swAlexander Wilms1-45/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-8/+8
2014-01-28bool improvementsStephan Bergmann1-5/+5
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-3/+3
2013-12-03convert callers of SwIndex::GetContent from xub_StrLen->sal_Int32Noel Grandin1-1/+1
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-3/+3
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-22Bin useless swmod commentsTor Lillqvist1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-2/+2
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-10-15convert sw/source/filter/html/*.hxx from String to OUStringNoel Grandin1-13/+13
2013-08-15sw: fix more clang tinderbox warningsMichael Stahl1-3/+9
2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin1-12/+12
2013-08-15convert include/svtools/svparser.hxx from String to OUStringNoel Grandin1-6/+6
2013-08-12Change String to OUString in some class and functions.Palenik Mihály1-8/+8
2013-08-06Change String to OUString in some class.Palenik Mihály1-1/+1
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-3/+3
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-3/+3
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-20sal_Bool to boolTakeshi Abe1-4/+4
2012-11-15sal_Bool to boolTakeshi Abe1-1/+1
2012-11-13sal_Bool to boolTakeshi Abe1-38/+38
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-1/+2
2012-08-22fdo#51777: add a hack for 1 twip DOUBLE borders:Michael Stahl1-2/+1
2012-08-16idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)Istvan Turi1-12/+17
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-4/+9
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-4/+4
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-4/+4
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-7/+6