summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)AuthorFilesLines
2014-12-21fdo#87555 ComboBox in table should use same formatting as floating ComboBoxLionel Elie Mamane1-15/+4
2014-12-19Fix build.Jan Holesovsky1-2/+2
2014-12-18fix buildCaolán McNamara1-10/+10
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann2-13/+13
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14more catch by referenceCaolán McNamara1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-4/+4
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-2/+2
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-1/+1
2014-10-28coverity#735332 Unchecked return valueCaolán McNamara1-1/+1
2014-10-28coverity#1078486 Unchecked return valueCaolán McNamara1-1/+1
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin4-117/+117
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-4/+4
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-7/+9
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-26svx: convert some horrible code to SolarMutexTryAndBuyGuardMichael Stahl1-10/+3
2014-09-26remove ::svxform::OStaticDataAccessTools from DbCellControlLionel Elie Mamane2-8/+12
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane2-1/+4
2014-09-26coverity#1194914 Overflowed return valueCaolán McNamara1-1/+2
2014-09-25connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin4-43/+43
2014-09-18fdo#82577: Handle FontNoel Grandin3-14/+14
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
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