summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)AuthorFilesLines
2014-07-29simplify "no delete" logic in SvRefBaseNoel Grandin1-1/+7
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin1-2/+2
2014-07-22do not unescape sequence in original name in GetRecommendedName()Eike Rathke1-3/+3
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon1-7/+7
2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin2-3/+3
2014-07-14fdo#81304 don't parse file name as part of URLDavid Tardon1-1/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin3-11/+39
2014-07-01coverity#735850 Dereference after null checkCaolán McNamara1-2/+1
2014-06-27fdo#69036 do not try to create a sfxApplication when we are tearing-downNorbert Thiebaud1-15/+20
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud13-47/+47
2014-06-26drop the functional partsCaolán McNamara1-4/+0
2014-06-26Resolves: #i124914# reset certain language dependent pool defaults...Oliver-Rainer Wittmann1-0/+4
2014-06-26OSL_ENSURE->assertCaolán McNamara1-3/+3
2014-06-26clang: Use-after-freeCaolán McNamara1-4/+12
2014-06-25remove spurious com::sun::star::util prefixMichael Stahl1-1/+0
2014-06-20Missing null checkStephan Bergmann1-3/+6
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-0/+17
2014-06-19GetFileTimeValue can produce a "null" DateTimeStephan Bergmann1-1/+5
2014-06-19Prevent null pointer dereferenceStephan Bergmann1-1/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-10coverity#441139 Explicit null dereferencedCaolán McNamara1-1/+1
2014-06-10coverity#706615 Uncaught exceptionCaolán McNamara1-21/+28
2014-06-02coverity#1219793 Uncaught exceptionCaolán McNamara1-13/+13
2014-05-29the dubious SfxModelSubComponent and friends aren't used outside sfx2Caolán McNamara1-1/+0
2014-05-29valgrind: memleak when sidebar open in writer on closeCaolán McNamara1-7/+7
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin2-114/+84
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-2/+2
2014-05-26coverity#705232 Missing break in switchCaolán McNamara1-0/+1
2014-05-23Correct #endif placement (avoid linking error for TiledLibreOffice)Tor Lillqvist1-5/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-8/+4
2014-05-23Avoid including <config_features.h> in <sfx2/objsh.hxx>Tor Lillqvist1-0/+8
2014-05-23coverity#1215382 Uncaught exceptionCaolán McNamara1-1/+8
2014-05-22Update also revision and editing time when setting 'modified' properties.Matúš Kukan1-3/+1
2014-05-22Use proper constructor to fill with system time.Matúš Kukan1-1/+1
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan1-0/+2
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida1-1/+5
2014-05-21Use varying aElement nameStephan Bergmann1-1/+1
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet4-39/+39
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold3-6/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-16valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaksCaolán McNamara1-9/+3
2014-05-15Minor utl::TempFile clean upStephan Bergmann1-2/+1
2014-05-14bool conversion for windows, tooThomas Arnhold1-1/+1
2014-05-14warning C4305: 'argument' : truncation from 'const rtl::OUString *'Thomas Arnhold1-4/+1
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin3-31/+1
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-3/+3
2014-05-12It makes no sense to create object container when no objects are embedded.Kohei Yoshida1-13/+16
2014-05-09remove presys.h and postsys.hThomas Arnhold1-13/+2
2014-05-08cppcheck: Missing bounds check for extra iterator increment in loopJulien Nabet1-0/+2