summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-12-05enable gsoc multi line inputbar featureNoel Power1-2/+3
2011-12-05add subsequenttest for failing test CellPropertiesMarkus Mohrhard2-0/+118
2011-12-05adjust sc's c++ subsequenttest conceptMarkus Mohrhard3-13/+13
2011-12-05add subsequent test for failing test TableAutoFormatFieldMarkus Mohrhard3-0/+249
2011-12-05don't show the warning message if the name is correctMarkus Mohrhard1-0/+4
2011-12-05ManageNames: set the color of the info text field for warningsMarkus Mohrhard3-12/+17
2011-12-05missing check for cell importMarkus Mohrhard1-1/+1
2011-12-04reduce scope of var and better comment of function GetDataAreaPierre-André Jacquod1-19/+21
2011-12-04if empty row / col leads to shrink area, suppress all empty rows/colPierre-André Jacquod1-16/+22
2011-12-04if changes selection only down, this is also valid for shrinkingPierre-André Jacquod1-1/+7
2011-12-03correctly select new entry after returning from Define NamesMarkus Mohrhard3-0/+19
2011-12-03cells creation : do not use uno calls at loading timeLaurent Godard1-8/+58
2011-12-03ManageNames: make the add button usableMarkus Mohrhard7-28/+157
2011-12-03ptr_map does not need a pointer as template argumentMarkus Mohrhard2-2/+2
2011-12-03add test for removing sheets to testPostItMarkus Mohrhard1-0/+4
2011-12-03some String->rtl::OUString cleanup in ucalcMarkus Mohrhard1-5/+5
2011-12-03actually play embedded media:Michael Stahl1-3/+3
2011-12-03add avmedia::EmbedMediaMichael Stahl1-3/+20
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl2-54/+0
2011-12-03MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl1-1/+3
2011-12-03sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl3-3/+3
2011-12-01String to OUString for SetHybridString methodLaurent Godard2-3/+3
2011-12-01ManageNames: remove Select button from Manage NamesMarkus Mohrhard4-15/+0
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard10-54/+19
2011-12-01ManageNames: the mode switcher needs to be enabled tooMarkus Mohrhard1-1/+1
2011-12-01ManageNames: fix tab order in Manage NamesMarkus Mohrhard2-26/+24
2011-12-01ManageNames: fix taborder for DefineNames dialogMarkus Mohrhard2-17/+18
2011-12-01ManageNames: fix tab order in Paste Names dialogMarkus Mohrhard2-4/+4
2011-12-01ManageNames: minor problem with size of header barMarkus Mohrhard1-0/+2
2011-12-01clean up filters-test after splitMarkus Mohrhard2-70/+8
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke20-28/+43
2011-12-01avoid Tabs size calculation in loopsLaurent Godard2-5/+10
2011-12-01Remove uses of charAtAugust Sodora1-3/+3
2011-12-01-Werror=unused-parameter fix (completely removed unused setRowVisible())Stephan Bergmann1-8/+0
2011-12-01-Werror=parentheses fixStephan Bergmann1-1/+1
2011-11-30split sc's filters-test into in-build and subsequent testsMarkus Mohrhard5-337/+784
2011-11-30move sc's macros test into sc/qa/extrasMarkus Mohrhard2-1/+1
2011-11-30only load the testfile once and after that reuse the already loaded fileMarkus Mohrhard1-1/+3
2011-11-30move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard4-13/+13
2011-11-30gsoc inputbar ( fix scrolling ) add support for hard linebreaksNoel Power3-48/+32
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard4-2/+323
2011-11-30disable sc subsequenttests that use binfilter formatsMarkus Mohrhard1-0/+4
2011-11-30sort out Gregorian cut-off date as side effect of validityEike Rathke3-6/+11
2011-11-30Reduce usage of GetQueryItem() (singular version).Kohei Yoshida4-15/+26
2011-11-29Export multi-value filters to xlsx.Kohei Yoshida2-20/+67
2011-11-29sal_Bool to bool.Kohei Yoshida2-18/+17
2011-11-29Removed duplicate code block.Kohei Yoshida1-66/+39
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida2-105/+269
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke1-1/+1
2011-11-29Enabled sc/qa/complex again.Stephan Bergmann8-299/+61