summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)AuthorFilesLines
2014-08-29fdo#67615 TextField in table should use same formatting as floating TextFieldLionel Elie Mamane1-15/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-2/+2
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-4/+0
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante6-102/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara3-3/+0
2014-08-10Typo: delet=>deleteJulien Nabet1-1/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-07-01Resolves: fdo#42747 limits need to multiplied by num of decimal placesCaolán McNamara1-0/+7
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-26clang: Returning null referenceCaolán McNamara1-5/+2
2014-06-24Revert "Resolves fdo#75339 : No Error-Dialog appears in specific cases..."Julien Nabet1-4/+0
2014-06-23Missing #includeStephan Bergmann1-0/+1
2014-06-23Try to fixJulien Nabet1-1/+1
2014-06-23Resolves fdo#75339 : No Error-Dialog appears in specific cases in BaseJulien Nabet1-0/+3
2014-06-21Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-9/+9
2014-06-13loplugin:staticcallStephan Bergmann2-3/+3
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-06coverity#1158094 Unchecked dynamic_castCaolán McNamara1-7/+3
2014-06-05coverity#705261 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-04coverity#705389 Mixing enum typesCaolán McNamara1-1/+1
2014-06-03cid#1194914 Overflowed return valueNoel Grandin1-1/+3
2014-06-01Typo: colect->collectJulien Nabet1-1/+1
2014-05-26coverity#705259 Missing break in switchCaolán McNamara1-1/+1
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni4-5/+5
2014-04-18fix build problem with ambiguous InitFontCaolán McNamara2-5/+5
2014-04-15svx: sal_Bool->boolNoel Grandin6-174/+174
2014-04-14typo: obsolet -> obsoleteThomas Arnhold1-2/+2
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann2-17/+1
2014-04-07coverity#704815 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-04-07coverity#704814 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-04-07coverity#704813 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-04-07coverity#704812 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-04-03typoStephan Bergmann1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin2-6/+6
2014-04-03svx/fmgridcl.hxx: sal_Bool->boolNoel Grandin1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2-7/+7
2014-03-25svtools: sal_Bool->boolNoel Grandin3-10/+10
2014-03-24svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-24svtools: sal_Bool->boolNoel Grandin1-17/+17
2014-03-24svtools: sal_Bool->boolNoel Grandin3-20/+20
2014-03-24svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-19coverity#735861 Explicit null dereferencedCaolán McNamara1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin3-114/+114
2014-03-11svx: sal_Bool->boolNoel Grandin2-24/+24
2014-03-11svx: sal_Bool->boolNoel Grandin2-26/+26
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-22/+2
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann1-1/+2