Bonsoir,

>  Je reste intéressé par le fichier config en question, à moins que cette 
> possibilité n'existe plus.

Si tu regardes du côté du schéma (.xcs) du fichier de configuration Common.xcu,
tu trouveras ces noeuds de configuration :

  <prop oor:name="PickListSize" oor:type="xs:int">
        <info>
          <desc>Describes the range and current size of the picklist shown
inside the menu.</desc>
        </info>
        <constraints>
          <minInclusive oor:value="0">
            <info>
              <desc>Defines the min range for the picklist size.</desc>
            </info>
          </minInclusive>
          <maxInclusive oor:value="100">
            <info>
              <desc>Defines the max range for the picklist size.</desc>
            </info>
          </maxInclusive>
        </constraints>
        <value>10</value>
      </prop>

Pour plus d'informations :
http://wiki.services.openoffice.org/wiki/Framework/Tutorial/Popup_Menu_Controller#How_to_retrieve_the_list_of_recent_used_documents




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to