Searched refs:lColumnCount (Results 1 – 2 of 2) sorted by relevance
701 long lCol, lColumnCount, lChildIndex; in selectRow() local702 lColumnCount = GetXInterface()->getAccessibleColumnCount(); in selectRow()703 for(lCol = 0; lCol < lColumnCount; lCol ++) in selectRow()796 long lColumn, lColumnCount, lChildIndex; in unselectRow() local797 lColumnCount = GetXInterface()->getAccessibleColumnCount(); in unselectRow()798 for(lColumn = 0; lColumn < lColumnCount; lColumn ++) in unselectRow()
1927 long lCol, lColumnCount, lChildIndex; in selectRow() local1928 lColumnCount = getAccessibleColumnCount(); in selectRow()1929 for(lCol = 0; lCol < lColumnCount; lCol ++) in selectRow()
Completed in 35 milliseconds