Home
last modified time | relevance | path

Searched refs:appendEntry (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx401 appendEntry( 0, String( SVX_RES( STR_ALIGN_LEFT ) ), bHighContrast ? maImgAlgin1h : maImgAlgin1 ); in FontworkAlignmentWindow()
403 appendEntry( 2, String( SVX_RES( STR_ALIGN_RIGHT ) ), bHighContrast ? maImgAlgin3h : maImgAlgin3 ); in FontworkAlignmentWindow()
404 appendEntry( 3, String( SVX_RES( STR_ALIGN_WORD ) ), bHighContrast ? maImgAlgin4h : maImgAlgin4 ); in FontworkAlignmentWindow()
455 appendEntry( 0, String( SVX_RES( STR_ALIGN_LEFT ) ), bHighContrast ? maImgAlgin1h : maImgAlgin1 ); in DataChanged()
590 appendEntry( 0, String( SVX_RES( STR_CHARS_SPACING_VERY_TIGHT ) ), MIB_RADIOCHECK ); in FontworkCharacterSpacingWindow()
591 appendEntry( 1, String( SVX_RES( STR_CHARS_SPACING_TIGHT ) ), MIB_RADIOCHECK ); in FontworkCharacterSpacingWindow()
592 appendEntry( 2, String( SVX_RES( STR_CHARS_SPACING_NORMAL ) ), MIB_RADIOCHECK ); in FontworkCharacterSpacingWindow()
593 appendEntry( 3, String( SVX_RES( STR_CHARS_SPACING_LOOSE ) ), MIB_RADIOCHECK ); in FontworkCharacterSpacingWindow()
594 appendEntry( 4, String( SVX_RES( STR_CHARS_SPACING_VERY_LOOSE ) ), MIB_RADIOCHECK ); in FontworkCharacterSpacingWindow()
595 appendEntry( 5, String( SVX_RES( STR_CHARS_SPACING_CUSTOM ) ), MIB_RADIOCHECK ); in FontworkCharacterSpacingWindow()
[all …]
H A Dextrusioncontrols.cxx117 appendEntry( 2, mpDirectionSet ); in ExtrusionDirectionWindow()
360 appendEntry( 0, aEmpty, bHighContrast ? maImgDepth0h : maImgDepth0 ); in ExtrusionDepthWindow()
361 appendEntry( 1, aEmpty, bHighContrast ? maImgDepth1h : maImgDepth1 ); in ExtrusionDepthWindow()
362 appendEntry( 2, aEmpty, bHighContrast ? maImgDepth2h : maImgDepth2 ); in ExtrusionDepthWindow()
363 appendEntry( 3, aEmpty, bHighContrast ? maImgDepth3h : maImgDepth3 ); in ExtrusionDepthWindow()
364 appendEntry( 4, aEmpty, bHighContrast ? maImgDepth4h : maImgDepth4 ); in ExtrusionDepthWindow()
366 appendEntry( 6, String( SVX_RES( STR_CUSTOM ) ) ); in ExtrusionDepthWindow()
627 appendEntry( 3, mpLightingSet ); in ExtrusionLightingWindow()
629 appendEntry( 0, String( SVX_RES( STR_BRIGHT ) ), bHighContrast ? maImgBrighth : maImgBright ); in ExtrusionLightingWindow()
630 appendEntry( 1, String( SVX_RES( STR_NORMAL ) ), bHighContrast ? maImgNormalh : maImgNormal ); in ExtrusionLightingWindow()
[all …]
/aoo4110/main/svtools/inc/svtools/
H A Dtoolbarmenu.hxx73 void appendEntry( int nEntryId, const String& rStr, MenuItemBits nItemBits = 0 );
74 void appendEntry( int nEntryId, const Image& rImage, MenuItemBits nItemBits = 0 );
75 …void appendEntry( int nEntryId, const String& rStr, const Image& rImage, MenuItemBits nItemBits …
76 void appendEntry( int nEntryId, Control* pControl, MenuItemBits nItemBits = 0 );
132 void appendEntry( ToolbarMenuEntry* pEntry );
/aoo4110/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx236 appendEntry( -1, aTitle1 ); in LayoutToolbarMenu()
237 appendEntry( 0, mpLayoutSet1 ); in LayoutToolbarMenu()
256 appendEntry( -1, aTitle2 ); in LayoutToolbarMenu()
257 appendEntry( 1, mpLayoutSet2 ); in LayoutToolbarMenu()
279 appendEntry( 2, sSlotTitle, aSlotImage); in LayoutToolbarMenu()
/aoo4110/main/svtools/source/control/
H A Dtoolbarmenu.cxx793 void ToolbarMenu::appendEntry( int nEntryId, const String& rStr, MenuItemBits nItemBits ) in appendEntry() function in svtools::ToolbarMenu
795 appendEntry( new ToolbarMenuEntry( *this, nEntryId, rStr, nItemBits ) ); in appendEntry()
800 void ToolbarMenu::appendEntry( int nEntryId, const Image& rImage, MenuItemBits nItemBits ) in appendEntry() function in svtools::ToolbarMenu
802 appendEntry( new ToolbarMenuEntry( *this, nEntryId, rImage, nItemBits ) ); in appendEntry()
807 void ToolbarMenu::appendEntry( int nEntryId, const String& rStr, const Image& rImage, MenuItemBits … in appendEntry() function in svtools::ToolbarMenu
809 appendEntry( new ToolbarMenuEntry( *this, nEntryId, rImage, rStr, nItemBits ) ); in appendEntry()
814 void ToolbarMenu::appendEntry( int nEntryId, Control* pControl, MenuItemBits nItemBits ) in appendEntry() function in svtools::ToolbarMenu
816 appendEntry( new ToolbarMenuEntry( *this, nEntryId, pControl, nItemBits ) ); in appendEntry()
821 void ToolbarMenu::appendEntry( ToolbarMenuEntry* pEntry ) in appendEntry() function in svtools::ToolbarMenu
833 appendEntry( 0 ); in appendSeparator()

Completed in 37 milliseconds