Home
last modified time | relevance | path

Searched refs:xChild (Results 1 – 25 of 221) sorted by relevance

123456789

/trunk/main/accessibility/source/standard/
H A Daccessiblemenubasecomponent.cxx230 if ( xChild.is() ) in UpdateEnabled()
246 if ( xChild.is() ) in UpdateFocused()
263 if ( xChild.is() ) in UpdateVisible()
281 if ( xChild.is() ) in UpdateSelected()
297 if ( xChild.is() ) in UpdateChecked()
313 if ( xChild.is() ) in UpdateAccessibleName()
329 if ( xChild.is() ) in UpdateItemText()
378 xChild = pChild; in GetChild()
385 return xChild; in GetChild()
405 xChild = xAcc; in GetChildAt()
[all …]
H A Dvclxaccessibletabcontrol.cxx71 if ( xChild.is() ) in UpdateFocused()
89 if ( xChild.is() ) in UpdateSelected()
105 if ( xChild.is() ) in UpdatePageText()
121 if ( xChild.is() ) in UpdateTabPage()
141 if ( xChild.is() ) in InsertChild()
144 aNewValue <<= xChild; in InsertChild()
163 if ( xChild.is() ) in RemoveChild()
222 if ( xChild.is() ) in ProcessWindowEvent()
386 if ( !xChild.is() ) in getAccessibleChild()
399 return xChild; in getAccessibleChild()
[all …]
H A Dvclxaccessiblestatusbar.cxx66 if ( xChild.is() ) in UpdateShowing()
82 if ( xChild.is() ) in UpdateItemName()
101 if ( xChild.is() ) in UpdateItemText()
124 if ( xChild.is() ) in InsertChild()
127 aNewValue <<= xChild; in InsertChild()
146 if ( xChild.is() ) in RemoveChild()
149 aOldValue <<= xChild; in RemoveChild()
183 if ( xChild.is() ) in ProcessWindowEvent()
326 if ( !xChild.is() ) in getAccessibleChild()
339 return xChild; in getAccessibleChild()
[all …]
H A Dvclxaccessiblelist.cxx347 if ( !xChild.is() ) in UpdateFocus_Impl_Acc()
353 aNewValue <<= xChild; in UpdateFocus_Impl_Acc()
560 if ( !xChild.is() ) in CreateChild()
567 if ( xChild.is() ) in CreateChild()
587 return xChild; in CreateChild()
641 xChild = CreateChild (i); in getAccessibleChild()
645 if ( !xChild.is() ) in getAccessibleChild()
649 return xChild; in getAccessibleChild()
724 return xChild; in getAccessibleAt()
1090 if(xChild.is()) in HandleDropOpen()
[all …]
H A Dvclxaccessibletoolbox.cxx457 if( xChild.is() ) in UpdateCustomPopupItemp_Impl()
462 pItem->SetChild( xChild ); in UpdateCustomPopupItemp_Impl()
499 pItem->SetChild( xChild ); in HandleSubToolBarEvent()
746 Reference< XAccessible > xChild; in getAccessibleChild() local
761 pChild->SetChild( xChild ); in getAccessibleChild()
763 xChild = pChild; in getAccessibleChild()
775 xChild = aIter->second; in getAccessibleChild()
777 return xChild; in getAccessibleChild()
885 Reference< XAccessible > xChild; in getSelectedAccessibleChild() local
890 xChild = getAccessibleChild( i ); in getSelectedAccessibleChild()
[all …]
/trunk/main/winaccessibility/source/service/
H A DAccDescendantManagerEventListener.cxx87 if( newValue >>= xChild) in handleChildChangedEvent()
90 if(xChild.is()) in handleChildChangedEvent()
103 if (oldValue >>= xChild) in handleChildChangedEvent()
105 if(xChild.is()) in handleChildChangedEvent()
126 if(newValue >>= xChild ) in handleSelectionChangedEvent()
128 if(xChild.is()) in handleSelectionChangedEvent()
143 if(xChild.is()) in handleSelectionChangedEvent()
161 if(xChild.is()) in handleChildChangedNoFocusEvent()
173 if(xChild.is()) in handleChildChangedNoFocusEvent()
185 if(Value >>= xChild ) in NotifyChildEvent()
[all …]
H A DAccContainerEventListener.cxx139 Reference< XAccessible > xChild; in handleChildChangedEvent() local
140 if( newValue >>= xChild) in handleChildChangedEvent()
143 if(xChild.is()) in handleChildChangedEvent()
145 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent()
158 else if (oldValue >>= xChild) in handleChildChangedEvent()
161 if(xChild.is()) in handleChildChangedEvent()
163 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent()
464 Reference< XAccessible > xChild; in NotifyChildEvent() local
465 if(Value >>= xChild ) in NotifyChildEvent()
467 if(xChild.is()) in NotifyChildEvent()
[all …]
H A DAccTreeEventListener.cxx66 Reference< XAccessible > xChild; in handleActiveDescendantChangedEvent() local
67 if(newValue >>= xChild ) in handleActiveDescendantChangedEvent()
69 if(xChild.is()) in handleActiveDescendantChangedEvent()
71 XAccessible* pAcc = xChild.get(); in handleActiveDescendantChangedEvent()
77 if (oldValue >>= xChild) in handleActiveDescendantChangedEvent()
80 if(xChild.is()) in handleActiveDescendantChangedEvent()
82 XAccessible* pAcc = xChild.get(); in handleActiveDescendantChangedEvent()
H A DAccDialogEventListener.cxx89 Reference< XAccessible > xChild; in handleChildChangedEvent() local
90 if( newValue >>= xChild) in handleChildChangedEvent()
93 if(xChild.is()) in handleChildChangedEvent()
95 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent()
105 else if (oldValue >>= xChild) in handleChildChangedEvent()
108 if(xChild.is()) in handleChildChangedEvent()
110 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent()
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx60 mxContainer->addChild( xChild ); in Add()
69 mxContainer->addChild( xChild ); in Add()
78 mxContainer->removeChild( xChild ); in Remove()
87 mxContainer->removeChild( xChild ); in Remove()
119 xChild, uno::UNO_QUERY ); in ShowAll()
155 mxContainer->addChild( xChild ); in Add()
166 mxContainer->addChild( xChild ); in Add()
201 mxContainer->addChild( xChild ); in Add()
202 setProps( xChild, bExpand, bFill, nPadding ); in Add()
212 mxContainer->addChild( xChild ); in Add()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpagelist.cxx79 if ( xChild.is() ) in UpdateEnabled()
95 if ( xChild.is() ) in UpdateShowing()
113 if ( xChild.is() ) in UpdateSelected()
129 if ( xChild.is() ) in UpdatePageText()
155 if ( xChild.is() ) in InsertChild()
177 if ( xChild.is() ) in RemoveChild()
483 if ( !xChild.is() ) in getAccessibleChild()
496 return xChild; in getAccessibleChild()
610 xChild = xAcc; in getAccessibleAtPoint()
617 return xChild; in getAccessibleAtPoint()
[all …]
H A DAccessibleGridControl.cxx150 Reference< XAccessible > xChild; in getAccessibleChild() local
160 xChild = m_pImpl->m_xColumnHeaderBar; in getAccessibleChild()
169 xChild = m_pImpl->m_xRowHeaderBar; in getAccessibleChild()
179 xChild = m_pImpl->m_xTable; in getAccessibleChild()
182 return xChild; in getAccessibleChild()
204 Reference< XAccessible > xChild; in getAccessibleAtPoint() local
207 xChild = m_aTable.CreateAccessibleControl( nIndex ); in getAccessibleAtPoint()
213 for( nIndex = 0; (nIndex < 3) && !xChild.is(); ++nIndex ) in getAccessibleAtPoint()
221 xChild = xCurrChild; in getAccessibleAtPoint()
224 return xChild; in getAccessibleAtPoint()
[all …]
H A Daccessibletablistboxtable.cxx130 Reference< XAccessible > xChild = in ProcessWindowEvent() local
141 static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()
147 … static_cast< AccessibleBrowseBoxTableCell* >( xChild.get() ); in ProcessWindowEvent()
153 aNewValue <<= xChild; in ProcessWindowEvent()
181 …Reference< XAccessible > xChild = m_pTabListBox->CreateAccessibleCell( nRow, m_pTabListBox->GetCur… in ProcessWindowEvent() local
185 … AccessibleCheckBoxCell* pCell = static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()
230 Reference< XAccessible > xChild = in ProcessWindowEvent() local
233 static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()
252 Reference< XAccessible > xChild = in ProcessWindowEvent() local
263 static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Ddialogbuttonhbox.cxx96 if ( !xChild.is() ) in addChild()
99 ChildData *p = createChild( xChild ); in addChild()
129 setChildParent( xChild ); in addChild()
150 if ( !xChild.is ()) in removeChild()
155 if ( mpAction && mpAction->mxChild == xChild ) in removeChild()
161 else if ( mpApply && mpApply->mxChild == xChild ) in removeChild()
165 else if ( mpFlow && mpFlow->mxChild == xChild ) in removeChild()
167 else if ( mpReset && mpReset->mxChild == xChild ) in removeChild()
169 else if ( mpHelp && mpHelp->mxChild == xChild ) in removeChild()
172 p = removeChildData( maOther, xChild ); in removeChild()
[all …]
H A Dbox-base.cxx40 : mxChild( xChild ) in ChildData()
84 Box_Base::AddChild (uno::Reference <awt::XLayoutConstrains> const& xChild) in AddChild() argument
86 ChildData *pData = createChild (xChild); in AddChild()
92 Box_Base::addChild (uno::Reference <awt::XLayoutConstrains> const& xChild) in addChild() argument
95 if (xChild.is ()) in addChild()
97 AddChild (xChild); in addChild()
98 setChildParent (xChild); in addChild()
108 if ( (*it)->mxChild == xChild ) in removeChildData()
122 if ( ChildData* p = removeChildData( maChildren, xChild ) ) in removeChild()
125 unsetChildParent( xChild ); in removeChild()
[all …]
H A Dflow.cxx35 return xChild.is(); in isVisible()
58 Flow::addChild( const uno::Reference< awt::XLayoutConstrains >& xChild ) in addChild() argument
61 if ( xChild.is() ) in addChild()
64 pData->xChild = xChild; in addChild()
67 setChildParent( xChild ); in addChild()
73 Flow::removeChild( const css::uno::Reference< css::awt::XLayoutConstrains >& xChild ) in removeChild() argument
79 if ( (*it)->xChild == xChild ) in removeChild()
84 unsetChildParent( xChild ); in removeChild()
99 children[i] = (*it)->xChild; in getChildren()
123 (*it)->aRequisition = (*it)->xChild->getMinimumSize(); in calculateSize()
[all …]
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx181 if ( xChild.is() ) in UpdateFocused()
199 if ( xChild.is() ) in UpdateSelected()
215 if ( xChild.is() ) in UpdateBounds()
292 if ( xChild.is() ) in InsertChild()
295 aNewValue <<= xChild; in InsertChild()
318 if ( xChild.is() ) in RemoveChild()
703 if ( !xChild.is() ) in getAccessibleChild()
718 return xChild; in getAccessibleChild()
862 xChild = xAcc; in getAccessibleAtPoint()
869 return xChild; in getAccessibleAtPoint()
[all …]
/trunk/main/svtools/source/control/
H A Dvclxaccessibleheaderbar.cxx143 Reference< XAccessible > xChild; in getAccessibleChild() local
146 xChild = CreateChild (i); in getAccessibleChild()
149 xChild = m_aAccessibleChildren[i]; in getAccessibleChild()
150 if ( !xChild.is() ) in getAccessibleChild()
151 xChild = CreateChild (i); in getAccessibleChild()
153 return xChild; in getAccessibleChild()
169 Reference<XAccessible> xChild; in CreateChild() local
178 m_aAccessibleChildren[nPos] = xChild; in CreateChild()
182 xChild = m_aAccessibleChildren[nPos]; in CreateChild()
184 if ( !xChild.is() ) in CreateChild()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx50 : Box_Base::ChildData( xChild ) in ChildData()
58 return new ChildData( xChild ); in createChild()
256 mIdMap[ xChild ] = mTabId++; in AddChild()
257 Box_Base::AddChild( xChild ); in AddChild()
267 mIdMap[ xChild ] = insertTab(); in addChild()
268 Box_Base::addChild( xChild ); in addChild()
274 removeTab( mIdMap[xChild] ); in removeChild()
275 mIdMap[ xChild ] = -1; in removeChild()
276 Box_Base::removeChild( xChild ); in removeChild()
392 if ( xChild.is() ) in allocateArea()
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Ddocumentfocuslistener.cxx83 Reference< XAccessible > xChild; in notifyEvent() local
84 if( (aEvent.OldValue >>= xChild) && xChild.is() ) in notifyEvent()
85 detachRecursive(xChild); in notifyEvent()
87 if( (aEvent.NewValue >>= xChild) && xChild.is() ) in notifyEvent()
88 attachRecursive(xChild); in notifyEvent()
190 Reference< XAccessible > xChild( xContext->getAccessibleChild( n ) ); in attachRecursive() local
192 if( xChild.is() ) in attachRecursive()
193 attachRecursive(xChild); in attachRecursive()
243 Reference< XAccessible > xChild( xContext->getAccessibleChild( n ) ); in detachRecursive() local
245 if( xChild.is() ) in detachRecursive()
[all …]
/trunk/main/sw/source/core/ole/
H A Dndole.cxx316 if ( xChild.is() ) in RestorePersistentData()
323 if ( xChild.is() ) in RestorePersistentData()
358 if ( xChild.is() ) in SavePersistentData()
359 xChild->setParent( 0 ); in SavePersistentData()
419 if (xChild.is()) in MakeOLENode()
441 if (xChild.is()) in MakeOLENode()
730 if ( xChild.is() ) in ~SwOLEObj()
731 xChild->setParent( 0 ); in ~SwOLEObj()
779 if ( xChild.is() && xChild->getParent() != p->GetModel() ) in SetNode()
785 if ( xChild.is() ) in SetNode()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx220 uno::Reference< accessibility::XAccessible > xChild; in notifyEvent() local
221 if( (aEvent.OldValue >>= xChild) && xChild.is() ) in notifyEvent()
222 detachRecursive(xChild); in notifyEvent()
224 if( (aEvent.NewValue >>= xChild) && xChild.is() ) in notifyEvent()
225 attachRecursive(xChild); in notifyEvent()
330 if( xChild.is() ) in attachRecursive()
331 attachRecursive(xChild); in attachRecursive()
386 if( xChild.is() ) in detachRecursive()
387 detachRecursive(xChild); in detachRecursive()
473 if( xChild.is() ) in create_wrapper_for_child()
[all …]
/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx178 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in start()
181 IndicatorInfo aInfo(xChild, sText, nRange); in start()
184 m_xActiveChild = xChild; in start()
206 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in reset()
222 (xChild == xActive) && in reset()
231 void StatusIndicatorFactory::end(const css::uno::Reference< css::task::XStatusIndicator >& xChild) in end() argument
237 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in end()
291 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in setText()
304 (xChild == xActive) && in setText()
322 IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild); in setValue()
[all …]
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx794 if ( !xChild.is() || xChild->getParent().is() ) in approveNewElement()
801 if ( xChild.is() ) in approveNewElement()
803 xNamed = xNamed.query( xChild->getParent() ); in approveNewElement()
816 _pElement->xChild = xChild; in approveNewElement()
932 Reference<XChild> xChild(xElement, UNO_QUERY); in removeElementsNoEvents() local
933 if (xChild.is()) in removeElementsNoEvents()
934 xChild->setParent(InterfaceRef ()); in removeElementsNoEvents()
1004 if (xChild.is()) in implReplaceByIndex()
1005 xChild->setParent(InterfaceRef ()); in implReplaceByIndex()
1082 if (xChild.is()) in implRemoveByIndex()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx195 Reference<XChild> xChild(m_xContent,UNO_QUERY); in IMPL_LINK() local
196 Reference<XNameAccess> xNameAccess(xChild,UNO_QUERY); in IMPL_LINK()
199 xNameAccess.set(xChild->getParent(),UNO_QUERY); in IMPL_LINK()
203 xChild.set(m_xContent,UNO_QUERY); in IMPL_LINK()
303 Reference<XChild> xChild(m_xContent,UNO_QUERY); in IMPL_LINK() local
304 if ( xChild.is() ) in IMPL_LINK()
306 Reference<XNameAccess> xNameAccess(xChild->getParent(),UNO_QUERY); in IMPL_LINK()
373 Reference<XChild> xChild(m_xContent,UNO_QUERY); in initCurrentPath() local
374 bEnable = xChild.is() && Reference<XNameAccess>(xChild->getParent(),UNO_QUERY).is(); in initCurrentPath()

Completed in 147 milliseconds

123456789