Lines Matching refs:bEmpty
1028 sal_Bool bEmpty; in IsEmptyCellText() local
1030 bEmpty = pThisRowInfo->pCellInfo[nX+1].bEmptyCellText; in IsEmptyCellText()
1032 bEmpty = ( pDoc->GetCell( ScAddress( nX, nY, nTab ) ) == NULL ); in IsEmptyCellText()
1034 if ( !bEmpty && ( nX < nX1 || nX > nX2 || !pThisRowInfo ) ) in IsEmptyCellText()
1046 bEmpty = sal_True; in IsEmptyCellText()
1050 bEmpty = sal_True; in IsEmptyCellText()
1055 bEmpty = sal_True; in IsEmptyCellText()
1060 return bEmpty; in IsEmptyCellText()
1386 sal_Bool bEmpty = nX < nX1 || pInfo->bEmptyCellText; in DrawStrings() local
1400 bEmpty = sal_True; in DrawStrings()
1419 if ( bEmpty && !bMergeEmpty && nX < nX1 && !bOverlapped ) in DrawStrings()
1438 if ( bEmpty && !bMergeEmpty && nX == nX2 && !bOverlapped ) in DrawStrings()
1459 if (!bEmpty) in DrawStrings()