Searched refs:pCurs (Results 1 – 1 of 1) sorted by relevance
74 NSCursor* pCurs = maCursors[i]; in ~SalData() local75 if( pCurs && pCurs != INVALID_CURSOR_PTR ) in ~SalData()76 [pCurs release]; in ~SalData()247 NSCursor* pCurs = maCursors[ i_eStyle ]; in getCursor() local248 if( pCurs == INVALID_CURSOR_PTR ) in getCursor()250 pCurs = nil; in getCursor()264 …pCurs = [[NSCursor alloc] initWithImage: [[NSImage alloc] initWithContentsOfURL: (NSURL*)hURL] hot… in getCursor()269 maCursors[ i_eStyle ] = pCurs; in getCursor()271 return pCurs; in getCursor()
Completed in 14 milliseconds