summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-30Hack around different __cxa_* declarations in different GCC versionsStephan Bergmann
2012-03-30avoid sc crashesLuboš Luňák
Boost is reportedly 'expertly designed C++ library', so why do I find the idea of a container containing pointers but exposing them by value to be rather retarded? I don't know why exactly this crashes, but I expect std::sort() either either does unwanted copies that break things or the copies slice off inherited classes.
2012-03-30sal: add a more permanant set of annotations for lifetime tracking.Michael Meeks
Having done this on a temporary basis a couple of times before, it'd be good to avoid having to do the instrumentation again.
2012-03-30removed duplicate includes in sfx2Takeshi Abe
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe
2012-03-30count words in text with mixed script punctuation correctlyCaolán McNamara
2012-03-30callcatcher: regenerate unused code listCaolán McNamara
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe
2012-03-30fdo#40735 RTF export: CJK text is typically not single-byteMiklos Vajna
2012-03-30Missing includesStephan Bergmann
2012-03-30Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.hStephan Bergmann
...the same way cpp_uno/mingw_intel was already adapted.
2012-03-30filter-showIncludes.pl: Attempt to prevent creating incomplete .d files.Jan Holesovsky
2012-03-30Fix format string properlyStephan Bergmann
2012-03-30MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64Stephan Bergmann
...for reasons that are yet unclear to me.
2012-03-30MinGW: work around _FILE_OFFSET_BITS incomp between Berkeleydb and LOStephan Bergmann
2012-03-30WaE: format '%i' expects type 'int', but argument has type 'long int'Tor Lillqvist
2012-03-30testcase for fdo#45394Miklos Vajna
2012-03-30fix buildLuboš Luňák
Apparently the order in makefile.mk matters. Without this higher, acceptor.uno.dll does not get built.
2012-03-30Updated patch commentStephan Bergmann
2012-03-30don't force dependecy on shasum when it is not neededNorbert Thiebaud
shasum is only needed to detect a bug in some version of gnumkae do not burden platform with a non-impacted gnu make with that requirement
2012-03-30Use mktemp(1) more portablyTor Lillqvist
2012-03-30Look for "shasum" (as on Mac OS X) tooTor Lillqvist
Hmm, /usr/bin/shasum is a Perl implementation (!), should we use "openssl sha1" instead?
2012-03-30iOS simulator fix and some cosmeticsTor Lillqvist
2012-03-30Link with more libs, include more configuration filesTor Lillqvist
2012-03-30More static lib name mappings. Yeah, need to do a gperf thing some nightTor Lillqvist
2012-03-30Add a dummy SalI18NImeStatus subclassTor Lillqvist
2012-03-30Don't build and deliver .component files with empty URIs (for iOS)Tor Lillqvist
2012-03-30do not make using system cairo depend on cairo canvas featureLuboš Luňák
Cairo canvas is a LO feature, it doesn't make sense to use system cairo only if the feature is enabled. Fixes mingw build (where our cairo copy does not build for whatever reason).
2012-03-30remove unused codeLuboš Luňák
2012-03-29Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet
2012-03-29alloca(3) needs stdlib.h on *BSD because there is no alloca.hRobert Nagy
2012-03-29add $python_libs to PYTHON_LIBS in case pkg-config is being usedRobert Nagy
2012-03-29some systems use sha1 instead of sha1sum, so detect both of themRobert Nagy
2012-03-29drop extra unused inlines and remains of unconstructable classCaolán McNamara
2012-03-29remove unused code (oox)Petr Vorel
2012-03-29add missing tools/table.hxx includeMarkus Mohrhard
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power
2012-03-29quick and ugly hack for ScEditableTester in ucalcMarkus Mohrhard
Fix this as soon as possible with a clean fix
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin
2012-03-29deal with symlinks in your PWD breaking gnumake dependenciesMichael Meeks
2012-03-29Mark all registered as clobbered that are not saved across callStephan Bergmann
2012-03-29Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7Stephan Bergmann
See comment in callvirtualmethod.cxx for details.
2012-03-30removed duplicate includes in dbaccessTakeshi Abe
2012-03-30removed duplicate includes in cppcanvas / cppuhelper / cuiTakeshi Abe
2012-03-29--headless for hwpfilter testLuboš Luňák
Otherwise there's a build dependency missing (and it's apparently not needed anyway).
2012-03-29fdo#45394 fix RTF import of custom fonts in substreamsMiklos Vajna
Substreams (headers, footers, etc.) are parsed separately, so their font table is empty by default. Fix handling of custom fonts (and thus encodings) there by passing a pointer to the superstream.
2012-03-29fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna
Additionally the table should be at the start of the document to trigger this bug.
2012-03-29emf+ on win: implement bitmap creation from bitmapcanvasRadek Doulik
2012-03-29emf+ on win: flush the header stream, so that it doesn't look like emptyRadek Doulik