summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui
AgeCommit message (Expand)AuthorFilesLines
2012-11-29fdo#57611 don't crash when setting too small sizeLionel Elie Mamane2-2/+2
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin1-1/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-17use LanguageTagEike Rathke1-4/+3
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2-0/+2
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-0/+4
2012-10-27loplugin: various objects that are never usedCaolán McNamara1-7/+0
2012-10-27t4 is always true, probably some debugging thingCaolán McNamara1-3/+0
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida1-1/+1
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida3-45/+45
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida2-2/+2
2012-10-02re-base on ALv2 code. Includes:Michael Meeks58-1337/+815
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-8/+2
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2-18/+18
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud3-6/+6
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-1/+3
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2-2/+4
2012-08-16Convert OLEObjCache class from Container to std::vectorNoel Grandin1-2/+2
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim1-1/+1
2012-07-24Debug unhandled exceptionLionel Elie Mamane1-0/+3
2012-07-24fdo#52399: Do not needlessly set DefaultContext of global ServiceManagerStephan Bergmann1-4/+0
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2-2/+0
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold7-26/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara2-3/+3
2012-07-04fdo#43556 round pos&dim of report controls & sections to nearest 10^-4mLionel Elie Mamane1-0/+19
2012-07-03ditch String::CreateFromAsciiCaolán McNamara6-11/+11
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-1/+0
2012-06-29Remove UNO includes commentsThomas Arnhold7-14/+0
2012-06-27hrc cleanup: Remove commented out codeThomas Arnhold1-18/+0
2012-06-23removed unused forward declarations of classTakeshi Abe10-32/+0
2012-06-22re-base on ALv2 code.Michael Meeks2-49/+31
2012-06-21re-base on ALv2 code.Michael Meeks34-821/+515
2012-06-21re-base on ALv2 code.Michael Meeks2-52/+34
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold1-3/+0
2012-06-21removed useless InsertFunctions.hxxTakeshi Abe2-47/+0
2012-06-15move zoomitem from svx to sfx2Tim Hardeck4-4/+4
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-4/+0
2012-05-31targetted revert of minor cppcheck cleanupsMichael Meeks1-1/+1
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks11-41/+37
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2-29/+29
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara5-5/+1
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-1/+1
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara2-4/+5
2012-05-13removed unused definesTakeshi Abe4-5/+0
2012-05-10WaE: msvc2008 C4928 copy-ctor confusionCaolán McNamara2-3/+2
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-11/+11