summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/docuno.cxx
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-08A little cleanup.Kohei Yoshida
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]
2012-11-28prevent some nasty ScRangeList->ScRange->ScRangeList conversionMarkus Mohrhard
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
2012-09-10fdo#54721 fix vba not tracking currently selected doc correctlyNoel Power
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-07-26mark manual row heights correctly during import, fdo#52393Markus Mohrhard
2012-07-12fdo#51852: Temporary, band-aid fix.Kohei Yoshida
2012-06-04better import xlsx heightsNoel Power
2012-06-04remove anchor to cell shape (re)position hackNoel Power
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-08handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2011-11-29Let's check the validity of sheet indices. You never know...Kohei Yoshida
2011-11-29fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida
2011-11-29sal_Bool to bool.Kohei Yoshida
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke
2011-11-28dr78: #i116881# correct handling of cached page breaks for user-defined cell ...Eike Rathke
2011-11-28dr78: #i95280# avoid repeated progress bars in ScPrintFuncCache for all sheetsEike Rathke
2011-11-28dr78: #i95280# read Excel view options in FillRenderMarkData if not done beforeEike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23Simplify it a bit.Kohei Yoshida
2011-11-23Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida
2011-11-23importSheet from an external provided documentLaurent Godard
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-04Fixed fdo#37083 mis-positioning caused by internal TeX points.Eike Rathke
2011-10-31rhbz#657394: crash closing document while printingMichael Stahl
2011-10-26add uno part for local range namesMarkus Mohrhard
2011-10-19migrate to StringRangeEnumerator in CalcIvan Timofeev