summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Collapse)AuthorFilesLines
2013-03-20simplify OUString assignmentsChr. Rossmanith2-4/+4
Change-Id: Ieffd80aa84c9a041785bb81b3a904a32d00cb2bb Reviewed-on: https://gerrit.libreoffice.org/2863 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-25/+25
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan1-3/+1
Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
2013-03-06Improve comphelper/READMEStephan Bergmann1-1/+4
Change-Id: I81e3cb8f21f156e61536237ee8b87e475218dafd
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2-2/+2
Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-05doubled usingThomas Arnhold2-2/+0
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-03binfilter: remove some tracesThomas Arnhold1-180/+0
Change-Id: I5b03dcb5d1f8c73c7a308e7ae209cc7872f18c61
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03loplugin: unused variables and commented codeThomas Arnhold1-3/+4
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
2013-03-02fdo#39468 Translated German comments to EnglishGábor Nyers2-24/+20
Change-Id: If4f8e308cfae6a4ba64576c1b2844210e64085a0
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King2-3/+3
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet1-1/+1
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-25loplugin: improve indentationThomas Arnhold1-2/+1
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet5-8/+8
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-18add comphelper::string::indexOfAny()Michael Stahl2-0/+27
to replace String::SearchChar() Change-Id: If5476e94be1255247918584cf1923d408ad75064
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev4-8/+8
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar4-1/+911
We use this class in helpcompiler, and it is not desirable to compile svtools (thus half of LibreOffice) for a build tool in cross-compiling environment. Change-Id: I5e6bc3e576af41eb03c1420dd347c542306f69fa
2013-02-11fdo#46808, convert code in desktop module to XComponentContextNoel Grandin1-6/+3
Change-Id: I79a22f52ebe59f8f89291d4e6e78bd37817cd047
2013-02-11fdo#46808, convert comphelper::OStorageHelper to XComponentContextNoel Grandin2-9/+5
And drop the optional parameter on CreatePackageEncryptionData because no-one is using it. Change-Id: Ia83ebfc099dd121273d2c39431d015b3bc0abd81
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-24/+14
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ↵Mark Wright1-1/+1
as explicity for C++11 compilers Change-Id: If2c3ad68b2ffea645a9f2035cd802553edc0ee79 Reviewed-on: https://gerrit.libreoffice.org/2064 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-08EmbeddedObjectContainer: log some exceptionsMichael Stahl1-5/+16
Change-Id: I7356dfedc6121876641ef0e5f41d50db725980d4
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida2-0/+8
Change-Id: I35968241a79db0aabe06e25c0efac2aa3d1c5b84
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith31-395/+373
Change-Id: Ib068c06956bc9f04bb7c468375aacd2e6e9db77d
2013-01-28RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith9-99/+95
Change-Id: I36bb19c123c1de54e04ba2e6c30b1cb0f7353047
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-25text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna2-0/+6
Change-Id: I854cc5e4da2ce87ef4a7af6e9c0cf6f208714e4c
2013-01-15fdo#46808, Convert comphelper::MimeConfigurationHelper to XComponentContextNoel Grandin2-11/+10
Change-Id: I74b4f0c4a84f02b218102405eaba24cf47f654ce
2013-01-15fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new styleNoel Grandin1-17/+9
The services already existed, it just did not have an IDL file. Adapts com.sun.star.embed.OOoEmbeddedObjectFactory com.sun.star.embed.OLEEmbeddedObjectFactory com.sun.star.embed.EmbeddedObjectCreator Change-Id: I8ba01c7fd956a46c87d02dc7d61bdd5fcdf21ab8
2013-01-12correct indentationMarkus Mohrhard1-1/+1
Change-Id: Ibcbcb69c96e8bbd6bccc0f852240a2a6cef2c1c0
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-6/+2
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-13fdo#46808, use service constructor for embed::FileSystemStorageFactoryNoel Grandin2-25/+12
Change-Id: Ic523e4b0a662a68a1a222b7697fcdae56d69903c
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin2-48/+35
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák2-82/+0
No point in hidding something useful like this in some helper lib. Change-Id: I7332d7f6bd428378cd19e7e95ad130771a541140
2012-12-03workaround for a strange mingw problem caused by fast string operator+Luboš Luňák1-1/+2
error: no matching function for call to ‘transform(const com::sun::star::beans::NamedValue*, const com::sun::star::beans::NamedValue*, com::sun::star::uno::Any*, <unresolved overloaded function type>)’ Change-Id: I7d38a7ee13497fd11b2cea340e2f800dd78f485f
2012-12-03comphelper::string::ConstAsciiString support for fast operator+Luboš Luňák1-0/+16
Although an ever better option seems to be replace this overblown const char[] wannabe with the real const char[] thing. Change-Id: Ibdf5e498585d9e2fb589a49800f7ceee1545fc30
2012-11-30API CHANGE: remove com.sun.star.text.XModuleMichael Stahl1-1/+0
This interface has been deprecated since OpenOffice.org initial CVS import and the purpose of an empty interface is dubious anyway. EXISTENCE: published key "/UCR/com/sun/star/text/XModule" exists only in registry 1 Change-Id: If3c849d61d5433b8d426e2e89c3b818a7fff1e7d
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens10-39/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens4-12/+10
The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist1-1/+1
Change-Id: I522e579253d3b59bcc72010bfbb5d09d9f558fa1
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin4-57/+50
The service is deprecated, but we still have a handful of in-tree users, and converting it lets me thread XComponentContext through a bunch of classes. Change-Id: Iffdfe537ada6b9e4a89f9b3c8dd82ca85f4bfaba
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin2-23/+9
Change-Id: If6ad17fa9e274beff7ba872a095ced65438962af
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-1/+1
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-6/+2
Change-Id: I0499ad7de27b1539e97f01ab8aa0ef2d6713ae76
2012-10-26Remove obsolete commentStephan Bergmann1-1/+0
Change-Id: I91ca29d9960e2f92c0f8bdec97695b58078fac6b
2012-10-26Turn SAL_INFO back to SAL_WARNStephan Bergmann1-1/+1
...the reason it started firing was a regression that has now been addressed with 402eaced7554aaeea75c10015857ea197191ba34 "Related fdo#46808: Fix UUIInteractionHandler::initialize argument handling." Change-Id: I2f36e1cb5ae1af293a7c07c366f1602e56e966ea