Searched refs:bFitRight (Results 1 – 2 of 2) sorted by relevance
109 … bool bFitRight = ( aDesktop.Right() - aObjAbs.Right() >= rDialogSize.Width() + aSpace.Width() ); in SwGetChartDialogPos() local111 if ( bFitLeft || bFitRight ) in SwGetChartDialogPos()114 bool bPutRight = bFitRight && ( bLayoutRTL || !bFitLeft ); in SwGetChartDialogPos()
2011 bool bFitRight = ( nRightSpace >= nNeededWidth ); in GetChartInsertPos() local2013 if ( bFitLeft || bFitRight ) in GetChartInsertPos()2018 bool bPutLeft = bFitLeft && ( bLayoutRTL || !bFitRight ); in GetChartInsertPos()2124 … bool bFitRight = ( aDesktop.Right() - aObjAbs.Right() >= rDialogSize.Width() + aSpace.Width() ); in GetChartDialogPos() local2126 if ( bFitLeft || bFitRight ) in GetChartDialogPos()2129 bool bPutRight = bFitRight && ( bLayoutRTL || !bFitLeft ); in GetChartDialogPos()
Completed in 24 milliseconds