Searched refs:nKeyStart (Results 1 – 1 of 1) sorted by relevance
652 sal_Int32 nKeyStart; in Notify() local653 nKeyStart = rName.lastIndexOf( '/' ); in Notify()655 if (nKeyStart != -1) in Notify()656 aKeyText = rName.copy( nKeyStart + 1 ); in Notify()
Completed in 34 milliseconds