summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)Author
2012-01-17remove unused ScDP* methodsThomas Arnhold
2012-01-16just return a new string rather than pass by referenceCaolán McNamara
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara
2012-01-13Don't mention fields location, as they vary between LTR and RTL interfacesLior Kaplan
2012-01-09simplify CharClassCaolán McNamara
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-12Fix filtering by inequality operators e.g. >5, <=3, etc.Kohei Yoshida
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-28dr78: #i115474# use correct defaults for clipboard text import optionsEike Rathke
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-15Parse it as a single address.Kohei Yoshida
2011-11-15Fixed the ref button for "copy results to" not starting the ref mode.Kohei Yoshida
2011-11-15Use size_t and remove static_cast'ing.Kohei Yoshida
2011-11-15More cleanups.Kohei Yoshida
2011-11-15Use the range parser instead of local string parsing.Kohei Yoshida
2011-11-15More cleanups.Kohei Yoshida
2011-11-15Reduce scoping level by early bailout.Kohei Yoshida
2011-11-15Store header position this way.Kohei Yoshida
2011-11-15Use map and avoid MAXCOLCOUNT-sized array.Kohei Yoshida
2011-11-15C-style array to std::vector.Kohei Yoshida
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-14ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-08String to rtl::OUString.Kohei Yoshida
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida
2011-11-04const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
2011-08-30Adjust the dialog size to make sure the bottom text is visible.Kohei Yoshida
2011-08-29Unused data member.Kohei Yoshida
2011-08-29String to rtl::OUString.Kohei Yoshida
2011-08-29Some cleanups & removed lazy macros.Kohei Yoshida
2011-08-29Rename class XColorTable to XColorListJoseph Powers
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-06-06Replace List with std::vector<ScRange>.Rafael Dominguez
2011-06-06fix a dialog layout problem - fdo#37985Andras Timar
2011-06-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-28String to OUString in ScDPObject.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-23fdo#37418, fix a layout problem in Export text (CSV) dialogAndras Timar