summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2015-03-11TableRef: need to distinguish between entire table and All specifiedEike Rathke
2015-03-11add TableRef stackEike Rathke
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11sc: use constructor syntax in scfilt.componentChris Sherlock
2015-03-11correct b0rken logic that accidentally worked neverthelessEike Rathke
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-10virtual ScTableRefToken::SetIndex(); of course..Eike Rathke
2015-03-10replace an OSL_ENSURE() with assert(), tdf#89319 relatedEike Rathke
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-10Add unit test for bb0c05cebed131805d04919fac2b83030087451bTor Lillqvist
2015-03-10Revert "Ifdef out testSharedFormulaXLS() for now, fails for me with ..."Tor Lillqvist
2015-03-10Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist