summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-03-09Date field is now determined outside of ScDPItemData.Kohei Yoshida
2012-03-09ScDPItemData no longer stores number format.Kohei Yoshida
2012-03-09We don't need the date part flag.Kohei Yoshida
2012-03-09Group by Field struct, instead of keeping 2 dimensional arrays in each.Kohei Yoshida
2012-03-09mnDatePart in ScDPItemData not used in any meaningful way. Removed.Kohei Yoshida
2012-03-09fdo#45671 fix for transparent colour split buttonWinfried Donkers
2012-03-09prevent creating new db ranges with the internal anonymous db nameMarkus Mohrhard
2012-03-09remove one more reference to the anonymous db stringMarkus Mohrhard
2012-03-09remove old unnamed db stringMarkus Mohrhard
2012-03-09don't show the anonymous db string, it is for internal use onlyMarkus Mohrhard
2012-03-09use new anonymous db name in filter dlg, fdo#47105Markus Mohrhard
2012-03-09Set entries correctly visible, fdo#47102Markus Mohrhard
2012-03-08Resolves: fdo#46923 uninitialized iterators are invalidCaolán McNamara
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin
2012-03-08some simplification in ScDocFunc::InsertTableMarkus Mohrhard
2012-03-08fold i18npaper into i18nutilCaolán McNamara
2012-03-08Removed unused code.Santiago Martinez
2012-03-07export all row styles, fdo#44336Markus Mohrhard
2012-03-07there should be no need any more for this checkMarkus Mohrhard
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-03-07Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-03-06remove misc. unused codeMichael Meeks
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara
2012-03-06ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a LinkCaolán McNamara
2012-03-06fdo#45688: Split button for Calc cell font colorWinfried Donkers
2012-03-06don't crash when scrolling in input line, fdo#46975Markus Mohrhard
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-03-05Remove unused codeElton Chung
2012-03-05and two more errors of the same kindMarkus Mohrhard
2012-03-05well one copy/paste error is not enoughMarkus Mohrhard
2012-03-05fix copy/paste errorMarkus Mohrhard
2012-03-05add notes back to ScTable::SearchRangeForAllEmptyCellsMarkus Mohrhard
2012-03-05readd note handling to CopyUpdatedMarkus Mohrhard
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-05I assume "DBase" here means a file format, not "database" in generalTor Lillqvist
2012-03-04Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin
2012-03-04don't crash for empty input data in charts, fdo#46885Markus Mohrhard
2012-03-03remove debug statementMarkus Mohrhard
2012-03-03don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard
2012-03-02WaE: is abstract but has non-virtual destructorTor Lillqvist
2012-03-02WaE: explicitly assigning a variable to itselfTor Lillqvist
2012-03-02WaE: unused functionTor Lillqvist
2012-03-02WaE: abstract but has non-virtual destructorTor Lillqvist
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: expression result unusedTor Lillqvist
2012-03-02add missing loop conditionsMarkus Mohrhard
2012-03-02implement SwapCol and SwapRow for note handling againMarkus Mohrhard
2012-03-02some sal_Bool to boolMarkus Mohrhard