summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-09convert xmlsecurity to gbuildMatúš Kukan
2011-08-09Resolves: fdo#32177 add a modification listener on new XDocumentPropertiesCaolán McNamara
2011-08-09Adjust the parallelism of tail_build to be max(max-process, num-cpus)Norbert Thiebaud
tail_build run mostly by itself and wrap a dozen of module, using just MAXPROCESS for the parallelism force to limit NB_CPUS in order to avoid a NB_CPUS x MAXPROCESS scenario. This mitigate this problem, until we don;t need MAXPROCESS anymore and NB_CPUS becomes the only driving force.
2011-08-09Correctly import from Excel charts with multiple ranges.Kohei Yoshida
This was "fixed" in i#107275, but the fix only worked in locales where the range/argument separator was ';' (e.g. German locale). This is the correct fix that works in all locales regardless of the separator.
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09annoyingly MSWord2010 will apparently deem a doc using VT_DATE as invalidCaolán McNamara
2011-08-09Trust "make fetch" to dowload mysqlc; do not require it at configure timeLionel Elie Mamane
2011-08-09fix fdo#39561Christophe Strobbe
make html & xhtml consistent in treatment of svg:title -> image:alt tag
2011-08-09Replace SvUShorts with vector in xmloff/xmlnumfe.cxxNigel Hawkins
LGPLv3+/MPL1.1
2011-08-09Resolves: fdo#38981 implement saving/loading PROPVARIANT::DATE ole2 propertyCaolán McNamara
2011-08-09Replace SvUShorts with vector in svl/zforlist.[ch]xxNigel Hawkins
LGPLv3+/MPL1.1
2011-08-09Replace SvUShorts with vector in aeitem.[ch]xxNigel Hawkins
LGPLv3+/MPL1.1
2011-08-09Replace SvUShorts with vector in editeng/impedit.hxx and cascade changes.Nigel Hawkins
LGPLv3+/MPL
2011-08-09curl: disable libssh2 supportMiklos Vajna
Otherwise internal curl may pick up system libssh2.
2011-08-09patch for xmlfilter.cxxGabor Jenei
2011-08-09silence warningsMatúš Kukan
2011-08-09fix for fdo#34768 - no update previewPeter Rabi
Fixes dialogue "Load Slide Design" in Impress. The preview now updates when selecting another template in the listbox. Contributed under license LGPLv3+/MPL.
2011-08-09convert rsc to gbuildMatúš Kukan
2011-08-09update listCaolán McNamara
2011-08-09Create dir for the dependencies.Jan Holesovsky
2011-08-09reduce unused listCaolán McNamara
2011-08-09ConvertFromUnicode can be made privateCaolán McNamara
and default argument can be removed as its always the same
2011-08-09build errorCaolán McNamara
2011-08-09remove ByteString::ConvertCaolán McNamara
2011-08-09The idl encoding table stuff appears to be a no-op, converts x to xCaolán McNamara
1.a) There is only one call to SvTokenStream::SetCharSet 2.b) That call is from SvTokenStream::InitCtor and the argument is gsl_getSystemTextEncoding() 2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable i.e. pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() ); 2.b) so this is in practive only ever... pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(), gsl_getSystemTextEncoding() ); 3) SvChar::GetTable returns a table for converting from one encoding to another. 4) so the whole thing is a no-op, i.e. pCharTab can be dropped SvChar::GetTable is then unused and can be dropped SetCharSet and GetCharSet are then also unused
2011-08-09Convert directly from RTL_TEXTENCODING_IBM_437 to unicodeCaolán McNamara
When we draw this text we assume it's in RTL_TEXTENCODING_IBM_437 and convert from RTL_TEXTENCODING_IBM_437 to unicode. So why when we determine the width to use convert from RTL_TEXTENCODING_IBM_437 to the system encoding, which could be anything, and get the width of that ?
2011-08-09Fix compilation errors with dbglevel>1Tor Lillqvist
2011-08-09Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOSTor Lillqvist
2011-08-09Some cppcheck cleaningJulien Nabet
2011-08-08Add 2 lacking va_end.Julien Nabet
2011-08-08convert dtrans to gbuilbMatúš Kukan
2011-08-09Nah, we cannot build binaryurp_cppunittester_all (for iOS) hereTor Lillqvist
It depends on CPPUHELPERLIB which for iOS depends on BOOTSTRAPUNOLIB which hasn't been built yet.
2011-08-09Add newline at endTor Lillqvist
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
LGPLv3+/MPL
2011-08-08More dependent libraries for iOSTor Lillqvist
2011-08-08Bypass this for non-desktop OSesTor Lillqvist
2011-08-08Can't build the iOS static cppuhelper test here nowTor Lillqvist
Since we now link to the (also static) bootstrap.uno component which hasn't been built yet.
2011-08-08For iOS just link directly to the bootstrap componentTor Lillqvist
2011-08-08Use prefixed getFactory and no canUnload on iOSTor Lillqvist
2011-08-08Deliver also static component archives as built for iOSTor Lillqvist
2011-08-08Deliver also static libstoreTor Lillqvist
2011-08-08Add dependencies for sal_qa_staticTor Lillqvist
2011-08-08oh dear, I never actually added this beforeCaolán McNamara
2011-08-08the option got turned into --with-system-sane so look for with_system_saneCaolán McNamara
2011-08-08configure --with-system-sane: correct help stringLionel Elie Mamane
2011-08-08Don't bother trying to truncate parts debugging outputTor Lillqvist
Murphy says it's the part that is dropped which will be interesting one anyway.
2011-08-08Add invokeStaticComponentFactory() for statically linked componentsTor Lillqvist
Will be used for iOS at least. Factor out the part of loadSharedLibComponentFactory() that handle the symbol that has been successfully looked up.
2011-08-08catch by const referenceCaolán McNamara
2011-08-08missing ',' makes a completely different string than it appears.Caolán McNamara
2011-08-08add SwPostItField::GetDateTime()Luboš Luňák
it's rather weird to have only access to either date or time, but not the whole object