summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-06-21re-base on ALv2 code.Michael Meeks45-945/+708
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold17-895/+16
2012-06-20Convert SV_DECL_PTRARR(SfxObjectShellArr_Impl) to std::vectorNoel Grandin3-15/+12
2012-06-20Convert SV_DECL_PTRARR(SfxViewFrameArr_Impl) to std::vectorNoel Grandin3-22/+21
2012-06-20Convert SV_DECL_PTRARR(SfxViewShellArr_Impl) to std::vectorNoel Grandin3-11/+11
2012-06-20Convert SV_DECL_PTRARR_DEL(SfxTbxCtrlFactArr_Impl) to std::vectorNoel Grandin5-11/+19
2012-06-20Convert SV_DECL_PTRARR_DEL(SfxStbCtrlFactArr_Impl) to std::vectorNoel Grandin5-8/+17
2012-06-20Convert SV_DECL_PTRARR_DEL(SfxMenuCtrlFactArr_Impl) to std::vectorNoel Grandin5-8/+20
2012-06-20Convert SV_DECL_PTRARR(SfxModuleArr_Impl) to std::vectorNoel Grandin5-9/+11
2012-06-20Convert SV_DECL_PTRARR_DEL( SfxChildWinFactArr_Impl) to std::vectorNoel Grandin6-18/+25
2012-06-20Remove dead DECL_PTRARRAY(SfxFilterArr_Impl) declaration and memberNoel Grandin3-8/+1
2012-06-20Convert SV_DECL_PTRARR(SfxFrameArr_Impl) to std::vectorNoel Grandin4-27/+31
2012-06-20Convert SV_DECL_PTRARR(SfxUnoControllerArr_Impl) to std::vectorNoel Grandin5-20/+18
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara4-11/+39
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold4-25/+0
2012-06-15Give Macro recorder separate option, apart from Experimental featuresCor Nouws1-2/+2
2012-06-15added zoom submenu to ViewTim Hardeck4-2/+312
2012-06-15move zoomitem from svx to sfx2Tim Hardeck8-5/+316
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold2-38/+8
2012-06-15removed empty SfxApplication::SaveBasicManager() and its usageTakeshi Abe3-12/+0
2012-06-13Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold1-272/+0
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara3-3/+3
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2-39/+39
2012-06-11un-inline isValidXmlId (MSVC doesn't like it anymore)Michael Stahl2-7/+9
2012-06-11Remove unused InterceptChildWindowKeyDown: further cleanupThomas Arnhold6-40/+0
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold5-32/+0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara9-23/+35
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-09Remove superfluous include commentsThomas Arnhold5-10/+0
2012-06-09Remove superfluous include commentsThomas Arnhold7-19/+0
2012-06-09sigh... fix const abuse in WNT only code...Michael Stahl1-3/+2
2012-06-09fix WNT only SfxApplication::AddDdeTopicMichael Stahl1-5/+9
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin2-11/+6
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::mapNoel Grandin3-37/+41
2012-06-08Convert SV_DECL_PTRARR_SORT_DEL(SfxFoundCacheArr_Impl) to std::vectorNoel Grandin1-10/+17
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxVerbSlotArr_Impl) to std::vectorNoel Grandin1-7/+13
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxDockArr_Impl) to std::vectorNoel Grandin1-16/+23
2012-06-08further convert ExpandedEntries to vector<OUString>Michael Stahl1-21/+12
2012-06-08Convert SV_DECL_PTRARR_DEL(ExpandedEntries) to std::vectorNoel Grandin1-5/+12
2012-06-08Convert SV_DECL_PTRARR_DEL(StyleTreeArr_Impl) to std::vectorNoel Grandin1-18/+24
2012-06-08Convert SV_DECL_PTRARR(SfxMacroInfoArr_Impl) to std::vectorNoel Grandin1-2/+2
2012-06-08Convert SV_DECL_PTRARR( SfxDdeDocTopics_Impl) to std::vectorNoel Grandin1-4/+4
2012-06-08fix DeleteAndDestroy in previous commitMichael Stahl1-1/+4
2012-06-08Convert SV_DECL_PTRARR_DEL( SvLinkSource_Array_Impl) to std::vectorNoel Grandin1-39/+44
2012-06-08targetted revert of fdo#30917 - wrt. storing hierarchical view dataMichael Meeks1-13/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin16-72/+61
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-7/+9
2012-06-05fdo#50694: Honor the preferred filter returned by type detection.Kohei Yoshida1-10/+27
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky1-1/+1