summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
AgeCommit message (Expand)Author
2012-12-03remove commented out methods and parameters in ScAnyRefDlgMarkus Mohrhard
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida
2012-11-12cppCheck: clarifyConditionjailletc36
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-15sal_Bool to bool in anyrefdg.[ch]xxMarkus Mohrhard
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-10-11allow ref edit fields that are not direct children of the ScAnyRefDlgMarkus Mohrhard
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-22Remove some PCH tracesThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-17resolved rhbz#813280 the current document is not always the first in listEike Rathke
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06The usual bool & string conversion.Kohei Yoshida
2012-02-04String is now eradicated from the change track code.Kohei Yoshida
2012-02-03GetDescription() now deals with rtl::OUString.Kohei Yoshida
2012-02-03More on bool & string conversions.Kohei Yoshida
2012-02-03Use std::set to store user names instead.Kohei Yoshida
2012-01-13refactor slightly to avoid link problems with gcc 4.7David Tardon
2012-01-13ditch unused defineDavid Tardon
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2012-01-06The data range may not always start at row 0, use 'n' prefix for int.Kohei Yoshida
2012-01-06Update behavior and translation last record to prev recordLior Kaplan
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2011-12-22ScChangeActionTable conversion: Yet another correction.Marcel Metz
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz
2011-12-15Removed extra semicolonsJesse
2011-12-08childs -> childrenMichael T. Whiteley