Home
last modified time | relevance | path

Searched refs:nEntrys (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sd/source/filter/eppt/
H A Deppt.hxx466 void ImplResizeGroupTable( sal_uInt32 nEntrys );
H A Depptso.cxx228 void GroupTable::ImplResizeGroupTable( sal_uInt32 nEntrys ) in ImplResizeGroupTable() argument
230 if ( nEntrys > mnMaxGroupEntry ) in ImplResizeGroupTable()
232 mnMaxGroupEntry = nEntrys; in ImplResizeGroupTable()
233 GroupEntry** pTemp = new GroupEntry*[ nEntrys ]; in ImplResizeGroupTable()

Completed in 45 milliseconds