summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2012-03-12take explicit number format before implicit number format, fdo#47084Markus Mohrhard1-1/+1
2012-03-05don't crash for empty input data in charts, fdo#46885Markus Mohrhard1-1/+1
2012-02-21don't add empty categories, fdo#46332Markus Mohrhard1-1/+1
2012-02-07fdo#45115: sc: fix setting bordersMichael Stahl1-2/+1
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke1-2/+2
2012-01-25ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard1-3/+1
2012-01-19ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann2-54/+38
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida1-2/+8
2012-01-05WaE: invalid conversion from 'const ScToken*' to 'ScToken*'David Tardon1-1/+1
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida1-8/+2
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida1-0/+131
2011-12-17WaE Mac unitialized value false positiveNorbert Thiebaud1-1/+3
2011-12-16fdo#33602: Preserving dbf import/export charset.Muthu Subramanian1-2/+58
2011-12-14ShrinkRefTokenToDataRange:operator(): check if it's really ScDoubleRefTokenEike Rathke1-0/+5
2011-12-10fdo#43467: Infer number format from formula result if appropriate.Kohei Yoshida1-45/+60
2011-12-06calcGlueState(): move State enum to file-global anonymous namespaceLionel Elie Mamane1-2/+2
2011-12-05fdo#39847: Shrink chart's source ranges to data area.Kohei Yoshida1-0/+55
2011-12-05A little more annotation.Kohei Yoshida1-1/+4
2011-12-05Added comment describing what we are doing here...Kohei Yoshida1-24/+33
2011-12-05Use enum over integer constant for type safety.Kohei Yoshida1-16/+13
2011-12-05Separate method for code that determins glue state from referenced cells.Kohei Yoshida1-11/+19
2011-12-05Annotated code and a little cleanup to improve readability.Kohei Yoshida1-15/+16
2011-12-05Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida1-275/+0
2011-12-05Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida1-4/+0
2011-12-05Make the class officially non-copyable.Kohei Yoshida1-1/+1
2011-12-05std::auto_ptr is deprecated. Let's use boost::scoped_ptr.Kohei Yoshida1-3/+3
2011-12-05Let's not create unnecessary duplidate.Kohei Yoshida1-8/+8
2011-11-30Reduce usage of GetQueryItem() (singular version).Kohei Yoshida2-6/+15
2011-11-29Removed duplicate code block.Kohei Yoshida1-66/+39
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida1-99/+258
2011-11-29Use rtl::Reference<>.Stephan Bergmann1-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 Yoshida2-28/+49
2011-11-29New UNO API to return currently selected sheets.Kohei Yoshida1-0/+30
2011-11-29Create an UNO controller object for the preview shell.Kohei Yoshida1-18/+36
2011-11-29sal_Bool to bool.Kohei Yoshida1-8/+8
2011-11-28fdo#43304: Safeguard ourselves from potential crashes.Kohei Yoshida1-0/+6
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke1-0/+6
2011-11-28dr80: #i164410# optimized cell allocation in XCellRangeData::setDataArray() t...Eike Rathke1-0/+6
2011-11-28dr78: #i116881# correct handling of cached page breaks for user-defined cell ...Eike Rathke1-2/+2
2011-11-28dr78: #i116426# use ODataAccessDescriptor for database import parameters, sup...Eike Rathke2-4/+2
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke1-9/+13
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 Thiebaud45-90/+0
2011-11-25adapted FormatDetector patch to realityEike Rathke1-12/+6
2011-11-25calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 XM...Eike Rathke1-1/+37
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-7/+7
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-11-23Simplify it a bit.Kohei Yoshida1-10/+3