summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2011-05-10fdo#36933: Fixed array comparison with external references.Kohei Yoshida
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida
2011-05-05Properly cache external reference values in named ranges.Kohei Yoshida
2011-05-05Get external references to work with MAX and MIN.Kohei Yoshida
2011-05-05Let's not use const_iterator here, as MSVC complains about it.Kohei Yoshida
2011-05-05fdo#36406: Let's not use invalidated iterators.Kohei Yoshida
2011-05-04fdo#33137: Fixed external references with COUNTIF.Kohei Yoshida
2011-05-04fdo#36849: Assume that the range list member may be NULL.Kohei Yoshida
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida
2011-05-03Simplify the code a bit.Kohei Yoshida
2011-05-03Invalidate page breaks on print range changes.Kohei Yoshida
2011-05-03fdo#36746: Prevent crash during sort.Kohei Yoshida
2011-05-03fdo#36771: Treat filter by "filter" and filter by "page" separate.Kohei Yoshida
2011-05-02Fixed a crash when creating a new datapilot table from external database.Kohei Yoshida
2011-05-02Typo.Kohei Yoshida
2011-05-02Fixed indentation and naming inconsistencies.Kohei Yoshida
2011-05-02Avoid branching in for loop.Kohei Yoshida
2011-05-02Pass const reference.Kohei Yoshida
2011-04-29A bit of cleanups & annotation of data members.Kohei Yoshida
2011-04-29Manage data caches for named range data source separately.Kohei Yoshida
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-04-26n#677917: Try a bit harder to determine the number format of a dimension.Kohei Yoshida
2011-04-26Prefer empty() over size() where it makes sense.Kohei Yoshida
2011-04-26Let's use the constant in unonames.hxx to be consistent.Kohei Yoshida
2011-04-26Put more source local functions into anonymous namespace.Kohei Yoshida
2011-04-26Fixed doubly nested anonymous namespaces.Kohei Yoshida
2011-04-26Moved ScDPOutputImpl into the source file of ScDPOutput.Kohei Yoshida
2011-04-26Killed more sal_Bool family & tabs.Kohei Yoshida
2011-04-26Ugh!Kohei Yoshida
2011-04-26Let's make the class name more descriptive and be consistent.Kohei Yoshida
2011-04-26killed sal_Bool and tabs.Kohei Yoshida
2011-04-19Don't forget to NULL the pointer after deleting the instance.Kohei Yoshida
2011-04-19fdo#33341: Copy print ranges when copying sheet.Kohei Yoshida
2011-04-16fdo#36124: Fix relative/absolute toggling in R1C1 mode.Kohei Yoshida
2011-04-14fdo#34306: Insert a missing token for an ocSep followed by an ocClose.Kohei Yoshida
2011-04-14Revert "fdo#34306: Append fake parameter in case of un-even parameter count."Kohei Yoshida
2011-04-14fdo#34306: Append fake parameter in case of un-even parameter count.Kohei Yoshida
2011-04-13Silly indentation errors, remove friend statement, bool over sal_Bool.Kohei Yoshida
2011-04-12fdo#35345: Don't overwrite hidden cells in drag-fill operationKatarina Machalkova
2011-04-07Forgot to remove printf.Kohei Yoshida
2011-04-07i#20348: made the ordinal suffixe autocorrection internationalizedCédric Bosdonnat
2011-04-06Ported calc-string-number.diff from the build repo.Kohei Yoshida
2011-04-01Extend data area for standard and special filters as well.Kohei Yoshida
2011-04-01Re-implement DB area extension prior to autofilter launching.Kohei Yoshida
2011-04-01Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida
2011-04-01Prefer bool over sal_Bool in ScDBData.Kohei Yoshida
2011-04-01Added container to store global anonymous db ranges.Kohei Yoshida
2011-04-01Moved up the user index data member.Kohei Yoshida
2011-04-01Cleaned up ScSortParam.Kohei Yoshida
2011-04-01First cut on exporting sort parameters.Kohei Yoshida