summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Use ImplInheritanceHelperStephan Bergmann2014-06-181-21/+0
* coverity#706054 Unintended sign extensionCaolán McNamara2014-06-171-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1713-59/+7
* loplugin:staticcallStephan Bergmann2014-06-1310-12/+12
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-117-29/+29
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-1110-30/+30
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-109-28/+28
* fdo#79676: Fix the Java UNO API test with regard to chart tests.Kohei Yoshida2014-06-101-0/+4
* -Werror,-Wtautological-undefined-compareStephan Bergmann2014-06-101-4/+1
* coverity#441139 Explicit null dereferencedCaolán McNamara2014-06-101-1/+1
* coverity#706615 Uncaught exceptionCaolán McNamara2014-06-101-21/+28
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-0911-47/+6
* html export: More standard time specification in <meta/>.Jan Holesovsky2014-06-061-15/+8
* html export: Close the <meta> tags.Jan Holesovsky2014-06-061-1/+1
* coverity#704789 Dereference after null checkCaolán McNamara2014-06-061-1/+1
* coverity#1000658 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-0/+1
* coverity#982646 Missing break in switchCaolán McNamara2014-06-041-0/+1
* fdo#79597 Password UI: correct typo for 1 characterLaurent Balland-Poirier2014-06-042-3/+14
* coverity#1219793 Uncaught exceptionCaolán McNamara2014-06-021-13/+13
* coverity#1202815 Missing break in switchCaolán McNamara2014-05-301-7/+8
* Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara2014-05-303-42/+19
* convert from NId to FamilyId instead of FamilyId to NIdCaolán McNamara2014-05-291-2/+2
* remove unused virtual method, slim this down initiallyCaolán McNamara2014-05-291-1/+0
* Related: fdo#79392 std::out_or_range -> terminateCaolán McNamara2014-05-291-1/+2
* the dubious SfxModelSubComponent and friends aren't used outside sfx2Caolán McNamara2014-05-292-2/+73
* valgrind: memleak when sidebar open in writer on closeCaolán McNamara2014-05-292-9/+8
* pTemplateCommon is never set, so always NULLCaolán McNamara2014-05-293-4/+0
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-291-2/+2
* update_pchThomas Arnhold2014-05-281-0/+3
* Related: fdo#79142 make SetName default to ReindexingCaolán McNamara2014-05-281-11/+3
* Resolves: fdo#79142 When Creating Styles - The 2nd One Always Replaces the 1stCaolán McNamara2014-05-281-3/+11
* css already means ::com::sun::starThomas Arnhold2014-05-271-1/+1
* Resolves: fdo#79275 File Properties dialog’s layout is subparCaolán McNamara2014-05-271-99/+87
* cid#707147 Uncaught exceptionNoel Grandin2014-05-272-2/+3
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-272-114/+84
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-271-2/+2
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* coverity#704795 Unchecked dynamic_castCaolán McNamara2014-05-261-1/+1
* coverity#705232 Missing break in switchCaolán McNamara2014-05-261-0/+1
* Resolves: fdo#79161 sidebar crash on deactivatingCaolán McNamara2014-05-251-1/+4
* Correct #endif placement (avoid linking error for TiledLibreOffice)Tor Lillqvist2014-05-231-5/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-12/+6
* Avoid including <config_features.h> in <sfx2/objsh.hxx>Tor Lillqvist2014-05-231-0/+8
* coverity#1215382 Uncaught exceptionCaolán McNamara2014-05-231-1/+8
* Update also revision and editing time when setting 'modified' properties.Matúš Kukan2014-05-221-3/+1
* Use proper constructor to fill with system time.Matúš Kukan2014-05-221-1/+1
* cp#1000077: Set 'modified' document property more consistently.Matúš Kukan2014-05-221-0/+2
* cppcheck: Function parameter 'aFocusLocation' should be passed by referenceThomas Arnhold2014-05-222-11/+11
* speed-up writer conversion in headless modeTomaž Vajngerl2014-05-211-1/+1
* cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida2014-05-211-1/+5