summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Collapse)AuthorAgeFilesLines
* Forgotten German word in translated commentLionel Elie Mamane2012-02-161-1/+1
|
* fdo#46163 convert bound values to bound column's typeLionel Elie Mamane2012-02-162-14/+67
|
* correct indentationLionel Elie Mamane2012-02-161-3/+3
|
* Translate German commentsPhilipp Weissenbacher2012-02-162-91/+82
|
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-101-1/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-102-2/+0
|
* 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
|
* refactor ConvertLineEndCaolán McNamara2012-01-301-4/+1
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-0/+5
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-065-8/+1
|
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-064-2/+2
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-0/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-053-6/+0
| | | | | | | | | | | | | | | | | Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
* Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann2012-01-021-1/+1
| | | | | | | | | Which causes cppuhelper to pick wrong variant from other library, now that its own symbols are no longer reduced to private on Mac OS X. As a temporary hack, emit cppu_detail_getCppuType for the relevant types always as fully comprehensive; should be revisited when improving types.rdb format (routinely generating C++ information for certain UNO types into a dedicated library?). Requires a fix to xmlreader and a fix to forms that looks like a Mac OS X GCC bug.
* build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE)Rene Engelhard2011-12-301-1/+1
|
* Fix for fdo43460 Part XVIII getLength() to isEmpty()Gustavo Buzzatti Pacheco2011-12-3029-111/+111
| | | | | | Part XVIII module form
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* WaE: NULL used in arithmeticTor Lillqvist2011-12-121-1/+1
|
* catch exception by constant referenceTakeshi Abe2011-12-1219-34/+33
|
* childs -> childrenMichael T. Whiteley2011-12-083-3/+3
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-063-15/+12
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-3/+3
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-427/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header from formsNorbert Thiebaud2011-11-27102-202/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* Remove some uses of OUString::setCharAtAugust Sodora2011-11-261-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-251-1/+1
|
* 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
| |