Searched refs:nStripUntil (Results 1 – 1 of 1) sorted by relevance
64 sal_Int32 nStripUntil = _rNameBase.getLength(); in NewDataTypeDialog() local65 while ( nStripUntil > 0 ) in NewDataTypeDialog()67 sal_Unicode nChar = _rNameBase[ --nStripUntil ]; in NewDataTypeDialog()71 --nStripUntil; // strip the space, too in NewDataTypeDialog()76 String sNameBase( _rNameBase.copy( 0, nStripUntil ? nStripUntil + 1 : 0 ) ); in NewDataTypeDialog()
Completed in 13 milliseconds