Searched refs:nEntrys (Results 1 – 2 of 2) sorted by relevance
466 void ImplResizeGroupTable( sal_uInt32 nEntrys );
228 void GroupTable::ImplResizeGroupTable( sal_uInt32 nEntrys ) in ImplResizeGroupTable() argument230 if ( nEntrys > mnMaxGroupEntry ) in ImplResizeGroupTable()232 mnMaxGroupEntry = nEntrys; in ImplResizeGroupTable()233 GroupEntry** pTemp = new GroupEntry*[ nEntrys ]; in ImplResizeGroupTable()
Completed in 89 milliseconds