1. 22 Haz, 2015 4 kayıt (commit)
    • Miklos Vajna's avatar
      gtktiledviewer: do HTML copying if possible · f403cecd
      Miklos Vajna yazdı
      Change-Id: I24e7b18442cb08814a73dd33b368b368039a11e4
      f403cecd
    • Miklos Vajna's avatar
      tdf#92061 RTF import: fix missing body text after footnote · 7b08304b
      Miklos Vajna yazdı
      A missing seek in the \footnote handler could result in a situation that
      the missed text contained a "{" but not its matching "}", which resulted
      in the parser terminating earlier than the end of the document.
      
      Change-Id: I6df476b2d6397dfa918111b33854dc2f95fbe81d
      7b08304b
    • Julien Nabet's avatar
      Typo: erturn->return · 16c2b60f
      Julien Nabet yazdı
      Change-Id: I6cb57f77c723fa252e7c21279e0c1b80e92010e1
      16c2b60f
    • Laurent Godard's avatar
      new uno sidebar api tdf#91806 · a6499951
      Laurent Godard yazdı
      the entry point is SfxBaseController::getSidebar()
      
      the Decks and panels are now per SidebarController and not global anymore
      
      ' macro example
      Sub testSidebarApi
      
      	controller =  thisComponent.currentcontroller
      	frameIni =  thisComponent.currentcontroller.frame
      	sidebar =  thisComponent.currentcontroller.getSidebar()
      
      	sidebar.setVisible(true)
      
      	frame = sidebar.getFrame()
      
      	decks = sidebar.getdecks()
      
      	c = decks.count
      
      	h = decks.hasElements()
      
      	e = decks.getElementNames()
      
      	a =  decks.hasByName("MyDeck")
      
      	deck = decks.getByName("MyDeck")
      	deck.activate(true)
      
      	t = deck.getTitle()
      	deck.setTitle("new deck title")
      
              deck.moveFirst()
              deck.moveLast()
              deck.moveUp()
              deck.moveDown()
      
              index = deck.getOrderIndex()
      
      	panels = deck.getPanels()
      	ep = panels.getElementnames()
      
      	ap = panels.hasByName("aPanelName")
      
      	panel = panels.getByName("aPanelName")
      	panel.setTitle("new panel title")
      
      	panel.collapse()
      
      	panel.expand(true) ' expand and collapse other
      
              index = panel.getOrderIndex()
      
              panel.moveLast()
              panel.moveFirst()
              panel.moveDown()
              panel.moveUp()
      
      End Sub
      
      Change-Id: I7a4b953f2277dea483bb296ba6ead35de7205ace
      Reviewed-on: https://gerrit.libreoffice.org/15856Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
      Tested-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
      a6499951
  2. 21 Haz, 2015 18 kayıt (commit)
  3. 20 Haz, 2015 18 kayıt (commit)