/trunk/main/sfx2/source/menu/ |
H A D | virtmenu.cxx | 464 switch ( pSVMenu->GetItemType(nSVPos) ) in CreateFromSVMenu() 582 MenuItemType nType = pSVMenu->GetItemType( nSVPos ); in IMPL_LINK() 652 if ( pSVMenu->GetItemType( nSVPos ) == MENUITEM_STRINGIMAGE ) in UpdateImages() 702 if ( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in UpdateImages() 736 if ( pMenu->GetItemType( nPos ) == MENUITEM_STRINGIMAGE ) in RemoveMenuImages() 881 if ( nItemCount > 0 && pMenu->GetItemType( nItemCount-1 ) != MENUITEM_SEPARATOR ) in InsertAddOnsMenuItem() 982 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()
|
/trunk/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()
|
/trunk/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 | menubarmanager.cxx | 897 if (( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) && in IMPL_LINK() 1095 pMenu->GetItemType( nCurPos ) != MENUITEM_SEPARATOR ) in IMPL_LINK() 1395 if ( pPopup->GetItemType( nCount-1 ) != MENUITEM_SEPARATOR ) in FillMenuManager() 1442 else if ( pMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) in FillMenuManager() 2097 if ( pAddonMenu->GetItemType( i ) != MENUITEM_SEPARATOR ) in Init()
|
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()
|
/trunk/main/framework/source/fwe/classes/ |
H A D | addonmenu.cxx | 79 if ( GetItemType( i ) != MENUITEM_SEPARATOR ) in ~AddonMenu() 252 if ( nInsPos < nItemCount && pHelpMenu->GetItemType( nInsPos ) != MENUITEM_SEPARATOR ) in MergeAddonHelpMenu() 263 if ( pHelpMenu->GetItemType( nInsSepAfterPos ) != MENUITEM_SEPARATOR ) in MergeAddonHelpMenu()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
H A D | SimpleTypeDescriptorFactory.java | 187 maLog.AddComment("list of type %s", aNode.GetItemType().toString()); in Visit() 189 …l ISimpleTypeNode aItemType = ApplyVisitor(maSchemaBase.GetSimpleTypeForName(aNode.GetItemType())); in Visit()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/ |
H A D | List.java | 66 public QualifiedName GetItemType () in GetItemType() method in List
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/ |
H A D | RequestVisitor.java | 84 maSchemaOptimizer.RequestType(aList.GetItemType()); in Visit()
|
/trunk/main/framework/source/fwe/helper/ |
H A D | actiontriggerhelper.cxx | 337 MenuItemType nType = pMenu->GetItemType( nPos ); in FillActionTriggerContainerWithMenu()
|
/trunk/main/svtools/source/uno/ |
H A D | contextmenuhelper.cxx | 629 if ( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in completeMenuProperties()
|
/trunk/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()
|
/trunk/main/forms/source/solar/control/ |
H A D | navtoolbar.cxx | 378 … if ( ( TOOLBOXITEM_BUTTON == m_pToolbar->GetItemType( i ) ) && !isArtificialItem( nId ) ) in implUpdateImages()
|
/trunk/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;
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 453 if ( MENUITEM_SEPARATOR != rContextMenu.GetItemType(i)) in lcl_insertMenuItemImages()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxmenu.cxx | 749 aMenuItemType = ( (css::awt::MenuItemType) mpMenu->GetItemType( nItemPos ) ); in getItemType()
|