summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-18Branch libreoffice-3-5-7libreoffice-3.5.7.1libreoffice-3-5-7Fridrich Štrba0-0/+0
2012-08-17merge in various filter work from corelibreoffice-3-5Caolán McNamara2-9/+68
2012-08-03WaE: need a virtual dtorCaolán McNamara1-1/+1
2012-08-03WaE: silence some msvc warningsCaolán McNamara3-2/+6
2012-08-03backport of parts of 482881720eef9228ce25fa1d228139ebd43fe9cdCaolán McNamara2-2/+2
2012-08-03some windows warningsCaolán McNamara5-7/+4
2012-08-03GCC 4.7 -Werror=deprecated, -Werror=narrowingStephan Bergmann11-24/+21
2012-08-03Adapted to -Wnon-virtual-dtor enabled for GCC 4.6Stephan Bergmann41-28/+139
2012-07-31sds chart binfilter importiha/tbe19-992/+817
2012-07-31binfilter: fix some warningsMichael Stahl7-15/+22
2012-03-15Resolves: fdo#45521 restore ascii export for getTextFromPamCaolán McNamara13-11/+1425
2012-02-20binfilter::frm::OInterfaceContainer::disposing: fix boost assertionMichael Stahl1-1/+5
2012-02-16Fix some apparent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann1-15/+15
2012-01-18Version 3.5.0.1, tag libreoffice-3.5.0.1 (3.5.0-rc1)libreoffice-3.5.0.1Fridrich Štrba0-0/+0
2012-01-11fix for gcc 4.7/C++11: these are not string literal operatorsDavid Tardon2-4/+4
2011-12-06Branch libreoffice-3-5Petr Mladek0-0/+0
2011-12-05moved tools/inc/tools/stack.hxx to binfilter/inc/bf_tools/libreoffice-3-5-branch-pointEike Rathke5-4/+110
2011-12-01Remove charAt/setCharAt from binfilterAugust Sodora3-16/+16
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke39-53/+84
2011-11-30Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/binfilterPetr Mladek4-7/+10
2011-11-30convert over hidden windows-only ByteStringsCaolán McNamara1-4/+7
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke3-3/+3
2011-11-29Version 3.5.0.0, tag libreoffice-3.5.0.0 (3.5.0-beta0)libreoffice-3.5.0.0Petr Mladek0-0/+0
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara30-153/+153
2011-11-28aStr is unusedCaolán McNamara1-35/+0
2011-11-28GetToken->comphelper::string::getTokenCaolán McNamara2-2/+3
2011-11-27clean-up PCH support remnant from binfilterNorbert Thiebaud159-416/+0
2011-11-24gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon48-75/+75
2011-11-23remove EraseLeadingAndTrailingCharsCaolán McNamara1-3/+2
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann3-16/+14
2011-11-22use stripStartCaolán McNamara3-6/+8
2011-11-22use stripStartCaolán McNamara1-5/+6
2011-11-22Fix --disable-dbgutil --enable-werror failures.Stephan Bergmann9-11/+13
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann7-90/+67
2011-11-21OUString has no Len(), use !isEmpty() hereEike Rathke1-1/+1
2011-11-21Fix --enable-debug --disable-dbgutil.Stephan Bergmann3-6/+58
2011-11-21fix build errorCaolán McNamara4-9/+9
2011-11-20ditch last ENABLE_STRING_STREAM_OPERATORSCaolán McNamara1-2/+0
2011-11-19remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara1-3/+1
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara10-34/+36
2011-11-19fix XCalendar/2 issue following genetive-month patch seriesNorbert Thiebaud3-4/+4
2011-11-19binfilter: move dynary.hxx from tools hereMichael Stahl4-4/+107
2011-11-18another fix for --as-neededBjoern Michaelsen1-1/+1
2011-11-15move UniqueIndex into binfilterCaolán McNamara10-4/+2419
2011-11-15Application::CreateUniqueId only need by binfilter, move content hereCaolán McNamara1-1/+11
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann12-24/+20
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann7-40/+14
2011-11-10cleanup list length mismatchMichael Meeks1-3/+1
2011-11-10removed Simple Handles option (binfilter)Caolán McNamara17-67/+13
2011-11-07WaE: uninitializedCaolán McNamara1-2/+2