Searched refs:xChildItem (Results 1 – 2 of 2) sorted by relevance
1080 XChild xChildItem = (XChild)1084 UnoRuntime.queryInterface( XNameContainer.class, xChildItem.getParent() );1094 void moveSetItem(XChild xChildItem, XNameContainer xNewParent)1098 UnoRuntime.queryInterface(XNamed.class, xChildItem);1101 UnoRuntime.queryInterface( XNameContainer.class, xChildItem.getParent() );1107 xNewParent.insertByName(sItemName,xChildItem);
459 …Reference< XAccessible > xChildItem( getAccessibleChild( static_cast< sal_Int32 >( pToolBox->GetIt… in UpdateCustomPopupItemp_Impl() local460 … VCLXAccessibleToolBoxItem* pItem = static_cast< VCLXAccessibleToolBoxItem* >( xChildItem.get() ); in UpdateCustomPopupItemp_Impl()
Completed in 24 milliseconds