summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/confuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-09-26loplugin:flatten in scNoel Grandin1-374/+370
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann1-2/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+2
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann1-3/+8
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-04-05tdf#39468 Translate German commentsJens Carl1-2/+2
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26this is the css::document::Settings property LinkUpdateModeEike Rathke1-9/+47
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-9/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-5/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-14/+14
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-28tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens1-5/+11
2015-10-12Related tdf#93688: better place this into import finalize phaseKatarina Behrens1-10/+0
2015-10-01tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens1-0/+10
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-14tdf#92256: Save ref syntax when different from native oneKatarina Behrens1-2/+5
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens1-19/+24
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens1-0/+2
2015-07-20tdf#92256: ODF save/load syntax for string referenceKatarina Behrens1-0/+48
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-8/+8
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+2
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-1/+1
2015-04-10malingering delete.Michael Meeks1-2/+2
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-21/+21
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin1-1/+1
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann1-1/+14
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-60/+60
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-280/+270
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
2014-05-17FixesJulien Nabet1-1/+1
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet1-2/+2
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-6/+6
2014-04-23sc: sal_Bool->boolNoel Grandin1-9/+9
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1