summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-14Related to tdf#89387 remove unused stuffŁukasz Hryniuk1-18/+14
2015-03-13add items to ScTableRefTokenEike Rathke1-3/+24
2015-03-13add ScTableRefToken::AddItem()Eike Rathke2-0/+6
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann4-7/+17
2015-03-13TableRef: scan whatever (translated) item name up to the next ']' closerEike Rathke1-1/+25
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-2/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-8/+9
2015-03-13Presumably this is what was intendedStephan Bergmann1-1/+1
2015-03-12TableRef: use existing ALL instead of yet another bitEike Rathke1-1/+1
2015-03-12TableRef: parse away an optional #All in entire tableEike Rathke1-1/+2
2015-03-12sc: PVS-Studio V595 'pCode' pointer could be nullMichael Stahl1-2/+1
2015-03-12TableRef: parse item specifiersEike Rathke2-0/+31
2015-03-12speed-up shortcut for non-alnum one character operators and separatorsEike Rathke1-0/+6
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke1-5/+6
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis22-50/+242
2015-03-11TableRef: possible item combinationsEike Rathke1-6/+10