summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2012-06-21re-base on ALv2 code.Michael Meeks125-3052/+1927
2012-06-21re-base on ALv2 code.Michael Meeks45-1029/+729
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold6-60/+0
2012-06-21Remove unused dbexch.hrcThomas Arnhold3-3/+0
2012-06-20move ScNamedEntryArr_Impl out of header to make MSVC happyMichael Stahl1-17/+32
2012-06-20Convert SV_DECL_PTRARR_DEL(ScNamedEntryArr_Impl) to boost::ptr_vectorNoel Grandin1-26/+22
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara1-2/+2
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-19fix license header for new files.Michael Meeks2-51/+12
2012-06-19death to some UniStringsCaolán McNamara1-2/+2
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara3-8/+8
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara8-52/+48
2012-06-18fix the number detection in data bar dialogMarkus Mohrhard7-14/+18
2012-06-18Change validate "between" and "not between" to "valid/invalid range"Joel Madero3-10/+10
2012-06-16removed unused forward declarations of classTakeshi Abe2-7/+0
2012-06-15add HelpId to key binding selection listboxAndras Timar1-0/+1
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara11-112/+0
2012-06-15Remove unused template.cxxThomas Arnhold1-76/+0
2012-06-15Remove some PCH leftoversThomas Arnhold1-316/+0
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold1-1/+0
2012-06-15Remove unused argumentCor Nouws1-1/+1
2012-06-15Adding an accelerator in Calc autofilterCor Nouws1-2/+2
2012-06-15move zoomitem from svx to sfx2Tim Hardeck4-4/+4
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-3/+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-13calc input line: Fix crash with accessibility enabled.Jan Holesovsky1-1/+1
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-14/+9
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin9-16/+16
2012-06-12Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vectorNoel Grandin3-39/+38
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin1-11/+9
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vectorNoel Grandin1-14/+10
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vectorNoel Grandin1-29/+27
2012-06-12changes to patch "fdo#50822 add function XOR to calc as in ODFF1.2"Eike Rathke1-1/+1
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers2-1/+25
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-12small improvements to data bar dialogMarkus Mohrhard5-6/+95
2012-06-12seems like windows does not like thatMarkus Mohrhard1-1/+0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara6-19/+12
2012-06-11replace tabs with spacesMarkus Mohrhard3-442/+442
2012-06-11eMode may be used uninitialized in this functionStephan Bergmann1-1/+3
2012-06-11make mac tinderbox happyMarkus Mohrhard1-1/+1
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 Mohrhard1-0/+3
2012-06-11correctly set new conditional formatMarkus Mohrhard5-15/+117
2012-06-11more support for data bars in new dialogsMarkus Mohrhard6-15/+163
2012-06-11add data bar ui elementsMarkus Mohrhard4-1/+37