summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf
AgeCommit message (Expand)AuthorFilesLines
2014-05-13coverity#735464 Logically dead codeThomas Arnhold1-4/+1
2014-04-23sc: sal_Bool->boolNoel Grandin3-6/+6
2014-04-06whitespace cleanup in scMarkus Mohrhard3-6/+0
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-3/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-5/+5
2014-02-14sal_Bool->boolNoel Grandin1-4/+4
2014-02-14sal_Bool->boolNoel Grandin1-4/+4
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida1-3/+5
2014-01-28bool improvementsStephan Bergmann2-2/+2
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-25/+25
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-1/+1
2013-11-12Translate German commentsPhilipp Weissenbacher3-85/+76
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+1
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist2-15/+8
2013-10-12Test _WIN32 instead of UNX as it's Windows that is the special caseTor Lillqvist1-3/+3
2013-10-08convert sc/source/filter/rtf/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/inc/f*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/inc/rtfparse.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+3
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-3/+3
2013-03-22Remove direct use of ScBaseCell.Kohei Yoshida1-28/+22
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-7/+7
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-5/+6
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-2/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks4-92/+56
2012-09-09fix crash introduced by stl conversion, fdo#54299Markus Mohrhard1-1/+1
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida1-1/+1
2012-07-26SV_DECL_VARARR_SORT(ScRTFColTwips) o3tl::sorted_vectorNoel Grandin1-8/+6
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-10/+0
2012-06-09Remove superfluous include commentsThomas Arnhold2-10/+0
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-1/+1
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke1-0/+1
2012-04-10sal_Bool to boolEike Rathke1-1/+1
2012-03-22Convert tools/table.hxx usage to std::map in ScEEImport classNoel Grandin1-11/+7
2012-03-15Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin1-12/+16
2012-01-09simplify CharClassCaolán McNamara1-1/+1
2011-12-07fdo#42259: Fixed RTF import crash etc.Kohei Yoshida1-27/+29
2011-11-27remove pch from the include listNorbert Thiebaud1-2/+0
2011-11-27remove include of pch header from scNorbert Thiebaud5-10/+0
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara1-2/+2
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-1/+1
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-1/+1
2011-08-04String to rtl::OUString.Kohei Yoshida1-3/+3