summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-10-24avoid localization issueLaurent Godard
2013-10-24convert SolverDouble dialog to .uiCaolán McNamara
2013-10-24more string bounds checks for scCaolán McNamara
2013-10-24convert SolverInteger dialog to .uiCaolán McNamara
2013-10-24aStr[0] on an empty string is newly disallowedCaolán McNamara
2013-10-24remove useless commented codeLaurent Godard
2013-10-23When failing, we need to return an invalid address.Kohei Yoshida
2013-10-23Cell note deletion should happen even when no cells exist in the column.Kohei Yoshida
2013-10-23Bail out on first hit. No need to go through the whole set.Kohei Yoshida
2013-10-23remove some legacy stuffThomas Arnhold
2013-10-23-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann
2013-10-23Missing mdds_headersStephan Bergmann
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida
2013-10-23Build fix.Kohei Yoshida
2013-10-23remove warning [-Wsign-compare]Laurent Godard
2013-10-23remove useless includeLaurent Godard
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-23clean up some include guardsThomas Arnhold
2013-10-23convert input string dialog to .uiCaolán McNamara
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22sc: remove StringPtr type, just use OUString directlyMichael Stahl
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22Fix tools/string.hxx remnantsStephan Bergmann
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
2013-10-22fixup ScDocFunc OUString changes.Michael Meeks
2013-10-22missing dependency on mddsMarkus Mohrhard
2013-10-21drop OSL_ENSURE about STRING_MAXLENCaolán McNamara
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
2013-10-21remove uses of COMPARE_*Caolán McNamara
2013-10-21drop CharSet typedefCaolán McNamara
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-10-21Add writedirections buttons to calc sidebar fdo#67746abdulmajeed ahmed
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-20Reduce branching on empty matrix elements as well.Kohei Yoshida
2013-10-20Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida
2013-10-20Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida
2013-10-20Try not to use array index access here...Kohei Yoshida
2013-10-20Store SharedString in Compare::Cell.Kohei Yoshida
2013-10-20Better way to organize 2 compared cell values.Kohei Yoshida
2013-10-19approxEqual with 0.0 always is false. Do a normal non-equality check.Kohei Yoshida
2013-10-19fix CID#1103762Caolán McNamara
2013-10-19CID#1103761 uninit memberCaolán McNamara
2013-10-19CID#1103762 uninit memberCaolán McNamara
2013-10-19Construct and initialize result matrix in one step.Kohei Yoshida
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida
2013-10-19Do the two matrix comparisons both in CompareMat().Kohei Yoshida
2013-10-19Need also a definition of the maComp static member variableTor Lillqvist
2013-10-19Bail out early.Kohei Yoshida