summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin1-9/+13
2013-05-06fdo#46808, Convert graphic::Primitive2DTools to new styleNoel Grandin1-34/+29
2013-05-03implement native button order for messageboxesCaolán McNamara1-6/+6
2013-05-02Add --enable-desktop-gui-elements to show such even on non-DESKTOP platformsTor Lillqvist2-2/+2
2013-05-02Resolves: #i119366# ensure password can be removed via "Save As..."Oliver-Rainer Wittmann2-30/+45
2013-05-02fdo#60780, refactor Save a Copy and fixÁdám Csaba Király4-25/+40
2013-05-01use new MessageDialogCaolán McNamara5-31/+94
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks21-89/+30
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky3-0/+60
2013-04-28use SAL_CONFIGFILE macroDavid Tardon1-10/+2
2013-04-26fdo#63154: Remove all usages of the macro EXTERN_CMarcos Paulo de Souza2-2/+2
2013-04-25Down-arrow jump to last item when there is no item immediately below.Rafael Dominguez1-3/+16
2013-04-25Broken security/password when saving to older odf (sx?) formats.Muthu Subramanian1-1/+1
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
2013-04-24gbuild: drop uses of removed packagesDavid Tardon2-5/+0
2013-04-23execute move of global headersBjoern Michaelsen120-19684/+3
2013-04-22Restore SfxControllerItem::GetCoreMetricCaolán McNamara2-0/+41
2013-04-22SID_ATTR_TEXT_FITTOSIZE is already using this slotThomas Arnhold1-1/+1
2013-04-22fdo#63659 <sigh> fix brain lapse, missing breakNoel Power1-0/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-69/+13
2013-04-21fdo#62699 Remove a few more pass-through headersMichael Dunphy6-33/+8
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2-2/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza6-10/+11
2013-04-19Delete two pass-through include files and update the file that included them.Michael Dunphy1-1/+1
2013-04-19Remove pass-through header svtools/inc/svtools/txtcmp.hxxMichael Dunphy3-28/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane9-29/+29
2013-04-18Resolves: #i121933# docking area layout improvementOliver-Rainer Wittmann1-13/+77
2013-04-18warning C4702: unreachable codeStephan Bergmann1-1/+0
2013-04-18fix fdo#63659 restore handling of ZOOM MID, MID_VALUESET & MID_TYPE sub parmasNoel Power1-40/+84
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov2-2/+2
2013-04-17-Werror=unused-macros (MinGW, sfx2)Stephan Bergmann1-8/+0
2013-04-17Fix assert statementNoel Grandin1-1/+1
2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin10-348/+0
2013-04-16Fix error: cannot cast from type 'int' to pointer type 'SfxChild_Impl *'Tor Lillqvist1-1/+1
2013-04-16remove dead code minstack.hxxNoel Grandin3-58/+0
2013-04-16Convert SfxShellStack_Impl from SfxPtrArr to std::vectorNoel Grandin2-54/+49
2013-04-16Convert SfxChildWindows_Impl from SfxPtrArr to std::vectorNoel Grandin2-72/+63
2013-04-16Convert SfxChildList_Impl from SfxPtrArr to std::vectorNoel Grandin2-46/+38
2013-04-16Convert SfxViewFactoryArr_Impl from SfxPtrArray to std::vectorNoel Grandin1-10/+9
2013-04-16Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vectorNoel Grandin2-52/+30
2013-04-16Convert SfxPtrArray to std::vector in SfxTabDialogItemNoel Grandin1-40/+32
2013-04-16Convert usage of SfxPtrArray to std::vectorNoel Grandin2-46/+52
2013-04-15remove dead class SfxResourceManagerNoel Grandin4-69/+0
2013-04-15fdo#60724 correct spellingThomas Arnhold1-9/+9
2013-04-15fdo#60724 correct spellingThomas Arnhold3-14/+14
2013-04-15fdo#60724 informations -> informationThomas Arnhold3-3/+3
2013-04-14make file names match library namesPeter Foley2-1/+1
2013-04-13Handle hidden property for external filter loading as well.Kohei Yoshida1-10/+13
2013-04-13Get the filter provider name from SfxMedium instead.Kohei Yoshida1-12/+7
2013-04-13Reduce indentation by early bail-out.Kohei Yoshida1-94/+94