Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/table/
H A Dchartins.cxx108 … bool bFitLeft = ( aObjAbs.Left() - aDesktop.Left() >= 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.cxx2010 bool bFitLeft = ( nLeftSpace >= nNeededWidth ); in GetChartInsertPos() local
2013 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() local
2126 if ( bFitLeft || bFitRight ) in GetChartDialogPos()
2129 bool bPutRight = bFitRight && ( bLayoutRTL || !bFitLeft ); in GetChartDialogPos()

Completed in 32 milliseconds