summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2013-06-28resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-8/+8
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard1-0/+1
2013-04-05fix selection change event firingNoel Power1-3/+46
2013-04-05Revert "fix selection change event firing"Noel Power1-46/+3
2013-04-04fix selection change event firingNoel Power1-3/+46
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard1-7/+7
2013-03-06make all chart ranges explicitly 3D refs during import/export, fdo#61781Markus Mohrhard1-1/+2
2013-02-05fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-3/+9
2013-02-02bnc#801152: Scan all columns to determine the first data row.Kohei Yoshida1-3/+4
2013-01-24fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida1-1/+7
2013-01-02fdo#58539: Avoid throwing exception not specified in the signature.Kohei Yoshida1-2/+10
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic1-2/+6
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-12/+3
2012-12-06bnc#792528: Import static data series labels from xlsx correctly.Kohei Yoshida1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks40-938/+582
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel1-9/+27
2012-12-04dr78: #164376# oox import performance: step 2 - move every access to XCellDaniel Rentz [dr]1-27/+51
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]1-6/+11
2012-12-04dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObjDaniel Rentz [dr]2-484/+67
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat1-17/+18
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat1-0/+17
2012-11-28prevent some nasty ScRangeList->ScRange->ScRangeList conversionMarkus Mohrhard1-0/+6
2012-11-19use LanguageTagEike Rathke2-5/+5
2012-11-19database names are case insensitive, fdo#51309Mathieu D1-2/+2
2012-11-17convert text import options to .uiCaolán McNamara1-2/+2
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-1/+1
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida1-6/+0
2012-10-15ScTabViewObj: fix STL assertion:Michael Stahl1-3/+12
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák23-95/+95
2012-10-06finally adapt the uno implementationMarkus Mohrhard1-7/+7
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-30/+36
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-20Add some static goodness here, tooTor Lillqvist1-2/+2
2012-09-13targetted container_controls rework.Noel Power1-6/+6
2012-09-12targetted VBA re-work.Noel Power1-113/+3
2012-09-10fdo#54721 fix vba not tracking currently selected doc correctlyNoel Power1-8/+3
2012-08-14fdo#47674 Save settings for Import Ascii Text DlgLaurent Balland-Poirier1-8/+1
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini13-19/+19
2012-07-26mark manual row heights correctly during import, fdo#52393Markus Mohrhard1-0/+3
2012-07-23Properly fix -Werror=unused-parameterStephan Bergmann1-1/+1
2012-07-23-Werror=unused-parameterStephan Bergmann1-1/+1
2012-07-12fdo#51852: Temporary, band-aid fix.Kohei Yoshida1-2/+10
2012-07-03ditch String::CreateFromAsciiCaolán McNamara2-21/+21
2012-07-02fdo#50587: Remove totally mis-placed 'static' keyword.Kohei Yoshida1-1/+1
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2-2/+2
2012-06-25we still need to check that we have a token, fdo#51326Markus Mohrhard1-3/+3
2012-06-24rearranged forward declarations of classTakeshi Abe1-13/+0
2012-06-22re-base on ALv2 code.Michael Meeks2-49/+31
2012-06-21re-base on ALv2 code.Michael Meeks6-141/+87