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