Searched refs:bFitLeft (Results 1 – 2 of 2) sorted by relevance
103 … bool bFitLeft = ( aObjAbs.Left() - aDesktop.Left() >= rDialogSize.Width() + aSpace.Width() ); in SwGetChartDialogPos() local106 if ( bFitLeft || bFitRight ) in SwGetChartDialogPos()109 bool bPutRight = bFitRight && ( bLayoutRTL || !bFitLeft ); in SwGetChartDialogPos()
2010 bool bFitLeft = ( nLeftSpace >= nNeededWidth ); in GetChartInsertPos() local2013 if ( bFitLeft || bFitRight ) in GetChartInsertPos()2018 bool bPutLeft = bFitLeft && ( bLayoutRTL || !bFitRight ); in GetChartInsertPos()2123 … bool bFitLeft = ( aObjAbs.Left() - aDesktop.Left() >= rDialogSize.Width() + aSpace.Width() ); in GetChartDialogPos() local2126 if ( bFitLeft || bFitRight ) in GetChartDialogPos()2129 bool bPutRight = bFitRight && ( bLayoutRTL || !bFitLeft ); in GetChartDialogPos()