summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Collapse)AuthorAgeFilesLines
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-1410-17/+12
|
* fdo#42157: fix deadlockMichael Stahl2011-10-241-4/+7
| | | | | WindowStateGuard_Impl::impl_ensureEnabledState_nothrow_nolck: drop own mutex while calling XWindow method that locks SolarMutex.
* cppcheck reduce scope of var in forms/...convert.cxxPierre-André Jacquod2011-10-071-1/+1
|
* cppcheck scope reduction in forms/...DatabaseForm.cxxPierre-André Jacquod2011-10-071-1/+1
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* WaE: unused eCaolán McNamara2011-09-261-1/+1
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-225-2/+19
|
* make forms ByteString freeCaolán McNamara2011-09-151-1/+1
|
* sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling testStephan Bergmann2011-09-121-1/+1
|
* ditch distracting CHARSET_ANSI commentCaolán McNamara2011-09-121-4/+0
|
* sb140: #i114718# avoid references to object across ↵Stephan Bergmann2011-09-092-97/+76
| | | | XAggregation::setDelegator boundary
* frm::OInterfaceContainer::insertByIndex must not crash for null argument.Stephan Bergmann2011-09-061-8/+8
| | | | | Regression introduced with 4fae740db79d4e7cc97440e2bab8d1ef612d9b51; caused forms/qa/unoapi check to fail.
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-291-4/+3
|
* undo anything not wizard related in the previous merge-commitNorbert Thiebaud2011-08-219-111/+127
|
* Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli2011-08-2120-33/+74
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * get forms buildable on windows.Kohei Yoshida2011-08-191-0/+9
| |
| * detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
| |
| * Keep the container and object separate methods.Kohei Yoshida2011-08-161-2/+5
| | | | | | | | | | ScVbaControl doesn't have any container instance to pass to the old method.
| * Slightly changed the API.Kohei Yoshida2011-08-161-6/+2
| |
| * Disable fake VBA events for the old-style form controls.Noel Power2011-08-166-2/+32
| |
| * Let's not even fall back to the old method.Kohei Yoshida2011-08-161-2/+0
| |
| * Code page should be the same for the same drawing page.Kohei Yoshida2011-08-161-1/+9
| | | | | | | | | | This removes O(n^2) from the process of querying the code pages for form elements.
| * Some PMD cleaningJulien Nabet2011-08-151-2/+4
| |
| * ByteString, shrink apiCaolán McNamara2011-08-121-2/+2
| |
| * prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-106-6/+6
| |
| * Some cppcheck cleaningJulien Nabet2011-08-091-1/+1
| |
| * Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
| |
| * Use rtl::OUStringHash.Kohei Yoshida2011-08-041-1/+1
| |
| * Add consistent Emacs and vim mode linesTor Lillqvist2011-07-306-4/+10
| |
| * icu libs are externalDavid Tardon2011-07-261-3/+5
| |
| * use gb_Library_use_external in formsBjoern Michaelsen2011-07-231-6/+1
| |
| * resyncing to masterBjoern Michaelsen2011-07-216-55/+56
| |\
| | * Remove component_getImplementationEnvironmentMatus Kukan2011-07-122-7/+0
| | |
| | * totally pointless intermediate objectCaolán McNamara2011-06-201-3/+1
| | |
| | * needs oovbaapi tooDavid Tardon2011-06-181-0/+1
| | |
| | * remove all traces of offuh from makefilesDavid Tardon2011-06-181-1/+5
| | |
| | * catch by const referenceCaolán McNamara2011-06-162-44/+49
| | |
| * | gnumake4: fix buildbreakers from mergeBjoern Michaelsen2011-06-203-4/+3
| |/
| * use standard template hereCaolán McNamara2011-06-021-14/+7
| |
| * Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-276-44/+64
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: extensions/source/svg/svgaction.cxx extensions/source/svg/svguno.cxx package/source/xstor/owriteablestream.cxx package/source/xstor/xstorage.cxx package/source/zippackage/ZipPackageStream.cxx setup_native/source/win32/customactions/shellextensions/registerextensions.cxx wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
| | * Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky2011-04-226-44/+64
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: extensions/source/svg/svgaction.cxx extensions/source/svg/svgaction.hxx extensions/source/svg/svgcom.hxx extensions/source/svg/svgprinter.cxx extensions/source/svg/svgprinter.hxx extensions/source/svg/svguno.cxx extensions/source/svg/svgwriter.cxx extensions/source/svg/svgwriter.hxx javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationOngoingCtrl.java javainstaller2/src/JavaSetup/org/openoffice/setup/InstallData.java javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java package/inc/ZipFile.hxx package/inc/ZipOutputStream.hxx package/inc/ZipPackage.hxx package/inc/ZipPackageStream.hxx package/source/manifest/ManifestExport.cxx package/source/manifest/ManifestImport.cxx package/source/manifest/UnoRegister.cxx package/source/xstor/owriteablestream.cxx package/source/xstor/xstorage.cxx package/source/xstor/xstorage.hxx package/source/zipapi/EntryInputStream.cxx package/source/zipapi/EntryInputStream.hxx package/source/zipapi/XFileStream.cxx package/source/zipapi/XFileStream.hxx package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XUnbufferedStream.cxx package/source/zipapi/XUnbufferedStream.hxx package/source/zipapi/ZipFile.cxx package/source/zipapi/ZipOutputStream.cxx package/source/zipapi/sha1context.hxx package/source/zippackage/ZipPackage.cxx package/source/zippackage/ZipPackageFolder.cxx package/source/zippackage/ZipPackageStream.cxx setup_native/source/win32/customactions/shellextensions/registerextensions.cxx wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java xmlsecurity/prj/build.lst xmlsecurity/source/helper/xmlsignaturehelper.cxx xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
| | | * dba34d: pulled and merged latest changes from CWS dba34cFrank Schoenheit [fs]2011-03-087-20/+11
| | | |\
| | | | * Automated merge with file:///d:\tools\master\oooOcke Janssen2011-03-044-37/+28
| | | | |\
| | | * | | dba34d: #i116215# de-select all items when the to-be-selected string is ↵Frank Schoenheit [fs]2011-02-161-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | invalid or empty
| | | * | | dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100Frank Schoenheit [fs]2011-02-1532-99/+99
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | dba34c: pulled and merged DEV300.m100Frank Schoenheit [fs]2011-02-1425-89/+89
| | | | |\ \
| | | | * \ \ merge from masterOcke Janssen [oj]2011-02-039-10/+10
| | | | |\ \ \
| | | * | | | | dba34d: #i111015# XTextRange and derivee are not supported anymore by column ↵Ocke.Janssen2011-01-171-0/+9
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | object
| | | * | | | dba34c: mergeFrank Schoenheit [fs]2011-01-071-1/+1
| | | |\ \ \ \