Home
last modified time | relevance | path

Searched refs:xChild (Results 51 – 75 of 221) sorted by relevance

123456789

/trunk/main/framework/inc/helper/
H A Dstatusindicatorfactory.hxx263 virtual void start(const css::uno::Reference< css::task::XStatusIndicator >& xChild,
267 … virtual void SAL_CALL reset(const css::uno::Reference< css::task::XStatusIndicator >& xChild);
269 virtual void SAL_CALL end(const css::uno::Reference< css::task::XStatusIndicator >& xChild);
271 … virtual void SAL_CALL setText(const css::uno::Reference< css::task::XStatusIndicator >& xChild,
274 … virtual void SAL_CALL setValue(const css::uno::Reference< css::task::XStatusIndicator >& xChild,
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx971 Reference< XAccessible > xChild; in CreateAccessibleCell() local
986 xChild = m_aAccessibleChildren[ nIndex ]; in CreateAccessibleCell()
989 if ( !xChild.is() ) in CreateAccessibleCell()
994 xChild = m_pImpl->m_aFactoryAccess.getFactory().createAccessibleCheckBoxCell( in CreateAccessibleCell()
1002 m_aAccessibleChildren[ nIndex ] = xChild; in CreateAccessibleCell()
1005 return xChild; in CreateAccessibleCell()
1026 Reference< XAccessible > xChild = m_aAccessibleChildren[ _nColumn ]; in CreateAccessibleColumnHeader() local
1028 if ( !xChild.is() && m_pAccessible ) in CreateAccessibleColumnHeader()
1031 xChild = m_pImpl->m_aFactoryAccess.getFactory().createAccessibleBrowseBoxHeaderCell( in CreateAccessibleColumnHeader()
1037 m_aAccessibleChildren[ _nColumn ] = xChild; in CreateAccessibleColumnHeader()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx555 uno::Reference< XAccessible > xChild ; in Notify() local
558 xChild = mpAccCell; in Notify()
566 aEvent.NewValue <<= xChild; in Notify()
571 aEvent.NewValue <<= xChild; in Notify()
607 aEvent.NewValue <<= xChild; in Notify()
611 aEvent.NewValue <<= xChild; in Notify()
1645 uno::Reference< XAccessible > xChild; in NotifyRefMode() local
1648 xChild = m_pAccFormulaCell; in NotifyRefMode()
1652 xChild = getAccessibleCellAt(viAddr->Row(),viAddr->Col()); in NotifyRefMode()
1654 aEvent.NewValue <<= xChild; in NotifyRefMode()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx90 Reference< XShape > xChild; in getShapeIndex() local
91 xShapes->getByIndex( n ) >>= xChild; in getShapeIndex()
92 if( xChild == xShape ) in getShapeIndex()
95 if( xChild->getShapeType() == xShape->getShapeType() ) in getShapeIndex()
98 Reference< XShapes > xChildContainer( xChild, UNO_QUERY ); in getShapeIndex()
112 Reference< XChild > xChild( xShape, UNO_QUERY ); in getShapeIndex() local
115 while( xChild.is() && !xPage.is() ) in getShapeIndex()
117 Reference< XInterface > x( xChild->getParent() ); in getShapeIndex()
118 xChild = Reference< XChild >::query( x ); in getShapeIndex()
/trunk/main/xmloff/source/chart/
H A DSchXMLTools.cxx110 uno::Reference< container::XChild > xChild( xChartModel, uno::UNO_QUERY ); in lcl_getGeneratorFromModelOrItsParent() local
111 if( xChild.is() ) in lcl_getGeneratorFromModelOrItsParent()
112 …aGenerator = lcl_getGeneratorFromModel( uno::Reference< frame::XModel >( xChild->getParent(), uno:… in lcl_getGeneratorFromModelOrItsParent()
836 uno::Reference< container::XChild > xChild( xChartModel, uno::UNO_QUERY ); in isDocumentGeneratedWithOpenOfficeOlderThan2_3() local
837 if( xChild.is() ) in isDocumentGeneratedWithOpenOfficeOlderThan2_3()
839 …aGenerator = lcl_getGeneratorFromModel( uno::Reference< frame::XModel >( xChild->getParent(), uno:… in isDocumentGeneratedWithOpenOfficeOlderThan2_3()
873 uno::Reference< container::XChild > xChild( xChartDoc, uno::UNO_QUERY ); in getDataProviderFromParent() local
874 if( xChild.is() ) in getDataProviderFromParent()
876 Reference< lang::XMultiServiceFactory > xFact( xChild->getParent(), uno::UNO_QUERY ); in getDataProviderFromParent()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx320 Reference< XAccessible > xChild( pChild ); in AddChild() local
321 m_aChildList.push_back( xChild ); in AddChild()
323 m_aChildOIDMap[ pChild->GetId() ] = xChild; in AddChild()
329 aNew <<= xChild; in AddChild()
350 Reference< XAccessible > xChild( aIt->second ); in RemoveChildByOId() local
357 ::std::find( m_aChildList.begin(), m_aChildList.end(), xChild ); in RemoveChildByOId()
374 aOld <<= xChild; in RemoveChildByOId()
380 Reference< lang::XComponent > xComp( xChild, UNO_QUERY ); in RemoveChildByOId()
/trunk/main/reportdesign/source/core/api/
H A DTools.cxx37 uno::Reference< container::XChild> xChild(_xReportComponent,uno::UNO_QUERY); in lcl_getSection() local
39 while( !xRet.is() && xChild.is() ) in lcl_getSection()
41 uno::Reference< uno::XInterface> xTemp = xChild->getParent(); in lcl_getSection()
42 xChild.set(xTemp,uno::UNO_QUERY); in lcl_getSection()
/trunk/main/svx/source/form/
H A Dfmobj.cxx437 Reference< ::com::sun::star::form::XFormComponent> xChild(_xElement, UNO_QUERY); in lcl_getFormComponentAccessPath() local
439 if (xChild.is()) in lcl_getFormComponentAccessPath()
440 … xParent = Reference< ::com::sun::star::container::XIndexAccess>(xChild->getParent(), UNO_QUERY); in lcl_getFormComponentAccessPath()
445 while (xChild.is()) in lcl_getFormComponentAccessPath()
448 sal_Int32 nPos = getElementPos(xParent, xChild); in lcl_getFormComponentAccessPath()
461 if (::comphelper::query_interface((Reference< XInterface >)xParent,xChild)) in lcl_getFormComponentAccessPath()
462 … xParent = Reference< ::com::sun::star::container::XIndexAccess>(xChild->getParent(), UNO_QUERY); in lcl_getFormComponentAccessPath()
H A Dformcontrolfactory.cxx206 Reference< XChild > xChild( _rxControlModel, UNO_QUERY ); in lcl_getDataSourceIndirectProperties() local
208 if ( xChild.is() ) in lcl_getDataSourceIndirectProperties()
209 xForm = xForm.query( xChild->getParent() ); in lcl_getDataSourceIndirectProperties()
213 xChild = xChild.query( xForm ); in lcl_getDataSourceIndirectProperties()
214 xForm = xForm.query( xChild->getParent() ); in lcl_getDataSourceIndirectProperties()
/trunk/main/xmloff/source/core/
H A DDomExport.cxx147 for( Reference<XNode> xChild = xNode->getFirstChild(); in visit() local
148 xChild.is(); in visit()
149 xChild = xChild->getNextSibling() ) in visit()
151 visit( rVisitor, xChild ); in visit()
/trunk/main/dbaccess/source/core/api/
H A Dcolumn.cxx296 Reference<XChild> xChild(xRet,UNO_QUERY); in createObject() local
297 if ( xChild.is() ) in createObject()
298 xChild->setParent(static_cast<XChild*>(static_cast<TXChild*>(this))); in createObject()
313 Reference<XChild> xChild(xRet,UNO_QUERY); in createDescriptor() local
314 if ( xChild.is() ) in createDescriptor()
315 xChild->setParent(static_cast<XChild*>(static_cast<TXChild*>(this))); in createDescriptor()
/trunk/main/sd/source/ui/sidebar/
H A DRecentlyUsedMasterPages.cxx289 Reference<container::XNameReplace> xChild( in SavePersistentValues() local
291 if (xChild.is()) in SavePersistentValues()
293 xSet->insertByName (sKey, makeAny(xChild)); in SavePersistentValues()
296 xChild->replaceByName (sURLMemberName, aValue); in SavePersistentValues()
299 xChild->replaceByName (sNameMemberName, aValue); in SavePersistentValues()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBox.cxx186 Reference< XAccessible > xChild; in getAccessibleAtPoint() local
189 xChild = mpBrowseBox->CreateAccessibleControl( nIndex ); in getAccessibleAtPoint()
195 for( nIndex = 0; (nIndex < BBINDEX_FIRSTCONTROL) && !xChild.is(); ++nIndex ) in getAccessibleAtPoint()
203 xChild = xCurrChild; in getAccessibleAtPoint()
206 return xChild; in getAccessibleAtPoint()
H A Daccessiblelistbox.cxx231 Reference< XAccessible > xChild = pAccListBoxEntry; in ProcessWindowEvent() local
237 aListBoxEntry <<= xChild; in ProcessWindowEvent()
581 Reference< XAccessible > xChild; in getSelectedAccessibleChild() local
594 xChild = new AccessibleListBoxEntry( *getListBox(), pEntry, NULL ); in getSelectedAccessibleChild()
599 return xChild; in getSelectedAccessibleChild()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx931 ContentRef xChild = (*it); in exchangeIdentity() local
1951 uno::Reference< ucb::XContent > xChild; in queryChildContent() local
1954 xChild = m_pProvider->queryContent( xChildId ); in queryChildContent()
1961 OSL_ENSURE( xChild.is(), in queryChildContent()
1963 return xChild; in queryChildContent()
1972 uno::Reference< ucb::XContent > xChild in notifyChildRemoved() local
1975 if ( xChild.is() ) in notifyChildRemoved()
1984 xChild, in notifyChildRemoved()
1996 uno::Reference< ucb::XContent > xChild in notifyChildInserted() local
1999 if ( xChild.is() ) in notifyChildInserted()
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1613 Reference< XAnimationNode > xChild; in removeAudio() local
1617 xChild.set( mxAudio, UNO_QUERY ); in removeAudio()
1626 if( xChild.is() ) in removeAudio()
1630 xContainer->removeChild( xChild ); in removeAudio()
1651 if( xContainer.is() && xChild.is() ) in setAudio()
1652 xContainer->appendChild( xChild ); in setAudio()
1677 xContainer->appendChild( xChild ); in setStopAudio()
2271 Reference< XAnimationNode > xChild; in stl_process_after_effect_node_func() local
2273 xEnumeration->nextElement() >>= xChild; in stl_process_after_effect_node_func()
2274 if( xChild.is() ) in stl_process_after_effect_node_func()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx261 uno::Reference< accessibility::XAccessible > xChild; in notifyEvent() local
266 if( aEvent.OldValue >>= xChild ) in notifyEvent()
267 handleChildRemoved(xParent, xChild); in notifyEvent()
269 if( aEvent.NewValue >>= xChild ) in notifyEvent()
270 handleChildAdded(xParent, xChild); in notifyEvent()
/trunk/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx240 … ::com::sun::star::uno::Reference< XAccessible > xChild = xParentAC->getAccessibleChild(n); in handleWindowEvent()
241 if ( xChild.is() ) in handleWindowEvent()
243 … ::com::sun::star::uno::Reference< XAccessibleContext > xChildAC = xChild->getAccessibleContext(); in handleWindowEvent()
246 xAccessible = xChild; in handleWindowEvent()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastHelper.hxx150 uno::Reference<XFastContextHandler> xChild = in createAndSetParentRef() local
154 if (xChild.is()) in createAndSetParentRef()
156 pResult = dynamic_cast<OOXMLFastContextHandler *>(xChild.get()); in createAndSetParentRef()
169 return xChild; in createAndSetParentRef()
/trunk/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx198 uno::Reference < container::XChild > xChild( xDocument, uno::UNO_QUERY ); in SwitchStateTo_Impl() local
199 if ( xChild.is() ) in SwitchStateTo_Impl()
200 xChild->setParent( m_xParent ); in SwitchStateTo_Impl()
692 uno::Reference < container::XChild > xChild( m_pDocHolder->GetComponent(), uno::UNO_QUERY ); in setParent() local
693 if ( xChild.is() ) in setParent()
694 xChild->setParent( xParent ); in setParent()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx293 Reference< XAccessible > xChild = mpChilds[ nIndex ]; in getAccessibleChild() local
294 if( !xChild.is() ) in getAccessibleChild()
302 xChild = mpChilds[ nIndex ]; in getAccessibleChild()
304 if( !xChild.is() ) in getAccessibleChild()
318 xChild = mpChilds[ nIndex ] = pChild; in getAccessibleChild()
327 return xChild; in getAccessibleChild()
349 Reference< XAccessible > xChild( xParentContext->getAccessibleChild( i ) ); in getAccessibleIndexInParent() local
350 if( xChild.get() == ( XAccessible* ) this ) in getAccessibleIndexInParent()
H A DAccessibleControlShape.cxx614 Reference< XAccessible > xChild; in getAccessibleChild() local
622 xChild = AccessibleShape::getAccessibleChild( i ); in getAccessibleChild()
638 xChild = m_pChildManager->getAccessibleWrapperFor( xInnerChild ); in getAccessibleChild()
646 if ( xChild.is() ) in getAccessibleChild()
647 xContext = xChild->getAccessibleContext( ); in getAccessibleChild()
652 return xChild; in getAccessibleChild()
/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx50 Box::ChildData::ChildData( uno::Reference< awt::XLayoutConstrains > const& xChild ) in ChildData() argument
51 : Box_Base::ChildData( xChild ) in ChildData()
59 Box::createChild( uno::Reference< awt::XLayoutConstrains > const& xChild ) in createChild() argument
61 return new ChildData( xChild ); in createChild()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentHelper.java192 XChild xChild = (XChild)UnoRuntime.queryInterface( XChild.class, aFormComponent ); in getDocumentForComponent() local
194 while ( ( null != xChild ) && ( null == xModel ) ) in getDocumentForComponent()
196 XInterface xParent = (XInterface)xChild.getParent(); in getDocumentForComponent()
198 xChild = (XChild)UnoRuntime.queryInterface( XChild.class, xParent ); in getDocumentForComponent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java368 XAccessible xChild = xList.getAccessibleChild(i); in getListBoxObjects() local
370 xChild.getAccessibleContext(); in getListBoxObjects()
432 XAccessible xChild = xList.getAccessibleChild(i); in getListBoxItems() local
434 xChild.getAccessibleContext(); in getListBoxItems()
581 XAccessible xChild = xFrame.getAccessibleChild(i); in getTextBoxText() local
583 xChild.getAccessibleContext(); in getTextBoxText()

Completed in 167 milliseconds

123456789