summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)Author
2014-02-13Drop unnecessary #includeTakeshi Abe
2014-02-12Invalidate SID_TABLE_VERT_Maxim Monastirsky
2014-02-12sal_Bool->boolNoel Grandin
2014-02-12sal_Bool->boolNoel Grandin
2014-02-12sal_Bool->boolNoel Grandin
2014-02-11Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida
2014-02-11coverity#735818 Dereference after null checkCaolán McNamara
2014-02-10sal_Bool->boolNoel Grandin
2014-02-08fdo#52461 Multiple instances of same cell now get same color.Rachit Gupta
2014-02-07fdo#39468 Translate German commentsSven Wehner
2014-02-07Resolves: #i123922# Refactored D&D and insert picture from file...Armin Le Grand
2014-02-06fdo#74573: Skip deletion of destination area when 'skip empty' is on.Kohei Yoshida
2014-02-05fdo#74132: Do not interrupt search in Calc.Matúš Kukan
2014-02-05convert scenario dialog to .uiCaolán McNamara
2014-02-05Remove use of GetMark*Ranges() from DeleteMulti().Kohei Yoshida
2014-02-05Actually these methods shouldn't be taking a sheet index.Kohei Yoshida
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert select data source dialog to .uiCaolán McNamara
2014-02-03some more continuous correctionsThomas Arnhold
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida
2014-01-30fdo#74014: Brodcast only when pasting, not during file import.Kohei Yoshida
2014-01-30fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."Eike Rathke
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand
2014-01-29coverity#989727 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-28give MSVC a hint to not break the build, fdo#74042 relatedEike Rathke
2014-01-28fdo#74042 Don't attempt to copy more than a string has to offerMaxim Monastirsky
2014-01-28drop RID_SCDLG_INSCONT, etc. nowCaolán McNamara
2014-01-22Only allow approved border styles in cell borders.Kohei Yoshida
2014-01-22Use scoped_ptr for these.Kohei Yoshida
2014-01-22bool improvementsStephan Bergmann
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2014-01-17sal_Bool->boolNoel Grandin
2014-01-17sal_Bool -> boolNoel Grandin
2014-01-14fdo#73606: Avoid calling MarkDataChanged() when nothing is selected.Kohei Yoshida
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann
2014-01-14PrepareClose should probably return boolStephan Bergmann
2014-01-13Revert "fdo#32530 calc:alignment depend on 1st char direct"Michael Stahl
2014-01-12fdo#32530 calc:alignment depend on 1st char directAbdulaziz A Alayed
2014-01-10fdo#73484: Ensure that we import all tab settings from Excel.Kohei Yoshida
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida
2014-01-09fdo#68961: Check visible range during scrolling, and re-paint if necessary.Kohei Yoshida
2014-01-06Resolves: #i123629# [ia2] Invalid focus event fired after editing cellSteve Yin
2014-01-04convert calc character dialog to .uiCaolán McNamara
2013-12-30std::auto_ptr->boost::scoped_ptrCaolán McNamara