summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-1/+2
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara2-1/+3
2011-11-23ManageNames: only update the range names if we really changed dataMarkus Mohrhard2-3/+11
2011-11-23ManageNames: set correct text for multiselectionMarkus Mohrhard4-0/+10
2011-11-23ManageNames: disable some elements if table is emptyMarkus Mohrhard2-0/+37
2011-11-23ManageNames: disable paste buttons if table is emptyMarkus Mohrhard1-0/+6
2011-11-23ManageNames: handle formula errors in Define Names dialog correctlyMarkus Mohrhard2-0/+26
2011-11-23ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard3-10/+32
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard11-34/+32
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard20-59/+33
2011-11-23ManageNames: add missing licence headersMarkus Mohrhard5-0/+91
2011-11-23ManageNames: remove Add Button and debug outputMarkus Mohrhard1-50/+4
2011-11-23Manage Names: fix an initialization problemMarkus Mohrhard6-19/+30
2011-11-23ManageNames: update range data also if checkboxes are toggledMarkus Mohrhard1-0/+4
2011-11-23ManageNames: implement ScNameDlg::IsFormulaValidMarkus Mohrhard1-1/+17
2011-11-23ManageNames: need to store the strings in variablesMarkus Mohrhard3-7/+17
2011-11-23ManageNames: add RangeOptions button to Define Name dialogMarkus Mohrhard4-8/+72
2011-11-23ManageNames: use a more modern looking button for RangeOptionsMarkus Mohrhard3-11/+19
2011-11-23fix out of bounds access in printfunc.cxxMarkus Mohrhard1-0/+2
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard13-37/+87
2011-11-23ManageNames: need a virtual destructor hereMarkus Mohrhard1-1/+1
2011-11-23ManageNames: don't change selection after user inputMarkus Mohrhard2-1/+12
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard7-51/+130
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard10-50/+103
2011-11-23ManageNames: make modify button obsoleteMarkus Mohrhard2-34/+38
2011-11-23ManageNames: make Multiselection work in the tableMarkus Mohrhard3-64/+125
2011-11-23ManageNames: improve layout of ManageNames dialogMarkus Mohrhard4-28/+89
2011-11-23ManageNames: Paste names, initial layout without tableMarkus Mohrhard5-92/+34
2011-11-23ManageNames: make formula input box work correctlyMarkus Mohrhard4-20/+50
2011-11-23ManageNames: make Define Name dialog work againMarkus Mohrhard16-7/+100
2011-11-23ManageNames: restructure the codeMarkus Mohrhard15-205/+241
2011-11-23Rename Database Ranges to Database ranges as wished by UXMarkus Mohrhard1-1/+1
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard13-14/+211
2011-11-23ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard10-15/+186
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard16-2/+163
2011-11-23ManageNames: clean ScNameDlg even moreMarkus Mohrhard4-7/+44
2011-11-23ManageNames: remove no longer needed undo stackMarkus Mohrhard2-195/+0
2011-11-23ManageNames: clean up ui for new conceptMarkus Mohrhard4-65/+8
2011-11-22Unit test for cell function T with external references.Kohei Yoshida3-2/+38
2011-11-22We should clear the cache of external doc when breaking its linkage.Kohei Yoshida1-0/+1
2011-11-22fdo#40726: Handle external references with cell function T.Kohei Yoshida1-0/+16
2011-11-22fdo#43154: Fixed incorrectly query validation.Kohei Yoshida2-1/+13
2011-11-22fdo#40304: Check if BOUNDSHEET points to valid BOF record.Kohei Yoshida3-7/+31
2011-11-22tweak experimental gsoc multiline input bar, better resizing, enable scrollNoel Power2-78/+177
2011-11-22i#115255: Skip invalid record(s) where BOF is expected.Kohei Yoshida1-0/+8
2011-11-22This is wrong. We should allow both boolean and numeric types.Kohei Yoshida1-1/+2
2011-11-22fdo#40990: Compare the wrapped pointer values.Kohei Yoshida1-1/+1
2011-11-22Include xmlsec component only when we are building with xmlsec.Jan Holesovsky1-2/+2
2011-11-21i#117239: Prevent crash on load with pivot table.Kohei Yoshida2-6/+45
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon2-5/+3