summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-25calc67: #i117661# filterByPageDimension: don't overwrite source filter with p...Eike Rathke
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-24We still need to set the name to the 1st sheet.Kohei Yoshida
2011-11-23Cleaned up the ScTable declaration a bit.Kohei Yoshida
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-23sal_Bool to bool.Kohei Yoshida
2011-11-23unused ScRangeName::copyLocalNamesCaolán McNamara
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
2011-11-23add mouse resize (and other bits ) to gsoc formulabarNoel Power
2011-11-23ManageNames: move some strings to globstr.[sh]rcMarkus Mohrhard
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus 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: restructure the codeMarkus Mohrhard
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard
2011-11-23ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard
2011-11-22Unit test for cell function T with external references.Kohei Yoshida
2011-11-21i#117239: Prevent crash on load with pivot table.Kohei Yoshida
2011-11-20Inline ScQueryEntry::Item::Item() to fix Windows build.Jan Holesovsky
2011-11-19don't pass uno interface implementation directlyMarkus Mohrhard
2011-11-18Parse the query data first, then committing the query entries later.Kohei Yoshida
2011-11-18Populate the query entries directly.Kohei Yoshida
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida
2011-11-18Now the new popup works somewhat as expected.Kohei Yoshida
2011-11-18Handle query after the popup gets dismissed by clicking OK.Kohei Yoshida
2011-11-16Oops I forgot to remove the header include line.Kohei Yoshida
2011-11-16More on reducing header dependency.Kohei Yoshida
2011-11-16This header doesn't need to include queryparam.hxx.Kohei Yoshida
2011-11-16Reduced header dependency on dbdata.hxx by better encapsulation.Kohei Yoshida
2011-11-15Reset formula cell's changed flag only for those within visible range.Kohei Yoshida
2011-11-15Make these two methods non-inline.Kohei Yoshida
2011-11-15String to rtl::OUString.Kohei Yoshida
2011-11-15String to rtl::OUString.Kohei Yoshida
2011-11-15Replaced heap array with std::vector.Kohei Yoshida
2011-11-15sal_Bool to bool.Kohei Yoshida
2011-11-14Adopt lcl_PrepareQuery to multi-item queries.Kohei Yoshida
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida
2011-11-14Make multi-item query possible.Kohei Yoshida
2011-11-14Marking methods const where possible.Kohei Yoshida
2011-11-14Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida
2011-11-11Revert "Removing the mixed comparison flag, which is no longer needed."Kohei Yoshida
2011-11-11translation of german comments to english plus rename of define MAX_COL_HEIGHTWinfried Donkers
2011-11-10Removing the mixed comparison flag, which is no longer needed.Kohei Yoshida
2011-11-10sal_Bool to boolEike Rathke