summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2011-12-13fdo#39917: Use correct address convention during search and replace.Kohei Yoshida1-3/+3
2011-12-07fdo#43534: Fully support external references in CELL function.Kohei Yoshida1-8/+8
2011-12-06bnc#733864: Make sure to adjust the sheet index of drawing objects.Kohei Yoshida1-0/+1
2011-12-05Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida1-140/+0
2011-12-05Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida1-11/+10
2011-12-05Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz1-7/+3
2011-12-05Remove Large Handles optionStefan Knorr (astron)1-3/+2
2011-12-03ptr_map does not need a pointer as template argumentMarkus Mohrhard1-1/+1
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl1-1/+0
2011-12-01String to OUString for SetHybridString methodLaurent Godard2-3/+3
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard1-1/+4
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-1/+5
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida1-6/+11
2011-11-29Use rtl::Reference<>.Stephan Bergmann1-2/+3
2011-11-29fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida1-1/+3
2011-11-29New UNO API to return currently selected sheets.Kohei Yoshida1-3/+22
2011-11-29Create an UNO controller object for the preview shell.Kohei Yoshida1-0/+10
2011-11-29Passed the selected sheet info to ScPreview.Kohei Yoshida1-1/+5
2011-11-29sal_Bool to bool.Kohei Yoshida1-1/+1
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida1-1/+1
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke1-0/+2
2011-11-28dr78: #i115659# check validity of member and dimension settingsEike Rathke1-2/+2
2011-11-28dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke4-0/+39
2011-11-28dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch fr...Eike Rathke1-0/+4
2011-11-28dr78: #i51508# use the correct MapMode for EditEngine when formatting for screenEike Rathke1-0/+2
2011-11-28dr78: #i115015# proper handling of add-in parameter arrays, merged with datab...Eike Rathke1-0/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-272/+0
2011-11-27remove include of pch header from scNorbert Thiebaud2-2/+0
2011-11-25calc67: #i117661# filterByPageDimension: don't overwrite source filter with p...Eike Rathke1-0/+1
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-1/+1
2011-11-24We still need to set the name to the 1st sheet.Kohei Yoshida1-0/+1
2011-11-23Cleaned up the ScTable declaration a bit.Kohei Yoshida1-20/+15
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-1/+1
2011-11-23sal_Bool to bool.Kohei Yoshida1-20/+20
2011-11-23unused ScRangeName::copyLocalNamesCaolán McNamara1-2/+0
2011-11-23Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida1-1/+3
2011-11-23importSheet from an external provided documentLaurent Godard1-1/+10
2011-11-23add mouse resize (and other bits ) to gsoc formulabarNoel Power1-1/+3
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard1-1/+6
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-2/+0
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard3-5/+4
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard1-0/+19
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard2-9/+7
2011-11-23ManageNames: restructure the codeMarkus Mohrhard1-9/+2
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard4-4/+8
2011-11-23ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard1-1/+1
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard3-1/+11
2011-11-22Unit test for cell function T with external references.Kohei Yoshida1-0/+1
2011-11-21i#117239: Prevent crash on load with pivot table.Kohei Yoshida1-0/+3
2011-11-20Inline ScQueryEntry::Item::Item() to fix Windows build.Jan Holesovsky1-1/+2