summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-29Related: fdo#79392 std::out_or_range -> terminateCaolán McNamara1-1/+2
2014-05-29the dubious SfxModelSubComponent and friends aren't used outside sfx2Caolán McNamara2-2/+73
2014-05-29valgrind: memleak when sidebar open in writer on closeCaolán McNamara2-9/+8
2014-05-29pTemplateCommon is never set, so always NULLCaolán McNamara3-4/+0
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-2/+2
2014-05-28update_pchThomas Arnhold1-0/+3
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-11/+3
2014-05-28Resolves: fdo#79142 When Creating Styles - The 2nd One Always Replaces the 1stCaolán McNamara1-3/+11
2014-05-27css already means ::com::sun::starThomas Arnhold1-1/+1
2014-05-27Resolves: fdo#79275 File Properties dialog’s layout is subparCaolán McNamara1-99/+87
2014-05-27cid#707147 Uncaught exceptionNoel Grandin2-2/+3
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-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-26coverity#704795 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-26coverity#705232 Missing break in switchCaolán McNamara1-0/+1
2014-05-25Resolves: fdo#79161 sidebar crash on deactivatingCaolán McNamara1-1/+4
2014-05-23Correct #endif placement (avoid linking error for TiledLibreOffice)Tor Lillqvist1-5/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-12/+6
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-22cppcheck: Function parameter 'aFocusLocation' should be passed by referenceThomas Arnhold2-11/+11
2014-05-21speed-up writer conversion in headless modeTomaž Vajngerl1-1/+1
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 Nabet7-56/+56
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin4-4/+4