Lines Matching refs:Height

591 	aNavSize.Height() = Max( aInfoSize.Height(), aNavSize.Height() );  in SFX_IMPL_CHILDWINDOWCONTEXT()
592 pNavigator->nListModeHeight = Max( aNavSize.Height(), pNavigator->nListModeHeight ); in SFX_IMPL_CHILDWINDOWCONTEXT()
598 sal_Bool bSmall = ( aInfoSize.Height() <= pNavigator->aInitSize.Height() + SCNAV_MINTOL ); in SFX_IMPL_CHILDWINDOWCONTEXT()
707 (aTbxCmd.GetPosPixel().Y() + aTbxCmd.GetSizePixel().Height()), in ScNavigatorDlg()
708 (aEdRow.GetPosPixel().Y() + aEdRow.GetSizePixel().Height()) ) in ScNavigatorDlg()
717 aInitSize.Height() = aLbEntries.GetPosPixel().Y(); in ScNavigatorDlg()
719 nInitListHeight = aLbEntries.GetSizePixel().Height(); in ScNavigatorDlg()
720 nListModeHeight = aInitSize.Height() in ScNavigatorDlg()
821 rNewSize.Height() = aInitSize.Height(); in Resizing()
824 if ( rNewSize.Height() < aMinOut.Height() ) in Resizing()
825 rNewSize.Height() = aMinOut.Height(); in Resizing()
878 long nTotalHeight = aNewSize.Height(); in DoResize()
883 sal_Bool bSmall = ( nTotalHeight <= aInitSize.Height() + SCNAV_MINTOL ); in DoResize()
910 long nListHeight = aLbDocuments.GetSizePixel().Height(); in DoResize()
911 aNewSize.Height() -= ( aEntryPos.Y() + nListHeight + 2*nBorderOffset ); in DoResize()
912 if(aNewSize.Height()<0) aNewSize.Height()=0; in DoResize()
914 aListPos.Y() = aEntryPos.Y() + aNewSize.Height() + nBorderOffset; in DoResize()
1277 aMinSize.Height() += nInitListHeight; in ShowList()
1280 aSize.Height() = nListModeHeight; in ShowList()
1289 nListModeHeight = aSize.Height(); in ShowList()
1291 aSize.Height() = aInitSize.Height(); in ShowList()
1308 aFloating.Height() = aSize.Height(); in ShowList()
1324 aMinSize.Height() += nInitListHeight; in ShowScenarios()
1327 aSize.Height() = nListModeHeight; in ShowScenarios()
1340 nListModeHeight = aSize.Height(); in ShowScenarios()
1342 aSize.Height() = aInitSize.Height(); in ShowScenarios()
1357 aFloating.Height() = aSize.Height(); in ShowScenarios()