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