summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/dindexnode.cxx
AgeCommit message (Expand)Author
2017-11-13Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-07-19loplugin:constparams in connectivityNoel Grandin
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M
2017-04-22revert bits of "remove some old MSVC workarounds"Noel Grandin
2017-04-21remove some old MSVC workaroundsNoel Grandin
2017-03-29tdf#39468 Translate German commentsJens Carl
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-17new loplugin: useuniqueptr: connectivityNoel Grandin
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-11-24coverity#1371267 Missing move assignment operatorCaolán McNamara
2016-11-24Related: coverity#1371267 copy ctor broken, nPagePos not copiedCaolán McNamara
2016-11-18sync ONDXPagePtr impl with current SvRef implCaolán McNamara
2016-11-18this is copied from SvRefBase, so copy the clang opt fix here tooCaolán McNamara
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in connectivityNoel Grandin
2016-03-03loplugin:unuseddefaultparams in connectivityNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-17cid#1247650 Uninitialized scalar fieldNoel Grandin
2014-10-10add copy constructor for ONDXPagePtr classNoel Grandin
2014-10-09remove SvRefBase::QueryDeleteNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04connectivity: fix includesThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-25connectivity: harmonize types relatated to Tell()/Seek()Norbert Thiebaud
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-23coverity#1158204 Unintentional integer overflowCaolán McNamara
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-29WaE: "PAGE_SIZE" redefinedTor Lillqvist
2012-06-12re-base on ALv2 code.Michael Meeks