summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-03-03findbar: Add the findbar to the menus above the Search dialog.Jan Holesovsky
2011-03-03Support external references in a whole bunch of other functions.Kohei Yoshida
2011-03-03Handle external references in LOOKUP, HLOOKUP and VLOOKUP. (fdo#33426)Kohei Yoshida
2011-03-03Support external reference range for INDEX function. (fdo#34938)Kohei Yoshida
2011-03-03Added new test for volatile function NOW wrapped inside IF.Kohei Yoshida
2011-03-02Better fix for fdo#31939.Kohei Yoshida
2011-03-02Go through all tokens to look for a volatile one. (fdo#31939)Kohei Yoshida
2011-03-02Actually this will just do....Kohei Yoshida
2011-03-02Fixed the "jump to precedents" and "jump to dependents" functions.Kohei Yoshida
2011-03-02No auto decimal adjustment when in "show formula" mode. (fdo#33665)Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-03-02Remove bogus comments.Guillaume Poussel
2011-03-02Remove comment that's no longer true.Kohei Yoshida
2011-03-02We need to populate the cache with all sheet names even for in-memory doc.Kohei Yoshida
2011-03-02Remove diff stuffThomas Arnhold
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-02confirmed works under windowsCaolán McNamara
2011-03-01Replaced String with rtl::OUString.Kohei Yoshida
2011-03-01Hooray! No more ScfRefMap.Kohei Yoshida
2011-03-01Another one on ScfRefMap to std::map conversion.Kohei Yoshida
2011-03-01More on ScfRefMap to std::map conversion.Kohei Yoshida
2011-03-01These ones are best converted to std::map.Kohei Yoshida
2011-03-01Another one on ScfRefMap to boost::ptr_map conversion.Kohei Yoshida
2011-03-01More on ScfRefMap to boost::ptr_map.Kohei Yoshida
2011-03-01Replaced another use of ScfRefMap with ptr_map.Kohei Yoshida
2011-03-01Replace use of ScfRefMap with boost::ptr_map.Kohei Yoshida
2011-03-01Moved the widgets a bit and shrank the dialog to make it look nicer.Kohei Yoshida
2011-03-01Re-arranged widgets definitions a bit.Kohei Yoshida
2011-03-01Put all the other pieces into place.Kohei Yoshida
2011-03-01Initial change to display named range option in the source dialog.Kohei Yoshida
2011-03-01Used boost::scoped_ptr to manage instances.Kohei Yoshida
2011-03-01Extracted datapilot handling code into its own method.Kohei Yoshida
2011-03-01Cleanups and comments.Kohei Yoshida
2011-03-01Revert part of cab7e33c which added ';' into the expressionCaolán McNamara
2011-03-02Removed dead codeTakeshi Abe
2011-03-01We call them field windows. Let's be consistent...Kohei Yoshida
2011-03-01Refresh the field view when the source range changes.Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel
2011-03-01Remove bogus comments.Guillaume Poussel
2011-03-01Check for existance of cache before creating a new one.Kohei Yoshida
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida
2011-03-01Finally get the refresh to work properly.Kohei Yoshida
2011-02-28Let's rename InvalidateSource() to ClearSource().Kohei Yoshida
2011-02-28More cleanups.Kohei Yoshida
2011-02-28Remove old container that stored data caches.Kohei Yoshida
2011-02-28More removal of cache ID related stuff.Kohei Yoshida
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida
2011-02-28Remove cache ID storage from ScDPSaveData.Kohei Yoshida
2011-02-28A little code cleanup.Kohei Yoshida
2011-02-28Some whitespace cleanups.Kohei Yoshida