summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2012-04-29sal_Bool->bool in conditio.[ch]xxMarkus Mohrhard
2012-04-26Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.Kohei Yoshida
2012-04-26Ditto. Use rtl::Reference.Kohei Yoshida
2012-04-26Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..Kohei Yoshida
2012-04-26Adjust class description.Kohei Yoshida
2012-04-26ScHeaderFieldObj is no more.Kohei Yoshida
2012-04-26Make GetObjectByIndex_Impl consistent.Kohei Yoshida
2012-04-26ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.Kohei Yoshida
2012-04-26Define interfance to get edit engine instance without ugly casting.Kohei Yoshida
2012-04-26Removing data member that was no longer used.Kohei Yoshida
2012-04-26Support file field in ScEditFieldObj which requires special handling.Kohei Yoshida
2012-04-26Switch to using ScEditFieldObj for the header/footer field items.Kohei Yoshida
2012-04-26Prepare for supporting fields other than URL in ScEditFieldObj.Kohei Yoshida
2012-04-26Nobody uses ScCellFieldObj now. Removing.Kohei Yoshida
2012-04-26Likewise, pass edit source instance to ScEditFieldObj.Kohei Yoshida
2012-04-26Now I can store a reference in the edit source.Kohei Yoshida
2012-04-26Construct the edit source instance outside ScHeaderFieldObj.Kohei Yoshida
2012-04-26Some cleanup. We don't need the broadcaster hint class anymore.Kohei Yoshida
2012-04-26Ok, the regression I had introduced in my prev commit is now fixed.Kohei Yoshida
2012-04-26Have ScHeaderFooterTextObj store authoritative EditTextObject instance.Kohei Yoshida
2012-04-26Merged ScSharedCellEditSource with ScCellEditSource.Kohei Yoshida
2012-04-26Simplified the constructors.Kohei Yoshida
2012-04-26No more ScSharedHeaderFooterEditSource.Kohei Yoshida
2012-04-26Have the caller pass the content instance directly.Kohei Yoshida
2012-04-26Have the caller of ScEditFieldObj define the content the field belongs to.Kohei Yoshida
2012-04-26Store URL field data in a generic way.Kohei Yoshida
2012-04-26Initial copy and paste skeleton for the new UNO field item implementation.Kohei Yoshida
2012-04-26Remove unused method ScDPObject::HasGroupsJavier Catala
2012-04-25unused code in dociterJose Manuel
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara
2012-04-24Remove unused code in sc.Santiago Martinez
2012-04-24Remove unused code in dpitemdata.Santiago Martinez
2012-04-23Remove unused codeFerran Vidal
2012-04-23only update absolute refs when copying between docs, fdo#48482Markus Mohrhard
2012-04-21Remove unused code from "Spreadsheet application code"Ferran Vidal
2012-04-19fdo#48856 update sheet-local named expressions correctlyEike Rathke
2012-04-19update relative local range names, fdo#48856Markus Mohrhard
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák
2012-04-18This is no longer relevant. Removing.Kohei Yoshida
2012-04-18Use global constants for initial tab count bounds checkingAlbert Thuswaldner
2012-04-18Removed duplicate set/get methods for initial tab countAlbert Thuswaldner
2012-04-17Converting UNO calls to direct in WorkbookHelperDaniel Bankston
2012-04-17Have operators of ScViewOptions and ScPrintOptions return bool instead of intAlbert Thuswaldner
2012-04-17enable '*' repeat next char to fill available width for calc num formatsNoel Power
2012-04-16remove no longer used enumerationMarkus Mohrhard
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke
2012-04-14fix orcus to not fiddle with literal stringsEike Rathke
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner
2012-04-11add unit test for autofillMarkus Mohrhard
2012-04-11make ScTable::FillSeries work correctly with hidden rows/columnsMarkus Mohrhard