summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Collapse)AuthorAgeFilesLines
* add a pad and truncateCaolán McNamara2011-09-171-3/+81
|
* boost::scoped_ptr is sufficient hereCaolán McNamara2011-09-152-16/+16
|
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-123-1/+9
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* Nested classes need to be marked separately DLLPUBLIC, apparentlyTor Lillqvist2011-09-121-1/+1
|
* why leak m_pImplCaolán McNamara2011-09-121-3/+6
|
* Initial DocumentSettingsSerializer implementationMichael Meeks2011-09-111-1/+2
|
* add chaff to encrypted documentsCaolán McNamara2011-09-084-0/+163
|
* Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane2011-09-072-4/+4
| | | | | | | Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date.
* tell me *what* failedCaolán McNamara2011-09-051-6/+16
|
* move to comphelper, and renameCaolán McNamara2011-09-021-0/+66
|
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-291-1/+11
|
* various centralized isFOOAsciiStringsCaolán McNamara2011-08-293-19/+86
|
* remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara2011-08-293-12/+103
|
* add a helper class to do path resolutionMichael Meeks2011-08-262-0/+73
| | | | includes horrible lifecycle stack workaround for free.
* callcatcher: and so now unusedCaolán McNamara2011-08-224-147/+0
|
* callcatcher: post-unotools cleanup this is now unusedCaolán McNamara2011-08-222-59/+0
|
* Rename List -> WeakReferenceListJoseph Powers2011-08-211-3/+3
| | | | Just to clearify which List we're talking about.
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* unusedeasy: cleanup comphelper::MediaDescriptorJoseph Powers2011-08-182-102/+0
|
* add more component prefixesMatúš Kukan2011-08-172-2/+2
|
* Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC buildTor Lillqvist2011-08-174-32/+16
| | | | | Always pass the value to search for of type equal to what the iterators return.
* add and use a matchLCaolán McNamara2011-08-171-0/+23
|
* Less indent level.Kohei Yoshida2011-08-161-24/+26
|
* Fixed a crash due to invalid index for Sequence.Kohei Yoshida2011-08-161-19/+24
| | | | With this, 3.81 sec -> 1.2 sec.
* rename testCaolán McNamara2011-08-151-3/+3
|
* add a getToken wrapper for extracting a single token painlesslyCaolán McNamara2011-08-152-0/+58
|
* add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara2011-08-153-1/+98
|
* restore cppunit test (yet again)Caolán McNamara2011-08-154-42/+65
|
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-152-0/+44
| | | | | shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
* Removed the rest of FORWARD_DECLARE_INTERFACE.Kohei Yoshida2011-08-111-15/+0
|
* fix more -fpermissive compile errors from trunck gccTom Tromey2011-08-111-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-104-4/+4
|
* Let's use std::deque instead of uno::Sequence.Kohei Yoshida2011-08-041-102/+0
| | | | This makes things a little simpler.
* Found one inconsistency between deque and uno::Sequence usages.Kohei Yoshida2011-08-041-2/+2
| | | | ListenerType vs ScriptType. Also, deque supports clear().
* Include <functional> for std::unary_function.Kohei Yoshida2011-08-041-0/+1
| | | | | Mac build fails without this, apparently, accordingly to Norbert's tinderbox log.
* Prefer std::for_each to manual looping.Kohei Yoshida2011-08-041-38/+33
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Use rtl::OUStringHash.Kohei Yoshida2011-08-042-7/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-304-1/+7
|
* resyncing to masterBjoern Michaelsen2011-07-219-133/+79
|\
| * Drop macros from componentmodule.hxxMatúš Kukan2011-07-214-95/+73
| |
| * callcatcher: remove unused GetTemporaryStorageOfFormatCaolán McNamara2011-07-192-25/+0
| |
| * Remove component_getImplementationEnvironment methodsMatus Kukan2011-07-122-11/+0
| |
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-182-2/+6
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-19226-1662/+2102
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: basebmp/prj/d.lst basebmp/test/basictest.cxx basebmp/test/makefile.mk basegfx/inc/basegfx/basegfxdllapi.h basegfx/inc/basegfx/tools/debugplotter.hxx basegfx/inc/basegfx/tuple/b2ituple.hxx basegfx/prj/d.lst basegfx/source/numeric/makefile.mk basegfx/source/polygon/makefile.mk basegfx/source/range/makefile.mk basegfx/source/raster/makefile.mk basegfx/source/tuple/makefile.mk basegfx/source/vector/makefile.mk basegfx/test/basegfx1d.cxx basegfx/test/makefile.mk basegfx/util/makefile.mk canvas/Library_canvasfactory.mk canvas/Module_canvas.mk canvas/prj/build.lst canvas/prj/d.lst canvas/source/cairo/cairo_canvashelper_texturefill.cxx canvas/source/cairo/makefile.mk canvas/source/tools/makefile.mk comphelper/qa/string/makefile.mk cppcanvas/Module_cppcanvas.mk cppcanvas/inc/cppcanvas/cppcanvasdllapi.h cppcanvas/prj/build.lst cppcanvas/prj/d.lst cppcanvas/source/mtfrenderer/makefile.mk cppcanvas/util/makefile.mk i18npool/source/search/makefile.mk regexp/Library_regexp.mk regexp/prj/d.lst sax/CppunitTest_sax.mk sax/Library_sax.mk sax/prj/d.lst sax/qa/cppunit/test_converter.cxx sax/source/expatwrap/attrlistimpl.hxx sax/util/makefile.mk svtools/Library_svt.mk tools/Executable_sspretty.mk ucbhelper/prj/d.lst ucbhelper/source/provider/configureucb.cxx ucbhelper/source/provider/provconf.cxx ucbhelper/util/makefile.mk unotools/Library_utl.mk unotools/Module_unotools.mk unotools/Package_inc.mk unotools/prj/build.lst vcl/Library_desktop_detector.mk vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/aqua/source/gdi/salprn.cxx vcl/inc/aqua/saldata.hxx vcl/unx/generic/gdi/salgdi3.cxx
| * use standard template hereCaolán McNamara2011-06-011-9/+7
| |
| * overly staticCaolán McNamara2011-06-011-12/+8
| |
| * add Sequence headerCaolán McNamara2011-06-011-0/+1
| |
| * make this a well-behaved singletonCaolán McNamara2011-06-011-4/+7
| |
| * Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-273-27/+49
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cppcanvas/source/mtfrenderer/implrenderer.cxx i18npool/inc/i18npool/lang.h i18npool/source/isolang/isolang.cxx svtools/source/filter/exportdialog.cxx svtools/source/graphic/grfmgr.cxx vcl/aqua/source/dtrans/aqua_service.cxx vcl/aqua/source/window/salframe.cxx vcl/inc/sft.hxx vcl/inc/unx/pspgraphics.h vcl/inc/vcl/cursor.hxx vcl/inc/vcl/gdimtf.hxx vcl/inc/vcl/settings.hxx vcl/prj/d.lst vcl/source/app/settings.cxx vcl/source/control/edit.cxx vcl/source/gdi/gdimtf.cxx vcl/source/window/cursor.cxx vcl/source/window/window.cxx vcl/unx/generic/fontmanager/fontconfig.cxx vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx vcl/unx/kde4/KDESalGraphics.cxx