Home
last modified time | relevance | path

Searched refs:bFitRight (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/ui/table/
H A Dchartins.cxx109 … bool bFitRight = ( aDesktop.Right() - aObjAbs.Right() >= rDialogSize.Width() + aSpace.Width() ); in SwGetChartDialogPos() local
111 if ( bFitLeft || bFitRight ) in SwGetChartDialogPos()
114 bool bPutRight = bFitRight && ( bLayoutRTL || !bFitLeft ); in SwGetChartDialogPos()
/aoo4110/main/sc/source/ui/view/
H A Dtabview.cxx2011 bool bFitRight = ( nRightSpace >= nNeededWidth ); in GetChartInsertPos() local
2013 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() local
2126 if ( bFitLeft || bFitRight ) in GetChartDialogPos()
2129 bool bPutRight = bFitRight && ( bLayoutRTL || !bFitLeft ); in GetChartDialogPos()

Completed in 20 milliseconds