summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/gallery1.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin1-4/+4
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-6/+6
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-6/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn1-1/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-4/+4
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-08Fix thinko. Thanks to vmiklos for noticingTor Lillqvist1-2/+2
2014-10-08Don't try to create cdefghij.klm inside the app bundle on OS X when sandboxedTor Lillqvist1-1/+19
2014-06-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+4
2014-06-21Resolves: fdo#80327 Sound list box when non-English UIJulien Nabet1-28/+10
2014-05-26coverity#1215317 Uncaught exceptionCaolán McNamara1-5/+11
2014-04-15svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-27/+29
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+1
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin1-1/+1
2013-10-24fdo#69079 - fix multiple user gallery creations.Michael Meeks1-3/+25
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-0/+1
2013-09-08fdo#39468 Comment translation GER-ENG in svx/source/gallery2/Matthias Freund1-44/+2
2013-09-05convert svx/source/gallery/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-09-05convert include/svx/gallery1.hxx from String to OUStringNoel Grandin1-6/+6
2013-05-15gallery: add auxiliary .desktop style translation files.Michael Meeks1-1/+10
2013-05-15gallery: remove obsolete GalleryImportThemeEntryMichael Meeks1-32/+0
2013-05-15gallery: fix hideous theme numbering / naming situation.Michael Meeks1-19/+9
2013-05-10Resolves: #i121407# Gallery reorganizations...Armin Le Grand1-0/+30
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+14
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2012-11-27Remve obsolete DBG_CTOR/DTOR stuff againStephan Bergmann1-2/+2
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-28/+16
2012-11-24Removed horizontal rule ugly 1990 thingCédric Bosdonnat1-3/+0
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-4/+6
2012-07-23callcatcher: Gallery::GetImportURL freshly unusedCaolán McNamara1-26/+0
2012-07-16Resolves: fdo#42454 'imported' gallery format doesn't appear to existCaolán McNamara1-140/+20
2012-06-02targeted string re-workNorbert Thiebaud1-6/+6
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-2/+2
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-03-12remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák1-9/+9
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
2012-01-23make svx ByteString freeCaolán McNamara1-13/+30
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks1-1/+1
2012-01-14Fix for fdo43460 Part XXXVIII getLength() to isEmpty()Olivier Hallot1-5/+5
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-6/+7
2011-12-21tweak for pre language-defect #77Caolán McNamara1-10/+10
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-32/+19