summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)Author
2014-08-14Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida
2014-08-07coverity#982278 Resource leak in objectCaolán McNamara
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet
2014-06-30Cleanup: removed comments and debugging outputmatteocam
2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam
2014-06-30Added case in editdoc.cxxmatteocam
2014-06-30Added EE_CHAR_BKGCOLORmatteocam
2014-06-30Added class SvxBackgroundColorItemmatteocam
2014-06-30Cleaned up code from operations in vclmatteocam
2014-06-30Added EE_CHAR_BKGCOLORmatteocam
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13Paragraph argument never used in InvalidateBulletCaolán McNamara
2014-06-11Bin unused fileTor Lillqvist
2014-06-09some remaining sal_uInt16 to sal_Int32 editeng ESelection boundsCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05editeng: remove SAL_THROW macroNoel Grandin
2014-05-30header guard naming consistencyNoel Grandin
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-28coverity#706505 Uncaught exceptionCaolán McNamara
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-18hrc files should have hrc suffixThomas Arnhold
2014-05-13remove dead codeNoel Grandin
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-06dflt -> defaultThomas Arnhold
2014-05-04Typo: depricated->deprecatedJulien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
2014-04-14typo: implicitely -> implicitlyThomas Arnhold
2014-04-10callcatcher: update unused codeCaolán McNamara
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31Presentation string for recently-added border typesLuke Deller
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-17Make this non-inline.Kohei Yoshida
2014-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin
2014-03-15fdo#63154 Remove some solar.h referencesAlexandre Vicenzi
2014-03-11oox export: associate editeng CharInteropGrabBag with sw via SIDTomaž Vajngerl
2014-03-11editeng: sal_Bool->boolNoel Grandin
2014-03-10editeng: Add CharInteropGrabBag to editeng.Tomaž Vajngerl