summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 chainingmatteocam4-66/+32
2015-08-04Use reference for ditLine ImplUpdateOverflowingLineNummatteocam1-1/+2
2015-08-04Added assertion in ImplUpdateOverflowingLineNummatteocam1-1/+2
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 truematteocam8-26/+11
2015-07-31Make declaration of ImpOutlinerCalcFieldValueHdl typedmatteocam1-1/+2
2015-07-31Use EditLine instead of EditLine*matteocam1-2/+2
2015-07-31Change name to post-paste&cutting methodmatteocam4-9/+9
2015-07-31Handle underflow after cutting textmatteocam1-1/+6
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-31Set Uno property for chain-next-name from SdXMLTextBoxShapeContextmatteocam2-1/+26
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 defsmatteocam2-2/+1
2015-07-31Added attributes for chaining aroundmatteocam5-0/+11
2015-07-31Add TextChainNextName svddef.hmatteocam1-0/+1
2015-07-31Add TextChainNextName to the set of mapped propertiesmatteocam1-0/+1
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-31Make TextChain creatable only by SdrModelmatteocam1-1/+4
2015-07-31Implement text chain as doubly linked list in SdrTextObjmatteocam6-6/+49
2015-07-31Minor changesmatteocam1-2/+4
2015-07-31Add Cursor handling after post-paste chainingmatteocam2-1/+12
2015-07-31Move Chaining post-paste to OutlinerViewmatteocam3-6/+13
2015-07-31Handle Chaining after Paste in sdmatteocam2-1/+11
2015-07-31Detect DEL by KeyFuncType::DELETEmatteocam1-2/+2
2015-07-31Handle DEL calling Sdr*View::KeyInput instead of OutlinerView::PostKeyEventmatteocam1-1/+2
2015-07-31Handle Deletematteocam4-26/+83
2015-07-31Remove test for next link in chain before moving cursormatteocam1-1/+1
2015-07-31Handle Backspacematteocam2-6/+21
2015-07-31Handle Left Arrow and Prev Linkmatteocam2-10/+23
2015-07-31Add specific method for detecting eventmatteocam3-31/+61
2015-07-31Add specific method for cursor event handlingmatteocam3-27/+51
2015-07-31Set PostChainingSel even with event UNCHANGEDmatteocam2-8/+7
2015-07-31Move code for right motion into TextChainCursorManagermatteocam3-42/+65
2015-07-31Prototype textchaincursor filesmatteocam3-3/+56
2015-07-31Add textchaincursor filesmatteocam3-0/+8
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 TextChainmatteocam3-25/+27
2015-07-31Declare link accessors in TextChainmatteocam3-2/+37