Home
last modified time | relevance | path

Searched refs:pCurs (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/vcl/aqua/source/app/
H A Dsaldata.cxx74 NSCursor* pCurs = maCursors[i]; in ~SalData() local
75 if( pCurs && pCurs != INVALID_CURSOR_PTR ) in ~SalData()
76 [pCurs release]; in ~SalData()
247 NSCursor* pCurs = maCursors[ i_eStyle ]; in getCursor() local
248 if( pCurs == INVALID_CURSOR_PTR ) in getCursor()
250 pCurs = nil; in getCursor()
264pCurs = [[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 9 milliseconds