Searched refs:nCellChildCount (Results 1 – 1 of 1) sorted by relevance
1030 const sal_Int32 nCellChildCount( xRowHeaderCellContext->getAccessibleChildCount() ); in getAccessibleRowDescription() local1031 for ( sal_Int32 nChildIndex = 0; nChildIndex < nCellChildCount; ++nChildIndex ) in getAccessibleRowDescription()1066 const sal_Int32 nCellChildCount( xColumnHeaderCellContext->getAccessibleChildCount() ); in getAccessibleColumnDescription() local1067 for ( sal_Int32 nChildIndex = 0; nChildIndex < nCellChildCount; ++nChildIndex ) in getAccessibleColumnDescription()
Completed in 17 milliseconds