summaryrefslogtreecommitdiffstats
path: root/UnoControls
Commit message (Collapse)AuthorAgeFilesLines
* use uno::Reference#clear() method...Noel Grandin2013-06-056-14/+13
| | | | | | ...instead of assigning an empty value. Reduces code noise. Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-222-44/+8
|
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-2/+2
| | | | | | | | | Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#46808, Convert frame::Frame to new styleNoel Grandin2013-04-082-31/+27
| | | | Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-6/+3
| | | | | | | | Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-033-3/+3
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-262-2/+2
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-2413-44/+48
| | | | | | | | | Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
* 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
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-2/+2
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* Fix some "Variables reassigned a value before the old one has been used"Julien Nabet2012-09-151-5/+2
| | | | Change-Id: I38d62d2c095b87f08d37acfc26df07a4920be4d2
* Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann2012-09-141-10/+2
| | | | | | ...more to follow (easy hack?) Change-Id: Icb02626495701a3905c124c7368b98c3258e91b2
* Finished ::rtl::OUString to OUString in UnoControlsRicardo Montania2012-09-122-18/+18
| | | | | | | Change-Id: I48409908bd1639d6a69217c7f94ebce04464487f Reviewed-on: https://gerrit.libreoffice.org/601 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* ::rtl::OUString to OUString in UnoControlsRicardo Montania2012-09-114-15/+15
| | | | | | | Change-Id: I12a95e61e7bf59c64fec7df98617926b774074ee Reviewed-on: https://gerrit.libreoffice.org/597 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* add more component prefixesMatúš Kukan2012-09-012-2/+2
| | | | Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0812-60/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-0818-158/+1
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* Remove unused macrosThomas Arnhold2012-08-051-20/+0
| | | | Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
* re-base on ALv2 code.Michael Meeks2012-07-0320-440/+276
|
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* re-base on ALv2 code.Michael Meeks2012-06-191-23/+14
|
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-12/+14
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* removed dead codeTakeshi Abe2012-06-062-32/+0
| | | | Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71
* targeted string re-workNorbert Thiebaud2012-06-021-1/+1
| | | | Change-Id: I5098274cfcc1a6ae18cfc3e8a0315fce63f05adc
* targeted string re-workNorbert Thiebaud2012-05-293-3/+3
| | | | Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-1/+1
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Removed RTL_CONSTASCII_USTRINGPARAM from UnoControlsSzabolcs Dezsi2012-04-196-49/+49
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* expand and remove CSS* macroThomas Arnhold2012-02-219-494/+408
|
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* UnoControls: remove dmakefilesMichael Stahl2012-01-213-164/+0
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-061-1/+0
|
* gbuildize UnoControlsDavid Tardon2011-12-257-42/+111
|
* Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot2011-12-092-4/+4
| | | | | | Part I Modules unoControl, accessibility and avmedia
* childs -> childrenMichael T. Whiteley2011-12-083-3/+3
|
* Some German to English comment translations.mikew2011-11-251-2/+2
|
* catch ignored exceptions by const referenceTakeshi Abe2011-08-241-1/+1
|
* undo anything not wizard related in the previous merge-commitNorbert Thiebaud2011-08-212-7/+7
|
* Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli2011-08-211-10/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: automation/source/inc/cmdbasestream.hxx automation/source/server/cmdbasestream.cxx automation/source/server/retstrm.hxx automation/source/testtool/cmdstrm.cxx automation/source/testtool/cmdstrm.hxx automation/source/testtool/tcommuni.cxx basctl/prj/d.lst basctl/uiconfig/basicide/toolbar/findbar.xml cui/source/dialogs/about.cxx cui/source/dialogs/about.src cui/source/inc/about.hxx extensions/source/abpilot/abpservices.cxx extensions/source/dbpilots/dbpservices.cxx extensions/source/propctrlr/pcrservices.cxx extensions/source/svg/makefile.mk forms/Library_frm.mk lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx package/prj/d.lst package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XMemoryStream.hxx setup_native/prj/d.lst setup_native/source/win32/customactions/relnotes/makefile.mk tools/test/export.map wizards/com/sun/star/wizards/common/ConfigGroup.py wizards/com/sun/star/wizards/common/ConfigNode.py wizards/com/sun/star/wizards/common/Configuration.py wizards/com/sun/star/wizards/common/Desktop.py wizards/com/sun/star/wizards/common/FileAccess.py wizards/com/sun/star/wizards/common/Helper.py wizards/com/sun/star/wizards/common/SystemDialog.py wizards/com/sun/star/wizards/document/OfficeDocument.py wizards/com/sun/star/wizards/fax/FaxDocument.py wizards/com/sun/star/wizards/fax/FaxWizardDialog.py wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py wizards/com/sun/star/wizards/letter/LetterDocument.py wizards/com/sun/star/wizards/letter/LetterWizardDialog.py wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py wizards/com/sun/star/wizards/text/TextDocument.py wizards/com/sun/star/wizards/text/TextFieldHandler.py wizards/com/sun/star/wizards/text/TextSectionHandler.py wizards/com/sun/star/wizards/text/ViewHandler.py wizards/com/sun/star/wizards/ui/UnoDialog.py wizards/com/sun/star/wizards/ui/UnoDialog2.py wizards/com/sun/star/wizards/ui/WizardDialog.py wizards/com/sun/star/wizards/ui/event/CommonListener.py wizards/com/sun/star/wizards/ui/event/DataAware.py wizards/com/sun/star/wizards/ui/event/RadioDataAware.py wizards/com/sun/star/wizards/ui/event/UnoDataAware.py wizards/util/helpids.h wizards/util/hidother.src xmlsecurity/prj/build.lst xmlsecurity/prj/d.lst xmlsecurity/qa/certext/SanCertExt.cxx
| * Remove component_getImplementationEnvironmentMatus Kukan2011-07-121-10/+0
| |
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
| |
| * Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-6/+6
|/
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-201-2/+2
|
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-2/+2
|