summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-13Let's see if this works for Visual Studio 2010....Kohei Yoshida
2013-04-13Go back to using Visual Studio project files to build.Kohei Yoshida
2013-04-13Trying to fix Windows build. Still broken.Kohei Yoshida
2013-04-13Deliver orcus-parser.lib on Windows.Kohei Yoshida
2013-04-13Newer version 0.5.1 (since 0.5.0 package was broken on Windows).Kohei Yoshida
2013-04-13Get sc to build.Kohei Yoshida
2013-04-13Deliver another library, though sc still can't link to it. Damn.Kohei Yoshida
2013-04-13Fix linker error against system zlib.Kohei Yoshida
2013-04-13This patch has been upstreamed.Kohei Yoshida
2013-04-13Update the internal liborcus package to 0.5.0.Kohei Yoshida
2013-04-13Now we require liborcus-0.6 package.Kohei Yoshida
2013-04-13Increment progress also during post string cell insertion phase.Kohei Yoshida
2013-04-13Obviously we do support it now, albeit partially.Kohei Yoshida
2013-04-13Show progress indicator during document import via orcus.Kohei Yoshida
2013-04-13Get the filter provider name from SfxMedium instead.Kohei Yoshida
2013-04-13Reduce indentation by early bail-out.Kohei Yoshida
2013-04-13Share error handling code between DoLoad() and DoLoadExternal().Kohei Yoshida
2013-04-13Handle load error correctly.Kohei Yoshida
2013-04-13Parameter order is wrong.Kohei Yoshida
2013-04-13Import null date via orcus.Kohei Yoshida
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida
2013-04-13Properly implement date / time value import from orcus.Kohei Yoshida
2013-04-13Implement set_date() interface method.Kohei Yoshida
2013-04-13Implement segment-based string import.Kohei Yoshida
2013-04-13Correctly implement add() and append() of shared strings interface.Kohei Yoshida
2013-04-13Defer string cell import until the end when importing via orcus.Kohei Yoshida
2013-04-13Use environment variable LIBO_USE_ORCUS to decide whether or not to use orcus.Kohei Yoshida
2013-04-13Try not to crash during import of xlsx and ods documents.Kohei Yoshida
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
2013-04-13Make the impl class explicitly non-copyable.Kohei Yoshida
2013-04-13Re-organize UNO interface members & use clear() to clear their refs.Kohei Yoshida
2013-04-13Delete obsolote platform from l10ntools mergeZolnai Tamás
2013-04-13Make l10ntools executables escape clearZolnai Tamás
2013-04-13Adding the dialog for setting stepped lines.Eric Seynaeve
2013-04-12RTF export: fix position of at-character-anchored textframesMiklos Vajna
2013-04-12Get rid of SHL_SBCTor Lillqvist
2013-04-12Should initialise Module::mpModule to 0Tor Lillqvist
2013-04-12Get rid of GetAppData(SHL_IDE)Tor Lillqvist
2013-04-12Resolves: #i119492# Reset the modified flag on OLE objects after loadingAndre Fischer
2013-04-12added missing includesEike Rathke
2013-04-12use EditView::CheckLanguage() instead of duplicated codeEike Rathke
2013-04-12resolveSystemLanguageByScriptType in case not setEike Rathke
2013-04-12make that a proper static method EditView::CheckLanguage()Eike Rathke
2013-04-12use proper language tag fallback for language guesser resultEike Rathke
2013-04-12Resolves: #i119965# Fixed saving slides where temporary files...Andre Fischer
2013-04-12AlphaMask derives from Bitmap so their destructors should be virtualHerbert Dürr
2013-04-12basic: SbCompare_UString_PropertyValue_Impl MSVC workaroundMichael Stahl
2013-04-12sw: remove usage of boost::bind for IMarksMichael Stahl
2013-04-12spurious warning C4701: potentially uninitialized local variableMichael Stahl
2013-04-12fdo#36858Lionel Elie Mamane