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