Le 11/04/2014 13:50, Conil26 a écrit :
Bonjour,
J'utilise systématiquement un tableau 1 colonne x 27 lignes.
Je voudrais créer un décalage de paragraphe vers la droite sur les 
lignes 7 à 26.
L'éditeur de macro me donne :
sub Paragraphe
rem ----------------------------------------------------------------------
rem define variables
dim document   as object
dim dispatcher as object
rem ----------------------------------------------------------------------
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
rem ----------------------------------------------------------------------
dispatcher.executeDispatch(document, ".uno:IncrementIndent", "", 0, 
Array())
end sub
Mais ça ne prend pas en compte la sélection que je dois faire 
manuellement.
Merci de m'aider à compléter ce travail
--
Cordialement
Mr Sandy-Pascal Andriant
Dans
https://wiki.openoffice.org/wiki/Framework/Article/OpenOffice.org_2.x_Commands
Je trouve la commande SelectRow qui devrait convenir mais je n'en 
connais pas la syntaxe.
Cordialement
Mr Sandy-Pascal Andriant
--
Envoyez un mail à users+unsubscribe@fr.libreoffice.org pour savoir comment vous désinscrire
Les archives de la liste sont disponibles à http://listarchives.libreoffice.org/fr/users/
Tous les messages envoyés sur cette liste seront archivés publiquement et ne pourront pas être 
supprimés
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.