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