Searched refs:i_eStyle (Results 1 – 4 of 4) sorted by relevance
242 NSCursor* SalData::getCursor( PointerStyle i_eStyle ) in getCursor() argument244 if( i_eStyle >= POINTER_COUNT ) in getCursor()247 NSCursor* pCurs = maCursors[ i_eStyle ]; in getCursor()251 if( aCursorTab[ i_eStyle ].pBaseName ) in getCursor()253 NSPoint aHotSpot = aCursorTab[ i_eStyle ].aHotSpot; in getCursor()257 aCursorTab[ i_eStyle ].pBaseName, in getCursor()269 maCursors[ i_eStyle ] = pCurs; in getCursor()
352 MainRow::Add_Item( E_Style i_eStyle, in Add_Item() argument357 switch (i_eStyle) in Add_Item()
98 E_Style i_eStyle,
121 NSCursor* getCursor( PointerStyle i_eStyle );
Completed in 15 milliseconds