summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-30Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-27fdo#69036 do not try to create a sfxApplication when we are tearing-downNorbert Thiebaud
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-27Related: fdo#65634 make sidebar react to resizes when floatingCaolán McNamara
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara
2014-06-26loplugin:staticcallStephan Bergmann
2014-06-26drop the functional partsCaolán McNamara
2014-06-26Resolves: #i124914# reset certain language dependent pool defaults...Oliver-Rainer Wittmann
2014-06-26clang: Branch condition evaluates to a garbage valueCaolán McNamara
2014-06-26OSL_ENSURE->assertCaolán McNamara
2014-06-26clang: Use-after-freeCaolán McNamara
2014-06-25remove spurious com::sun::star::util prefixMichael Stahl
2014-06-25remove spurious com::sun::star::chaosMichael Stahl
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper
2014-06-20Missing null checkStephan Bergmann
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-19GetFileTimeValue can produce a "null" DateTimeStephan Bergmann
2014-06-19Prevent null pointer dereferenceStephan Bergmann
2014-06-18coverity#1028261 Uncaught exceptionCaolán McNamara
2014-06-18Use ImplInheritanceHelperStephan Bergmann
2014-06-17coverity#706054 Unintended sign extensionCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-10fdo#79676: Fix the Java UNO API test with regard to chart tests.Kohei Yoshida
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-06-10coverity#441139 Explicit null dereferencedCaolán McNamara
2014-06-10coverity#706615 Uncaught exceptionCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-06html export: More standard time specification in <meta/>.Jan Holesovsky
2014-06-06html export: Close the <meta> tags.Jan Holesovsky
2014-06-06coverity#704789 Dereference after null checkCaolán McNamara
2014-06-05coverity#1000658 Missing break in switch, assuming its intentionalCaolán McNamara
2014-06-04coverity#982646 Missing break in switchCaolán McNamara
2014-06-04fdo#79597 Password UI: correct typo for 1 characterLaurent Balland-Poirier
2014-06-02coverity#1219793 Uncaught exceptionCaolán McNamara
2014-05-30coverity#1202815 Missing break in switchCaolán McNamara
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara
2014-05-29convert from NId to FamilyId instead of FamilyId to NIdCaolán McNamara
2014-05-29remove unused virtual method, slim this down initiallyCaolán McNamara
2014-05-29Related: fdo#79392 std::out_or_range -> terminateCaolán McNamara
2014-05-29the dubious SfxModelSubComponent and friends aren't used outside sfx2Caolán McNamara
2014-05-29valgrind: memleak when sidebar open in writer on closeCaolán McNamara
2014-05-29pTemplateCommon is never set, so always NULLCaolán McNamara
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin