summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-15convert PORTION_KIND constants to enumNoel Grandin1-33/+34
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-6/+6
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-10-01loplugin: cstylecastNoel Grandin1-26/+26
2014-09-30fdo#82577: Handle RegionNoel Grandin1-3/+3
2014-09-18fdo#82577: Handle FontNoel Grandin1-5/+5
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-22/+24
2014-06-30Cleanup: removed comments and debugging outputmatteocam1-6/+0
2014-06-30Cleaned up code from operations in vclmatteocam1-0/+17
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam1-4/+5
2014-06-30Test on changing backgroundmatteocam1-0/+5
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+1
2014-06-24bnc#882631: Do not hide top of the first row when editing text in table cells.Matúš Kukan1-2/+2
2014-06-21Revert "bnc#882631: keep line visible if proportional line spacing is < 100%."Matúš Kukan1-7/+0
2014-06-17bnc#882631: keep line visible if proportional line spacing is < 100%.Matúš Kukan1-0/+7
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-27automaticly -> automatically.Jan Holesovsky1-1/+1
2014-04-24coverity#735746 Explicit null dereferencedCaolán McNamara1-2/+4
2014-04-15editeng: sal_Bool->boolNoel Grandin1-57/+57
2014-04-14typo: attribut -> attributeThomas Arnhold1-2/+2
2014-04-14typo: postion -> positionThomas Arnhold1-2/+2
2014-03-30Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-13/+13
2014-03-05Simplify DrawWaveKeith Curtis1-13/+3
2014-03-02Fix editeng missing spellchecking redline on loadNorbert Thiebaud1-7/+7
2014-02-27Remove visual noise from editengAlexander Wilms1-2/+2
2014-02-25callcatcher: update unused codeCaolán McNamara1-6/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-20/+20
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-09coverity#1169827 Explicit null dereferencedCaolán McNamara1-0/+4
2014-02-05coverity#707754 Uninitialized scalar fieldNorbert Thiebaud1-1/+8
2014-02-03cppcheck: Clarify calculation precedence for '%' and '?'Julien Nabet1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-118/+117
2014-01-29coverity#1158124 Dereference after null checkCaolán McNamara1-3/+3
2014-01-29This has only converted the condition of ?: to longStephan Bergmann1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-2/+0
2013-12-28Do not use Getters as SettersMatteo Casalin1-10/+9
2013-12-28xub_StrLen to sal_Int32 + some constMatteo Casalin1-8/+8
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-26Integrate branch of IAccessible2Steve Yin1-1/+6
2013-11-20editeng: warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl1-3/+5
2013-11-20sal_Bool to bool in ImpEditEngineRodolfo Ribeiro Gomes1-70/+70