summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2011-12-08bnc#656073: Allow filtering by error value.Kohei Yoshida
2011-12-08bnc#727504: Correctly convert chart data ranges.Kohei Yoshida
2011-12-09fixed fdo#43614 Crash when closing document and several Spreadsheet documents...Eike Rathke
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-08Fix for bug fdo43586, need more room for localized stringOlivier Hallot
2011-12-07We need to set the current cell range object regardless of style name.Kohei Yoshida
2011-12-07fdo#43534: Fully support external references in CELL function.Kohei Yoshida
2011-12-07fdo#43534: Reset tab index for SingleRefToVars() call.Kohei Yoshida
2011-12-07i#106210 store proper ODFF names, accept aliasesEike Rathke
2011-12-07fdo#42259: Fixed RTF import crash etc.Kohei Yoshida
2011-12-07fdo#43534: Partially support external refs in CELL function.Kohei Yoshida
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke
2011-12-07remove unused variableNoel Power
2011-12-07better sizing of inputbar ( removed weird calculations I didn't understand )Noel Power
2011-12-07fdo#43308: Set the logic straight for "center across selection" setting.Kohei Yoshida
2011-12-06bnc#733864: Make sure to adjust the sheet index of drawing objects.Kohei Yoshida
2011-12-06Use configmgr directly in SvxAsianConfig.Stephan Bergmann
2011-12-06Removed unnessecary tools/table.hxx includesMarcel Metz
2011-12-06impress210: #i117133# put new drawing layer fill and stroke styles in pool on...Christian Lippka ORACLE
2011-12-06calcGlueState(): move State enum to file-global anonymous namespaceLionel Elie Mamane
2011-12-06refactor media embedding completely:Michael Stahl
2011-12-05fdo#39847: Shrink chart's source ranges to data area.Kohei Yoshida
2011-12-05A little more annotation.Kohei Yoshida
2011-12-05Added comment describing what we are doing here...Kohei Yoshida
2011-12-05Use enum over integer constant for type safety.Kohei Yoshida
2011-12-05Separate method for code that determins glue state from referenced cells.Kohei Yoshida
2011-12-05Annotated code and a little cleanup to improve readability.Kohei Yoshida
2011-12-05Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida
2011-12-05Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida
2011-12-05Make the class officially non-copyable.Kohei Yoshida
2011-12-05std::auto_ptr is deprecated. Let's use boost::scoped_ptr.Kohei Yoshida
2011-12-05Let's not create unnecessary duplidate.Kohei Yoshida
2011-12-06WaE: uninitialized valueMarkus Mohrhard
2011-12-05Remove unused tools/stack.hxxMarcel Metz
2011-12-05Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >Marcel Metz
2011-12-05Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >Marcel Metz
2011-12-05Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz
2011-12-05Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >Marcel Metz
2011-12-05Replace Stack with std::stack< bool >Marcel Metz
2011-12-05Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz
2011-12-05Remove Large Handles optionStefan Knorr (astron)
2011-12-05enable gsoc multi line inputbar featureNoel Power
2011-12-05don't show the warning message if the name is correctMarkus Mohrhard
2011-12-05ManageNames: set the color of the info text field for warningsMarkus Mohrhard
2011-12-05missing check for cell importMarkus Mohrhard
2011-12-04reduce scope of var and better comment of function GetDataAreaPierre-André Jacquod
2011-12-04if empty row / col leads to shrink area, suppress all empty rows/colPierre-André Jacquod
2011-12-04if changes selection only down, this is also valid for shrinkingPierre-André Jacquod
2011-12-03correctly select new entry after returning from Define NamesMarkus Mohrhard
2011-12-03cells creation : do not use uno calls at loading timeLaurent Godard