Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-10 | convert uui to gbuild | Matúš Kukan | |
2011-08-10 | Number formatter sal_Bool -> bool clean-up and cosmetics | Eike Rathke | |
2011-08-10 | do not try to deliver .component file when it's not there | Matúš Kukan | |
2011-08-10 | change from sal_Bool to bool in ScRangeName/ScRangeData | Markus Mohrhard | |
2011-08-10 | fix for fdo#37391: don't write invalid references to files | Markus Mohrhard | |
2011-08-09 | convert xmlsecurity to gbuild | Matúš Kukan | |
2011-08-09 | Resolves: fdo#32177 add a modification listener on new XDocumentProperties | Caolán McNamara | |
2011-08-09 | Adjust 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-09 | Correctly 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-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-09 | annoyingly MSWord2010 will apparently deem a doc using VT_DATE as invalid | Caolán McNamara | |
2011-08-09 | Trust "make fetch" to dowload mysqlc; do not require it at configure time | Lionel Elie Mamane | |
2011-08-09 | fix fdo#39561 | Christophe Strobbe | |
make html & xhtml consistent in treatment of svg:title -> image:alt tag | |||
2011-08-09 | Replace SvUShorts with vector in xmloff/xmlnumfe.cxx | Nigel Hawkins | |
LGPLv3+/MPL1.1 | |||
2011-08-09 | Resolves: fdo#38981 implement saving/loading PROPVARIANT::DATE ole2 property | Caolán McNamara | |
2011-08-09 | Replace SvUShorts with vector in svl/zforlist.[ch]xx | Nigel Hawkins | |
LGPLv3+/MPL1.1 | |||
2011-08-09 | Replace SvUShorts with vector in aeitem.[ch]xx | Nigel Hawkins | |
LGPLv3+/MPL1.1 | |||
2011-08-09 | Replace SvUShorts with vector in editeng/impedit.hxx and cascade changes. | Nigel Hawkins | |
LGPLv3+/MPL | |||
2011-08-09 | curl: disable libssh2 support | Miklos Vajna | |
Otherwise internal curl may pick up system libssh2. | |||
2011-08-09 | patch for xmlfilter.cxx | Gabor Jenei | |
2011-08-09 | silence warnings | Matúš Kukan | |
2011-08-09 | fix for fdo#34768 - no update preview | Peter 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-09 | convert rsc to gbuild | Matúš Kukan | |
2011-08-09 | update list | Caolán McNamara | |
2011-08-09 | Create dir for the dependencies. | Jan Holesovsky | |
2011-08-09 | reduce unused list | Caolán McNamara | |
2011-08-09 | ConvertFromUnicode can be made private | Caolán McNamara | |
and default argument can be removed as its always the same | |||
2011-08-09 | build error | Caolán McNamara | |
2011-08-09 | remove ByteString::Convert | Caolán McNamara | |
2011-08-09 | The idl encoding table stuff appears to be a no-op, converts x to x | Caolá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-09 | Convert directly from RTL_TEXTENCODING_IBM_437 to unicode | Caolá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-09 | Fix compilation errors with dbglevel>1 | Tor Lillqvist | |
2011-08-09 | Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOS | Tor Lillqvist | |
2011-08-09 | Some cppcheck cleaning | Julien Nabet | |
2011-08-08 | Add 2 lacking va_end. | Julien Nabet | |
2011-08-08 | convert dtrans to gbuilb | Matúš Kukan | |
2011-08-09 | Nah, we cannot build binaryurp_cppunittester_all (for iOS) here | Tor Lillqvist | |
It depends on CPPUHELPERLIB which for iOS depends on BOOTSTRAPUNOLIB which hasn't been built yet. | |||
2011-08-09 | Add newline at end | Tor Lillqvist | |
2011-08-08 | Replace SvUShorts with vector in editeng.hxx and cascade changes. | Nigel Hawkins | |
LGPLv3+/MPL | |||
2011-08-08 | More dependent libraries for iOS | Tor Lillqvist | |
2011-08-08 | Bypass this for non-desktop OSes | Tor Lillqvist | |
2011-08-08 | Can't build the iOS static cppuhelper test here now | Tor Lillqvist | |
Since we now link to the (also static) bootstrap.uno component which hasn't been built yet. | |||
2011-08-08 | For iOS just link directly to the bootstrap component | Tor Lillqvist | |
2011-08-08 | Use prefixed getFactory and no canUnload on iOS | Tor Lillqvist | |
2011-08-08 | Deliver also static component archives as built for iOS | Tor Lillqvist | |
2011-08-08 | Deliver also static libstore | Tor Lillqvist | |
2011-08-08 | Add dependencies for sal_qa_static | Tor Lillqvist | |
2011-08-08 | oh dear, I never actually added this before | Caolán McNamara | |
2011-08-08 | the option got turned into --with-system-sane so look for with_system_sane | Caolán McNamara | |
2011-08-08 | configure --with-system-sane: correct help string | Lionel Elie Mamane | |