summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
2014-08-18ErrorBox->MessageDialogCaolán McNamara
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara
Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3
2014-08-18remove unused HelpDownloadThomas Arnhold
Change-Id: Ib9e8a9a80498ad87df6ab13ded1127d068913347
2014-08-18remove unused WarningBoxesThomas Arnhold
Change-Id: I07c457a49646703af5d13f83ba033340309ee655
2014-08-18remove dead ToolBox RID_HELPBARThomas Arnhold
Change-Id: Ide31f67c346f9a82bf6aa8282caa7cfcee65d9fd
2014-08-18remove lots of dead boxesThomas Arnhold
Change-Id: Ia0e5930b9bbf0c81a5d2974d45730b5af75019f0
2014-08-18InfoBox to StringThomas Arnhold
Change-Id: Ic12f04bf80639d89ecc531bceb8378c7d97e9325
2014-08-18InfoBox MSG_ERROR_SEND_MAIL and MSG_CANT_CLOSE to StringThomas Arnhold
Change-Id: If033f0ccca636a3ab3080a01a11467ce1ce9b24e
2014-08-18InfoBox RID_INFO_NOSEARCHRESULTS and RID_INFO_NOSEARCHTEXTFOUND to StringThomas Arnhold
Change-Id: If1bf07016864a856ad15d84db0fffc34dc52ecbe
2014-08-18InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT to StringThomas Arnhold
Change-Id: Ieb1c90f2f17b2ce12acf2999743ce4d608076223
2014-08-18InfoBox MSG_CANT_QUIT to StringThomas Arnhold
Change-Id: I68fed7d2f0eea7fde60707e48349230d8a8d5c73
2014-08-18InfoBox IBX_MNUCFG_ALREADY_INCLUDED to StringThomas Arnhold
Change-Id: I343948a9a5e093f210cae1049caa92eeb614a2d7
2014-08-18versionofdialog: define default buttonThomas Arnhold
Change-Id: I2636555d9351b59572eebcf4d3f420da33674e3a
2014-08-17Customproperties: Correctly size DateThomas Arnhold
Old behavior: 1) Add a property of type "Date". DateField inside Value column uses the full width. 2) Increase the width of the dialog. Now the size of DateField in the Value column only uses the half width. Solution: Set a flag if the current type is of Date. So we can correct the size after a dialog resize action. Change-Id: I915a553b2f69aac1aea0ac5b24536db5709abfae
2014-08-17Customproperties: Position DateTime correctlyThomas Arnhold
No need to store the position of DateField and TimeField, because this will not change if we choose another type. The only thing what changes is the size of the DateField, because both "DateTime" and "Date" use this field. And for this size we just rely on the size of m_aTimeField, because it's the same as m_aDateField (for type DateTime). Change-Id: Ic590c62d82d8f90576479e10be9d422326032d28
2014-08-17Customproperties: Correct size for value fieldThomas Arnhold
Before this patch types "DateTime" and "Yes or No" were one pixel too big in height. Fix this by using the original aSize and aPos values, don't depend on m_aYesNoButton size and position. However there are some glitches with DateTime: If you scroll some times up and down the list of "Type" the Date and Time fields will get positioned somewhere left. This has to be a problem of DateField and TimeField, because m_aDateField.SetPosSizePixel( aPos, aSize ); and m_aTimeField get the same values as all other fields... But this positioning error existed before this patch, too. Change-Id: I793aebf39f5b6cb6e4b290f21a5dbcc7ce6ce964
2014-08-16sfx2: remove commented constsChris Sherlock
Change-Id: I1521f174ac53c2e8e96dcb7b5c1264f0bf460fd0
2014-08-15sfx2: bring back resmgrThomas Arnhold
that was a bit too much removal partial revert of fd1e9bbc1ebd5040b092aad1d4a68041286fabda Change-Id: Iabced82fa6aedd25aacf242cafa384e83fd539cb
2014-08-15ErrorBox MSG_ERR_NO_ABS_URI_REF to StringThomas Arnhold
Change-Id: Ifc6c6358e327c6ba1e5e552a698568736090e70b
2014-08-15ErrorBox RID_ERRBOX_MODULENOTINSTALLED to StringThomas Arnhold
And move to sfx2 to stop this ResMgr mangling Change-Id: I4633766fdcc53189cdb508f9eddaa6b2e8448858
2014-08-15ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND to StringThomas Arnhold
Change-Id: Ifbc3dbc48fc291881eeb4306379da2599b6d9e95
2014-08-15display amount of *Box elements remaining in .src formatCaolán McNamara
Change-Id: I33614c44cbe58ec0945406691bc38bafafc24923
2014-08-15need the version that allows NULL for a while stillCaolán McNamara
Change-Id: Ie7c61ad75b60bb2900a843df7fb12add03a20bf2
2014-08-15convert WIN_HELPINDEX sport to .uiCaolán McNamara
Change-Id: I80d1f3f3cb4e062bc19489205e325bc4ff17b3c6
2014-08-15last two args to Init_Impl are now always NULLCaolán McNamara
so follow through on the logical consequnces of that Change-Id: I97981acecdcee03e4c1f32d1f4ec8ad623299042
2014-08-15archetype for ErrorBox + resource -> MessageDialog + string conversionCaolán McNamara
in this case the .src has WB_OK for "ok button only" which is the default for MessageDialog so no arguments apart from the string and the parent dialog (null in this case) are needed Change-Id: I63ddafddfcc448e3502b19d657dcad040a56c845
2014-08-15MSG_ERROR_RENAME_TEMPLATE resource unusedCaolán McNamara
since commit b4c18dc0ea32af9f070d43278e547ee0b2e540a4 Author: Cédric Bosdonnat <cedric.bosdonnat@free.fr> Date: Thu Dec 20 09:51:59 2012 +0100 Templates Manager: removed the old dialogs and menu entries Change-Id: Id1007004d5a3522891e66d408c2276c43bbc7f84
2014-08-14Fixed the Templates buttonEfe Gürkan YALAMAN
It works as a button. When clicked the triangle works as dropdown. Change-Id: Ib4e3b6a1832efef3382e7bd01b06d2ff8d4e7543
2014-08-14All templates option addedEfe Gürkan YALAMAN
Change-Id: I622d5d6fd7fa7be474fa56abf67a1a62fddbcf60
2014-08-14Some code cleanupEfe Gürkan YALAMAN
SetupButton function overloaded for MenuButton type. Change-Id: Ib171c7590a59ad360dd8ebab1039d3eba5d565ef
2014-08-14Template Filtering ImplementationEfe Gürkan YALAMAN
Change-Id: I9270136afeaadbbe16c408e6e7d2fbde5b53d324
2014-08-14Start of filtering implementationEfe Gürkan YALAMAN
Change-Id: Iebf71deb4739703d87b944300cbc1b8ee2daacc5
2014-08-14Code CleanupEfe Gürkan YALAMAN
Some unneccesary code cleaned up. Change-Id: Iebc43ddc8276d5865c640b7fa955152a3361eb36
2014-08-14Selecting and opening templates implemented.Efe Gürkan YALAMAN
All editing related code commented out. Code needs to be cleaned up. Change-Id: Ibe901684d8747552b8ebeeea848c8f5e050ae726
2014-08-14Initial TemplateBar moved from TemplateManagerEfe Gürkan YALAMAN
Change-Id: I335e69de31bd64e7c4504a58d7652f755491af33
2014-08-14Some folder features moved to backingwindowEfe Gürkan YALAMAN
Create new folder and delete a folder moved from template manager dialog to startcenter. Change-Id: If89b9fd7ee499f7fccda08d3ac989728148a24a0
2014-08-14selection function movedEfe Gürkan YALAMAN
The localview is not causing crash now. Change-Id: Iea2fe607555d2d3c955f8f198240a2b2d1e26788
2014-08-14Some handlers and buttons movedEfe Gürkan YALAMAN
Some more handlers and buttons moved. Still not usable mostly. Change-Id: I19c9c36a490030369b4e8d84b41f6d2962665426
2014-08-14ViewBar moved to Start CenterEfe Gürkan YALAMAN
View bar moved to the start center without handlers. Visible but useless ATM. Change-Id: I1cb64faa1ee86b19ecbb793351c8c11362ef799e
2014-08-14Default filter noneEfe Gürkan YALAMAN
Small fix to add default filter. Which is none, it shows all. Change-Id: I49cf222b2909972f1800cd029f2ba97556aa955a
2014-08-14Moving TemplateLocalView to the StartCenterEfe Gürkan YALAMAN
Added TemplateLocalView to the StartCenter. "Templates" Button will hide RecentDocs and show TemplateLocal view. Change-Id: I34fc7f6ed0d819cf0c29dd89ee154408c5d8434f
2014-08-14fdo#82043: Instead of the bold font, use a higher multiplifier.Jan Holesovsky
This reverts commit 04b02f2f5a4f71198e0cb616404c4721c918afe6. Change-Id: Iac19a0ced09bc8372e3a572d57dd3ac33ece9191
2014-08-14reduce num of FilterOptionsRequest includesCaolán McNamara
Change-Id: I403bb7b96e8bcaa6138cdd9be823657bc47fa7ca
2014-08-14git commit no reason to include FutureDocumentVersionProductUpdateRequest.hppCaolán McNamara
Change-Id: Icc6757254721ed8c03356a6acc28e6f241c07153
2014-08-14java: remove unused importsNoel Grandin
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
2014-08-14java: remove commented out codeNoel Grandin
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe
... by replacing the following 3 classes with typedefs of std::vector: SfxObjectShellArr_Impl / SfxViewFrameArr_Impl / SfxViewShellArr_Impl and the following 4 with typedefs of boost::ptr_vector: SfxChildWinFactArr_Impl / SfxMenuCtrlFactArr_Impl / SfxStbCtrlFactArr_Impl / SfxTbxCtrlFactArr_Impl Change-Id: I1754bd19ec418a3e7ba5c47fb6d8568e8fca9b29 Reviewed-on: https://gerrit.libreoffice.org/10891 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-13java: remove dead methodsNoel Grandin
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
2014-08-13warning C4245: '=' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold
...signed/unsigned mismatch Change-Id: I852ddf97dd1749e409baf74d9af72ec459f574ee