summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Collapse)Author
2011-11-27missing virtual constructorMarkus Mohrhard
2011-11-26ManageNames: improve layout of Define Names dialogMarkus Mohrhard
2011-11-26ManageNames: improve layout of dialogMarkus Mohrhard
2011-11-26ManageNames: make the header bar work correctlyMarkus Mohrhard
2011-11-26ManageNames:the Reference button should be disabled like the range fieldMarkus Mohrhard
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-25Fixed #i116848# Shapes are at wrong positionEike Rathke
# Original author: Niklas Nebel <nn@openoffice.org> Taken from OOO340 repository, changeset 7ebd38de6d70 introduced with CWS dr78.
2011-11-25calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScaleEike Rathke
# Original author: Niklas Nebel <nn@openoffice.org> * found as LGPLv3-only fix at svn rev 1172138 (http://svn.apache.org/viewvc?view=revision&revision=1172138) Plus the original comment from the replaced code why it is there, to fix #i116848#
2011-11-25calc69: #i117893# call GetSizePixel before setting bIsInPaintEike Rathke
# Original author: Niklas Nebel <nn@openoffice.org> * found as LGPLv3-only fix at svn rev 1172136 (http://svn.apache.org/viewvc?view=revision&revision=1172136)
2011-11-25adapted FormatDetector patch to realityEike Rathke
2011-11-25calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 ↵Eike Rathke
XML directly in XLS detection # Original author: Niklas Nebel <nn@openoffice.org> * found as LGPLv3-only fix at svn rev 1167327 (http://svn.apache.org/viewvc?view=revision&revision=1167327)
2011-11-24tweak toolbar layout for gsoc formula/input bar & other misc changesNoel Power
summary: * tweak toolbar layout to layout the toolbar items aligned to top of highest item * make Capture/ReleaseMouse logic much simpler * make resize detection simpler * control toolbar height ( e.g. don't let visible grid area be overrun by toolbar )
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-24ManageNames: moving the header separator now updates the table tooMarkus Mohrhard
2011-11-23Cleaned up the ScTable declaration a bit.Kohei Yoshida
* make it officially non-copyable. It was never copied anyway. * retire std::auto_ptr which is deprecated. Let's use boost::scoped_ptr. * some unused typedef's.
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23Simplify it a bit.Kohei Yoshida
2011-11-23Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida
2011-11-23importSheet from an external provided documentLaurent Godard
define a new interface XSpreadsheets2 clean some String in docuno.cxx while i'm at it.
2011-11-23-Werror=unused-but-set-variable fixStephan Bergmann
2011-11-23add mouse resize (and other bits ) to gsoc formulabarNoel Power
2011-11-23'const_iterator' instead of 'iterator' to fix Windows build.Jan Holesovsky
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-23ManageNames: only update the range names if we really changed dataMarkus Mohrhard
2011-11-23ManageNames: set correct text for multiselectionMarkus Mohrhard
2011-11-23ManageNames: disable some elements if table is emptyMarkus Mohrhard
2011-11-23ManageNames: disable paste buttons if table is emptyMarkus Mohrhard
2011-11-23ManageNames: handle formula errors in Define Names dialog correctlyMarkus Mohrhard
2011-11-23ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
this method was mmisused and is the source for some "bugs" we don't allow case sensitive storage of range names and therefore it does not amke sense to search by case sensitive names, use ScRangeName::findByUpperName instead Especially the uno implementation did behave wrongly and allowed to create two names that were identicall for the model
2011-11-23ManageNames: add missing licence headersMarkus Mohrhard
2011-11-23ManageNames: remove Add Button and debug outputMarkus Mohrhard
2011-11-23Manage Names: fix an initialization problemMarkus Mohrhard
2011-11-23ManageNames: update range data also if checkboxes are toggledMarkus Mohrhard
2011-11-23ManageNames: implement ScNameDlg::IsFormulaValidMarkus Mohrhard
2011-11-23ManageNames: need to store the strings in variablesMarkus Mohrhard
2011-11-23ManageNames: add RangeOptions button to Define Name dialogMarkus Mohrhard
2011-11-23ManageNames: use a more modern looking button for RangeOptionsMarkus Mohrhard
2011-11-23fix out of bounds access in printfunc.cxxMarkus Mohrhard
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard
2011-11-23ManageNames: need a virtual destructor hereMarkus Mohrhard
2011-11-23ManageNames: don't change selection after user inputMarkus Mohrhard
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard
2011-11-23ManageNames: make modify button obsoleteMarkus Mohrhard
2011-11-23ManageNames: make Multiselection work in the tableMarkus Mohrhard
2011-11-23ManageNames: improve layout of ManageNames dialogMarkus Mohrhard
2011-11-23ManageNames: Paste names, initial layout without tableMarkus Mohrhard