Lines Matching refs:pControl
128 ToolbarMenuEntry::ToolbarMenuEntry( ToolbarMenu& rMenu, int nEntryId, Control* pControl, MenuItemBi… in ToolbarMenuEntry() argument
133 if( pControl ) in ToolbarMenuEntry()
135 mpControl = pControl; in ToolbarMenuEntry()
309 Reference< XAccessible > ToolbarMenu_Impl::getAccessibleChild( Control* pControl, sal_Int32 childIn… in getAccessibleChild() argument
315 if( pEntry && (pEntry->mpControl == pControl) ) in getAccessibleChild()
451 IMPL_LINK( ToolbarMenu, HighlightHdl, Control *, pControl ) in IMPL_LINK() argument
453 (void)pControl; in IMPL_LINK()
814 void ToolbarMenu::appendEntry( int nEntryId, Control* pControl, MenuItemBits nItemBits ) in appendEntry() argument
816 appendEntry( new ToolbarMenuEntry( *this, nEntryId, pControl, nItemBits ) ); in appendEntry()
1086 static bool implCheckSubControlCursorMove( Control* pControl, bool bUp, int& nLastColumn ) in implCheckSubControlCursorMove() argument
1088 ValueSet* pValueSet = dynamic_cast< ValueSet* >( pControl ); in implCheckSubControlCursorMove()
1194 void ToolbarMenu_Impl::implHighlightControl( sal_uInt16 nCode, Control* pControl ) in implHighlightControl() argument
1196 ValueSet* pValueSet = dynamic_cast< ValueSet* >( pControl ); in implHighlightControl()