Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx801 long nDeltaHeight = aSize.Height() - maDialogSize.Height(); in Resize() local
807 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()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx35 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()
H A Dsvimpicn.cxx654 short nDeltaHeight; member in ImpIcnCursor
3045 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()
H A Dimivctl.hxx551 short nDeltaHeight; member in IcnCursor_Impl
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx761 …sal_Int32 nDeltaHeight = static_cast<sal_Int32>(rAvailableOuterRect.getHeight() - rConsumedOuterRe… in adjustInnerSize() local
766 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()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx397 double nDeltaHeight = nNewHeight - nHeight; in ScaleHeight() local
398 double nNewTop = getTop() - nDeltaHeight; in ScaleHeight()
404 double nDeltaHeight = (nNewHeight - nHeight) / 2; in ScaleHeight() local
405 double nNewTop = getTop() - nDeltaHeight; in ScaleHeight()

Completed in 56 milliseconds