Searched refs:pMen (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svx/source/mnuctrls/ |
H A D | fntctl.cxx | 144 IMPL_LINK_INLINE_START( SvxFontMenuControl, MenuSelect, FontNameMenu *, pMen ) in IMPL_LINK_INLINE_START() argument 147 aItem.SetFamilyName(pMen->GetCurName()); in IMPL_LINK_INLINE_START() 151 IMPL_LINK_INLINE_END( SvxFontMenuControl, MenuSelect, FontNameMenu *, pMen ) in IMPL_LINK_INLINE_END() argument
|
H A D | SmartTagCtl.cxx | 171 IMPL_LINK_INLINE_START( SvxSmartTagsControl, MenuSelect, PopupMenu *, pMen ) in IMPL_LINK_INLINE_START() argument 176 sal_uInt16 nMyId = pMen->GetCurItemId(); in IMPL_LINK_INLINE_START() 204 IMPL_LINK_INLINE_END( SvxSmartTagsControl, MenuSelect, PopupMenu *, pMen ) in IMPL_LINK_INLINE_END() argument
|
H A D | fntszctl.cxx | 57 IMPL_LINK( SvxFontSizeMenuControl, MenuSelect, FontSizeMenu*, pMen ) in IMPL_LINK() argument 68 long nH = LOGIC( pMen->GetCurHeight(), MAP_POINT, (MapUnit)eUnit ) / 10; in IMPL_LINK()
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 3997 MenuFloatingWindow::MenuFloatingWindow( Menu* pMen, Window* pParent, WinBits nStyle ) : in MenuFloatingWindow() argument 4001 pMenu = pMen; in MenuFloatingWindow() 5291 void MenuBarWindow::SetMenu( MenuBar* pMen ) in SetMenu() argument 5293 pMenu = pMen; in SetMenu() 5297 if ( pMen ) in SetMenu() 5299 aCloser.ShowItem( IID_DOCUMENTCLOSE, pMen->HasCloser() ); in SetMenu() 5300 aCloser.Show( pMen->HasCloser() || !m_aAddButtons.empty() ); in SetMenu() 5301 aFloatBtn.Show( pMen->HasFloatButton() ); in SetMenu() 5302 aHideBtn.Show( pMen->HasHideButton() ); in SetMenu()
|
Completed in 43 milliseconds