summaryrefslogtreecommitdiff
path: root/sc/source/core/data/patattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-05new loplugin: useuniqueptr: sc part 1Noel Grandin1-10/+7
2016-10-12convert SC_ROTDIR constants to scoped enumNoel Grandin1-7/+7
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard1-4/+18
2016-09-10loplugin:constantparam in scNoel Grandin1-4/+2
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-3/+3
2016-03-31tdf#93300, handle hard formatting with cond format correctMarkus Mohrhard1-11/+39
2016-03-19simplify code a bitMarkus Mohrhard1-3/+5
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-12/+12
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-18editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-09More CppunitTest_sw_uiwriter fixesMiklos Vajna1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-6/+6
2015-04-14implement a sane and working dxf font export, tdf#81918Markus Mohrhard1-23/+128
2015-02-12Translated german comments in sc/source/core/data/Albert Thuswaldner1-26/+25
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-5/+5
2014-11-15Remove tools/fract.hxx from document.hxx.Kohei Yoshida1-0/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-23loplugin: cstylecastNoel Grandin1-125/+124
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-4/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-83/+83
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard1-3/+1
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-3/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+1
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-2/+2
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-10/+10