summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+0
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan2-2/+1
2014-08-25QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara1-4/+2
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-2/+2
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara2-2/+0
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-14Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida1-3/+2
2014-08-07coverity#982278 Resource leak in objectCaolán McNamara1-2/+1
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin61-65/+65
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin5-11/+11
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud3-43/+43
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+2
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-1/+2
2014-06-30Cleanup: removed comments and debugging outputmatteocam1-6/+0
2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam1-0/+1
2014-06-30Added case in editdoc.cxxmatteocam1-1/+2
2014-06-30Added EE_CHAR_BKGCOLORmatteocam1-9/+14
2014-06-30Added class SvxBackgroundColorItemmatteocam1-0/+25
2014-06-30Cleaned up code from operations in vclmatteocam1-9/+9
2014-06-30Added EE_CHAR_BKGCOLORmatteocam1-8/+10
2014-06-29Typo: beeing->beingJulien Nabet1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-2/+2
2014-06-13Paragraph argument never used in InvalidateBulletCaolán McNamara1-2/+2
2014-06-11Bin unused fileTor Lillqvist1-56/+0
2014-06-09some remaining sal_uInt16 to sal_Int32 editeng ESelection boundsCaolán McNamara1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin7-15/+15
2014-06-05editeng: remove SAL_THROW macroNoel Grandin4-20/+20
2014-05-30header guard naming consistencyNoel Grandin2-6/+6
2014-05-30fdo#68849: Add header guards to all include filesJens Carl2-0/+10
2014-05-28coverity#706505 Uncaught exceptionCaolán McNamara2-2/+4
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold3-3/+0
2014-05-18hrc files should have hrc suffixThomas Arnhold1-2/+2
2014-05-13remove dead codeNoel Grandin1-1/+0
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-43/+43
2014-05-06dflt -> defaultThomas Arnhold1-1/+1
2014-05-04Typo: depricated->deprecatedJulien Nabet1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni3-3/+3
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold1-0/+3
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-10callcatcher: update unused codeCaolán McNamara1-1/+0
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+1
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin4-8/+8
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin6-10/+17
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann12-14/+14
2014-03-31Presentation string for recently-added border typesLuke Deller1-1/+8
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand2-0/+12