summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* sw tiled rendering: Ignore window size check.Henry Castro2015-06-112-10/+3
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-118-33/+33
* So assume SwUiWriterTest::testEmbeddedDataSource works on MACOSX now tooStephan Bergmann2015-06-111-2/+0
* SwDBManager: avoid registering two data sources when creating an emebedded oneMiklos Vajna2015-06-111-2/+3
* Typo: vertival -> verticalAndras Timar2015-06-111-2/+2
* tdf#91613 restore functionality of clicking to .uno:Size status bar elementAndras Timar2015-06-111-0/+53
* coverity#1302618 deref of NULLCaolán McNamara2015-06-103-9/+9
* tdf#90640: add a unit test for thisMichael Stahl2015-06-101-0/+11
* Revert sw: LOK_CALLBACK_CURSOR_VISIBLE callback.Henry Castro2015-06-101-6/+0
* sw: remove embedded data source on location deregistrationMiklos Vajna2015-06-104-4/+114
* Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara2015-06-102-38/+51
* CppunitTest_sw_uiwriter: enable on WindowsMiklos Vajna2015-06-101-1/+1
* loplugin:salboolStephan Bergmann2015-06-101-2/+2
* sw: fix GCC undefined reference to `typeinfo for sw::LegacyModifyHint'Michael Stahl2015-06-102-10/+16
* Revert "There's SAL_DLLPUBLIC_RTTI for that"Stephan Bergmann2015-06-102-2/+2
* Added Test for Export to PictureVarun2015-06-101-0/+29
* Added Test for tdf#91145 Set Cell Background ColorVarun2015-06-101-0/+40
* There's SAL_DLLPUBLIC_RTTI for thatStephan Bergmann2015-06-102-2/+2
* Ensure single RTTI symbol instanceStephan Bergmann2015-06-105-9/+8
* tdf#88290 Adapt the numbering popup to more than 8 itemsMaxim Monastirsky2015-06-102-36/+27
* SwDBManager::LoadAndRegisterDataSource: restore lost hunkMiklos Vajna2015-06-101-0/+6
* VMLExport::Commit is riddled with out of bounds writes on exportCaolán McNamara2015-06-101-5/+5
* similarly fix fatal export of kde216114-1.odt to docxCaolán McNamara2015-06-102-0/+6
* fix fatal attempt to export kde302504-1.odt to docxCaolán McNamara2015-06-102-0/+6
* fix crash on export of ooo67471-2.sxw to docxCaolán McNamara2015-06-105-44/+82
* sw: fix gcc-4.7 buildMiklos Vajna2015-06-101-1/+1
* loplugin:unreffunStephan Bergmann2015-06-101-1/+7
* sw: tiled rendering, set minimal window size.Henry Castro2015-06-091-0/+10
* sw: LOK_CALLBACK_CURSOR_VISIBLE callback.Henry Castro2015-06-091-0/+6
* Revert "re-enable test after fix up"Caolán McNamara2015-06-091-1/+1
* re-enable test after fix upCaolán McNamara2015-06-091-1/+1
* kill SwNodeIndex before dispose to fix uiwriter failuresCaolán McNamara2015-06-091-4/+5
* disable UnoCursorPointer test for now as it fails on OSXBjoern Michaelsen2015-06-091-1/+1
* give better hints for the whodunnit in SwClient/ModifyBjoern Michaelsen2015-06-091-2/+1
* Revert "restore "crash on layout of novell622972-2.html" temporarily"Caolán McNamara2015-06-091-6/+1
* lplugin:redundantcastStephan Bergmann2015-06-091-2/+2
* lplugin:redundantcastStephan Bergmann2015-06-091-2/+2
* alias sw::UnoImplPtr to ::std::unique_ptr ...Bjoern Michaelsen2015-06-091-27/+10
* use new UnoCursorPointer in SwXTextPortionEnumerationBjoern Michaelsen2015-06-092-30/+5
* use UnoCursorPointer in SwXTextPortionBjoern Michaelsen2015-06-092-20/+4
* use UnoCursorPointer in SwXTextTableCursorBjoern Michaelsen2015-06-092-26/+5
* add comment on possibly memory leakBjoern Michaelsen2015-06-091-0/+2
* use UnoCursorPointer in SwXCellRange and SwChartDataSequenceBjoern Michaelsen2015-06-094-72/+20
* use UnoCursorPointer in SwXTextCursorBjoern Michaelsen2015-06-095-86/+46
* use UnoCursorPointer in SwNavigationMgrBjoern Michaelsen2015-06-093-22/+21
* another RAIIBjoern Michaelsen2015-06-091-2/+1
* refactor out frame collection with layoutBjoern Michaelsen2015-06-092-29/+36
* refactor SwXParaFrameEnumerationImpl ctorBjoern Michaelsen2015-06-091-10/+6
* make FillFrames a memberBjoern Michaelsen2015-06-091-23/+20