Searched refs:pDelArray (Results 1 – 2 of 2) sorted by relevance
177 void SvxNumberFormatShell::GetUpdateData( sal_uInt32* pDelArray, const sal_uInt32 nSize ) in GetUpdateData() argument181 DBG_ASSERT( pDelArray && ( nSize == nCount ), "Array nicht initialisiert!" ); in GetUpdateData()183 if ( pDelArray && ( nSize == nCount ) ) in GetUpdateData()185 *pDelArray++ = aDelList[i]; in GetUpdateData()
181 void GetUpdateData( sal_uInt32* pDelArray, const sal_uInt32 nSize );
Completed in 22 milliseconds