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