summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-06-08use new UnoCursorPointer in SwXTextPortionEnumerationBjoern Michaelsen2-30/+5
2015-06-08use UnoCursorPointer in SwXTextPortionBjoern Michaelsen2-20/+4
2015-06-08use UnoCursorPointer in SwXTextTableCursorBjoern Michaelsen2-26/+5
2015-06-08add comment on possibly memory leakBjoern Michaelsen1-0/+2
2015-06-08use UnoCursorPointer in SwXCellRange and SwChartDataSequenceBjoern Michaelsen4-72/+20
2015-06-08use UnoCursorPointer in SwXTextCursorBjoern Michaelsen5-86/+46
2015-06-08use UnoCursorPointer in SwNavigationMgrBjoern Michaelsen3-22/+21
2015-06-08another RAIIBjoern Michaelsen1-2/+1
2015-06-08refactor out frame collection with layoutBjoern Michaelsen2-29/+36
2015-06-08refactor SwXParaFrameEnumerationImpl ctorBjoern Michaelsen1-10/+6
2015-06-08make FillFrames a memberBjoern Michaelsen1-23/+20
2015-06-08make CreateNextObject a memberBjoern Michaelsen1-66/+59
2015-06-08simplify and inline trivial boilerplateBjoern Michaelsen1-40/+16
2015-06-08use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen5-97/+53
2015-06-08RAII for ParagraphFrameEnumerationBjoern Michaelsen1-8/+3
2015-06-08use UnoCursorPointer in ParagraphFrameEnumerationBjoern Michaelsen3-105/+72
2015-06-08inline trivial onelinersBjoern Michaelsen1-53/+16
2015-06-08use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen5-109/+54
2015-06-08use UnoCursorPointer in SwXTextRangesBjoern Michaelsen2-34/+7
2015-06-08use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen8-97/+64
2015-06-08use UnoCursorPointer in SwXParagraphEnumerationBjoern Michaelsen1-42/+8
2015-06-08add smart pointer for managing SwUnoCrsrsBjoern Michaelsen2-1/+62
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann96-242/+242
2015-06-08Enable SwUiWriterTest::testEmbeddedDataSource() at least on LinuxMiklos Vajna1-2/+1
2015-06-08Resolves: tdf#91932 enable CaseMap property in impress/drawCaolán McNamara1-7/+1
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin2-2/+2
2015-06-08Fix the Windows and OS X build temporarily.Jan Holesovsky1-0/+3
2015-06-08Resolves: crash on export of ooo47778-3.sxw to docxCaolán McNamara3-3/+49
2015-06-08CppunitTest_sw_uiwriter: add embedded data source definition testcaseMiklos Vajna3-0/+34
2015-06-08sw: clean up using namespace statements in dbmgrMiklos Vajna1-269/+251
2015-06-08tdf#82553 DOCX import: handle table margin when converting floattablesMiklos Vajna2-0/+9
2015-06-08Unused includesMiklos Vajna1-1/+0
2015-06-07tdf#91781 Addition of new commands not found in the menu barYousuf Philips1-27/+68
2015-06-07tdf#81475 Another round of tweaks to Writer's various toolbarsYousuf Philips8-42/+60
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin35-54/+53
2015-06-06tdf#91602: sw: prevent recursive layout crashMichael Stahl1-0/+4
2015-06-05sw: WW8 export: avoid invalidated positions in sw::FramesMichael Stahl3-1/+28
2015-06-05sw: let's export the debug-logging stuff so msword filters can use itMichael Stahl2-3/+3
2015-06-05WRITER: readd InsertRows/InsertColsPhilippe Jung4-4/+82
2015-06-05fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara1-4/+0
2015-06-05SwDBManager: fix relative reference of embedded data sourceMiklos Vajna1-1/+2
2015-06-05tdf#91781 Restoring Edit entries under a new submenu and change view namesYousuf Philips1-1/+10
2015-06-04Resolves: tdf#91637 avoid -1 string indexCaolán McNamara1-2/+5
2015-06-04coverity#1302656 Unchecked dynamic_castCaolán McNamara1-2/+2
2015-06-04Fix a regression introduced at 3d30077af27c8a6e91fb91175e6d2ea9a6f03d11Takeshi Abe1-2/+2
2015-06-04tdf#91260: cleanup - textboxes extending beyond the pageLászló Németh1-4/+1
2015-06-04tdf#91781 Changes based on discussion of heiko suggestionsYousuf Philips1-9/+7
2015-06-04GetWin seen as NULL sometimesCaolán McNamara1-4/+8
2015-06-04Resolves: tdf#84483 postit layout not available in print preview modeCaolán McNamara1-2/+3
2015-06-04replace FLYPROTECT with scoped enumNoel Grandin15-69/+76