summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-162-0/+2
* targetted cleanup of misc. vba pieces.Noel Power2012-11-162-5/+1
* ui part for conditional date formatsMarkus Mohrhard2012-11-159-60/+168
* implement remaining conditional date formatsMarkus Mohrhard2012-11-152-8/+69
* implement date cond format import from OOXMLMarkus Mohrhard2012-11-151-35/+47
* initial work for date conditional formatsMarkus Mohrhard2012-11-152-1/+162
* String to OUStringMarkus Mohrhard2012-11-152-10/+10
* remove strange commentsMarkus Mohrhard2012-11-151-3/+3
* Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida2012-11-152-4/+4
* fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin2012-11-153-4/+4
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-151-3/+2
* resolved fdo#56278 broadcast deletion to dependent formula cellsEike Rathke2012-11-141-32/+35
* Turn some memmove into memcpy when it is safe to do so.jailletc362012-11-144-5/+5
* Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens2012-11-142-9/+7
* callcatcher: neither setNumberFormat is usedCaolán McNamara2012-11-142-21/+0
* The additional methods of SO2_*_REF over SV_*_REF are now unusedCaolán McNamara2012-11-142-7/+2
* fdo#56776: Change in formula options should cause repaint.Kohei Yoshida2012-11-131-0/+5
* bcppCheck: redundant assignment and Possible null pointer dereference.jailletc362012-11-131-6/+4
* revert accidental removal of some testsCaolán McNamara2012-11-121-0/+29
* add test for EDB-22591Caolán McNamara2012-11-122-29/+0
* cppCheck: clarifyConditionjailletc362012-11-121-2/+2
* remove conditional formats withiout range after import, related fdo#56983Markus Mohrhard2012-11-124-4/+35
* implement the missing icon-setsMarkus Mohrhard2012-11-124-73/+279
* make sure that the sort vector is large enough, fdo#56958Markus Mohrhard2012-11-121-0/+3
* only set entries for existing sort entries, related fdo#56958Markus Mohrhard2012-11-121-1/+1
* make handling of doubles in sc tests easierMarkus Mohrhard2012-11-103-31/+43
* Updatejailletc362012-11-101-3/+2
* fix for fdo#55875 numbers as text converted strangelyNoel Power2012-11-091-1/+8
* remove unused methods in ScConditionalFormatMarkus Mohrhard2012-11-091-4/+0
* add initial xlsx cond format export testMarkus Mohrhard2012-11-091-4/+58
* make the eport test easier to useMarkus Mohrhard2012-11-091-5/+14
* remove unused defineMarkus Mohrhard2012-11-091-2/+0
* New unit test to ensure correct matrix creation.Kohei Yoshida2012-11-081-0/+27
* fdo#56829: Correctly pass element values to matrix.Kohei Yoshida2012-11-081-3/+3
* fdo#54898: Test equality by order index (integer) which is more stable.Kohei Yoshida2012-11-081-3/+3
* New unit test for pivot table's handling of double-precision values.Kohei Yoshida2012-11-081-0/+112
* Function object for printing bucket content. Used only for debugging.Kohei Yoshida2012-11-081-4/+15
* Dump source data for each field re-constructd from the index array.Kohei Yoshida2012-11-081-0/+10
* xmlcondformat: warning C4701 pot. uninitialized variable pEntry usedMichael Stahl2012-11-081-2/+2
* fix more warning C4804 unsafe use of type boolMichael Stahl2012-11-081-1/+1
* VBA_InsertModule: warning C4804 usafe use of type boolMichael Stahl2012-11-081-1/+1
* basic: String -> OUStringNorbert Thiebaud2012-11-072-3/+7
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-25/+16
* fdo#53531: Time field can be represented with an extended time field type.Kohei Yoshida2012-11-051-0/+2
* This is no longer true.Kohei Yoshida2012-11-051-2/+2
* fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin2012-11-051-1/+1
* fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin2012-11-055-8/+8
* fix several bugs around cond format export to ooxmlMarkus Mohrhard2012-11-052-14/+53
* implement new cond format import from odfMarkus Mohrhard2012-11-051-0/+32
* add export for new cond formats to odfMarkus Mohrhard2012-11-051-0/+20