Advertisement
dzemens

Ribbon XML

Aug 20th, 2013
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 10.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <customUI onLoad="RibbonOnLoad"
  3. xmlns:x="http://schemas.microsoft.com/office/2006/01/customui/currentDocument"
  4. xmlns="http://schemas.microsoft.com/office/2009/07/customui" >
  5.    <ribbon startFromScratch="false">
  6. <tabs>
  7. <tab id="tabJanus" label="4flow" insertBeforeMso="TabHome">
  8.     <group id="grpBasics" label="Basics">
  9.             <button id="btSpiel" imageMso="HappyFace" onAction = "Test" supertip="Spielbutton" size="large" />
  10.             <control idMso="SlideNew" showLabel="false" />
  11.             <control idMso="SlideLayoutGallery" showLabel="false" />
  12.             <control idMso="FileSave" showLabel="false" />
  13.             <control idMso="FileSaveAs" showLabel="false" />
  14.         <separator id="Separator11" /> 
  15.             <button id="btPDF" image="PDF" onAction = "SaveAsPdf" supertip="Publish selected slides as PDF" />
  16.             <button id="btMail" imageMso="GoToMail" onAction = "SendAsMail" supertip="Send selected slides as pdf per eMail" />
  17.             <button id="btpptxMail" imageMso="MailMergeStartMailMergeMenu" onAction = "SendAsPPTX" supertip="Send selected slides as pptx per eMail" />
  18.             <control idMso="FilePrintPreview" showLabel="false" />
  19.             <control idMso="FilePrint" showLabel="false" />
  20.         <separator id="Separator1" />              
  21.             <control idMso="PasteSpecialDialog" showLabel="false" />
  22.             <control idMso="FormatPainter" showLabel="false" />
  23.             <control idMso="ReplaceDialog" showLabel="false" />
  24.     </group>
  25.  
  26.     <group id="grpSchrift" label="Font">
  27.         <control idMso="Font" showLabel="false" />
  28.         <control idMso="FontSize" showLabel="false" />
  29.         <buttonGroup id="btgrpSchrift2">
  30.             <control idMso="Bold" showLabel="false" />
  31.             <control idMso="Italic" showLabel="false" />
  32.             <control idMso="Underline" showLabel="false" />
  33.     <control idMso="Strikethrough" showLabel="false" />
  34.                 </buttonGroup>
  35.            
  36.         <buttonGroup id="bthighlow">
  37.             <control idMso="Superscript" showLabel="false" />
  38.             <control idMso="Subscript" showLabel="false" />
  39.         </buttonGroup>
  40.            
  41.         <buttonGroup id="btFontSize">
  42.             <control idMso="FontSizeIncrease" showLabel="false" />
  43.             <control idMso="FontSizeDecrease" showLabel="false" />             
  44.         </buttonGroup>
  45.            
  46.         <buttonGroup id="btMath">
  47.             <control idMso="SymbolInsert" showLabel="false" />
  48.             <control idMso="EquationInsertNew" showLabel="false" />
  49.         </buttonGroup>
  50.     </group>
  51.  
  52.     <group id="grpAbsatz" label="Paragraph">
  53.         <buttonGroup id="btgrpTextausrichtung">
  54.             <control idMso="AlignLeft" showLabel="false" />
  55.             <control idMso="AlignCenter" showLabel="false" />
  56.             <control idMso="AlignRight" showLabel="false" />
  57.         </buttonGroup>
  58.                
  59.         <buttonGroup id="btgrpTextebenenausrichtung">
  60.             <control idMso="TextDirectionGallery" showLabel="false" />
  61.         <control idMso="TextAlignGallery" showLabel="false" />
  62.         </buttonGroup>
  63.        
  64.         <buttonGroup id="btgrpSonstiges">
  65.             <control idMso="LineSpacingGalleryPowerPoint" showLabel="false" />
  66.             <control idMso="HeaderFooterInsert" showLabel="false" />
  67.         </buttonGroup>
  68.     <separator id="Separator2" />      
  69.         <buttonGroup id="btgrpListen">
  70.             <control idMso="BulletsGallery" showLabel="false" />
  71.             <control idMso="NumberingGallery" showLabel="false" />
  72.         </buttonGroup>
  73.  
  74.         <buttonGroup id="btgrpEinrucken1">
  75.             <control idMso="IndentDecrease" showLabel="false" />
  76.             <control idMso="IndentIncrease" showLabel="false" />
  77.         </buttonGroup>
  78.                
  79.     </group>
  80.            
  81.     <group id="grpFarbe" label="Color">
  82.         <control idMso="FontColorPicker" showLabel="false" />
  83.         <control idMso="ShapeOutlineColorPicker" showLabel="false" />
  84.         <control idMso="ShapeFillColorPicker" showLabel="false" />
  85.     </group>
  86.  
  87.     <group id="grpZeichnung" label="Shapes">
  88.         <control idMso="ShapesInsertGallery" showLabel="false" />
  89.         <control idMso="ShapeChangeShapeGallery" showLabel="false" imageMso="DatabaseCopyDatabaseFile" />
  90.         <control idMso="ObjectEditShapeMenu" showLabel="false" />
  91.         <control idMso="LineStylesDialog" showLabel="false" />
  92.         <control idMso="OutlineWeightGallery" showLabel="false" />
  93.     </group>
  94.  
  95.     <group id="grpAusrichten" label="Layout">
  96.         <control idMso="ObjectBringToFront" showLabel="false" />
  97.         <control idMso="ObjectSendToBack" showLabel="false" />
  98.         <control idMso="ObjectBringForward" showLabel="false" />           
  99.     <separator id="Separator3" />
  100.         <buttonGroup id="btgrpAusrichten1" >
  101.             <control idMso="ObjectsAlignLeftSmart" showLabel="false" />
  102.             <control idMso="ObjectsAlignRightSmart" showLabel="false" />
  103.             <control idMso="ObjectsAlignTopSmart" showLabel="false" />
  104.             <control idMso="ObjectsAlignBottomSmart" showLabel="false" />
  105.         </buttonGroup>
  106.            
  107.         <buttonGroup id="btgrpAusrichten2" >
  108.             <control idMso="ObjectsAlignCenterHorizontalSmart" showLabel="false" />
  109.             <control idMso="ObjectsAlignMiddleVerticalSmart" showLabel="false" />
  110.             <control idMso="AlignDistributeHorizontally" showLabel="false" />
  111.             <control idMso="AlignDistributeVertically" showLabel="false" />
  112.         </buttonGroup>
  113.        
  114.         <buttonGroup id="btgrpDrehen" >
  115.             <control idMso="ObjectRotateLeft90" showLabel="false" />
  116.             <control idMso="ObjectRotateRight90" showLabel="false" />
  117.             <control idMso="ObjectFlipHorizontal" showLabel="false" />
  118.             <control idMso="ObjectFlipVertical" showLabel="false" />
  119.         </buttonGroup>
  120.  
  121.         <control idMso="HorizontalSpacingDecreaseSmart" showLabel="false" />
  122.         <control idMso="HorizontalSpacingIncreaseSmart" showLabel="false" />
  123.         <control idMso="ObjectsArrangeBottomSmart" showLabel="false" />
  124.         <control idMso="ObjectsArrangeRigthSmart" showLabel="false" />         
  125.     <separator id="Separator4" />
  126.         <control idMso="ObjectsGroup" showLabel="false" />
  127.         <control idMso="ObjectsUngroup" showLabel="false" />
  128.         <control idMso="ObjectsRegroup" showLabel="false" />
  129.         <button id="btAlles" imageMso="ZoomFitToWindow" onAction = "Alles_anpassen" supertip="Höhe und Breite anpassen"/>
  130.         <button id="btHoehe" imageMso="ObjectSizeDialog" onAction = "Hoehe_anpassen" supertip="Höhe anpassen"/>
  131.         <button id="btBreite" imageMso="ShapeWidth" onAction = "Laenge_anpassen" supertip="Breite anpassen"/>
  132.     </group>
  133.     <group id="grpDiverse" label="Tools">
  134.         <menu id="bt4flow" image="logo_4flow" supertip="Templates" size="large">
  135.             <button id="btSlideBib" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "Slidebib" supertip="Opens the Slide Library" label="Slide Library" />
  136.             <button id="btConsultingDocuments" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "ConsultingDocuments" supertip="Opens the Consulting Documents" label="Consulting Documents" />
  137.             <button id="btDictionary" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "Dictionary" supertip="Opens the 4flow Dictionary" label="4flow Dictionary" />
  138.             <button id="btPresentationsAndTemplates" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "PresentationsAndTemplates" supertip="Opens the Presentations and Templates" label="Presentation and Templates" />
  139.         </menu>
  140.     <control idMso="SlideThemesGallery" showLabel="false" />   
  141.     <separator id="Separator5" />
  142.         <button id="brPrivacyOn" image="privacyon" onAction = "PrivacyOn" supertip="Privacy Mode On"/>
  143.         <button id="btPrivacyOff" imageMso="VisibilityVisible" onAction = "PrivacyOff" supertip="Privacy Mode Off"/>
  144.         <control idMso="PictureSetTransparentColor" showLabel="false" />   
  145.         <control idMso="PictureCrop" showLabel="false" />
  146.         <control idMso="PictureSetTransparentColor" showLabel="false" />
  147.         <control idMso="PicturesCompress" showLabel="false" />             
  148.         <button id="btInfo" getEnabled="EnabledBtInfo" imageMso="ZoomPrintPreviewExcel" onAction = "Infos" supertip="Informationen zum selektierten Shape"/>
  149. <button id="btRaster" imageMso="ViewGridlinesFrontPage" onAction = "Guidelines" supertip="Raster ein- und ausblenden"/>
  150.     </group>
  151.     <group id="grpEinfugen" label="Add">
  152.     <buttonGroup id="btgrpKommentar">
  153.         <button id="btKommentarRot" imageMso="AppointmentColor1" onAction = "Kommentar_rot" supertip="Kommentar einfügen"/>
  154.         <button id="btKommentarGrun" imageMso="AppointmentColor3" onAction = "Kommentar_grun" supertip="Kommentar einfügen"/>
  155.         <button id="btKommentarTurkis" imageMso="AppointmentColor6" onAction = "Kommentar_turkis" supertip="Kommentar einfügen"/>
  156.         <button id="btKommentarPink" imageMso="AppointmentColor8" onAction = "Kommentar_pink" supertip="Kommentar einfügen"/>
  157.     </buttonGroup>
  158.     <buttonGroup id="btgrpPfeil">  
  159.         <button id="btPfeilRot" image="pfeilrot" onAction = "Pfeil_rot" supertip="Kommentar einfügen"/>
  160.         <button id="btPfeilGrun" image="pfeilgrun" onAction = "Pfeil_grun" supertip="Kommentar einfügen"/>
  161.         <button id="btPfeilTurkis" image="pfeilturkis" onAction = "Pfeil_turkis" supertip="Kommentar einfügen"/>
  162.         <button id="btPfeilPink" image="pfeilpink" onAction = "Pfeil_pink" supertip="Kommentar einfügen"/>
  163.     </buttonGroup>
  164.     <buttonGroup id="btgrButtons"> 
  165.         <control idMso="ReviewNewComment" showLabel="false" /> 
  166.         <button id="btDraft" image="Draft" onAction = "Draft" supertip="Inserts a Draft button on the selected slide range."/> 
  167.         <button id="btBackup" imageMso="ActiveXButton" onAction = "Backup" supertip="Inserts a Backup Button"/>
  168.     </buttonGroup>
  169.     </group>
  170.  
  171.     <group id="grpEntfernen" label="Delete">
  172.         <button id="btDeleteKommentar" image="kommentardel" onAction = "DeleteKommentar" supertip="Deletes all comments in the selected shape range."/>
  173.         <button id="btDeletePfeil" image="pfeildel" onAction = "DeletePfeil" supertip="Deletes all arrows in the selected shape range."/>
  174.         <button id="btDeleteDraft" imageMso="RecordsDeleteRecord" onAction = "DeleteDraft" supertip="Deletes all Draft button in the selected shape range."/>  
  175.         <button id="btTextloeschen" image="shapetextdel" onAction = "Text_loeschen" supertip="Text in makierten Shapes löschen"/> 
  176.     </group>
  177.     <group id="grpLangauge" label="Language">
  178.         <button id="btChangeSpellCheckingLanguageENG" image="USA" onAction = "ChangeSpellCheckingLanguageENG" supertip="Change Spellcheck to English for all Shapes"/>
  179.         <button id="btChangeSpellCheckingLanguageDE" image="DE" onAction = "ChangeSpellCheckingLanguageDE" supertip="Change Spellcheck to German for all Shapes"/>
  180.         <button id="btChangeSpellCheckingLanguageCS" imageMso="HangulHanjaConversion" onAction = "ChangeSpellCheckingLanguageCS" supertip="Change Spellcheck to Chinese Simplified for all Shapes"/>
  181.         <control idMso="SetLanguage" showLabel="false" />  
  182.     </group>
  183.     </tab>
  184.     </tabs>
  185.    </ribbon>
  186. </customUI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement