Age | Commit message (Expand) | Author |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls | Noel Grandin |
2013-11-08 | "%1 is replaced to ..." ... maybe, or maybe not | Eike Rathke |
2013-11-05 | removed unused aStrRow member variable | Eike Rathke |
2013-11-05 | OUStringBuffer is unnecessary here | Eike Rathke |
2013-11-05 | "%1 is replaced to column letter" ... so do it | Eike Rathke |
2013-10-18 | convert remaining String in SC to OUString | Noel Grandin |
2013-10-11 | Store svl::SharedString in query entry items, and adjust all call sites. | Kohei Yoshida |
2013-08-30 | Related: fdo#38838 remove UniString::ToUpperAscii | Caolán McNamara |
2013-08-08 | vcl, sw: fix the inheritance of SwComboBox from ComboBox a bit | Michael Stahl |
2013-07-19 | restore refedit button hackery via Expanded callback | Caolán McNamara |
2013-07-19 | callcatcher: update unused code | Caolán McNamara |
2013-07-19 | modern .ui widgetlayout for filtdlg | Csikós Tamás |
2013-04-17 | stash the label widget for shrink mode in the edit, not the button | Caolán McNamara |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-08 | make link RefButton and widget for shrunk dialog title explicit | Caolán McNamara |
2013-02-15 | coverity: prevent use of unitialized variable | Markus Mohrhard |
2013-01-30 | Let's stick with just one variant of ScDocument::GetString()... | Kohei Yoshida |
2012-12-04 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-09-11 | -Werror,-Wunused-private-field (various sc) | Stephan Bergmann |
2012-07-09 | resolved rhbz#838248 init filter criteria string | Eike Rathke |
2012-07-09 | some UniString->rtl::OUString | Caolán McNamara |
2012-06-09 | Remove superfluous include comments | Thomas Arnhold |
2012-05-17 | Better string values for "empty" and "non-empty" filtering option. | Kohei Yoshida |
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara |
2012-03-09 | use new anonymous db name in filter dlg, fdo#47105 | Markus Mohrhard |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann |
2012-02-08 | Rename TypedStrData to ScTypedStrData, just to be consistent. | Kohei Yoshida |
2012-02-08 | Move away from TypedScStrCollection in favor of STL's. | Kohei Yoshida |
2011-12-12 | Fix filtering by inequality operators e.g. >5, <=3, etc. | Kohei Yoshida |
2011-11-27 | remove include of pch header from sc | Norbert Thiebaud |
2011-11-15 | Parse it as a single address. | Kohei Yoshida |
2011-11-15 | Fixed the ref button for "copy results to" not starting the ref mode. | Kohei Yoshida |
2011-11-15 | Use size_t and remove static_cast'ing. | Kohei Yoshida |
2011-11-15 | More cleanups. | Kohei Yoshida |
2011-11-15 | Use the range parser instead of local string parsing. | Kohei Yoshida |
2011-11-15 | More cleanups. | Kohei Yoshida |
2011-11-15 | Reduce scoping level by early bailout. | Kohei Yoshida |
2011-11-15 | Store header position this way. | Kohei Yoshida |
2011-11-15 | Use map and avoid MAXCOLCOUNT-sized array. | Kohei Yoshida |
2011-11-15 | C-style array to std::vector. | Kohei Yoshida |
2011-11-07 | Encapsulated empty and non-empty filter criteria. | Kohei Yoshida |
2011-11-07 | Changed data storage structure in ScQueryEntry. | Kohei Yoshida |
2011-11-05 | Moved ScQueryEntry into its own file set. | Kohei Yoshida |
2011-11-04 | More on avoiding direct access to pStr, also fixed several memory leaks. | Kohei Yoshida |
2011-11-04 | Let's not use a hard-coded MAXQUERY all over the place. | Kohei Yoshida |
2011-08-29 | String to rtl::OUString. | Kohei Yoshida |
2011-08-29 | Some cleanups & removed lazy macros. | Kohei Yoshida |
2011-05-27 | Replace DBG_* with OSL_* in sc/source/ui | Jacek Wolszczak |
2011-05-13 | Renamed dbcolect.?xx to dbdata.?xx. | Kohei Yoshida |
2011-04-01 | Removed the dynamic row bits from the db range. It was a hack. | Kohei Yoshida |