summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)AuthorFilesLines
2015-04-14implement SfxObjectShell subclasses' LOK interfaceSiqi Liu1-0/+1
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu1-0/+12
2015-04-13tdf#90478: Hide explanation on ODF when default format is alienJacobo Aragunde Pérez1-3/+5
2015-04-13tdf#90478: Show the right default format when savingJuan A. Suarez Romero1-12/+37
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin1-1/+1
2015-04-13convert HiddenWarningFact to scoped enumNoel Grandin2-7/+7
2015-04-13convert HIDDENINFORMATION_ constants into scoped enumNoel Grandin1-10/+10
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin5-32/+30
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin3-5/+5
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin2-11/+11
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin6-27/+27
2015-04-09convert SFX_LOAD constants to scoped enumNoel Grandin1-17/+16
2015-04-07Remove dead INetProtocol::VimStephan Bergmann2-2/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-4/+4
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin2-5/+5
2015-04-02Kill INetProtocol::NewsTor Lillqvist1-1/+0
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist1-2/+0
2015-04-02tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optionalMichael Stahl1-9/+6
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann8-22/+22
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann8-22/+22
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann4-31/+31
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-7/+7
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist1-4/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann4-6/+6
2015-03-24SkipImages option for document importLászló Németh1-1/+5
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin2-8/+15
2015-03-24convert FILTER_APPLICATION to enum classNoel Grandin1-18/+19
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin1-8/+8
2015-03-24convert SvxZoomType to enum classNoel Grandin1-1/+1
2015-03-23tdf#90095 Fixed wrong behavior of template delete dialogMichael Horn1-2/+2
2015-03-19loplugin:constantfunction: sfx2Noel Grandin6-38/+8
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin5-52/+49
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin4-50/+50
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin1-2/+2
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-48/+41
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-1/+2
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-03-03TyposJulien Nabet1-1/+1
2015-02-18boost->stdCaolán McNamara2-40/+40
2015-02-17boost->stdCaolán McNamara4-68/+68
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-2/+2
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann1-1/+1
2015-02-07coverity#440978 Dereference before null checkCaolán McNamara1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-8/+8
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-4/+4