/aoo41x/main/framework/source/classes/ |
H A D | menumanager.cxx | 198 if ( pPopupMenu->GetItemType( nCount-1 ) != MENUITEM_SEPARATOR ) in MenuManager() 284 else if ( pMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) in MenuManager() 395 if ( pAddonMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) 689 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in UpdateSpecialFileMenu() 821 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in UpdateSpecialWindowMenu() 1017 pMenu->GetItemType( nCurItemId ) != MENUITEM_SEPARATOR ) in IMPL_LINK() 1134 if ( _pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in FillMenuImages()
|
/aoo41x/main/sfx2/source/menu/ |
H A D | virtmenu.cxx | 467 switch ( pSVMenu->GetItemType(nSVPos) ) in CreateFromSVMenu() 585 MenuItemType nType = pSVMenu->GetItemType( nSVPos ); in IMPL_LINK() 655 if ( pSVMenu->GetItemType( nSVPos ) == MENUITEM_STRINGIMAGE ) in UpdateImages() 705 if ( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in UpdateImages() 739 if ( pMenu->GetItemType( nPos ) == MENUITEM_STRINGIMAGE ) in RemoveMenuImages() 884 if ( nItemCount > 0 && pMenu->GetItemType( nItemCount-1 ) != MENUITEM_SEPARATOR ) in InsertAddOnsMenuItem() 985 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in IMPL_LINK()
|
H A D | mnuitem.cxx | 489 if ( pActMenu->GetItemType( nSVPos ) != MENUITEM_SEPARATOR ) in IMPL_LINK()
|
/aoo41x/main/framework/source/uielement/ |
H A D | newmenucontroller.cxx | 154 if ( nId != 0 && pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR ) in determineAndSetNewDocAccel() 176 if ( nId != 0 && pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR ) in determineAndSetNewDocAccel() 255 if ( nId & ( pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR )) in setAccelerators() 374 ( pSubMenu->GetItemType( nItemId ) != MENUITEM_SEPARATOR )) in fillPopupMenu()
|
H A D | addonstoolbarmanager.cxx | 295 …if ( nCount > 0 && ( m_pToolBar->GetItemType( nCount-1 ) != TOOLBOXITEM_SEPARATOR ) && nElements >… in FillToolbar() 304 …if ( bAppendSeparator && nCount > 0 && ( m_pToolBar->GetItemType( nCount-1 ) != TOOLBOXITEM_SEPARA… in FillToolbar()
|
H A D | menubarmanager.cxx | 898 if (( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) && in IMPL_LINK() 1096 pMenu->GetItemType( nCurPos ) != MENUITEM_SEPARATOR ) in IMPL_LINK() 1400 if ( pPopup->GetItemType( nCount-1 ) != MENUITEM_SEPARATOR ) in FillMenuManager() 1447 else if ( pMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) in FillMenuManager() 2102 if ( pAddonMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) in Init()
|
/aoo41x/main/framework/source/fwe/classes/ |
H A D | addonmenu.cxx | 78 if ( GetItemType( i ) != MENUITEM_SEPARATOR ) in ~AddonMenu() 245 if ( nInsPos < nItemCount && pHelpMenu->GetItemType( nInsPos ) != MENUITEM_SEPARATOR ) in MergeAddonHelpMenu() 256 if ( pHelpMenu->GetItemType( nInsSepAfterPos ) != MENUITEM_SEPARATOR ) in MergeAddonHelpMenu()
|
/aoo41x/main/soldep/source/ |
H A D | tbox.cxx | 69 switch ( GetItemType( i )) in SoldepToolBox() 487 switch ( GetItemType( i )) in InitContextMenu() 492 if (!(( i < GetItemCount() - 1 ) && ( GetItemType( i + 1 ) == TOOLBOXITEM_DONTKNOW ))) in InitContextMenu()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 504 if ( _pPopup->GetItemType(i) != MENUITEM_SEPARATOR ) in lcl_enableEntries() 537 if ( _rMenu.GetItemType( pos ) == MENUITEM_SEPARATOR ) in lcl_adjustMenuItemIDs() 575 if ( _rMenu.GetItemType( pos ) == MENUITEM_SEPARATOR ) in lcl_insertMenuItemImages()
|
H A D | toolboxcontroller.cxx | 107 if ( _pMenu->GetItemType(_nMenuPos) != MENUITEM_STRING ) in lcl_copy() 247 if ( pMenu->GetItemType( nPos ) == MENUITEM_SEPARATOR ) in getMenu()
|
/aoo41x/main/automation/source/server/ |
H A D | statemnt.cxx | 924 if ( pTB->GetItemType( i ) == TOOLBOXITEM_BUTTON && ( !pItemWin || !pItemWin->IsVisible() ) ) in WriteControlData() 952 switch ( pTB->GetItemType( i ) ) in WriteControlData() 970 DBG_ERROR1( "Unknown TOOLBOXITEM %i", pTB->GetItemType( i ) ); in WriteControlData() 1052 …if ( pMenu->GetItemType( i ) == MENUITEM_STRING || pMenu->GetItemType( i ) == MENUITEM_IMAGE || p… in WriteControlData() 1055 switch ( pMenu->GetItemType( i ) ) in WriteControlData() 1073 DBG_ERROR1( "Unknown MENUITEM %i", pMenu->GetItemType( i ) ); in WriteControlData() 2771 if ( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) in Execute() 2773 bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute() 2798 && !( pMenu->GetItemType( i ) == MENUITEM_SEPARATOR && bLastWasSeperator ) ) in Execute() 2801 bLastWasSeperator = pMenu->GetItemType( i ) == MENUITEM_SEPARATOR; in Execute() [all …]
|
H A D | sta_list.cxx | 413 if ( bSearchButtonOnToolbox && pTB->GetItemType( i ) == TOOLBOXITEM_BUTTON && !pItemWin ) in IsWinOK()
|
/aoo41x/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 230 if ( pBox->GetItemType(nPos) == TOOLBOXITEM_BUTTON ) in SetSymbolsSize_Impl() 398 switch ( rToolBox.GetItemType(n) ) in SetImagesForceSize()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | sfxpicklist.cxx | 278 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in CreateMenuEntries() 282 pMenu->GetItemType( pMenu->GetItemCount()-1 ) in CreateMenuEntries()
|
/aoo41x/main/framework/source/fwe/helper/ |
H A D | actiontriggerhelper.cxx | 337 MenuItemType nType = pMenu->GetItemType( nPos ); in FillActionTriggerContainerWithMenu()
|
/aoo41x/main/svtools/source/uno/ |
H A D | contextmenuhelper.cxx | 629 if ( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in completeMenuProperties()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | accessiblemenubasecomponent.cxx | 357 if ( m_pMenu->GetItemType( (sal_uInt16)i ) == MENUITEM_SEPARATOR ) in GetChild()
|
H A D | vclxaccessibletoolboxitem.cxx | 89 ToolBoxItemType eType = m_pToolBox->GetItemType( (sal_uInt16)m_nIndexInParent ); in DBG_NAME()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | menu.hxx | 243 MenuItemType GetItemType( sal_uInt16 nPos ) const;
|
H A D | toolbox.hxx | 438 ToolBoxItemType GetItemType( sal_uInt16 nPos ) const;
|
/aoo41x/main/forms/source/solar/control/ |
H A D | navtoolbar.cxx | 378 … if ( ( TOOLBOXITEM_BUTTON == m_pToolbar->GetItemType( i ) ) && !isArtificialItem( nId ) ) in implUpdateImages()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 453 if ( MENUITEM_SEPARATOR != rContextMenu.GetItemType(i)) in lcl_insertMenuItemImages()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxmenu.cxx | 749 aMenuItemType = ( (css::awt::MenuItemType) mpMenu->GetItemType( nItemPos ) ); in getItemType()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 319 if ( MENUITEM_SEPARATOR != aContextMenu.GetItemType(i)) in Command()
|
/aoo41x/main/vcl/source/window/ |
H A D | menu.cxx | 1435 MenuItemType eType = rMenu.GetItemType( nPos ); in ImplCopyItem() 1562 MenuItemType Menu::GetItemType( sal_uInt16 nPos ) const in GetItemType() function in Menu 3025 if ( !n || ( GetItemType( n-1 ) == MENUITEM_SEPARATOR ) ) in RemoveDisabledEntries()
|