summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin15-67/+67
2015-03-25convert VALID_ constants to enum classNoel Grandin12-88/+88
2015-03-24tdf#40835 add ODFF function FDISTWinfried Donkers4-5/+16
2015-03-24loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-03-24also import and export to ODF the new databar propertyMarkus Mohrhard4-1/+33
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard4-3/+23
2015-03-24export showValue databar propertyMarkus Mohrhard1-1/+3
2015-03-24Resolves tdf#72152: respect page orientation of Calc files in recent docsJulien Nabet1-4/+10
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin8-21/+21
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin1-1/+1
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin2-9/+9
2015-03-24convert SvxZoomType to enum classNoel Grandin10-54/+54
2015-03-24convert sfxlink to enum classNoel Grandin4-7/+7
2015-03-24convert SfxChildAlignment to enum classNoel Grandin2-18/+18
2015-03-23Unusedcode.easy: ScBroadcastAreaSlot::AreaBroadcastInRangeJulien Nabet2-54/+0
2015-03-23TyposJulien Nabet1-1/+1
2015-03-23tdf#89387 Change summing loop to SumSquare methodŁukasz Hryniuk1-8/+2
2015-03-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna2-4/+4
2015-03-23OutputDevice::LogicInvalidate: clean up sc/sd duplicationMiklos Vajna1-12/+1
2015-03-23sc tiled rendering: add missing mm100 -> twips conversionHenry Castro1-1/+13
2015-03-23sc tiled editing: Clear the right area behind the editeng.Jan Holesovsky1-8/+22
2015-03-23sc tiled editing: Use the correct device for PixelToLogic.Henry Castro1-1/+1
2015-03-23sc tiled editing: Set the correct map mode for editeng.Jan Holesovsky1-1/+1
2015-03-23loplugin:constantfunction: scNoel Grandin63-340/+60
2015-03-20Replace hardcoded UI string with string from .res fileAndras Timar1-1/+1
2015-03-20fix commentsEike Rathke1-6/+6
2015-03-20tdf#89597: Resize formula buffers after adding a dummy sheetKatarina Behrens3-0/+16
2015-03-20Add const version of getDocImportKatarina Behrens2-0/+6
2015-03-20Resolves: tdf#89958 filter ends with / does not end with correctionEike Rathke1-5/+5
2015-03-20coverity#988421 unchecked return valueCaolán McNamara1-1/+6
2015-03-20Typo: intead->insteadJulien Nabet1-1/+1
2015-03-19coverity#1209001 Unchecked return valueCaolán McNamara1-1/+2
2015-03-19convert opaque numeric value to underlying symbolic constantsNoel Grandin1-5/+5
2015-03-19loplugin:constantfunction: svxNoel Grandin2-10/+0
2015-03-19loplugin:constantfunction: sotNoel Grandin1-2/+0
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-2/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin8-34/+33
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara5-11/+11
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin37-549/+551
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann4-4/+4
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann8-17/+64
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás2-3/+2
2015-03-16sc tiled editing: EndTracking() is necessary in the tiled rendering case.Henry Castro1-0/+5
2015-03-16sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow.Henry Castro1-0/+8
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky3-14/+10
2015-03-16make format consistent with the rest of the file...Siqi Liu1-3/+1
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu3-3/+18
2015-03-16sc tiled mouse events: Fix the click coordinates in non-100% zooms.Jan Holesovsky1-1/+1
2015-03-16sc tiled rendering: Don't adjust the text width according to printer.Jan Holesovsky1-27/+35
2015-03-16sc tiled rendering: RefreshZoom() is called already in SetZoom().Jan Holesovsky1-1/+1