Searched refs:bFitLeft (Results 1 – 2 of 2) sorted by relevance
108 … bool bFitLeft = ( aObjAbs.Left() - aDesktop.Left() >= rDialogSize.Width() + aSpace.Width() ); in SwGetChartDialogPos() local111 if ( bFitLeft || bFitRight ) in SwGetChartDialogPos()114 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()
Completed in 31 milliseconds