summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida2011-12-051-140/+0
* Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida2011-12-051-11/+10
* Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz2011-12-051-7/+3
* Remove Large Handles optionStefan Knorr (astron)2011-12-051-3/+2
* ptr_map does not need a pointer as template argumentMarkus Mohrhard2011-12-031-1/+1
* refactor SdrModel::GetDocumentStreamMichael Stahl2011-12-031-1/+0
* String to OUString for SetHybridString methodLaurent Godard2011-12-012-3/+3
* ManageNames: move some strings to globstrMarkus Mohrhard2011-12-011-1/+4
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-012-1/+5
* Implemented the new multi-value filter API.Kohei Yoshida2011-11-291-6/+11
* Use rtl::Reference<>.Stephan Bergmann2011-11-291-2/+3
* fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida2011-11-291-1/+3
* New UNO API to return currently selected sheets.Kohei Yoshida2011-11-291-3/+22
* Create an UNO controller object for the preview shell.Kohei Yoshida2011-11-291-0/+10
* Passed the selected sheet info to ScPreview.Kohei Yoshida2011-11-291-1/+5
* sal_Bool to bool.Kohei Yoshida2011-11-291-1/+1
* fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida2011-11-281-1/+1
* dr80: #i116460# performance of Excel file with many outlinesEike Rathke2011-11-281-0/+2
* dr78: #i115659# check validity of member and dimension settingsEike Rathke2011-11-281-2/+2
* dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke2011-11-284-0/+39
* dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch fr...Eike Rathke2011-11-281-0/+4
* dr78: #i51508# use the correct MapMode for EditEngine when formatting for screenEike Rathke2011-11-281-0/+2
* dr78: #i115015# proper handling of add-in parameter arrays, merged with datab...Eike Rathke2011-11-281-0/+1
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-272/+0
* remove include of pch header from scNorbert Thiebaud2011-11-272-2/+0
* calc67: #i117661# filterByPageDimension: don't overwrite source filter with p...Eike Rathke2011-11-251-0/+1
* change ScRangeName's container to boost::ptr_mapMarkus Mohrhard2011-11-241-1/+1
* We still need to set the name to the 1st sheet.Kohei Yoshida2011-11-241-0/+1
* Cleaned up the ScTable declaration a bit.Kohei Yoshida2011-11-231-20/+15
* Reducing header dependency on markdata.hxx.Kohei Yoshida2011-11-231-1/+1
* sal_Bool to bool.Kohei Yoshida2011-11-231-20/+20
* unused ScRangeName::copyLocalNamesCaolán McNamara2011-11-231-2/+0
* Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida2011-11-231-1/+3
* importSheet from an external provided documentLaurent Godard2011-11-231-1/+10
* add mouse resize (and other bits ) to gsoc formulabarNoel Power2011-11-231-1/+3
* ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard2011-11-231-1/+6
* remove ScRangeName::findByNameMarkus Mohrhard2011-11-231-2/+0
* ManageNames: add table to "Paste Names" dialogMarkus Mohrhard2011-11-233-5/+4
* ManageNames: add undo to Define Names dialogMarkus Mohrhard2011-11-231-0/+19
* ManageNames: make global undo work again with dialogMarkus Mohrhard2011-11-232-9/+7
* ManageNames: restructure the codeMarkus Mohrhard2011-11-231-9/+2
* Manage Names: add most logic to Define Name dialogMarkus Mohrhard2011-11-234-4/+8
* ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard2011-11-231-1/+1
* ManageNames: add menu and dialog for Add NameMarkus Mohrhard2011-11-233-1/+11
* Unit test for cell function T with external references.Kohei Yoshida2011-11-221-0/+1
* i#117239: Prevent crash on load with pivot table.Kohei Yoshida2011-11-211-0/+3
* Inline ScQueryEntry::Item::Item() to fix Windows build.Jan Holesovsky2011-11-201-1/+2
* don't pass uno interface implementation directlyMarkus Mohrhard2011-11-191-2/+2
* Parse the query data first, then committing the query entries later.Kohei Yoshida2011-11-181-7/+7
* Populate the query entries directly.Kohei Yoshida2011-11-181-0/+1