summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-4/+4
2014-03-05debug only code SotFactory::Find(SvGlobalName const&)Noel Grandin1-0/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-56/+56
2014-02-25Remove visual noise from sotAlexander Wilms12-41/+41
2014-02-23Remove unneccessary commentsAlexander Wilms4-51/+51
2014-02-20cid#1078823 Dereference before null checkNoel Grandin1-1/+1
2014-02-19sot: sal_Bool -> bool fixupStephan Bergmann2-3/+3
2014-02-12Perhaps it's better to use nMaxLegalStr here than using hardcoded 32.Kohei Yoshida1-3/+3
2014-02-12more SvStream:operator>> conversionNoel Grandin1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin5-54/+54
2014-02-12fdo#52547 SOT: Prefer embedding image data to embedding linked image.Andrzej Hunt1-9/+9
2014-02-10remove commented codeMarkus Mohrhard1-6/+1
2014-02-10fix crash during xls import, related fdo#36580Markus Mohrhard1-2/+2
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin5-11/+11
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand2-1/+43
2014-01-28bool improvementsStephan Bergmann3-3/+3
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1
2014-01-20Removed unused solar.h reference in sotAlexandre Vicenzi2-4/+0
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin4-7/+7
2014-01-10Add FIXME for odd sal_Int32/bool mismatchStephan Bergmann1-1/+3
2014-01-10StgStrm::Write returns sal_Int32, not boolStephan Bergmann1-1/+1
2014-01-10Use proper bool operationsStephan Bergmann1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin5-64/+64
2014-01-09remove unnecessary use of OUString*Noel Grandin1-5/+3
2013-12-27cppcheck: reduce scopeJulien Nabet1-2/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-11remove unnecessary use of OUString constructorNoel Grandin2-20/+15
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-2/+2
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-8/+7
2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza1-13/+2
2013-10-29Related: fdo#70483 add regression testCaolán McNamara1-0/+0
2013-10-29micro optimize this a bitCaolán McNamara1-3/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist5-5/+5
2013-10-16i123485 secured file import scanning existing pagesArmin Le Grand1-4/+12
2013-10-03CID#441342 potential resource leakCaolán McNamara1-6/+3
2013-08-22Mark as constTakeshi Abe1-1/+1
2013-07-16fdo#63133: Write tools/tempfile.hxx outPalenik Mihály2-4/+4
2013-07-16Delete SvCacheStream classPalenik Mihály1-2/+1
2013-07-04warning C4305 truncation from int to boolMichael Stahl1-1/+1
2013-07-04fix buildCaolán McNamara1-1/+1
2013-07-04module sot: String, bool and other clean-upNorbert Thiebaud25-1093/+956
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-2/+2
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-0/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-10/+10
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-0/+1
2013-06-05use uno::Reference#clear() method...Noel Grandin1-2/+2
2013-06-03re-base on ALv2 code. Includes:Michael Meeks2-42/+24