summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-12-05Let's not create unnecessary duplidate.Kohei Yoshida
2011-12-06WaE: uninitialized valueMarkus Mohrhard
2011-12-05add tests for new bitshift functions to scWolfgang Pechlaner
2011-12-05enable sc's c++ subsequenttests related to fdo#43308Markus Mohrhard
2011-12-05Remove unused tools/stack.hxxMarcel Metz
2011-12-05Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >Marcel Metz
2011-12-05Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >Marcel Metz
2011-12-05Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz
2011-12-05Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >Marcel Metz
2011-12-05Replace Stack with std::stack< bool >Marcel Metz
2011-12-05Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz
2011-12-05Remove Large Handles optionStefan Knorr (astron)
2011-12-05enable gsoc multi line inputbar featureNoel Power
2011-12-05add subsequenttest for failing test CellPropertiesMarkus Mohrhard
2011-12-05adjust sc's c++ subsequenttest conceptMarkus Mohrhard
2011-12-05add subsequent test for failing test TableAutoFormatFieldMarkus Mohrhard
2011-12-05don't show the warning message if the name is correctMarkus Mohrhard
2011-12-05ManageNames: set the color of the info text field for warningsMarkus Mohrhard
2011-12-05missing check for cell importMarkus Mohrhard
2011-12-04reduce scope of var and better comment of function GetDataAreaPierre-André Jacquod
2011-12-04if empty row / col leads to shrink area, suppress all empty rows/colPierre-André Jacquod
2011-12-04if changes selection only down, this is also valid for shrinkingPierre-André Jacquod
2011-12-03correctly select new entry after returning from Define NamesMarkus Mohrhard
2011-12-03cells creation : do not use uno calls at loading timeLaurent Godard
2011-12-03ManageNames: make the add button usableMarkus Mohrhard
2011-12-03ptr_map does not need a pointer as template argumentMarkus Mohrhard
2011-12-03add test for removing sheets to testPostItMarkus Mohrhard
2011-12-03some String->rtl::OUString cleanup in ucalcMarkus Mohrhard
2011-12-03actually play embedded media:Michael Stahl
2011-12-03add avmedia::EmbedMediaMichael Stahl
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl
2011-12-03MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl
2011-12-03sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl
2011-12-01String to OUString for SetHybridString methodLaurent Godard
2011-12-01ManageNames: remove Select button from Manage NamesMarkus Mohrhard
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard
2011-12-01ManageNames: the mode switcher needs to be enabled tooMarkus Mohrhard
2011-12-01ManageNames: fix tab order in Manage NamesMarkus Mohrhard
2011-12-01ManageNames: fix taborder for DefineNames dialogMarkus Mohrhard
2011-12-01ManageNames: fix tab order in Paste Names dialogMarkus Mohrhard
2011-12-01ManageNames: minor problem with size of header barMarkus Mohrhard
2011-12-01clean up filters-test after splitMarkus Mohrhard
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-12-01avoid Tabs size calculation in loopsLaurent Godard
2011-12-01Remove uses of charAtAugust Sodora
2011-12-01-Werror=unused-parameter fix (completely removed unused setRowVisible())Stephan Bergmann
2011-12-01-Werror=parentheses fixStephan Bergmann
2011-11-30split sc's filters-test into in-build and subsequent testsMarkus Mohrhard
2011-11-30move sc's macros test into sc/qa/extrasMarkus Mohrhard
2011-11-30only load the testfile once and after that reuse the already loaded fileMarkus Mohrhard