summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Collapse)Author
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
2012-06-15Give Macro recorder separate option, apart from Experimental featuresCor Nouws
Change-Id: I9dbf5d510ebaff8448a152d75a006a183303bd81
2012-06-15added zoom submenu to ViewTim Hardeck
Added zoom submenu to View with the same entries of the zoom status bar right mouse button menu. This feature was requested on the design-mailing list: http://www.mail-archive.com/design@global.libreoffice.org/msg03561.html Additionally the zoom menu entries were sorted in a more logical way. Change-Id: I5f2df8aa33be9305841fd5505c95963bee8a0ed0
2012-06-15move zoomitem from svx to sfx2Tim Hardeck
To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-15removed empty SfxApplication::SaveBasicManager() and its usageTakeshi Abe
See 6801a61711ebaa71781ec733da25bfbb364cb4ad and b57bf0f202884261352cae750e09b97f570d3204 Change-Id: Ia63a5426a6445bffd4579d4535382bf93a97a589
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin
Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
2012-06-11un-inline isValidXmlId (MSVC doesn't like it anymore)Michael Stahl
Change-Id: I59872f6e7fbdfc73875a45912b93d01b4379aec7
2012-06-11Remove unused InterceptChildWindowKeyDown: further cleanupThomas Arnhold
Change-Id: I497b18aff8e571dd5f028325c16a7292f4f80692
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold
Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-06-09sigh... fix const abuse in WNT only code...Michael Stahl
Change-Id: Ie6a93e15f4e7342faf232f28df133ff808cbe073
2012-06-09fix WNT only SfxApplication::AddDdeTopicMichael Stahl
Change-Id: Ifa5f845817178f7ec3608670c65c71e8c0a717cd
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin
Used a std::set because the code was enforcing uniqueness. Change-Id: Ie9243ed17b1165b6a371d0ff2f1a856186697ba3
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::mapNoel Grandin
- Convert it to a map because that is a more natural structure given how it's accessing the data - Cleanup an old typedef alias that doesn't seem to be used anymore. Change-Id: I46816d7270d165ddde381af0639169aaf009a16b
2012-06-08Convert SV_DECL_PTRARR_SORT_DEL(SfxFoundCacheArr_Impl) to std::vectorNoel Grandin
The SV..SORT part is unused in this code so I ignored it in the conversion. Change-Id: I5e3338f3d5256e123f7979660d93ea02b8b4fd78
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxVerbSlotArr_Impl) to std::vectorNoel Grandin
Change-Id: I06bdcdf6e6b7f159783ce7ab381b7b21f7db4a98
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxDockArr_Impl) to std::vectorNoel Grandin
Change-Id: I1856a276ee93f35c8f6e7f51c83d7d80c3efd86c
2012-06-08further convert ExpandedEntries to vector<OUString>Michael Stahl
Change-Id: Iea728a7bf3803f5ab17a57483b7dc24079fce5ed
2012-06-08Convert SV_DECL_PTRARR_DEL(ExpandedEntries) to std::vectorNoel Grandin
Change-Id: Ib10e0417674c5e4a4c5c88f962898e20dee5dd6f
2012-06-08Convert SV_DECL_PTRARR_DEL(StyleTreeArr_Impl) to std::vectorNoel Grandin
Change-Id: I22b42fea3f46b76769ff64d496e1bb6864451247
2012-06-08Convert SV_DECL_PTRARR( SfxDdeDocTopics_Impl) to std::vectorNoel Grandin
Change-Id: I5d4c2ae56a7720cdf0701a294d5805fb9e475974
2012-06-08fix DeleteAndDestroy in previous commitMichael Stahl
Not deleteing seems to crash in ScRefreshTimer::Timeout in sc_unoapi. Change-Id: I765ab89f0b8b200aeccde9d46293e8f0e3f706d4
2012-06-08Convert SV_DECL_PTRARR_DEL( SvLinkSource_Array_Impl) to std::vectorNoel Grandin
Change-Id: I0a0f3e3da4d708bceab6faf0e01b9e7326444ba0
2012-06-08targetted revert of fdo#30917 - wrt. storing hierarchical view dataMichael Meeks
Change-Id: Ifffcad11e7691a8371be4e11143776f83c3608f5
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-05fdo#50694: Honor the preferred filter returned by type detection.Kohei Yoshida
Because that filter is more reliable. Change-Id: Ifbab294bf4f344301410cd671a9245bffa03fa11
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-05Fix fdo#50703 clamp ODF1.2 compatibility-mode to use old encryption.Thorsten Behrens
As requested for better interop inside the ODF ecosystem, asking for compatible odf output gets you blowfish/sha1-based encryption unconditionally.
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04Improve error reportingStephan Bergmann
Change-Id: Ib8017f950f414601676b54c36425a0592b4cc395
2012-06-04CMIS ucp: write documents back to CMIS serverCédric Bosdonnat
This change needs a git repo build of libcmis. Change-Id: I I740d18dbf3c36d9387b867e750fcbe8e114e5362
2012-06-04Bypass scripting in one more place when DISABLE_SCRIPTINGTor Lillqvist
Change-Id: I37ec7fa799e6a8e3162c4dfb2ec92aeccfc57df1
2012-06-03Targeted string rework (ii)Olivier Hallot
Further cleanup on top of 2f1a1c529694c1fec6d3b02930f8226c7b2bccd9 Change-Id: If348a0985ea92e4dafc450402053d43f77a0f58f
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia43a1ac7e55f3823255d739fb0930fa23ec5ab27
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: If149857d1f5171ad451c00de55e68b1aa215358b
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I27a092628e48b39f7bad2ed895f80aeea0d9ee35
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ica5753180f4c8be4547ba97bbd7221309d1e3157
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Id37249ba16f543798324ee2cac566ec56d8e378e
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ib607fc30bf6eaa1c1043eb7e815295b728da3085
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I20867f9ef04297f27523b63dc1e18a2e31da5d42
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I120b321166bb078b44d8b9894a1f906e9c6a611f
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed