Searched refs:bPinable (Results 1 – 2 of 2) sorted by relevance
38 bPinable( sal_True ), in SoldepToolBox()42 bPinable = sal_True; in SoldepToolBox()144 else if ( bPinable ) in Paint()156 …if ( bIsCloseable || bPinable ) aRect = Rectangle( Point( aRect.Left(), aRect.Top()+8), Point( aRe… in Paint()179 …if ( bIsCloseable || bPinable ) aRect = Rectangle( Point( aRect.Left()+8, aRect.Top()), Point( aRe… in Paint()222 if ( !IsFloatingMode() && ((( mnWinStyle & WB_CLOSEABLE ) != 0 ) || bPinable )) in MouseButtonDown()230 if ( bPinable ) { in MouseButtonDown()441 else if ( bPinable ) { in Command()
39 sal_Bool bPinable; member in SoldepToolBox90 void EnablePin( sal_Bool bEnable = sal_True ) { bPinable = bEnable; Invalidate(); } in EnablePin()