summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-03-23sc tiled editing: Clear the right area behind the editeng.Jan Holesovsky
2015-03-23sc tiled editing: Use the correct device for PixelToLogic.Henry Castro
2015-03-23sc tiled editing: Set the correct map mode for editeng.Jan Holesovsky
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-03-20Replace hardcoded UI string with string from .res fileAndras Timar
2015-03-20fix commentsEike Rathke
2015-03-20tdf#89597: Resize formula buffers after adding a dummy sheetKatarina Behrens
2015-03-20Add const version of getDocImportKatarina Behrens
2015-03-20Resolves: tdf#89958 filter ends with / does not end with correctionEike Rathke
2015-03-20coverity#988421 unchecked return valueCaolán McNamara
2015-03-20Typo: intead->insteadJulien Nabet
2015-03-19coverity#1209001 Unchecked return valueCaolán McNamara
2015-03-19convert opaque numeric value to underlying symbolic constantsNoel Grandin
2015-03-19loplugin:constantfunction: svxNoel Grandin
2015-03-19loplugin:constantfunction: sotNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás
2015-03-16sc tiled editing: EndTracking() is necessary in the tiled rendering case.Henry Castro
2015-03-16sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow.Henry Castro
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky
2015-03-16make format consistent with the rest of the file...Siqi Liu
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu
2015-03-16sc tiled mouse events: Fix the click coordinates in non-100% zooms.Jan Holesovsky
2015-03-16sc tiled rendering: Don't adjust the text width according to printer.Jan Holesovsky
2015-03-16sc tiled rendering: RefreshZoom() is called already in SetZoom().Jan Holesovsky
2015-03-14Related to tdf#89387 remove unused stuffŁukasz Hryniuk
2015-03-13add items to ScTableRefTokenEike Rathke
2015-03-13add ScTableRefToken::AddItem()Eike Rathke
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13TableRef: scan whatever (translated) item name up to the next ']' closerEike Rathke
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13Presumably this is what was intendedStephan Bergmann
2015-03-12TableRef: use existing ALL instead of yet another bitEike Rathke
2015-03-12TableRef: parse away an optional #All in entire tableEike Rathke
2015-03-12sc: PVS-Studio V595 'pCode' pointer could be nullMichael Stahl
2015-03-12TableRef: parse item specifiersEike Rathke
2015-03-12speed-up shortcut for non-alnum one character operators and separatorsEike Rathke
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2015-03-11TableRef: possible item combinationsEike Rathke
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11sc: use constructor syntax in scd.componentChris Sherlock
2015-03-11surely this check should preceed deref of pActiveViewShCaolán McNamara