Home
last modified time | relevance | path

Searched refs:GetItemType (Results 1 – 25 of 29) sorted by path

12

/trunk/main/accessibility/source/standard/
H A Daccessiblemenubasecomponent.cxx357 if ( m_pMenu->GetItemType( (sal_uInt16)i ) == MENUITEM_SEPARATOR ) in GetChild()
H A Dvclxaccessibletoolboxitem.cxx89 ToolBoxItemType eType = m_pToolBox->GetItemType( (sal_uInt16)m_nIndexInParent ); in DBG_NAME()
/trunk/main/automation/source/server/
H A Dsta_list.cxx413 if ( bSearchButtonOnToolbox && pTB->GetItemType( i ) == TOOLBOXITEM_BUTTON && !pItemWin ) in IsWinOK()
H A Dstatemnt.cxx924 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 …]
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx504 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 Dtoolboxcontroller.cxx107 if ( _pMenu->GetItemType(_nMenuPos) != MENUITEM_STRING ) in lcl_copy()
247 if ( pMenu->GetItemType( nPos ) == MENUITEM_SEPARATOR ) in getMenu()
/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx378 … if ( ( TOOLBOXITEM_BUTTON == m_pToolbar->GetItemType( i ) ) && !isArtificialItem( nId ) ) in implUpdateImages()
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx198 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/fwe/classes/
H A Daddonmenu.cxx79 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/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx337 MenuItemType nType = pMenu->GetItemType( nPos ); in FillActionTriggerContainerWithMenu()
/trunk/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx295 …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 Dmenubarmanager.cxx897 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 Dnewmenucontroller.cxx154 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 Dtoolbarmanager.cxx1826 if ( m_pToolBar->GetItemType(nPos) == TOOLBOXITEM_BUTTON ) in GetToolBarCustomMenu()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DRequestVisitor.java84 maSchemaOptimizer.RequestType(aList.GetItemType()); in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DList.java66 public QualifiedName GetItemType () in GetItemType() method in List
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java187 maLog.AddComment("list of type %s", aNode.GetItemType().toString()); in Visit()
189 …l ISimpleTypeNode aItemType = ApplyVisitor(maSchemaBase.GetSimpleTypeForName(aNode.GetItemType())); in Visit()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx319 if ( MENUITEM_SEPARATOR != aContextMenu.GetItemType(i)) in Command()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx453 if ( MENUITEM_SEPARATOR != rContextMenu.GetItemType(i)) in lcl_insertMenuItemImages()
/trunk/main/sfx2/source/appl/
H A Dsfxpicklist.cxx278 if ( pMenu->GetItemType( pMenu->GetItemCount()-1 ) == MENUITEM_SEPARATOR ) in CreateMenuEntries()
282 pMenu->GetItemType( pMenu->GetItemCount()-1 ) in CreateMenuEntries()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx489 if ( pActMenu->GetItemType( nSVPos ) != MENUITEM_SEPARATOR ) in IMPL_LINK()
H A Dvirtmenu.cxx464 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()
/trunk/main/sfx2/source/toolbox/
H A Dimgmgr.cxx230 if ( pBox->GetItemType(nPos) == TOOLBOXITEM_BUTTON ) in SetSymbolsSize_Impl()
398 switch ( rToolBox.GetItemType(n) ) in SetImagesForceSize()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx629 if ( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR ) in completeMenuProperties()
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx749 aMenuItemType = ( (css::awt::MenuItemType) mpMenu->GetItemType( nItemPos ) ); in getItemType()

Completed in 193 milliseconds

12