summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-18if nSize was 1 with unicode encodingCaolán McNamara1-1/+2
2015-09-18rework this so we don't read the string, backup and re-read the string againCaolán McNamara3-42/+40
2015-09-18Tentative performance improvement.Michael Meeks5-24/+25
2015-09-18fixes memleak : release references to TextPropertyPanelDennis Francis2-0/+4
2015-09-18reusing i here from the outer loop is definitely bogusCaolán McNamara1-2/+2
2015-09-18Resolves: tdf#94060 raise iteration steps upper limit to 32767Eike Rathke1-1/+1
2015-09-18boost->stdCaolán McNamara14-17/+0
2015-09-18boost->stdCaolán McNamara6-15/+12
2015-09-18boost->stdCaolán McNamara224-1009/+963
2015-09-18sysui: introspection wants ${INSTDIR}, not ${DESTDIR}/${INSTALLDIR}Miklos Vajna2-2/+5
2015-09-18fixes memleak : clear self referring VclPtr in MetricBoxDennis Francis2-0/+8
2015-09-18boost->stdCaolán McNamara81-206/+177
2015-09-18convert Link<> to typedNoel Grandin13-44/+35
2015-09-18convert Link<> to typedNoel Grandin4-10/+10
2015-09-18convert Link<> to typedNoel Grandin4-9/+8
2015-09-18convert Link<> to typedNoel Grandin5-9/+8
2015-09-18Remove declaration of nonexistent functionTor Lillqvist1-1/+0
2015-09-18sw: prefix members of SwViewShellImpMiklos Vajna6-141/+141
2015-09-18sysui: depend on libreofficekitgtk for introspectionMiklos Vajna1-1/+1
2015-09-18Some follow-up #include clean-upStephan Bergmann7-10/+1
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann3-23/+5
2015-09-17CODING_QUOTED has become unusedStephan Bergmann1-59/+1
2015-09-17CONTEXT_TEXT is the only unused ContextStephan Bergmann1-279/+263
2015-09-17Make various INetMIME members local to inetmime.cxxStephan Bergmann2-782/+548
2015-09-17Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann2-290/+273
2015-09-17SPACE_ENCODED has become unusedStephan Bergmann1-6/+1
2015-09-17Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann2-764/+762
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann5-842/+18
2015-09-17pass user-set CXXFLAGSDavid Tardon1-1/+1
2015-09-17blind attempt to fix lcovDavid Tardon10-10/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara478-1960/+2079
2015-09-17silence warning when not a warningLionel Elie Mamane1-1/+2
2015-09-17make FmXGridCell more disposed-safeLionel Elie Mamane1-0/+15
2015-09-17Updated coreOlivier Hallot1-0/+0
2015-09-17missing includeCaolán McNamara1-1/+2
2015-09-17unused headersCaolán McNamara13-16/+0
2015-09-17boost->stdCaolán McNamara464-2062/+1958
2015-09-17WaE: variable set but not usedCaolán McNamara1-2/+0
2015-09-17Resolves: tdf#85979 TextToColumns is overwriting, so set at ScImportExportEike Rathke1-0/+1
2015-09-17INetMIMEOutputSink line length limit is unusedStephan Bergmann2-320/+51
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann3-11/+5
2015-09-17Odd that this started out as STRING_MAXLENStephan Bergmann1-1/+1
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann3-45/+21
2015-09-17INetMIMEOutputSink ctor args are always given explicitlyStephan Bergmann1-3/+1
2015-09-17Remove unused HARD_LINE_LENGTH_LIMITStephan Bergmann1-2/+1
2015-09-17No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann2-37/+9
2015-09-17update creditsChristian Lohmaier1-1420/+1521
2015-09-17Give drawing objects unique names by defaultCaolán McNamara7-10/+49
2015-09-17boost->stdCaolán McNamara192-595/+527
2015-09-17Don't violate unordered container hash+pred requirementsStephan Bergmann1-11/+3