summaryrefslogtreecommitdiff
path: root/editeng/source/outliner/outlvw.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-5/+5
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-1/+1
2015-03-25convert MouseTarget to enum classNoel Grandin1-9/+9
2015-03-16Add ImpEditView::libreOfficeKitCallback()Miklos Vajna1-0/+5
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin1-6/+6
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna1-0/+4
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-2/+2
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-7/+7
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara1-1/+5
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-06-13Paragraph argument never used in InvalidateBulletCaolán McNamara1-1/+1
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
2014-02-27Remove visual noise from editengAlexander Wilms1-4/+4
2014-02-27editeng: sal_Bool->boolNoel Grandin1-79/+79
2014-02-21editeng: sal_Bool->boolNoel Grandin1-8/+8
2014-02-21editeng: sal_Bool->boolNoel Grandin1-8/+8
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-10A little simpler.Kohei Yoshida1-4/+1
2014-02-10fdo#46707: Don't bother with synonyms for text with mixed script types.Kohei Yoshida1-0/+26
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-4/+4
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-106/+0
2013-09-22remove unused members from OutlinerViewIvan Timofeev1-7/+0
2013-09-11convert various bits in editeng from String to OUStringNoel Grandin1-4/+4
2013-09-11convert include/editeng/outliner.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-14XubString->OUStringCaolán McNamara1-3/+3
2013-08-11String->OUStringIvan Timofeev1-4/+2
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-05-30Resolves: #i122096# apply default bullet numbering rule on toggle on...Oliver-Rainer Wittmann1-255/+191
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+319
2013-05-20Drop String.AppendAscii in editengRicardo Montania1-6/+4
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-71/+64
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-1/+0
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-12Let's abbreviate Rectangle as Rect, not RecTor Lillqvist1-2/+2
2013-03-11Resolves: #i118905# Changed EditEngine to be able to paint to overlay directlyArmin Le Grand1-2/+2
2013-03-09related to fdo#47018: fix DBG_ASSERT in EditEngine::QuickMarkInvalidIvan Timofeev1-3/+6
2012-11-16use LanguageTagEike Rathke1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-28Variable X is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-04-05removed unused definesTakeshi Abe1-9/+0
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe1-1/+0
2012-03-29fix constness compile errorLuboš Luňák1-0/+6
2012-03-29ContentList no longer a child class of DummyContentList (take 2).Kohei Yoshida1-1/+1