1. 05 Haz, 2015 2 kayıt (commit)
  2. 04 Haz, 2015 3 kayıt (commit)
    • Henry Castro's avatar
      sc LOKit callback for search not found. · fa0eed40
      Henry Castro yazdı
      Needed for signaling the user when no match was found for the searched input
      
      Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99
      fa0eed40
    • Henry Castro's avatar
      sc: Notify about the part change when searching. · 7c338fe5
      Henry Castro yazdı
      Change-Id: Ieea445b64f72f270885d6e21d4070fefe8d82567
      7c338fe5
    • Henry Castro's avatar
      sc: SvxSearchItem, m_nStartPoint{X,Y} · 572abb94
      Henry Castro yazdı
      The idea is that if you have your cursor at the begining of a Calc document, and you scroll down a
      lot, then search, then it's annoying that search jumps back to the start of the document for the
      first hit.
      
      Add an optional way to provide what is the starting point of such a search, so we can have "when
      nothing is selected, then search from the top left corner of the visible area".
      
      Change-Id: I22624dd52a093759d46541e003d838aeb0db943f
      572abb94
  3. 03 Haz, 2015 7 kayıt (commit)
  4. 02 Haz, 2015 1 kayıt (commit)
    • Miklos Vajna's avatar
      sw: LOK_CALLBACK_TEXT_SELECTION should be the union of all selections · 14657319
      Miklos Vajna yazdı
      E.g. if searching for a keyword and it's inside a text frame, then we
      have two cursors: one is an empty selection at the anchor point, and the
      other is the real selection. What happened is that we emitted two events
      for the two cursors, instead of merging them together.
      
      Fix the problem by not emitting the events in SwSelPaintRects::Show(),
      instead do it at once in SwShellCrsr::Show().
      
      Change-Id: Ie2c7691aaaea7ba8a32b5cfa718a45cba571f791
      14657319
  5. 31 May, 2015 4 kayıt (commit)
  6. 30 May, 2015 8 kayıt (commit)
  7. 29 May, 2015 15 kayıt (commit)