Lines Matching refs:OToolBoxWindowItem
90 class OToolBoxWindowItem class
101 …static sal_Bool isWindowItem( const Reference< XAccessible >& _rxAcc, OToolBoxWindowItem** /* [out…
104 OToolBoxWindowItem(sal_Int32 _nIndexInParent, in OToolBoxWindowItem() function in __anon5513cee00111::OToolBoxWindowItem
132 IMPLEMENT_FORWARD_XINTERFACE2( OToolBoxWindowItem, OAccessibleWrapper, OToolBoxWindowItem_Base ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
133 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OToolBoxWindowItem, OAccessibleWrapper, OToolBoxWindowItem_Base ) in IMPLEMENT_FORWARD_XINTERFACE2()
136 OAccessibleContextWrapper* OToolBoxWindowItem::createAccessibleContext( in IMPLEMENT_FORWARD_XINTERFACE2()
143 …sal_Bool OToolBoxWindowItem::isWindowItem( const Reference< XAccessible >& _rxAcc, OToolBoxWindowI… in isWindowItem()
145 OToolBoxWindowItem* pImplementation = NULL; in isWindowItem()
149 …pImplementation = reinterpret_cast< OToolBoxWindowItem* >( xTunnel->getSomething( getUnoTunnelImpl… in isWindowItem()
158 Sequence< sal_Int8 > OToolBoxWindowItem::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
174 …sal_Int64 SAL_CALL OToolBoxWindowItem::getSomething( const Sequence< sal_Int8 >& _rId ) throw (Run… in getSomething()
342 OToolBoxWindowItem* pWindowItem = NULL; in implReleaseToolboxItem()
343 if ( !OToolBoxWindowItem::isWindowItem( xItemAcc, &pWindowItem ) ) in implReleaseToolboxItem()
391 OToolBoxWindowItem* pWindowItem = NULL; in UpdateItem_Impl()
392 if ( !OToolBoxWindowItem::isWindowItem( xItemAcc, &pWindowItem ) ) in UpdateItem_Impl()
759 …xChild = new OToolBoxWindowItem(0,::comphelper::getProcessServiceFactory(),pItemWindow->GetAccessi… in getAccessibleChild()