summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2014-07-03error: reference cannot be bound to dereferenced null pointerStephan Bergmann2-10/+9
2014-07-03coverity#708816 Unused pointer valueCaolán McNamara1-7/+0
2014-07-01salplug:literaltoboolconversionStephan Bergmann1-1/+1
2014-07-01coverity#735850 Dereference after null checkCaolán McNamara1-2/+1
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara1-2/+2
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-30Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann1-1/+3
2014-06-29Typo: beeing->beingJulien Nabet7-9/+9
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 Thiebaud51-182/+182
2014-06-27Related: fdo#65634 make sidebar react to resizes when floatingCaolán McNamara1-29/+41
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara2-36/+3
2014-06-26loplugin:staticcallStephan Bergmann1-1/+1
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-26clang: Branch condition evaluates to a garbage valueCaolán McNamara1-1/+1
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-25remove spurious com::sun::star::chaosMichael Stahl1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper6-9/+9
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-18coverity#1028261 Uncaught exceptionCaolán McNamara1-7/+3
2014-06-18Use ImplInheritanceHelperStephan Bergmann1-21/+0
2014-06-17coverity#706054 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin13-59/+7
2014-06-13loplugin:staticcallStephan Bergmann10-12/+12
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann7-29/+29
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann10-30/+30
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann9-28/+28
2014-06-10fdo#79676: Fix the Java UNO API test with regard to chart tests.Kohei Yoshida1-0/+4
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-4/+1
2014-06-10coverity#441139 Explicit null dereferencedCaolán McNamara1-1/+1
2014-06-10coverity#706615 Uncaught exceptionCaolán McNamara1-21/+28
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin11-47/+6
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-06-06coverity#704789 Dereference after null checkCaolán McNamara1-1/+1
2014-06-05coverity#1000658 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-04coverity#982646 Missing break in switchCaolán McNamara1-0/+1
2014-06-04fdo#79597 Password UI: correct typo for 1 characterLaurent Balland-Poirier2-3/+14
2014-06-02coverity#1219793 Uncaught exceptionCaolán McNamara1-13/+13
2014-05-30coverity#1202815 Missing break in switchCaolán McNamara1-7/+8
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara3-42/+19
2014-05-29convert from NId to FamilyId instead of FamilyId to NIdCaolán McNamara1-2/+2
2014-05-29remove unused virtual method, slim this down initiallyCaolán McNamara1-1/+0