Searched refs:pCurs (Results 1 – 1 of 1) sorted by relevance
72 NSCursor* pCurs = maCursors[i]; in ~SalData() local73 if( pCurs && pCurs != INVALID_CURSOR_PTR ) in ~SalData()74 [pCurs release]; in ~SalData()242 NSCursor* pCurs = maCursors[ i_eStyle ]; in getCursor() local243 if( pCurs == INVALID_CURSOR_PTR ) in getCursor()245 pCurs = nil; in getCursor()259 …pCurs = [[NSCursor alloc] initWithImage: [[NSImage alloc] initWithContentsOfURL: (NSURL*)hURL] hot… in getCursor()264 maCursors[ i_eStyle ] = pCurs; in getCursor()266 return pCurs; in getCursor()