summaryrefslogtreecommitdiff
path: root/framework/source/accelerators
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-14/+14
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02loplugin:stringconstantNoel Grandin2-4/+2
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin3-11/+11
2015-10-14com::sun::star->css in frameworkNoel Grandin4-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-13/+13
2015-10-07loplugin:mergedclassesNoel Grandin4-8/+8
2015-09-30Fix typosAndrea Gelmini6-11/+11
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-5/+6
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-06-29coverity#1308429 Unchecked return valueCaolán McNamara1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-18/+8
2015-06-25+= does not make any sense hereStephan Bergmann1-2/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-1/+0
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-4/+5
2015-02-01coverity#1267688 Uncaught exceptionCaolán McNamara1-2/+2
2015-02-01coverity#1267687 Uncaught exceptionCaolán McNamara1-2/+3
2015-02-01coverity#1267685 Uncaught exceptionCaolán McNamara1-2/+2
2015-01-07fdo#75757: Remove inheritance from std::vector.Matthew Pottage1-0/+2
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann5-7/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-2/+2
2014-10-30Kill some static OUStrings.Jan Holesovsky3-37/+12
2014-10-29coverity#1202880 annotate Dereference before null check as false positiveCaolán McNamara1-0/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-05-25Resolves: fdo#79178 Crash when opening a form created with a previous versionCaolán McNamara1-11/+14
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-6/+3
2014-05-02Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida1-0/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni3-6/+6
2014-04-27automaticly -> automatically.Jan Holesovsky2-2/+2
2014-04-18Typo: s/cant/can't/Tor Lillqvist2-4/+4
2014-04-14typo: dependend -> dependentThomas Arnhold1-2/+2
2014-04-07framework: sal_Bool->boolNoel Grandin6-71/+71
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist5-35/+35
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist8-143/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-6/+6
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-13/+13
2014-03-22coverity#707872 Uninitialized scalar fieldCaolán McNamara1-3/+4
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-62/+22
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-95/+83
2014-03-18Use SolarMutexGuard directlyStephan Bergmann2-93/+39
2014-03-18Use SolarMutexGuard directlyStephan Bergmann2-140/+85