Searched refs:nCurrClickCount (Results 1 – 1 of 1) sorted by relevance
658 sal_Int32 nCurrClickCount = e.ClickCount; in mousePressed() local659 while( nCurrClickCount > 1 && in mousePressed()664 nCurrClickCount -= 2; in mousePressed()668 while( nCurrClickCount > 0 && in mousePressed()673 --nCurrClickCount; in mousePressed()680 sal_Int32 nCurrClickCount = e.ClickCount; in mouseReleased() local681 while( nCurrClickCount > 1 && in mouseReleased()686 nCurrClickCount -= 2; in mouseReleased()690 while( nCurrClickCount > 0 && in mouseReleased()695 --nCurrClickCount; in mouseReleased()
Completed in 14 milliseconds