summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin19-262/+128
2015-06-09there is no need to synchronize createTestEnvironmentNoel Grandin267-269/+269
2015-06-09alias sw::UnoImplPtr to ::std::unique_ptr ...Bjoern Michaelsen1-27/+10
2015-06-09use new UnoCursorPointer in SwXTextPortionEnumerationBjoern Michaelsen2-30/+5
2015-06-09use UnoCursorPointer in SwXTextPortionBjoern Michaelsen2-20/+4
2015-06-09use UnoCursorPointer in SwXTextTableCursorBjoern Michaelsen2-26/+5
2015-06-09add comment on possibly memory leakBjoern Michaelsen1-0/+2
2015-06-09use UnoCursorPointer in SwXCellRange and SwChartDataSequenceBjoern Michaelsen4-72/+20
2015-06-09use UnoCursorPointer in SwXTextCursorBjoern Michaelsen5-86/+46
2015-06-09use UnoCursorPointer in SwNavigationMgrBjoern Michaelsen3-22/+21
2015-06-09another RAIIBjoern Michaelsen1-2/+1
2015-06-09refactor out frame collection with layoutBjoern Michaelsen2-29/+36
2015-06-09refactor SwXParaFrameEnumerationImpl ctorBjoern Michaelsen1-10/+6
2015-06-09make FillFrames a memberBjoern Michaelsen1-23/+20
2015-06-09make CreateNextObject a memberBjoern Michaelsen1-66/+59
2015-06-09simplify and inline trivial boilerplateBjoern Michaelsen1-40/+16
2015-06-09use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen5-97/+53
2015-06-09RAII for ParagraphFrameEnumerationBjoern Michaelsen1-8/+3
2015-06-09use UnoCursorPointer in ParagraphFrameEnumerationBjoern Michaelsen3-105/+72
2015-06-09inline trivial onelinersBjoern Michaelsen1-53/+16
2015-06-09use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen5-109/+54
2015-06-09use UnoCursorPointer in SwXTextRangesBjoern Michaelsen2-34/+7
2015-06-09use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen8-97/+64
2015-06-09use UnoCursorPointer in SwXParagraphEnumerationBjoern Michaelsen1-42/+8
2015-06-09add smart pointer for managing SwUnoCrsrsBjoern Michaelsen2-1/+62
2015-06-09loplugin:unreffun: workaround for visibility-adding redeclsStephan Bergmann1-0/+11
2015-06-09restore "crash on layout of novell622972-2.html" temporarilyCaolán McNamara1-1/+6
2015-06-09Resolves: tdf#91695 partially Revert "crash on layout of novell622972-2.html"Caolán McNamara1-6/+1
2015-06-09-Werror,-Wignored-attributes ("attribute declaration must precede definition")Stephan Bergmann1-2/+1
2015-06-09loplugin:unreffunStephan Bergmann1-2/+7
2015-06-09loplugin:literaltoboolconversionStephan Bergmann2-3/+3
2015-06-09-Werror,-Wunused-private-fieldStephan Bergmann2-11/+3
2015-06-09sfx2: silence warning in SfxObjectShell::CopyStoragesOfUnknownMediaType()Miklos Vajna1-0/+1
2015-06-09SwDocShell: custom copy for embedded data source definition on save-asMiklos Vajna2-0/+29
2015-06-09SwDBManager: extract StoreEmbeddedDataSource() from registration codeMiklos Vajna2-20/+30
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin526-12641/+5296
2015-06-09Resolves: more crash on export of ooo47778-3.sxw to docxCaolán McNamara4-7/+26
2015-06-09combine duplicate code into shared methodCaolán McNamara2-22/+19
2015-06-09cppcheck: unreadVariableCaolán McNamara1-3/+3
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara19-54/+49
2015-06-09cppcheck: variableScopeCaolán McNamara4-13/+5
2015-06-09Unlock SwCacheObj before potentially deleting it from SwCacheStephan Bergmann1-18/+22
2015-06-09tilebuffer: tileSize as member variable is superfluousPranav Kant3-14/+9
2015-06-09tilebuffer: ZoomFactor as member variable is superfluousPranav Kant3-32/+10
2015-06-09lokdocview: Make tilebuffer an instancePranav Kant1-39/+42
2015-06-09libreofficekit: fix RHEL5 build of tilebufferMiklos Vajna2-0/+6
2015-06-09lokdocview: mark *_get_type() with const function attributePranav Kant1-1/+1
2015-06-09lokdocview: Modernise LOKDocView as GObjectPranav Kant2-83/+77
2015-06-09lokdocview: Lets follow the GObject naming conventionPranav Kant3-87/+87
2015-06-09lokdocview: Let G_BEGIN/END_DECLS handle the compiler checkPranav Kant1-7/+3