summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* add HelpId to key binding selection listboxAndras Timar2012-06-151-0/+1
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-1524-188/+1
* Remove unused template.cxxThomas Arnhold2012-06-151-76/+0
* Remove some PCH leftoversThomas Arnhold2012-06-154-856/+0
* Remove obsolete inetdef.hxxThomas Arnhold2012-06-152-2/+0
* Extend current database range unit test to also check xls and xlsxDaniel Bankston2012-06-154-13/+58
* Remove unused argumentCor Nouws2012-06-151-1/+1
* Adding an accelerator in Calc autofilterCor Nouws2012-06-151-2/+2
* added zoom submenu to ViewTim Hardeck2012-06-151-1/+14
* move zoomitem from svx to sfx2Tim Hardeck2012-06-155-5/+5
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-152-62/+0
* disable two ui elements for 3.6Markus Mohrhard2012-06-151-2/+4
* use correct localization aware string to doubleMarkus Mohrhard2012-06-154-12/+23
* handle formula is in new conditional format dlgMarkus Mohrhard2012-06-152-3/+36
* Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold2012-06-131-226/+0
* calc input line: Fix crash with accessibility enabled.Jan Holesovsky2012-06-131-1/+1
* error C2227: left of ´->acquire´ must point to class/struct/union typeCaolán McNamara2012-06-131-5/+3
* callcatcher: update unused code listCaolán McNamara2012-06-132-8/+0
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-139-42/+37
* fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096]Regina Henschel2012-06-124-0/+33
* Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2012-06-1213-37/+37
* Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vectorNoel Grandin2012-06-124-41/+41
* Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin2012-06-122-13/+12
* Convert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vectorNoel Grandin2012-06-122-16/+13
* Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vectorNoel Grandin2012-06-122-32/+30
* accept BIT* functions as _xlfnodf.* in Excel importEike Rathke2012-06-121-5/+5
* changes to patch "fdo#50822 add function XOR to calc as in ODFF1.2"Eike Rathke2012-06-123-3/+2
* fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers2012-06-1210-1/+133
* -Werror,-Wunused-functionStephan Bergmann2012-06-121-30/+0
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-122-2/+2
* -Werror,-Wmismatched-tagsStephan Bergmann2012-06-121-1/+1
* small improvements to data bar dialogMarkus Mohrhard2012-06-127-6/+106
* seems like windows does not like thatMarkus Mohrhard2012-06-122-2/+1
* make new conditional format menu appearMarkus Mohrhard2012-06-122-9/+8
* need to export all symbols for color formatsMarkus Mohrhard2012-06-121-2/+2
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-1113-38/+32
* removeTrailingChars is the same as stripEndCaolán McNamara2012-06-111-1/+1
* replace tabs with spacesMarkus Mohrhard2012-06-113-442/+442
* eMode may be used uninitialized in this functionStephan Bergmann2012-06-111-1/+3
* abstract type in ptr_container needs this workaroundMarkus Mohrhard2012-06-111-0/+7
* make mac tinderbox happyMarkus Mohrhard2012-06-111-1/+1
* remove unnecessary menu entries for 3-6Markus Mohrhard2012-06-111-2/+0
* remove empty conditions for color format export to excelMarkus Mohrhard2012-06-111-4/+0
* fix rebase problemsMarkus Mohrhard2012-06-115-3/+15
* correctly copy the cond formats, fdo#50679Markus Mohrhard2012-06-111-1/+14
* correctly create between/not between entriesMarkus Mohrhard2012-06-111-2/+2
* set correct range as title + update for (not) betweenMarkus Mohrhard2012-06-113-2/+24
* fix repainting of conditional formatsMarkus Mohrhard2012-06-112-81/+4
* correctly set new conditional formatMarkus Mohrhard2012-06-1112-45/+142
* more support for data bars in new dialogsMarkus Mohrhard2012-06-116-15/+163