summaryrefslogtreecommitdiffstats
path: root/uui
Commit message (Collapse)AuthorAgeFilesLines
* removed unused definesTakeshi Abe2012-05-071-1/+0
| | | | Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03
* tidy ResId String/rtl::OUString cast fooCaolán McNamara2012-05-079-39/+37
| | | | Change-Id: I1e8fca182a27efb403e903b424ca4c1c0d3acc49
* drop ensure for non-NULL pointer and use a refCaolán McNamara2012-05-034-27/+8
| | | | Change-Id: I492c576a9a04874538f07769f5ac40f84e2d4308
* make ResId::toString a non-static memberCaolán McNamara2012-04-301-1/+1
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* 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
* fdo#48870: Remove cookie handling code.Gábor Stefanik2012-04-2610-632/+0
|
* add package deps for resourcesDavid Tardon2012-04-091-0/+6
|
* 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-11/+4
|
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-1/+1
|
* pointer is always non-nullCaolán McNamara2012-04-023-8/+7
|
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .hrc files don't need executable bitsMichael Stahl2012-03-2312-0/+0
|
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-161-1/+1
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0115-30/+30
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* fix CntHTTPCookieList_impl leakCaolán McNamara2012-02-271-4/+4
|
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-237-32/+16
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Fix for fdo43460 Part XLIII getLength() to isEmpty()Olivier Hallot2012-01-1910-47/+37
| | | | | | Part XLIII Modules uui
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+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
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-2/+2
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* 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.
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-111-34/+7
|
* WaE: unreachable codeTor Lillqvist2011-10-071-1/+0
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-301-0/+2
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-224-26/+34
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* Add prefixes for some component_getFactory functionsMatúš Kukan2011-08-182-2/+2
|
* add include path for .hrc filesMatúš Kukan2011-08-101-0/+5
|
* convert uui to gbuildMatúš Kukan2011-08-109-143/+262
|
* Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-121-17/+0
|
* Do not include filedlg.hxx when not necessaryFrancois Tigeot2011-07-013-3/+0
|
* Replace List with std::vector< CntHTTPCookie* >Joseph Powers2011-06-292-24/+10
| | | | Signed-off-by: Joseph Powers <jpowers27@cox.net>
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-8/+8
|
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-271-14/+53
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx
| * Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-281-14/+53
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx basic/inc/basic/sbxdef.hxx basic/source/classes/sbxmod.cxx basic/source/comp/makefile.mk basic/source/comp/sbcomp.cxx basic/source/inc/namecont.hxx basic/source/inc/scriptcont.hxx basic/source/runtime/methods.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step1.cxx basic/source/uno/namecont.cxx basic/util/makefile.mk connectivity/source/commontools/predicateinput.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/file/fcomp.cxx connectivity/source/drivers/jdbc/JConnection.cxx connectivity/source/drivers/odbcbase/OResultSet.cxx connectivity/source/drivers/odbcbase/OStatement.cxx connectivity/source/parse/sqlnode.cxx desktop/source/app/app.cxx drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx drawinglayer/source/processor2d/vclprocessor2d.cxx formula/inc/formula/token.hxx formula/source/core/api/token.cxx fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx fpicker/source/win32/filepicker/platform_vista.h framework/source/helper/persistentwindowstate.cxx framework/source/uielement/menubarmanager.cxx oovbaapi/ooo/vba/XFoundFiles.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/msforms/XCheckBox.idl oovbaapi/ooo/vba/msforms/XComboBox.idl oovbaapi/ooo/vba/msforms/XControl.idl oovbaapi/ooo/vba/msforms/XGroupBox.idl oovbaapi/ooo/vba/msforms/XLabel.idl oovbaapi/ooo/vba/msforms/XListBox.idl oovbaapi/ooo/vba/msforms/XNewFont.idl oovbaapi/ooo/vba/msforms/XRadioButton.idl oovbaapi/ooo/vba/msforms/XTextBox.idl oovbaapi/ooo/vba/msforms/XToggleButton.idl scripting/source/dlgprov/dlgevtatt.cxx sfx2/source/control/unoctitm.cxx sfx2/source/doc/objstor.cxx sfx2/source/doc/objxtor.cxx svx/inc/svx/svdograf.hxx svx/source/form/fmpage.cxx svx/source/form/fmpgeimp.cxx svx/source/svdraw/svdedtv.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdouno.cxx svx/source/xml/xmlgrhlp.cxx uui/source/iahndl-ssl.cxx vbahelper/Library_msforms.mk vbahelper/Library_vbahelper.mk vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/source/msforms/vbacombobox.cxx vbahelper/source/msforms/vbacontrol.cxx vbahelper/source/msforms/vbacontrols.cxx vbahelper/source/msforms/vbaframe.cxx vbahelper/source/msforms/vbaframe.hxx vbahelper/source/msforms/vbalabel.cxx vbahelper/source/msforms/vbalabel.hxx vbahelper/source/msforms/vbalistbox.cxx vbahelper/source/msforms/vbalistbox.hxx vbahelper/source/msforms/vbamultipage.cxx vbahelper/source/msforms/vbatogglebutton.cxx vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/vbacommandbar.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbacommandbarcontrols.hxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/source/vbahelper/vbawindowbase.cxx xmloff/source/meta/xmlmetai.cxx xmloff/source/style/PageMasterExportPropMapper.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/text/txtexppr.cxx xmloff/source/text/txtprmap.cxx
| | * CWS-TOOLING: integrate CWS tkr38Vladimir Glazunov2011-03-221-14/+53
| | |\
| | | * tkr38: m100 mergeTobias Krause2011-02-1710-75/+75
| | | |\
| | | * | tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension addedTobias Krause2011-02-031-14/+53
| | | | |
* | | | | error dialog when a component (e.g. Writer) is not found (bnc#689116)Luboš Luňák2011-04-263-0/+24
| | | | |
* | | | | Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-3/+2
|/ / / /
* | | | bnc#656566: EnableAlwaysOnTop(true) in OpenLockedQueryBox constructorTor Lillqvist2011-04-061-0/+9
| | | |
* | | | drop bogus executable flag from idl/build/src and config filesFrancisco Saito2011-03-2920-0/+0
| | | |
* | | | drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-2951-0/+0
| | | |