Searched refs:nDeltaHeight (Results 1 – 6 of 6) sorted by relevance
801 long nDeltaHeight = aSize.Height() - maDialogSize.Height(); in Resize() local807 lcl_ChangeControlHeight( maLbConflicts, nDeltaHeight ); in Resize()810 lcl_MoveControlY( maBtnKeepMine, nDeltaHeight ); in Resize()813 lcl_MoveControlY( maBtnKeepOther, nDeltaHeight ); in Resize()815 lcl_MoveControlY( maFlConflicts, nDeltaHeight ); in Resize()819 lcl_MoveControlY( maBtnKeepAllMine, nDeltaHeight ); in Resize()822 lcl_MoveControlY( maBtnKeepAllOthers, nDeltaHeight ); in Resize()825 lcl_MoveControlY( maBtnCancel, nDeltaHeight ); in Resize()828 lcl_MoveControlY( maBtnHelp, nDeltaHeight ); in Resize()
35 nDeltaHeight= 0; in IcnCursor_Impl()89 short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / nDeltaHeight ); in ImplCreate()122 nDeltaHeight = 0; in Clear()475 nDeltaHeight = (short)(rSize.Height() / nRows); in SetDeltas()476 if( !nDeltaHeight ) in SetDeltas()478 nDeltaHeight = 1; in SetDeltas()
654 short nDeltaHeight; member in ImpIcnCursor3045 nDeltaHeight= 0; in ImpIcnCursor()3106 short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / nDeltaHeight ); in ImplCreate()3233 nDeltaHeight = 0; in Clear()3536 nDeltaHeight = (short)(rSize.Height() / nRows); in SetDeltas()3537 if( !nDeltaHeight ) in SetDeltas()3539 nDeltaHeight = 1; in SetDeltas()
551 short nDeltaHeight; member in IcnCursor_Impl
761 …sal_Int32 nDeltaHeight = static_cast<sal_Int32>(rAvailableOuterRect.getHeight() - rConsumedOuterRe… in adjustInnerSize() local766 if( (aNewSize.Height + nDeltaHeight) < rAvailableOuterRect.getHeight()/3 ) in adjustInnerSize()767 nDeltaHeight = static_cast<sal_Int32>(rAvailableOuterRect.getHeight()/3 - aNewSize.Height); in adjustInnerSize()768 aNewSize.Height += nDeltaHeight; in adjustInnerSize()792 else if( nDiffDown > abs(nDeltaHeight) ) in adjustInnerSize()795 aNewPos.Y += abs(nDeltaHeight); in adjustInnerSize()
397 double nDeltaHeight = nNewHeight - nHeight; in ScaleHeight() local398 double nNewTop = getTop() - nDeltaHeight; in ScaleHeight()404 double nDeltaHeight = (nNewHeight - nHeight) / 2; in ScaleHeight() local405 double nNewTop = getTop() - nDeltaHeight; in ScaleHeight()
Completed in 65 milliseconds