summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools
AgeCommit message (Expand)AuthorFilesLines
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-12/+12
2016-09-10loplugin:constantparam in scNoel Grandin1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-4/+4
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-4/+4
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+4
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin1-2/+2
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-4/+1
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-6/+4
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-3/+3
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-7/+7
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-20Avoid some confusing uses of "document name" instead of "document URL"Stephan Bergmann1-3/+1
2015-10-20tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi1-1/+1
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-2/+2
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-2/+2
2015-09-27simplify codeMarkus Mohrhard1-4/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+2
2015-05-22Remove include stdio (part5)Julien Nabet1-1/+0
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-4/+4
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-6/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard2-12/+0
2014-03-03Remove visual noise from scAlexander Wilms3-7/+7
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-2/+1
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist1-26/+0
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist1-2/+0
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara1-0/+1
2013-10-11Make the same change to the orcus interface & remove unused methods.Kohei Yoshida1-33/+0
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-3/+14
2013-10-08convert sc/source/filter/ftools/*.cxx from String to OUStringNoel Grandin1-8/+8
2013-10-04convert sc/source/filter/inc/f*.hxx from String to OUStringNoel Grandin3-19/+11