Home
last modified time | relevance | path

Searched refs:xChildItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java1080 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);
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx459 …Reference< XAccessible > xChildItem( getAccessibleChild( static_cast< sal_Int32 >( pToolBox->GetIt… in UpdateCustomPopupItemp_Impl() local
460 VCLXAccessibleToolBoxItem* pItem = static_cast< VCLXAccessibleToolBoxItem* >( xChildItem.get() ); in UpdateCustomPopupItemp_Impl()

Completed in 26 milliseconds