summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke1-2/+3
2015-10-24tdf#95220: Check if DrawingLayer is not nullptrMike Kaganski1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-18/+18
2015-04-20sc: convert new to ::CreateNoel Grandin1-1/+1
2015-04-17sfx2: convert new to ::Create.Noel Grandin1-1/+1
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin1-10/+7
2015-04-14implement SfxObjectShell subclasses' LOK interfaceSiqi Liu1-0/+10
2015-04-13convert HIDDENINFORMATION_ constants into scoped enumNoel Grandin1-7/+7
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-8/+8
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-5/+5
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-2/+2
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-6/+6
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-18/+18
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-6/+6
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-1/+1
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-2/+2
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-43/+40
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin1-14/+14
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-10/+10
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-11/+11
2014-08-27out-of-bounds string access, this comparison never matchedEike Rathke1-1/+1
2014-08-22nitpick on comment formEike Rathke1-2/+2
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke1-0/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-22/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-21/+21
2014-05-21Finer grained ODS import mode selection.Kohei Yoshida1-4/+4
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida1-8/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-06consistent percent sign in commentsThomas Arnhold1-1/+1
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl1-9/+18
2014-04-23sc: sal_Bool->boolNoel Grandin1-10/+10
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-0/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-14/+0