summaryrefslogtreecommitdiff
path: root/sfx2/source/menu
AgeCommit message (Collapse)AuthorFilesLines
2013-03-03coverity#705720: fix memory leakMarkus Mohrhard1-0/+1
Change-Id: I374f22ae6cc20c14adb99cd9bc6da1f830067861
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-1/+1
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac1-2/+1
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky2-2/+2
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-40/+31
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-10-30fdo#46808: Improve previous commitStephan Bergmann1-11/+5
* Removing m_xLngMgr.is() check from SfxThesSubMenuHelper::GetThesImplName was unsound with SfxThesSubMenuHelper ctor swallowing Exception; best fix appears to be to remove the swallowing. * Prefer forward declarations over #includes. Change-Id: Ie4e7dcd6cdb14046516d119605bbf78e81359768
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin2-16/+11
Create a merged XLinguServiceManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I297bada1066cd74809108641b56ee4d5898112ec
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
2012-07-18Revert hrc string cleanupThomas Arnhold2-0/+6
This reverts mostly all of my hrc string cleanup commits. As Markus stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f those are erroneous and mostly untested. And therefore absolutely unsave. I only did test them by compiling and checking the main screens. Cleaning those files seems to be much more complicated than I thought. So to be absolutely save I do this huge revert. Sorry for this. Revert "hrc cleanup: Further cleanup" This reverts commit 60212988e1cd84169afb028a4255b6f935f1fd4b. Revert "hrc cleanup: Remove unused strings" This reverts commit 0e2d7550dd287843b70c03dee952c02f9bd8afb5. Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc" This reverts commit efb74b5dfdb773ba53b29080e1996a93d2c1cac2. Revert "hrc cleanup: Remove unused Strings in cui" This reverts commit 527e8f61868210c54bdad650f16390bda03c4353. Revert "hrc cleanup: Remove unused Strings in desktop" This reverts commit ac3800fbb9f3251276302b24fa0542441276a34f. Revert "hrc cleanup: Remove unused cstitem.src" This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b. Revert "hrc cleanup: Remove unused strings in wizards" This reverts commit 20f9a1744319ecdf18c9ab6d0873bb586eb4d03f. Revert "hrc cleanup: Remove unused Strings in sfx2" This reverts commit c26d4d34467008418ebf138412e87886694c326c.
2012-07-13hrc cleanup: Remove unused Strings in sfx2Thomas Arnhold2-6/+0
Change-Id: I412cd836ab248ed7c247e1125ff52dc3263604d2
2012-07-07removed unnecessary forward declarations of classTakeshi Abe1-4/+0
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-07-06re-base on ALv2 code. Includes:Michael Meeks5-115/+70
Patches contributed by Mathias Bauer: cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks http://svn.apache.org/viewvc?view=revision&revision=1172341 cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117708#: status indicator for inactive documents http://svn.apache.org/viewvc?view=revision&revision=1172358 cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter http://svn.apache.org/viewvc?view=revision&revision=1172359 cws mba34issues01: #i117024#: rework parameter conversion for load/save slots http://svn.apache.org/viewvc?view=revision&revision=1172360 cws mba34issues01: #i116803#: possible crash on Linux when dispatch.cxx is compiled with optimization http://svn.apache.org/viewvc?view=revision&revision=1172367 cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris http://svn.apache.org/viewvc?view=revision&revision=1172371
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-06-27Reduce newline bloat at eofThomas Arnhold1-7/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-26tidy some resource stringsCaolán McNamara3-6/+6
Change-Id: I611a276d048121084ec842d062129e042f3baea5
2012-06-21re-base on ALv2 code.Michael Meeks2-49/+31
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold1-12/+0
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-20Convert SV_DECL_PTRARR_DEL(SfxMenuCtrlFactArr_Impl) to std::vectorNoel Grandin1-2/+2
Change-Id: I65b6f6e1f615c8f6e778b10945c60a28875d88ba
2012-06-02targeted string re-workNorbert Thiebaud1-3/+3
Change-Id: I20867f9ef04297f27523b63dc1e18a2e31da5d42
2012-06-02targeted string re-workNorbert Thiebaud1-3/+2
Change-Id: I120b321166bb078b44d8b9894a1f906e9c6a611f
2012-05-31nuke unused typedefTakeshi Abe1-2/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-04-12removed useless static dataTakeshi Abe1-3/+0
2012-03-30removed duplicate includes in sfx2Takeshi Abe1-1/+0
2012-03-23.hrc files don't need executable bitsMichael Stahl1-0/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-27callcatcher: update unused listCaolán McNamara3-182/+0
2012-02-21unwrap ifdefs with unused membersCaolán McNamara3-5/+9
2012-02-18apparently this is required on Linux - re-enable it.Michael Meeks1-2/+0
2012-02-18partial revert of unused code removal, and add LINUX guardsMichael Meeks1-0/+8
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi1-8/+0
2012-01-23SfxVirtualMenu: fix context menu crash:Michael Stahl1-7/+13
SfxMenuCtrlArr_Impl used to be a PTRARR_DEL, so use a boost::ptr_vector to ensure elements are deleted. (regression from 94d4764a42f8f38b884bb8960791d80ac876b786)
2012-01-20Revert "Remove DECL_PTRSTACK"August Sodora1-0/+1
This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e.
2012-01-20Remove DECL_PTRSTACKAugust Sodora1-1/+0
2012-01-20Remove unused DECL_PTRSTACKAugust Sodora1-7/+0
2012-01-20SV_DECL_PTRARR->std::vectorAugust Sodora1-16/+9
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-2/+0
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot4-5/+5
Part XXXIII Modules sfx2
2012-01-10Remove cruft in debug toolsMarcel Metz3-26/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2011-12-26catch exception by constant referenceTakeshi Abe1-4/+2
2011-11-27remove include of pch header from sfx2Norbert Thiebaud4-8/+0
2011-10-28remove dangling objmnctl.cxxCaolán McNamara1-159/+0
2011-08-31unusedcode: remove various classesMatúš Kukan1-55/+0
2011-08-25remove freshly unused methodsCaolán McNamara2-24/+0
2011-08-25callcatcher: yet more unused codeCaolán McNamara1-21/+0
2011-08-25regenerate listCaolán McNamara1-31/+0
2011-08-24callcatcher: remove various unused methodsCaolán McNamara1-76/+0
2011-08-19regenerate listCaolán McNamara1-15/+0
2011-08-18callcatcher: unused codeCaolán McNamara1-80/+0