summaryrefslogtreecommitdiffstats
path: root/uui
Commit message (Collapse)AuthorAgeFilesLines
* various efforts to consistently apply HIG rulesCaolán McNamara2013-02-201-1/+1
| | | | Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
* various efforts to consistently apply HIG rulesCaolán McNamara2013-02-151-0/+1
| | | | Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2
* move set master password dialog to uui and adapt codeCaolán McNamara2013-02-158-309/+199
| | | | Change-Id: Ic23b7589f48f7b2fc4b8f6e4bc285364b8819081
* remove obsolete hidother.src filesAndras Timar2013-02-061-4/+0
| | | | Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
* fdo#46808, make MacOS tinderbox happyNoel Grandin2013-01-281-2/+2
| | | | Change-Id: I17a2a1861f35beedc8c9ec23738fbd042b1a1f63
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-281-2/+1
| | | | Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c
* fdo#46808, Adapt setup::UpdateCheckConfig UNO services to new styleNoel Grandin2013-01-281-18/+10
| | | | | | The services already existed, it just did not have an IDL file. Change-Id: Iae319545e5bf2384ede0992715a4879554605a22
* Some cppcheck cleaningJulien Nabet2013-01-271-6/+7
| | | | Change-Id: I7217ab7500de5d8220b85e56aceb6e843bd0769f
* move entermasterpassword.ui to right place and adapt codeCaolán McNamara2013-01-279-130/+150
| | | | Change-Id: Ia0308990eaf1b87de1c7fd673a2a25a45fcfb366
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-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
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-213-3/+3
| | | | | | | | | replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin2013-01-0913-79/+77
| | | | | | | .. everywhere that was using createWithServiceFactory, and delete the old method. Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-3/+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
* Remove xml2cmp leftoversStephan Bergmann2012-12-121-85/+0
| | | | Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
* WaE: warn_unused_resultTor Lillqvist2012-12-121-2/+2
| | | | Change-Id: I17c916a751a5bf5ab70bd59d247f865676c9e1e4
* matchIgnoreAsciiCaseAsciiL() -> matchIgnoreAsciiCase()Luboš Luňák2012-12-111-1/+1
| | | | Change-Id: I6767c62265dcfbb55ce086385802db59d4d0b177
* Remove RTL_* from uuiMarcos Paulo de Souza2012-12-119-120/+61
| | | | | | | | Change-Id: I411133e81a9b548aaef2333c705c1376f45304d7 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1294 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* Remove UniString from uui moduleMarcos Paulo de Souza2012-12-101-4/+4
| | | | | Change-Id: I6eb52f42c3364970553015492b9c488c04febed6 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+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
* API CHANGE: remove com.sun.star.ucb.InteractiveCHAOSExceptionMichael Stahl2012-11-292-24/+0
| | | | | | | | | | | | | | | ... and com.sun.star.ucb.CHAOSProgressStart. These are apparently remnants of a predecessor of UCB called CHAOS that has been removed long ago. EXISTENCE: published key "/UCR/com/sun/star/ucb/InteractiveCHAOSException" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/ucb/CHAOSProgressStart" exists only in registry 1 Change-Id: I6502874d6026665c0696a4226396714fc44819ee
* uui: oops, overlooked css.sync2 using code in uuiMichael Stahl2012-11-291-23/+0
| | | | Change-Id: I42a0a94eddb58ec13d019d29fe8b88ae63d3c138
* API CHANGE: remove com.sun.star.sync/sync2 modulesMichael Stahl2012-11-291-1/+0
| | | | | | | | | | | | | | | | | The modules were entirely deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/sync/FilterData" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync" with published children exists only in registry 1 WARNING: could not open key "/UCR/com/sun/star/sync2/BadPartnershipException" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync2" with published children exists only in registry 1 Change-Id: I58bf7737ac00a6ecb905f59fb389b31376dff2cf
* AllSettings with LanguageTagEike Rathke2012-11-222-1/+2
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* Merge branch 'master' into feature/killsdfAndras Timar2012-11-113-21/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
| * fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin2012-10-311-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...in favor of existing new-style configuration::theDefaultProvider singleton. Theoretically, ConfigurationProvider instances can be created with specific Locale and EnableAsync arguments, but this is hardly used in practice, and thus effectively all uses of the ConfigurationProvider service use the theDefaultProvider instance, anyway. theDefaultProvider is restricted to the XMultiServiceFactory interface, while ConfigurationProvider also makes available XComponent. However, dispose must not be called manually on theDefaultProvider singleton anyway, and calls to add-/removeEventListener are so few (and in dubious code that should better be cleaned up) that requiring an explicit queryInterface does not really hurt there. This commit originated as a patch by Noel Grandin to "Adapt configuration::ConfigurationProvider UNO service to new style [by creating] a merged XConfigurationProvider interface for this service to implement." It was then modified by Stephan Bergmann by deprecating ConfigurationProvider instead of adding XConfigurationProvider and by replacing calls to ConfigurationProvider::create with calls to theDefaultProvider::get. Change-Id: I9c16700afe0faff1ef6f20338a66bd7a9af990bd
| * Related fdo#46808: Fix UUIInteractionHandler::initialize argument handlingStephan Bergmann2012-10-261-8/+16
| | | | | | | | | | | | | | This was a regression introduced with c25cb8a641723ab098980bb842caf75c0dc9b059 "fdo#46808, Adapt task::InteractionHandler UNO service to new style." Change-Id: I52e36c4aabbf4b2b4552ed0e8ea164db15071980
| * fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin2012-10-241-1/+1
| | | | | | | | | | | | | | Convert the helper methods to take an XComponentContext parameter, instead of XMultiServiceFactory. Change-Id: I9f0098af37b91f107d8799f14caa04756eac82b1
* | Merge branch 'master' into feature/killsdfAndras Timar2012-10-137-72/+79
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.top Module_tail_build.mk RepositoryExternal.mk RepositoryFixes.mk accessibility/source/standard/vclxaccessibletoolbox.cxx basic/source/uno/dlgcont.cxx connectivity/Library_ado.mk cross_tail_build/prj/build.lst desktop/source/offacc/acceptor.cxx filter/Library_PptImporter.mk filter/source/t602/filterenv.cxx i18npool/Library_textconv_dict.mk ooo.lst.in saxon/ExternalProject_saxon.mk saxon/build.xml sc/sdi/scalc.sdi sc/source/filter/xml/xmlstyli.cxx sc/source/ui/condformat/condformatdlg.cxx sc/source/ui/condformat/condformatmgr.cxx sc/source/ui/view/cellsh1.cxx sdext/source/pdfimport/misc/pwdinteract.cxx shell/qa/zip/makefile.mk shell/qa/zip/testimpl/makefile.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/android.mk solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/macosx.mk soltools/Executable_adjustvisibility.mk soltools/Executable_checkdll.mk soltools/Executable_cpp.mk soltools/Executable_javadep.mk soltools/Executable_makedepend.mk sw/qa/extras/rtfimport/rtfimport.cxx tail_build/prj/build.lst tomcat/ExternalProject_tomcat.mk ucb/source/ucp/webdav/webdavcontent.cxx xml2cmp/Executable_xml2cmp.mk
| * String->OUString in tools::ErrorContextNoel Grandin2012-10-092-3/+3
| | | | | | | | | | | | | | Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c Reviewed-on: https://gerrit.libreoffice.org/769 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
| * Fixes/improvements on previous commitStephan Bergmann2012-10-046-29/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
| * fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-044-50/+37
| | | | | | | | | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
| * gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | | | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
| * gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | | | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
| * gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | | | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* | translations is a source-only moduleAndras Timar2012-10-011-1/+1
| | | | | | | | Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
* | gbuild: invert handling of standard system libraries:Michael Stahl2012-10-011-2/+0
| | | | | | | | | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* | gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-10-011-1/+2
| | | | | | | | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* | gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-011-0/+1
|/ | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-194-8/+8
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* fdo#54858: fix UNO service conversionIvan Timofeev2012-09-171-6/+2
| | | | | | | regression from 197a79e57131c976a489882479a679ba2ab61b82 Change-Id: I3fbba4da0d293659d8521c768d34de18cd6bc634 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Improvement on previous commitStephan Bergmann2012-09-112-49/+15
| | | | Change-Id: I10984b6ac4128ad46f512dade0f4e0084d0b9348
* fdo#46808, Adapt task::PasswordContainer UNO service to new styleNoel Grandin2012-09-113-15/+15
| | | | | | | Create a merged XPasswordContainer2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I245b566b43e4646f10914b0aee13b2a0b0e296ae
* fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin2012-09-043-19/+17
| | | | | | | | Rename service from "Decryptor" to "DocumentDigitalSignatures" to be consistent with the other UNO services, and with it's own header file name. Add service constructor for passing in arguments. Change-Id: Iaca0c40bb2f1a1af2ef9ca29361bfd023ade2678
* fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin2012-09-031-8/+4
| | | | Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-314-6/+2
| | | | Change-Id: I70dca6915daf6647271ee89c752a50365cff7010
* Revert "no member named 'OStringBuffer' in namespace 'rtl'"Tor Lillqvist2012-08-301-4/+5
| | | | | | | | Instead just #include <rtl/strbuf.hxx> then. This reverts commit 15768dac2b0a326cb1f8b7985f18a6ab54d1a664. Change-Id: Ib6aed3f73bf106b4804fb418af80fefa6d662c79
* no member named 'OStringBuffer' in namespace 'rtl'Tor Lillqvist2012-08-301-4/+4
| | | | Change-Id: Idb06612e30b6ef3e9ce26d461f3664fbafdb1cab
* do not deliver these module-description xml filesMatúš Kukan2012-08-222-34/+0
| | | | | | | Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1 Reviewed-on: https://gerrit.libreoffice.org/454 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* reduce ascii noise and useless commentsThomas Arnhold2012-08-081-8/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-082-11/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7