summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-28Don't merge this branch, a less intrusive approach was pushed to master.feature/table-style-rebasedJan Holesovsky0-0/+0
2015-09-25getLength() -> !isEmpty().Jan Holesovsky1-1/+1
2015-09-25sal_Bool -> bool.Jan Holesovsky3-26/+26
2015-09-24Fix indentation.Jan Holesovsky1-2/+2
2015-09-24Remove SwTableAutoFmt from implementationAlex Ivan28-662/+318
2015-09-24Remove obsolete UpdateTo/FromSet methodsAlex Ivan2-158/+0
2015-09-24Remove boolean members from SwTableAutoFmtAlex Ivan3-54/+19
2015-09-24Use items in attrset to determine properties stored in table styleAlex Ivan3-12/+116
2015-09-24Fix SwAttrHandler::Init to take parent attribute set into accountAlex Ivan1-16/+6
2015-09-24Reapply table style after merging tablesAlex Ivan1-1/+6
2015-09-24Reapply table style after spliting table and undoAlex Ivan2-4/+13
2015-09-24Reapply table styles after merging/spliting cells and corresponding undosAlex Ivan2-0/+9
2015-09-24Fix copy-pasting table with no table styleAlex Ivan1-2/+2
2015-09-24Apply table style copying from writer to writerAlex Ivan2-3/+16
2015-09-24Load predifined table styles at document creationAlex Ivan4-8/+11
2015-09-24Add some more security to format parent assigningAlex Ivan1-0/+3
2015-09-24Proper undo for row/column insertion/deletionAlex Ivan1-0/+8
2015-09-24Reapply table style after row/column deletionAlex Ivan1-1/+8
2015-09-24Fix build.Jan Holesovsky1-1/+1
2015-09-24Reapply table style after inserting rowsAlex Ivan1-0/+2
2015-09-24Adjust format parent assigningAlex Ivan2-9/+9
2015-09-24Fix build.Jan Holesovsky1-1/+1
2015-09-24Reapply table style after inserting columnsAlex Ivan1-0/+2
2015-09-24Parent assigning cleanupAlex Ivan1-1/+1
2015-09-24Fix borders update with table style applicationAlex Ivan1-0/+10
2015-09-24Fix undo resize table causing lose of table styleAlex Ivan2-7/+22
2015-09-24Store table style in Undo by nameAlex Ivan4-8/+23
2015-09-24Fix undo for applying table styleAlex Ivan3-13/+4
2015-09-24Fix borders on Text to table methodAlex Ivan1-13/+15
2015-09-24Correct previously skipped function in parent assigning cleanupAlex Ivan1-1/+1
2015-09-24Partially fix properties updateAlex Ivan1-0/+9
2015-09-24Fix column width in TextToTableAlex Ivan1-4/+1
2015-09-24Fix borders on insert tableAlex Ivan1-2/+2
2015-09-24Some cleanup of the parent assigningAlex Ivan2-14/+25
2015-09-24Remove default attribute values from Sw*FmtAlex Ivan1-80/+2
2015-09-24Set coresponding parent to attribute setAlex Ivan2-1/+29
2015-09-24Register SwFmts to correct parents for each element of tableAlex Ivan3-14/+113
2015-09-24Fix missing font attributes in AutoFormat windowAlex Ivan1-0/+1
2015-09-24Temporary disable of AutoFormat save mechanismAlex Ivan1-2/+0
2015-09-24Fix resizing of AutoFormat window crashingAlex Ivan1-2/+2
2015-09-24Fix build.Jan Holesovsky1-1/+1
2015-09-24Fix RepeatHeading storage in SwTableFmtAlex Ivan1-1/+6
2015-09-24Further changes on separating hard formatting from styleAlex Ivan5-47/+30
2015-09-24Fix missing name for Default Style in AutoFormat dialogAlex Ivan1-1/+1
2015-09-24Fix table styles not loadingAlex Ivan1-0/+43
2015-09-24Added some properties back into hard formatAlex Ivan1-19/+90
2015-09-24More protection for pCurData: NULL means default, not much to do thenCédric Bosdonnat1-30/+39
2015-09-24Fix hard format/table style separation issueAlex Ivan1-14/+7
2015-09-24Separated hardformatting/styles in table insertionAlex Ivan1-1/+2
2015-09-24Modify undo mechanism for applying table formatAlex Ivan2-42/+13