summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* fdo#78801 fdo#52547 Paste preference is image, then html, then text.Andrzej Hunt2014-05-291-18/+18
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-012-2/+2
* coverity#705538 Unintentional integer overflowCaolán McNamara2014-04-201-4/+4
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-198-16/+16
* Remove unused functionsStephan Bergmann2014-04-071-6/+0
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-2/+2
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-014-6/+6
* MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2014-03-302-2/+2
* sot: convert that to SAL_INFOMichael Stahl2014-03-301-1/+2
* deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl2014-03-302-0/+5
* sot: fix some bizarre resize code that creates 4G temp files on 32bitMichael Stahl2014-03-301-4/+1
* Fix some types in virtual methods to properly override.Matúš Kukan2014-03-294-5/+5
* tools: support 64-bit file positions in SvStreamMichael Stahl2014-03-294-18/+18
* coverity#1078520 Logically dead codeCaolán McNamara2014-03-281-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-57/+57
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-262-3/+3
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-4/+4
* debug only code SotFactory::Find(SvGlobalName const&)Noel Grandin2014-03-051-0/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-263-56/+56
* Remove visual noise from sotAlexander Wilms2014-02-2512-41/+41
* Remove unneccessary commentsAlexander Wilms2014-02-234-51/+51
* cid#1078823 Dereference before null checkNoel Grandin2014-02-201-1/+1
* sot: sal_Bool -> bool fixupStephan Bergmann2014-02-192-3/+3
* Perhaps it's better to use nMaxLegalStr here than using hardcoded 32.Kohei Yoshida2014-02-121-3/+3
* more SvStream:operator>> conversionNoel Grandin2014-02-121-1/+1
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-125-54/+54
* fdo#52547 SOT: Prefer embedding image data to embedding linked image.Andrzej Hunt2014-02-121-9/+9
* remove commented codeMarkus Mohrhard2014-02-101-6/+1
* fix crash during xls import, related fdo#36580Markus Mohrhard2014-02-101-2/+2
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-045-11/+11
* Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand2014-01-302-1/+43
* bool improvementsStephan Bergmann2014-01-283-3/+3
* remove SvStream::operator<< methodsNoel Grandin2014-01-221-1/+1
* Removed unused solar.h reference in sotAlexandre Vicenzi2014-01-202-4/+0
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-164-7/+7
* Add FIXME for odd sal_Int32/bool mismatchStephan Bergmann2014-01-101-1/+3
* StgStrm::Write returns sal_Int32, not boolStephan Bergmann2014-01-101-1/+1
* Use proper bool operationsStephan Bergmann2014-01-101-1/+1
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-105-64/+64
* remove unnecessary use of OUString*Noel Grandin2014-01-091-5/+3
* cppcheck: reduce scopeJulien Nabet2013-12-271-2/+1
* typo fixesAndras Timar2013-12-201-1/+1
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* remove unnecessary use of OUString constructorNoel Grandin2013-11-112-20/+15
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-2/+2
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-8/+7
* fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza2013-10-301-13/+2