summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-06-15add HelpId to key binding selection listboxAndras Timar1-0/+1
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara24-188/+1
2012-06-15Remove unused template.cxxThomas Arnhold1-76/+0
2012-06-15Remove some PCH leftoversThomas Arnhold4-856/+0
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold2-2/+0
2012-06-15Extend current database range unit test to also check xls and xlsxDaniel Bankston4-13/+58
2012-06-15Remove unused argumentCor Nouws1-1/+1
2012-06-15Adding an accelerator in Calc autofilterCor Nouws1-2/+2
2012-06-15added zoom submenu to ViewTim Hardeck1-1/+14
2012-06-15move zoomitem from svx to sfx2Tim Hardeck5-5/+5
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold2-62/+0
2012-06-15disable two ui elements for 3.6Markus Mohrhard1-2/+4
2012-06-15use correct localization aware string to doubleMarkus Mohrhard4-12/+23
2012-06-15handle formula is in new conditional format dlgMarkus Mohrhard2-3/+36
2012-06-13Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold1-226/+0
2012-06-13calc input line: Fix crash with accessibility enabled.Jan Holesovsky1-1/+1
2012-06-13error C2227: left of ´->acquire´ must point to class/struct/union typeCaolán McNamara1-5/+3
2012-06-13callcatcher: update unused code listCaolán McNamara2-8/+0
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara9-42/+37
2012-06-12fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096]Regina Henschel4-0/+33
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin13-37/+37
2012-06-12Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vectorNoel Grandin4-41/+41
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin2-13/+12
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vectorNoel Grandin2-16/+13
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vectorNoel Grandin2-32/+30
2012-06-12accept BIT* functions as _xlfnodf.* in Excel importEike Rathke1-5/+5
2012-06-12changes to patch "fdo#50822 add function XOR to calc as in ODFF1.2"Eike Rathke3-3/+2
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers10-1/+133
2012-06-12-Werror,-Wunused-functionStephan Bergmann1-30/+0
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2-2/+2
2012-06-12-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2012-06-12small improvements to data bar dialogMarkus Mohrhard7-6/+106
2012-06-12seems like windows does not like thatMarkus Mohrhard2-2/+1
2012-06-12make new conditional format menu appearMarkus Mohrhard2-9/+8
2012-06-12need to export all symbols for color formatsMarkus Mohrhard1-2/+2
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara13-38/+32
2012-06-11removeTrailingChars is the same as stripEndCaolán McNamara1-1/+1
2012-06-11replace tabs with spacesMarkus Mohrhard3-442/+442
2012-06-11eMode may be used uninitialized in this functionStephan Bergmann1-1/+3
2012-06-11abstract type in ptr_container needs this workaroundMarkus Mohrhard1-0/+7
2012-06-11make mac tinderbox happyMarkus Mohrhard1-1/+1
2012-06-11remove unnecessary menu entries for 3-6Markus Mohrhard1-2/+0
2012-06-11remove empty conditions for color format export to excelMarkus Mohrhard1-4/+0
2012-06-11fix rebase problemsMarkus Mohrhard5-3/+15
2012-06-11correctly copy the cond formats, fdo#50679Markus Mohrhard1-1/+14
2012-06-11correctly create between/not between entriesMarkus Mohrhard1-2/+2
2012-06-11set correct range as title + update for (not) betweenMarkus Mohrhard3-2/+24
2012-06-11fix repainting of conditional formatsMarkus Mohrhard2-81/+4
2012-06-11correctly set new conditional formatMarkus Mohrhard12-45/+142
2012-06-11more support for data bars in new dialogsMarkus Mohrhard6-15/+163