summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-06clang does not like gnu++11 that much, use c++11 insteadMarkus Mohrhard
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard
2014-09-06Fix build: narrowing castMatteo Casalin
2014-09-06sal_uInt16: use more proper types, avoid unneeded casts, constifyMatteo Casalin
2014-09-06Use more suitable integer types, avoid conversions, constifyMatteo Casalin
2014-09-06No need to differentiate between 1 and 2: only !=0 mattersMatteo Casalin
2014-09-06Reduce scope and avoid casts at each call-placeMatteo Casalin
2014-09-06sal_uInt16 to more proper typesMatteo Casalin
2014-09-06Simplify by early bailoutMatteo Casalin
2014-09-06sal_uInt16 to more proper types, group a test into a boolMatteo Casalin
2014-09-06sal_uInt16 to more proper types, constifyMatteo Casalin
2014-09-06Use arithmetic instead of while loopMatteo Casalin
2014-09-06sal_uInt16 to more proper types, constify, avoid unneeded castsMatteo Casalin
2014-09-06SwNoteURL: remove Count and GetURLNote, used only internallyMatteo Casalin
2014-09-06Simplify by early bailoutMatteo Casalin
2014-09-06Remove unneeded castMatteo Casalin
2014-09-06Use for loops and more proper integer types, constifyMatteo Casalin
2014-09-06Remove unneeded local scopeMatteo Casalin
2014-09-06Use enumeration directlyMatteo Casalin
2014-09-06HasKana() can be privateMatteo Casalin
2014-09-06sal_uInt16 to more proper types, constifyMatteo Casalin
2014-09-06Use more proper types, constify, avoid unneeded conversionsMatteo Casalin
2014-09-06Use more proper types, constify, avoid magic numbersMatteo Casalin
2014-09-06sal_uInt16 to more proper typesMatteo Casalin
2014-09-06sal_uInt16: use more proper types, avoid unneeded conversions, constifyMatteo Casalin
2014-09-06Cleanup some core-case loops left untouched by my previous commitMatteo Casalin
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin
2014-09-06sal_uInt16 to sal_Int32Matteo Casalin
2014-09-06Reorder data members and initialize all of themMatteo Casalin
2014-09-06Avoid temporary OUStringsMatteo Casalin
2014-09-06sal_uInt16 to sal_Int32Matteo Casalin
2014-09-06Improve readability by early bailoutMatteo Casalin
2014-09-06Avoid lookup table: just one single special caseMatteo Casalin
2014-09-06Reserve vector capacity in advance and avoid copying itMatteo Casalin
2014-09-06Reserve vector capacity in advance + minor optimizationsMatteo Casalin
2014-09-06Avoid copying containers for local helper functionsMatteo Casalin
2014-09-06sal_uInt16 to size_tMatteo Casalin
2014-09-06sal_uInt16: use more proper types, avoid downcasts/temporariesMatteo Casalin
2014-09-06Group some more common code and reduce castsMatteo Casalin
2014-09-06Make GetDefaultFontHeight() localMatteo Casalin
2014-09-06Avoid unneeded downcasts, constifyMatteo Casalin
2014-09-06sal_uInt16: avoid unnecessary casts, constifyMatteo Casalin
2014-09-06Group common code into a local helper functionMatteo Casalin
2014-09-06sal_uInt16: constify, simplify, avoid temporariesMatteo Casalin
2014-09-06sal_uInt16 to size_t, constify, avoid temporariesMatteo Casalin
2014-09-06sal_uInt16: constify, avoid temporaries, reduce scopeMatteo Casalin
2014-09-06Use size_t consistently, constify, reduce scopeMatteo Casalin
2014-09-06DockingWindow LayerDialog appears unusedCaolán McNamara
2014-09-06mediawiki: if...else if...else Statementrbuj
2014-09-06mediawiki: use contains to check if a string contains a substringrbuj