Home
last modified time | relevance | path

Searched refs:m_aActionTbR (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sfx2/source/dialog/
H A Dtempldlg.cxx2480 m_aActionTbR ( pDlgWindow, SfxResId( TB_ACTION ) ) in SfxTemplateDialog_Impl()
2493 m_aActionTbR ( pDlgWindow, SfxResId( TB_ACTION ) ) in SfxTemplateDialog_Impl()
2513 m_aActionTbR.SetSelectHdl(LINK(this, SfxTemplateDialog_Impl, ToolBoxRSelect)); in Initialize()
2514 m_aActionTbR.SetDropdownClickHdl(LINK(this, SfxTemplateDialog_Impl, ToolBoxRClick)); in Initialize()
2516 m_aActionTbR.Show(); in Initialize()
2559 m_aActionTbR.HideItem(SID_STYLE_UPDATE_BY_EXAMPLE); in ReplaceUpdateButtonByMenu()
2560 m_aActionTbR.SetItemBits( SID_STYLE_NEW_BY_EXAMPLE, in ReplaceUpdateButtonByMenu()
2561 TIB_DROPDOWNONLY|m_aActionTbR.GetItemBits( SID_STYLE_NEW_BY_EXAMPLE )); in ReplaceUpdateButtonByMenu()
2593 m_aActionTbR.SetImageList( ImageList( SfxResId( in updateNonFamilyImages()
2666 Size aSizeATR=m_pFloat->PixelToLogic(m_aActionTbR.CalcWindowSizePixel()); in Resize()
[all …]
/AOO41X/main/sfx2/source/inc/
H A Dtempldgi.hxx305 ToolBox m_aActionTbR; member in SfxTemplateDialog_Impl