Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <customUI onLoad="RibbonOnLoad"
- xmlns:x="http://schemas.microsoft.com/office/2006/01/customui/currentDocument"
- xmlns="http://schemas.microsoft.com/office/2009/07/customui" >
- <ribbon startFromScratch="false">
- <tabs>
- <tab id="tabJanus" label="4flow" insertBeforeMso="TabHome">
- <group id="grpBasics" label="Basics">
- <button id="btSpiel" imageMso="HappyFace" onAction = "Test" supertip="Spielbutton" size="large" />
- <control idMso="SlideNew" showLabel="false" />
- <control idMso="SlideLayoutGallery" showLabel="false" />
- <control idMso="FileSave" showLabel="false" />
- <control idMso="FileSaveAs" showLabel="false" />
- <separator id="Separator11" />
- <button id="btPDF" image="PDF" onAction = "SaveAsPdf" supertip="Publish selected slides as PDF" />
- <button id="btMail" imageMso="GoToMail" onAction = "SendAsMail" supertip="Send selected slides as pdf per eMail" />
- <button id="btpptxMail" imageMso="MailMergeStartMailMergeMenu" onAction = "SendAsPPTX" supertip="Send selected slides as pptx per eMail" />
- <control idMso="FilePrintPreview" showLabel="false" />
- <control idMso="FilePrint" showLabel="false" />
- <separator id="Separator1" />
- <control idMso="PasteSpecialDialog" showLabel="false" />
- <control idMso="FormatPainter" showLabel="false" />
- <control idMso="ReplaceDialog" showLabel="false" />
- </group>
- <group id="grpSchrift" label="Font">
- <control idMso="Font" showLabel="false" />
- <control idMso="FontSize" showLabel="false" />
- <buttonGroup id="btgrpSchrift2">
- <control idMso="Bold" showLabel="false" />
- <control idMso="Italic" showLabel="false" />
- <control idMso="Underline" showLabel="false" />
- <control idMso="Strikethrough" showLabel="false" />
- </buttonGroup>
- <buttonGroup id="bthighlow">
- <control idMso="Superscript" showLabel="false" />
- <control idMso="Subscript" showLabel="false" />
- </buttonGroup>
- <buttonGroup id="btFontSize">
- <control idMso="FontSizeIncrease" showLabel="false" />
- <control idMso="FontSizeDecrease" showLabel="false" />
- </buttonGroup>
- <buttonGroup id="btMath">
- <control idMso="SymbolInsert" showLabel="false" />
- <control idMso="EquationInsertNew" showLabel="false" />
- </buttonGroup>
- </group>
- <group id="grpAbsatz" label="Paragraph">
- <buttonGroup id="btgrpTextausrichtung">
- <control idMso="AlignLeft" showLabel="false" />
- <control idMso="AlignCenter" showLabel="false" />
- <control idMso="AlignRight" showLabel="false" />
- </buttonGroup>
- <buttonGroup id="btgrpTextebenenausrichtung">
- <control idMso="TextDirectionGallery" showLabel="false" />
- <control idMso="TextAlignGallery" showLabel="false" />
- </buttonGroup>
- <buttonGroup id="btgrpSonstiges">
- <control idMso="LineSpacingGalleryPowerPoint" showLabel="false" />
- <control idMso="HeaderFooterInsert" showLabel="false" />
- </buttonGroup>
- <separator id="Separator2" />
- <buttonGroup id="btgrpListen">
- <control idMso="BulletsGallery" showLabel="false" />
- <control idMso="NumberingGallery" showLabel="false" />
- </buttonGroup>
- <buttonGroup id="btgrpEinrucken1">
- <control idMso="IndentDecrease" showLabel="false" />
- <control idMso="IndentIncrease" showLabel="false" />
- </buttonGroup>
- </group>
- <group id="grpFarbe" label="Color">
- <control idMso="FontColorPicker" showLabel="false" />
- <control idMso="ShapeOutlineColorPicker" showLabel="false" />
- <control idMso="ShapeFillColorPicker" showLabel="false" />
- </group>
- <group id="grpZeichnung" label="Shapes">
- <control idMso="ShapesInsertGallery" showLabel="false" />
- <control idMso="ShapeChangeShapeGallery" showLabel="false" imageMso="DatabaseCopyDatabaseFile" />
- <control idMso="ObjectEditShapeMenu" showLabel="false" />
- <control idMso="LineStylesDialog" showLabel="false" />
- <control idMso="OutlineWeightGallery" showLabel="false" />
- </group>
- <group id="grpAusrichten" label="Layout">
- <control idMso="ObjectBringToFront" showLabel="false" />
- <control idMso="ObjectSendToBack" showLabel="false" />
- <control idMso="ObjectBringForward" showLabel="false" />
- <separator id="Separator3" />
- <buttonGroup id="btgrpAusrichten1" >
- <control idMso="ObjectsAlignLeftSmart" showLabel="false" />
- <control idMso="ObjectsAlignRightSmart" showLabel="false" />
- <control idMso="ObjectsAlignTopSmart" showLabel="false" />
- <control idMso="ObjectsAlignBottomSmart" showLabel="false" />
- </buttonGroup>
- <buttonGroup id="btgrpAusrichten2" >
- <control idMso="ObjectsAlignCenterHorizontalSmart" showLabel="false" />
- <control idMso="ObjectsAlignMiddleVerticalSmart" showLabel="false" />
- <control idMso="AlignDistributeHorizontally" showLabel="false" />
- <control idMso="AlignDistributeVertically" showLabel="false" />
- </buttonGroup>
- <buttonGroup id="btgrpDrehen" >
- <control idMso="ObjectRotateLeft90" showLabel="false" />
- <control idMso="ObjectRotateRight90" showLabel="false" />
- <control idMso="ObjectFlipHorizontal" showLabel="false" />
- <control idMso="ObjectFlipVertical" showLabel="false" />
- </buttonGroup>
- <control idMso="HorizontalSpacingDecreaseSmart" showLabel="false" />
- <control idMso="HorizontalSpacingIncreaseSmart" showLabel="false" />
- <control idMso="ObjectsArrangeBottomSmart" showLabel="false" />
- <control idMso="ObjectsArrangeRigthSmart" showLabel="false" />
- <separator id="Separator4" />
- <control idMso="ObjectsGroup" showLabel="false" />
- <control idMso="ObjectsUngroup" showLabel="false" />
- <control idMso="ObjectsRegroup" showLabel="false" />
- <button id="btAlles" imageMso="ZoomFitToWindow" onAction = "Alles_anpassen" supertip="Höhe und Breite anpassen"/>
- <button id="btHoehe" imageMso="ObjectSizeDialog" onAction = "Hoehe_anpassen" supertip="Höhe anpassen"/>
- <button id="btBreite" imageMso="ShapeWidth" onAction = "Laenge_anpassen" supertip="Breite anpassen"/>
- </group>
- <group id="grpDiverse" label="Tools">
- <menu id="bt4flow" image="logo_4flow" supertip="Templates" size="large">
- <button id="btSlideBib" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "Slidebib" supertip="Opens the Slide Library" label="Slide Library" />
- <button id="btConsultingDocuments" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "ConsultingDocuments" supertip="Opens the Consulting Documents" label="Consulting Documents" />
- <button id="btDictionary" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "Dictionary" supertip="Opens the 4flow Dictionary" label="4flow Dictionary" />
- <button id="btPresentationsAndTemplates" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "PresentationsAndTemplates" supertip="Opens the Presentations and Templates" label="Presentation and Templates" />
- </menu>
- <control idMso="SlideThemesGallery" showLabel="false" />
- <separator id="Separator5" />
- <button id="brPrivacyOn" image="privacyon" onAction = "PrivacyOn" supertip="Privacy Mode On"/>
- <button id="btPrivacyOff" imageMso="VisibilityVisible" onAction = "PrivacyOff" supertip="Privacy Mode Off"/>
- <control idMso="PictureSetTransparentColor" showLabel="false" />
- <control idMso="PictureCrop" showLabel="false" />
- <control idMso="PictureSetTransparentColor" showLabel="false" />
- <control idMso="PicturesCompress" showLabel="false" />
- <button id="btInfo" getEnabled="EnabledBtInfo" imageMso="ZoomPrintPreviewExcel" onAction = "Infos" supertip="Informationen zum selektierten Shape"/>
- <button id="btRaster" imageMso="ViewGridlinesFrontPage" onAction = "Guidelines" supertip="Raster ein- und ausblenden"/>
- </group>
- <group id="grpEinfugen" label="Add">
- <buttonGroup id="btgrpKommentar">
- <button id="btKommentarRot" imageMso="AppointmentColor1" onAction = "Kommentar_rot" supertip="Kommentar einfügen"/>
- <button id="btKommentarGrun" imageMso="AppointmentColor3" onAction = "Kommentar_grun" supertip="Kommentar einfügen"/>
- <button id="btKommentarTurkis" imageMso="AppointmentColor6" onAction = "Kommentar_turkis" supertip="Kommentar einfügen"/>
- <button id="btKommentarPink" imageMso="AppointmentColor8" onAction = "Kommentar_pink" supertip="Kommentar einfügen"/>
- </buttonGroup>
- <buttonGroup id="btgrpPfeil">
- <button id="btPfeilRot" image="pfeilrot" onAction = "Pfeil_rot" supertip="Kommentar einfügen"/>
- <button id="btPfeilGrun" image="pfeilgrun" onAction = "Pfeil_grun" supertip="Kommentar einfügen"/>
- <button id="btPfeilTurkis" image="pfeilturkis" onAction = "Pfeil_turkis" supertip="Kommentar einfügen"/>
- <button id="btPfeilPink" image="pfeilpink" onAction = "Pfeil_pink" supertip="Kommentar einfügen"/>
- </buttonGroup>
- <buttonGroup id="btgrButtons">
- <control idMso="ReviewNewComment" showLabel="false" />
- <button id="btDraft" image="Draft" onAction = "Draft" supertip="Inserts a Draft button on the selected slide range."/>
- <button id="btBackup" imageMso="ActiveXButton" onAction = "Backup" supertip="Inserts a Backup Button"/>
- </buttonGroup>
- </group>
- <group id="grpEntfernen" label="Delete">
- <button id="btDeleteKommentar" image="kommentardel" onAction = "DeleteKommentar" supertip="Deletes all comments in the selected shape range."/>
- <button id="btDeletePfeil" image="pfeildel" onAction = "DeletePfeil" supertip="Deletes all arrows in the selected shape range."/>
- <button id="btDeleteDraft" imageMso="RecordsDeleteRecord" onAction = "DeleteDraft" supertip="Deletes all Draft button in the selected shape range."/>
- <button id="btTextloeschen" image="shapetextdel" onAction = "Text_loeschen" supertip="Text in makierten Shapes löschen"/>
- </group>
- <group id="grpLangauge" label="Language">
- <button id="btChangeSpellCheckingLanguageENG" image="USA" onAction = "ChangeSpellCheckingLanguageENG" supertip="Change Spellcheck to English for all Shapes"/>
- <button id="btChangeSpellCheckingLanguageDE" image="DE" onAction = "ChangeSpellCheckingLanguageDE" supertip="Change Spellcheck to German for all Shapes"/>
- <button id="btChangeSpellCheckingLanguageCS" imageMso="HangulHanjaConversion" onAction = "ChangeSpellCheckingLanguageCS" supertip="Change Spellcheck to Chinese Simplified for all Shapes"/>
- <control idMso="SetLanguage" showLabel="false" />
- </group>
- </tab>
- </tabs>
- </ribbon>
- </customUI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement