summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Collapse)AuthorAgeFilesLines
* loplugin: unused variablesThomas Arnhold2013-02-243-3/+0
| | | | Change-Id: I7fc203900256839e679bf73b717d121fedc42087
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
| | | | Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
* s/the the/the/Tor Lillqvist2013-02-223-3/+3
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-121-2/+2
| | | | Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
* fdo#46808, convert io::TextInputStream service to new styleNoel Grandin2013-02-113-22/+6
| | | | Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1
* fdo#46808, convert xml::xpath::XPathExtension service to new-styleNoel Grandin2013-02-112-12/+10
| | | | Change-Id: Ibdfaa221d33ae405c08bc13aa9ed280b30448772
* fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin2013-02-111-5/+3
| | | | Change-Id: I54bb0eb08d687e7d54c42601c826c580a7a17ebb
* fdo#46808, convert some forms code to XComponentContextNoel Grandin2013-02-117-31/+17
| | | | Change-Id: Id36556018761a1961de8ccfb3c549d4af03230ea
* fdo#46808, convert svt::GraphicAccess to XComponentContextNoel Grandin2013-02-112-2/+2
| | | | Change-Id: I081158bc43bf39ad165c14d8ada31dd0142ca82c
* fdo#46808, Adapt form::control::FilterControl UNO service to new styleNoel Grandin2013-02-112-49/+66
| | | | | | The service already existed, it just did not have an IDL file Change-Id: I1ca7ab09491057c1e9c91b5bb6763b84be10b47b
* fix for the awkward OUString::replaceAll() behaviourLuboš Luňák2013-01-301-5/+3
| | | | Change-Id: I6ee919bb17ea7eb29cb9cfc0fc69d02d728d9a0f
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-3010-60/+55
| | | | | | | Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-281-6/+6
| | | | Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+1
| | | | | | | | | - 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
* Fix Member variable m_pView is not initialized in the constructorJulien Nabet2013-01-261-0/+1
| | | | Change-Id: I0b18698f23f7c2c446e60069d0efcb6d89b1e5d3
* tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl2013-01-221-1/+1
| | | | | | | | | | | | This has the disadvantage that it makes comparisons involving fast OUString concatenation via operator+ ambiguous, as can be seen in scriptdlg.cxx, but it allows comparing String and OUString wihout explicit conversion, which is nice for incrementally converting code. Change-Id: Ibfc728bdb161a01e0f8311915c97bcbba8b58c0b Reviewed-on: https://gerrit.libreoffice.org/1803 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-2/+2
| | | | | | | | | 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>
* turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variablesMatúš Kukan2013-01-091-2/+2
| | | | | | | And one OSL_ASSERT too. Change-Id: I51f0083b9b9336e80c3b6a898c295173ad48f77c Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin2013-01-096-24/+23
| | | | Change-Id: I4ade267a44620f5a3af8009ac57a2456c62b83bc
* fdo#46808, Adapt sdb::OrderDialog UNO service to new styleNoel Grandin2013-01-091-19/+2
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: If24e9d6069bf7454bb0add3be8c4bc5916cc4d1f
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-041-1/+1
| | | | Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
* convert icu to gbuild and add to tail_buildPeter Foley2012-12-271-0/+1
| | | | | | | Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* 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
* fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin2012-12-211-21/+25
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: I2267bec182ad1cc8f6a37939861a7368a17fcef2
* rhbz#782736 use right device for converting sizeDavid Tardon2012-12-201-1/+1
| | | | Change-Id: If433376df24a3646d80f30e1dfa45463653ea72b
* fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin2012-12-061-14/+3
| | | | Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123
* fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin2012-12-067-24/+19
| | | | Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9
* RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl2012-12-021-8/+0
| | | | Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
* Include <iterator>Fridrich Štrba2012-11-301-0/+1
| | | | Change-Id: I8a3db271ed0400decc00b88c75603cc73ffdd1db
* OUString::trim() does not modify in-placeTor Lillqvist2012-11-281-1/+1
| | | | Change-Id: I20e51370920b8a7ca3152c0c2e4d3d65c46a20cc
* fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin2012-11-281-3/+3
| | | | Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
* Fix --enable-dbgutil buildStephan Bergmann2012-11-271-1/+1
| | | | Change-Id: I79beddf3f5d588e47e47c50e1a9b06b70aca99c0
* re-factor lifecycle issues in FormattedFieldWrapper.Michael Meeks2012-11-272-104/+92
| | | | | XAggregation.idl has some rather helpful comments on how this should work.
* re-base on ALv2 code. Includes:Michael Meeks2012-11-27115-2544/+1643
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch contributed by Christian Lippka impress212: #i113063# patch: dubios self assign in svx/source/dialog/framelink.cxx http://svn.apache.org/viewvc?view=revision&revision=1167619 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 cws mba34issues01: #i117719#: use correct resource ID http://svn.apache.org/viewvc?view=revision&revision=1172351 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 Patches contributed by Armin Le-Grand #118804# corrected GraphicExporter behaviour on shortcut when pixel graphic is requested http://svn.apache.org/viewvc?view=revision&revision=1240195 fix for #118525#: Using primitives for chart sub-geometry visualisation http://svn.apache.org/viewvc?view=revision&revision=1226879 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 13f79535-47bb-0310-9956-ffa450edef68 Patch contributed by Regina Henschel linecap: Reintegrating finished LineCap feature http://svn.apache.org/viewvc?view=revision&revision=1232507 Patch contributed by Wang Lei (leiw) #i118760# split the first table cell vertically, then undo&redo, the Presentation app will crash http://svn.apache.org/viewvc?view=revision&revision=1301361 cleanup globlmn hacks, undo dependent fixmes.
* Revert "sb140: #i114718# avoid references to object across ↵Michael Meeks2012-11-272-76/+97
| | | | | | | | | XAggregation::setDelegator boundary" This reverts commit 390eaa736364a59e479a849598677b1a6a87f24e. Conflicts: forms/source/component/FormattedFieldWrapper.cxx
* correct free slot count.Michael Meeks2012-11-271-2/+0
|
* Revert "sb140: #i114669# appears be duplicate of fixed i114718, so ↵Michael Meeks2012-11-271-1/+1
| | | | | | re-enabling test" This reverts commit 52b32f617521fd160b043754f77f3a549fddc926.
* fs34b: #i117507# serialize_node: do not reach out into the implementationFrank Schoenheit [fs]2012-11-273-51/+80
| | | | | | | | | | of the UNO DOM node (which isn't possible anymore), but use the proper UNO API for serialization Conflicts: forms/source/xforms/submission/serialization_app_xml.cxx forms/source/xforms/submission/serialization_app_xml.hxx forms/source/xforms/submission/submission_put.cxx
* fs34b: added some diagnostics, so next time a bug like #i117507# happensFrank Schoenheit [fs]2012-11-271-22/+32
| | | | | | | we will not - at least in a non-product build - silently ignore it Conflicts: forms/source/xforms/submission/serialization_app_xml.cxx
* fs34b: #i117459# fixed the test - do not create multiple children of a ↵Frank Schoenheit [fs]2012-11-272-24/+4
| | | | document, this (rightfully) throws nowadays
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-261-1/+0
| | | | | | | | | | | | | | | | | | | | | ... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
* fdo#51304 Remove @author annotationJosé Guilherme Vanz2012-11-244-20/+0
| | | | | | | | | | | This commit removes @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-3/+1
| | | | Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
* AllSettings with LanguageTagEike Rathke2012-11-224-4/+4
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-113-6/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * \ Merge branch 'master' into feature/killsdfAndras Timar2012-10-1323-75/+40
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | 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