summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Add debugging output for EditingTextChainFlow constructormatteocam1-0/+1
2015-08-07Add UndoSetText for chaining in edit modematteocam1-0/+18
2015-08-07Prevent flushing.matteocam1-1/+1
2015-08-05Set text object before flushing overflow checksmatteocam1-0/+2
2015-08-05Update parameters for overflow as done for edt outlmatteocam1-1/+25
2015-08-05Restore right MaxAutoPaperSize in SdrTextObj::ImpInitDrawOutlinermatteocam1-1/+1
2015-08-05Handle Pending Overflow Check for domino chainingmatteocam3-63/+25
2015-08-04Add check when setting next->prev->next to thismatteocam1-1/+3
2015-08-01Minor fixmatteocam1-2/+1
2015-07-31Cleaned comments; Set IsChainable instead of truematteocam5-20/+10
2015-07-31Change name to post-paste&cutting methodmatteocam1-2/+2
2015-07-31Remove wordwrap method from SdrChainedTextPrimitivematteocam2-2/+2
2015-07-31Check for links instead of chainabity when handling key inputmatteocam1-1/+2
2015-07-31Check GetNicChainingEvent before chaining in static modematteocam1-0/+3
2015-07-31Set link at calls of IsChainable. (not working)matteocam1-2/+50
2015-07-31Remove old codematteocam1-25/+3
2015-07-31Add chaining constant in unoshapmatteocam1-0/+1
2015-07-31Fixed operatormatteocam1-1/+1
2015-07-31Read IsChainable as Itemmatteocam1-0/+5
2015-07-31Fix last value in defsmatteocam1-1/+0
2015-07-31Added attributes for chaining aroundmatteocam2-0/+7
2015-07-31Make linking only for chainable boxesmatteocam1-12/+12
2015-07-31Add hack to link first two boxes in IsChainablematteocam1-0/+16
2015-07-31Implement text chain as doubly linked list in SdrTextObjmatteocam3-0/+40
2015-07-31Minor changesmatteocam1-2/+4
2015-07-31Add Cursor handling after post-paste chainingmatteocam1-1/+11
2015-07-31Move Chaining post-paste to OutlinerViewmatteocam1-2/+9
2015-07-31Detect DEL by KeyFuncType::DELETEmatteocam1-2/+2
2015-07-31Handle Deletematteocam2-20/+67
2015-07-31Remove test for next link in chain before moving cursormatteocam1-1/+1
2015-07-31Handle Backspacematteocam1-5/+19
2015-07-31Handle Left Arrow and Prev Linkmatteocam2-10/+23
2015-07-31Add specific method for detecting eventmatteocam2-31/+57
2015-07-31Add specific method for cursor event handlingmatteocam2-27/+47
2015-07-31Set PostChainingSel even with event UNCHANGEDmatteocam2-8/+7
2015-07-31Move code for right motion into TextChainCursorManagermatteocam2-40/+52
2015-07-31Prototype textchaincursor filesmatteocam2-2/+28
2015-07-31Add textchaincursor filesmatteocam2-0/+2
2015-07-31Write implementation of prev link accessormatteocam1-1/+15
2015-07-31Move (prototype) implementation of prev link in TextChainmatteocam2-2/+5
2015-07-31Move implementation of next link in TextChainmatteocam2-21/+23
2015-07-31Declare link accessors in TextChainmatteocam1-2/+20
2015-07-31Add end paste hdl for OutlView. Remove SdrObjEditView hdlmatteocam1-1/+0
2015-07-31Separated code for cursor motion with arrow keysmatteocam1-38/+43
2015-07-31Add SdrTextObj::GetPrevLink in chain declarationmatteocam1-0/+6
2015-07-31Call chaining handling from end-of-paste handlermatteocam1-1/+4
2015-07-31Move cursor if at end of boxmatteocam1-9/+27
2015-07-31Right arrow at last para moves to next linkmatteocam1-2/+13
2015-07-31First experiment with right arrow key to move to next linkmatteocam1-0/+17
2015-07-31Revert "Broadcast changed text in target link when in static mode"matteocam1-1/+1