/aoo41x/main/editeng/source/outliner/ |
H A D | paralist.cxx | 214 sal_uLong nChildCount = 0; in GetChildCount() local 219 nChildCount++; in GetChildCount() 222 return nChildCount; in GetChildCount() 242 sal_uLong nChildCount = GetChildCount( pParent ); in Expand() local 245 for ( sal_uLong n = 1; n <= nChildCount; n++ ) in Expand() 258 sal_uLong nChildCount = GetChildCount( pParent ); in Collapse() local 261 for ( sal_uLong n = 1; n <= nChildCount; n++ ) in Collapse()
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccTreeNode.java | 165 int nChildCount = 0; in getChildCount() local 169 nChildCount += aDescriptor.mnChildCount; in getChildCount() 171 return nChildCount; in getChildCount() 361 int nChildCount = aDescriptor.maHandler.getChildCount (this); in updateChildren() local 362 aDescriptor.mnChildCount = nChildCount; in updateChildren() 364 for (int j=0; j<nChildCount; j++) in updateChildren()
|
H A D | GeometryEventHandler.java | 64 int nChildCount = maTreeModel.getChildCount (aShapeNode); in Process() local 65 for (int i=0; i<nChildCount; i++) in Process()
|
H A D | AccessibilityTreeModelBase.java | 96 int nChildCount = aParentNode.getChildCount(); in getIndexOfChild() local 97 for( int i = 0; i < nChildCount; i++ ) in getIndexOfChild()
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleScrollPanel.cxx | 77 sal_Int32 nChildCount (mrTreeNode.GetControlContainer().GetControlCount()); in getAccessibleChildCount() local 79 ++nChildCount; in getAccessibleChildCount() 81 ++nChildCount; in getAccessibleChildCount() 83 return nChildCount; in getAccessibleChildCount()
|
H A D | AccessibleTreeNode.cxx | 214 sal_Int32 nChildCount (xParentContext->getAccessibleChildCount()); in getAccessibleIndexInParent() local 215 for (sal_Int32 i=0; i<nChildCount; ++i) in getAccessibleIndexInParent() 426 sal_Int32 nChildCount = getAccessibleChildCount(); in getAccessibleAtPoint() local 427 for (sal_Int32 nIndex=0; nIndex<nChildCount; ++nIndex) in getAccessibleAtPoint()
|
H A D | AccessibleSlideSorterObject.cxx | 181 sal_Int32 nChildCount (xParentContext->getAccessibleChildCount()); in getAccessibleIndexInParent() local 182 for (sal_Int32 i=0; i<nChildCount; ++i) in getAccessibleIndexInParent()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | accessibleselectionhelper.cxx | 80 …for( sal_Int32 i = 0, nChildCount = xParentContext->getAccessibleChildCount(); i < nChildCount; i+… in getSelectedAccessibleChildCount() local 98 …for( sal_Int32 i = 0, nChildCount = xParentContext->getAccessibleChildCount(), nPos = 0; ( i < nCh… in getSelectedAccessibleChild() local
|
H A D | accessiblecontexthelper.cxx | 305 sal_Int32 nChildCount = xParentContext->getAccessibleChildCount(); in getAccessibleIndexInParent() local 306 for ( sal_Int32 nChild = 0; ( nChild < nChildCount ) && ( -1 == nRet ); ++nChild ) in getAccessibleIndexInParent()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeck.cxx | 285 sal_Int32 nChildCount( m_pImpl->m_pPanelDeck->GetLayouter()->GetAccessibleChildCount() ); in getAccessibleChildCount() local 289 return ++nChildCount; in getAccessibleChildCount() 291 return nChildCount; in getAccessibleChildCount() 299 const sal_Int32 nChildCount( getAccessibleChildCount() ); in getAccessibleChild() local 300 if ( ( i_nIndex < 0 ) || ( i_nIndex >= nChildCount ) ) in getAccessibleChild()
|
H A D | AccessibleGridControl.cxx | 340 sal_Int32 nChildCount = getAccessibleChildCount(); in commitCellEvent() local 341 if(nChildCount != 0) in commitCellEvent() 343 for(sal_Int32 i=0;i<nChildCount;i++) in commitCellEvent()
|
H A D | AccessibleGridControlBase.cxx | 127 sal_Int32 nChildCount = xParentContext->getAccessibleChildCount(); in getAccessibleIndexInParent() local 128 for( sal_Int32 nChild = 0; nChild < nChildCount; ++nChild ) in getAccessibleIndexInParent()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | JAccess.cxx | 86 sal_Int32 nChildCount = 0; in getAccessibleChildCount() local 88 nChildCount = m_pTableView->GetTabWinCount() + m_pTableView->getTableConnections()->size(); in getAccessibleChildCount() 89 return nChildCount; in getAccessibleChildCount()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | SidebarTxtControlAcc.cxx | 209 sal_Int32 nChildCount( 0 ); in getAccessibleChildCount() local 213 nChildCount = mpAccessibleTextHelper->GetChildCount(); in getAccessibleChildCount() 216 return nChildCount; in getAccessibleChildCount()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuexpand.cxx | 222 sal_uLong nChildCount = pOutl->GetChildCount(pPara); in DoExecute() local 224 if (nChildCount > 0) in DoExecute() 230 …tlinerParaObject* pOPO = pOutl->CreateParaObject( (sal_uInt16) nParaPos, (sal_uInt16) nChildCount); in DoExecute()
|
/aoo41x/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | RegistrationThread.java | 117 int nChildCount = xRoot.getAccessibleChildCount(); in traverseTree() local 118 for (int i=0; i<nChildCount; i++) in traverseTree()
|
/aoo41x/main/toolkit/source/controls/tree/ |
H A D | treedatamodel.cxx | 584 sal_Int32 nChildCount = maChilds.size(); in getIndex() local 585 while( nChildCount-- ) in getIndex() 587 if( maChilds[nChildCount] == xImpl ) in getIndex() 588 return nChildCount; in getIndex()
|
/aoo41x/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 451 const sal_Int32 nChildCount = xRootNode->getChildCount(); in fillTree() local 452 for( sal_Int32 nChild = 0; nChild < nChildCount; nChild++ ) in fillTree() 466 const sal_Int32 nChildCount = xNode->getChildCount(); in addNode() local 467 for( sal_Int32 nChild = 0; nChild < nChildCount; nChild++ ) in addNode() 1125 const sal_Int32 nChildCount = xParentNode->getChildCount(); in updateChildNodes() local 1126 for( sal_Int32 nChild = 0; nChild < nChildCount; nChild++ ) in updateChildNodes()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 384 sal_Int32 nChildCount = 0; in getAccessibleChildCount() local 388 nChildCount += mpChildrenManager->GetChildCount (); in getAccessibleChildCount() 391 nChildCount += mpText->GetChildCount (); in getAccessibleChildCount() 393 return nChildCount; in getAccessibleChildCount() 576 sal_Int32 nChildCount = getAccessibleChildCount (); in getAccessibleAtPoint() local 577 for (sal_Int32 i=0; i<nChildCount; ++i) in getAccessibleAtPoint()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 1995 sal_uInt16 nChildCount = (sal_uInt16)GetChildCount(pEntry); in HasContentChanged() local 1996 for(sal_uInt16 j = 0; j < nChildCount; j++) in HasContentChanged() 2056 sal_uInt16 nChildCount = (sal_uInt16)GetChildCount(pEntry); in HasContentChanged() local 2060 if(nChildCount != pArrType->GetMemberCount()) in HasContentChanged() 2064 for(sal_uInt16 j = 0; j < nChildCount; j++) in HasContentChanged() 2089 sal_uInt16 nChildCount = (sal_uInt16)GetChildCount(pEntry); in HasContentChanged() local 2090 if( nChildCount != pArrType->GetMemberCount() ) in HasContentChanged() 2097 for(sal_uInt16 j = 0; j < nChildCount; j++) in HasContentChanged() 2112 for(sal_uInt16 j = 0; j < nChildCount; j++) in HasContentChanged() 2119 if(!nChildCount) in HasContentChanged()
|
/aoo41x/main/cui/source/customize/ |
H A D | selector.cxx | 906 sal_uLong nChildCount = GetVisibleChildCount( pParent ); in Expand() local 909 if ( nChildCount+1 > nEntries ) in Expand() 926 if ( nParentPos + nChildCount + 1 > nEntries ) in Expand() 927 ScrollOutputArea( (short)( nEntries - ( nParentPos + nChildCount + 1 ) ) ); in Expand()
|
H A D | cfgutil.cxx | 1121 sal_uLong nChildCount = GetVisibleChildCount( pParent ); in Expand() local 1124 if ( nChildCount+1 > nEntries ) in Expand() 1141 if ( nParentPos + nChildCount + 1 > nEntries ) in Expand() 1142 ScrollOutputArea( (short)( nEntries - ( nParentPos + nChildCount + 1 ) ) ); in Expand()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | Deck.cxx | 385 const sal_uInt16 nChildCount (pRoot->GetChildCount()); in PrintWindowSubTree() local 386 for (sal_uInt16 nIndex=0; nIndex<nChildCount; ++nIndex) in PrintWindowSubTree()
|
/aoo41x/main/svtools/source/control/ |
H A D | accessibleruler.cxx | 225 sal_Int32 nChildCount = xParentContext->getAccessibleChildCount(); in getAccessibleIndexInParent() local 226 for( sal_Int32 i = 0 ; i < nChildCount ; ++i ) in getAccessibleIndexInParent()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleContextBase.cxx | 306 sal_Int32 nChildCount = xParentContext->getAccessibleChildCount(); in getAccessibleIndexInParent() local 307 for (sal_Int32 i=0; i<nChildCount; ++i) in getAccessibleIndexInParent()
|