summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini2-3/+3
2015-09-21cppcheck: noExplicitConstructorCaolán McNamara3-9/+9
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-2/+2
2015-08-27Clean up sEmptyStephan Bergmann1-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin2-3/+3
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin1-0/+1
2015-06-28coverity#1308501 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-2/+2
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-19WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-14/+16
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-4/+4
2015-02-05callcatcher: update unused codeCaolán McNamara1-20/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-12coverity#735490 reimplement bit countingCaolán McNamara1-12/+7
2014-11-12sal_uIntPtr->sal_uInt32 for BitSetCaolán McNamara1-12/+12
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann3-3/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin3-3/+3
2014-10-14coverity#1078471 Unchecked return valueCaolán McNamara1-1/+1
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann2-3/+3
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann2-3/+3
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann1-2/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-8/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-8/+8
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-06html export: More standard time specification in <meta/>.Jan Holesovsky1-15/+8
2014-06-06html export: Close the <meta> tags.Jan Holesovsky1-1/+1
2014-05-19fdo#78742: SfxFilterMatcher: respect requested document service if setMichael Stahl1-1/+3
2014-05-19valgrind: memory leakCaolán McNamara1-4/+20
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin1-1/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-27automaticly -> automatically.Jan Holesovsky1-1/+1
2014-04-17More generic way to disable avmediaTor Lillqvist1-0/+18