summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-06stylistic: use sal_Int8 rather than char for binary dataLionel Elie Mamane1-1/+1
2012-12-06const-ify arguments of some OTools function membersLionel Elie Mamane2-12/+12
2012-12-06Variable-sized datatype -> cannot predict length of needed bufferLionel Elie Mamane1-8/+7
2012-12-06comment on our usage of SQLGetData extensionsLionel Elie Mamane1-0/+7
2012-12-06statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*Lionel Elie Mamane1-0/+5
2012-12-06statically assert that ODBC uses UTF-16Lionel Elie Mamane1-0/+1
2012-12-06convert Printer Options dialog to .uiCaolán McNamara6-48/+97
2012-12-06adapt code to use gokul's printoptions .uiCaolán McNamara16-754/+663
2012-12-06just use return value optimizationCaolán McNamara11-117/+73
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann6-20/+8
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann1-5/+0
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann2-6/+0
2012-12-06fdo#57927: Clarify msi installer only installs subset of dicts by defaultStephan Bergmann1-2/+2
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann2-5/+3
2012-12-06-Werror,-Wsometimes-uninitializedStephan Bergmann1-1/+1
2012-12-06fix missing SAL_CALL attribute on methodNoel Grandin1-1/+1
2012-12-06disentangle printeroptions from print optionsCaolán McNamara3-492/+710
2012-12-06Manual conversion printeroption widgetgokul1-152/+490
2012-12-06commit delete various unused makefile.mksCaolán McNamara9-478/+0
2012-12-06-Werror,-Wunused-functionStephan Bergmann1-16/+0
2012-12-06-Werror,-WuninitializedStephan Bergmann1-1/+1
2012-12-06-Werror,-WshadowStephan Bergmann1-3/+165
2012-12-06Do not accumulate warnings across configure runsStephan Bergmann2-3/+4
2012-12-06convert number format page to .uiCaolán McNamara11-1187/+889
2012-12-06remove remnants of lomenubarCaolán McNamara2-6/+0
2012-12-06udkapi.rdb is enoughDavid Tardon1-1/+1
2012-12-06convert cppunit to gbuildPeter Foley14-387/+170
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák2-16/+16
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák3-0/+84
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák4-22/+16
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák25-107/+79
2012-12-06acquire on the shared empty string does nothingLuboš Luňák1-1/+0
2012-12-06pass string by reference instead of by valueLuboš Luňák2-2/+2
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák6-6/+106
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák6-0/+150
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák4-0/+40
2012-12-06remove needless friend declarationLuboš Luňák1-3/+0
2012-12-06ostream/OString operator<< no longer neededLuboš Luňák1-12/+0
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák2-37/+17
2012-12-06committed by mistakeLuboš Luňák1-1/+0
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin54-247/+213
2012-12-06Drop unused declarationTakeshi Abe1-1/+0
2012-12-06sal_Bool to boolTakeshi Abe14-71/+69
2012-12-06sw: kill RTL_CONSTASCII_STRINGPARAM and friends in ww8 filtersMiklos Vajna10-86/+78
2012-12-06fdo#46808, use service constructor for sdb::DatabaseContextNoel Grandin8-29/+15
2012-12-06Translate German comments in tbcontrl.cxxSamuel Mehrbrodt1-37/+30
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin40-139/+112
2012-12-06Fix: <errno.h> needs to be included under LinuxNoel Grandin1-0/+1
2012-12-06Fix Linux-specific codeStephan Bergmann1-4/+5