Home
last modified time | relevance | path

Searched refs:pMen (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx171 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 Dfntctl.cxx144 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 Dfntszctl.cxx57 IMPL_LINK( SvxFontSizeMenuControl, MenuSelect, FontSizeMenu*, pMen ) in IMPL_LINK() argument
68 long nH = LOGIC( pMen->GetCurHeight(), MAP_POINT, (MapUnit)eUnit ) / 10; in IMPL_LINK()
/trunk/main/vcl/source/window/
H A Dmenu.cxx3997 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 39 milliseconds