summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Branch libreoffice-3-5-7libreoffice-3.5.7.1libreoffice-3-5-7Fridrich Štrba2012-09-180-0/+0
| | | | | | | | | | | | This is 'libreoffice-3-5-7' - the stable branch for the 3.5.7 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.5.x release, please use the 'libreoffice-3-5' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: I86a9b76d4c8c6c325dde7b7141216e66ea355096
* merge in various filter work from corelibreoffice-3-5Caolán McNamara2012-08-172-9/+68
| | | | | Change-Id: I14ca1319e7e96941037450aee59d7a926d290c71 Signed-off-by: Petr Mladek <pmladek@suse.cz>
* WaE: need a virtual dtorCaolán McNamara2012-08-031-1/+1
| | | | | | (cherry picked from commit 101a6853e968e22187c4d2aba395ff13e76ae7d7) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* WaE: silence some msvc warningsCaolán McNamara2012-08-033-2/+6
| | | | | | (cherry picked from commit baf8f39900cd4763dd4bb325907010969ecc1670) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* backport of parts of 482881720eef9228ce25fa1d228139ebd43fe9cdCaolán McNamara2012-08-032-2/+2
| | | | Change-Id: I34c1ce7855556a3daf8958b80acb19d9cbf36183
* some windows warningsCaolán McNamara2012-08-035-7/+4
| | | | | | (cherry picked from commit d09cf17a6c791228370f3f534ba058325cc0c4f5) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* GCC 4.7 -Werror=deprecated, -Werror=narrowingStephan Bergmann2012-08-0311-24/+21
| | | | | | (cherry picked from commit 042f74a90557ab312ce6e7d7925204ba531adbe9) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* Adapted to -Wnon-virtual-dtor enabled for GCC 4.6Stephan Bergmann2012-08-0341-28/+139
| | | | | | (cherry picked from commit c599fdba10c210ecf3f94119cb1138f3846320df) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* sds chart binfilter importiha/tbe2012-07-3119-992/+817
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* binfilter: fix some warningsMichael Stahl2012-07-317-15/+22
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* Resolves: fdo#45521 restore ascii export for getTextFromPamCaolán McNamara2012-03-1513-11/+1425
| | | | | | | We need getTextFromPam to get the text of a selection for the uno api, which some parts of the export to xml require Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* binfilter::frm::OInterfaceContainer::disposing: fix boost assertionMichael Stahl2012-02-201-1/+5
| | | | Signed-off-by: Michael Meeks <michael.meeks@suse.com>
* Fix some apparent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann2012-02-161-15/+15
| | | | Signed-off-by: Caolán McNamara <caolanm@redhat.com>
* Version 3.5.0.1, tag libreoffice-3.5.0.1 (3.5.0-rc1)libreoffice-3.5.0.1Fridrich Štrba2012-01-180-0/+0
|
* fix for gcc 4.7/C++11: these are not string literal operatorsDavid Tardon2012-01-112-4/+4
| | | | Signed-off-by: David Tardon <dtardon@redhat.com>
* Branch libreoffice-3-5Petr Mladek2011-12-060-0/+0
| | | | | | | | | | | | | | | | | | | | | | This is 'libreoffice-3-5' - the stable branch for the 3.5.x releases. The commit rules are different according to the development phase: + 3.5.0 beta phase: + any bug fixes are allowed without review + late features need approval by 2 people with different affiliation + 3.5.0 rc phase and later: + fixes need approval by one reviewer + late features need approval by 2 more people with different affiliation IMPORTANT: Every developer is responsible for pushing the fixes into all appropriate branches. Note that we do not plan any merge from this branch to master or vice versa. Please, help use to make stable and usable release. If you want to build something cool, unstable, and risky, use master.
* moved tools/inc/tools/stack.hxx to binfilter/inc/bf_tools/libreoffice-3-5-branch-pointEike Rathke2011-12-055-4/+110
| | | | | | * in stack.hxx, included bf_tools/contnr.hxx instead of tools/contnr.hxx * in stack.hxx, placed class Stack in namespace binfilter * changed include tools/stack.hxx to bf_tools/stack.hxx
* Remove charAt/setCharAt from binfilterAugust Sodora2011-12-013-16/+16
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-0139-53/+84
|
* Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/binfilterPetr Mladek2011-11-304-7/+10
|\
| * convert over hidden windows-only ByteStringsCaolán McNamara2011-11-301-4/+7
| |
| * renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke2011-11-303-3/+3
| |
* | Version 3.5.0.0, tag libreoffice-3.5.0.0 (3.5.0-beta0)libreoffice-3.5.0.0Petr Mladek2011-11-290-0/+0
|/
* ByteString->rtl::OUStringToOStringCaolán McNamara2011-11-2830-153/+153
|
* aStr is unusedCaolán McNamara2011-11-281-35/+0
|
* GetToken->comphelper::string::getTokenCaolán McNamara2011-11-282-2/+3
|
* clean-up PCH support remnant from binfilterNorbert Thiebaud2011-11-27159-416/+0
|
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-2448-75/+75
|
* remove EraseLeadingAndTrailingCharsCaolán McNamara2011-11-231-3/+2
|
* Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2011-11-233-16/+14
| | | | | | | | A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
* use stripStartCaolán McNamara2011-11-223-6/+8
|
* use stripStartCaolán McNamara2011-11-221-5/+6
|
* Fix --disable-dbgutil --enable-werror failures.Stephan Bergmann2011-11-229-11/+13
|
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-227-90/+67
| | | | | | | | | | | * New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
* OUString has no Len(), use !isEmpty() hereEike Rathke2011-11-211-1/+1
|
* Fix --enable-debug --disable-dbgutil.Stephan Bergmann2011-11-213-6/+58
|
* fix build errorCaolán McNamara2011-11-214-9/+9
|
* ditch last ENABLE_STRING_STREAM_OPERATORSCaolán McNamara2011-11-201-2/+0
|
* remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara2011-11-191-3/+1
|
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-1910-34/+36
|
* fix XCalendar/2 issue following genetive-month patch seriesNorbert Thiebaud2011-11-193-4/+4
|
* binfilter: move dynary.hxx from tools hereMichael Stahl2011-11-194-4/+107
| | | | should fix breakage from 89a783cde071d63120bfa63768b4680dd2e58fee
* another fix for --as-neededBjoern Michaelsen2011-11-181-1/+1
|
* move UniqueIndex into binfilterCaolán McNamara2011-11-1510-4/+2419
|
* Application::CreateUniqueId only need by binfilter, move content hereCaolán McNamara2011-11-151-1/+11
|
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-1412-24/+20
|
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-117-40/+14
|
* cleanup list length mismatchMichael Meeks2011-11-101-3/+1
|
* removed Simple Handles option (binfilter)Caolán McNamara2011-11-1017-67/+13
| | | | | Removed the unnecessary option "Simple Handles" with all related functions and variables.
* WaE: uninitializedCaolán McNamara2011-11-071-2/+2
|