summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-03Missing conditionalizaton.Stephan Bergmann
2011-11-03fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann
modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?).
2011-11-03Use xml2-config and xslt-config from our own copies if not using system onesTor Lillqvist
2011-11-03Resolves: fdo#36678 regenerate language-specific user dict listCaolán McNamara
Regenerate language-specific user dict list when language of underlying text changes. Not just when the user overrides it from the top menu.
2011-11-03Use the xml2-config from our own libxml2 copy if not using a system libxml2Tor Lillqvist
2011-11-03ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara
2011-11-03utf-16, not utf-8Caolán McNamara
2011-11-03add missing testsCaolán McNamara
2011-11-03Follow UAX-29 and present user-perceived character countsCaolán McNamara
Not a count of code-units, nor a count of code-points, but try and follow http://unicode.org/reports/tr29/ and present the grapheme count. Add a few representative tests to try and avoid gotchas.
2011-11-03callcatcher: drop unused methodsCaolán McNamara
2011-11-03callcatcher: ditch some unused codeCaolán McNamara
2011-11-03ByteString->rtl::OStringCaolán McNamara
2011-11-03Don't attempt any stripping when cross-compilingTor Lillqvist
It uses a hardcoded plain "strip" command anyway, which hardly will work for foreign executable file formats.
2011-11-03Use DYLD_LIBRARY_PATH when OS_FOR_BUILD == MACOSXTor Lillqvist
2011-11-03Cleanup inline IsGreyPalette implementation for mac platforms.Michael Meeks
2011-11-03Removed IsGreyPaletteEmanuele Fia
2011-11-03indent line in merged description.xmlAndras Timar
2011-11-03Better fix for removed RangeExpanderThorsten Behrens
The sole reason for that late class was the overloaded Range::expand() method - but it's actually quite easy to disambiguate that for boost::bind.
2011-11-03Disable xmlsec for AndroidTor Lillqvist
2011-11-03remove unused methods in EditEngineFelix Zhang
2011-11-03RangeExpander functor removed, but needed in one place.Cédric Bosdonnat
Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens
Semantically, B2IBox represents a pixel rect much better than B2IRange - replaced all occurences in and around the software renderer, and client code.
2011-11-02Cleanup basegfx - docs, visibility, pointless methods.Thorsten Behrens
Added docs to the range/* classes, removed methods the compiler can generate for us, removed unused header, and cleaned up visibility markup (inlines don't really need to be exported).
2011-11-02Fix BXYBox behaviour and unit testThorsten Behrens
Made the distinction more clear, added appropriate tests to nail behaviour.
2011-11-02Keep basebmp free of naked ptrs.Thorsten Behrens
Moved the implementation detail that SalFrames lifetime is handled manually in vcl out of basebmp & into vcl. Added lightweight wrapper class to decouple damagetracker lifetime from GtkFrame lifetime.
2011-11-02Revert "basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - ↵Thorsten Behrens
workaround" This reverts commit 69e4dd120631b05e7abb2c65f36b71e9424a8a72.
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl
2011-11-02One more SYSTEM_MOZILLA to SYSTEM_NSSTomas Chvatal
2011-11-02More on sal_Bool to bool (in method signatures).Kohei Yoshida
2011-11-02Prefer boost::scoped_ptr to std::auto_ptr and shared_ptr (if appropriate).Kohei Yoshida
2011-11-02sal_Bool->bool in ScGridWindow. One of them wasn't even used.Kohei Yoshida
2011-11-02simplify determination of pages to printIvan Timofeev
2011-11-02more fpicker related gtk cleanupMichael Meeks
2011-11-02cleanup gtk / gdk locking situation to use the SolarMutex insteadMichael Stahl
The SolarMutex is integrated with native gtk+ toolkit locking so this is semantically equivalent and rather less problematic.
2011-11-02remove obsolete @SYSTEM_TRANSLATE_TOOLKIT@ from set_soenv.inRene Engelhard
2011-11-02remove obsolete --with-system-translate-toolkitRene Engelhard
2011-11-02remove Resource.java.origRene Engelhard
2011-11-02pushd is a bashism, use #!/bin/bash in solenv/bin/localizeRene Engelhard
2011-11-02Library_vclplug_gtk3.mk: fix typoMichael Stahl
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl
2011-11-02gtk3: improve the GTK3 theming layer somewhatCosimo Cecchi
Improvements include: - don't create widgets when calculating the native region size, but use GtkStyleContext instead - refactor the native control drawing cycle - theme scrollbars - theme menu radios/checks/separators/arrows
2011-11-02Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal
This also finishes the uncoupling of NSS from the --with-system-mozilla.
2011-11-02Make .hpp/.hdl more robust against accidental include of .hdl instead of .hpp.Stephan Bergmann
.hdl failed to declare the inline cppu_detail_getUnoType functions defined in .hpp, which if client code only includes .hdl instead of .hpp could lead to runtime failures, now leads to compiler warnings.
2011-11-02Simplify addition of optional components to URE_MORE_{SERVICES,TYPES}.Stephan Bergmann
Those bootstrap variables now support <XXX>* syntax to include all files (non- recursively) contained in the directory denoted by XXX. Optional components can put their data simply into program/services/ and program/types/.
2011-11-02Pointless to check for "executability" of gdiplus.dll hereTor Lillqvist
2011-11-02update unused listCaolán McNamara
2011-11-02drop freshly unused methodsCaolán McNamara
2011-11-02update word count dialog when selection is completed or invalidatedCaolán McNamara
2011-11-02calc big file : refactor loading to avoid unecessary testsLaurent Godard
create ScDocument::AppendTabOnLoad do not test if named ranges exist on file load
2011-11-02n#693238: fixed parentheses warningCédric Bosdonnat