Lines Matching refs:bCellIsValue
1106 sal_uInt16 nHorJustify, bool bCellIsValue, in GetOutputArea() argument
1235 if ( !bMerged && !bCellIsValue && !bBreak ) in GetOutputArea()
1264 …nRightMissing > 0 && bMarkClipped && nRightX >= nX1 && nRightX <= nX2 && !bBreak && !bCellIsValue ) in GetOutputArea()
1271 … ( nLeftMissing > 0 && bMarkClipped && nLeftX >= nX1 && nLeftX <= nX2 && !bBreak && !bCellIsValue ) in GetOutputArea()
1296 if ( bFit || bCellIsValue ) in GetOutputArea()
1362 sal_Bool bCellIsValue = sal_False; in DrawStrings() local
1541 bCellIsValue = ( eCellType == CELLTYPE_VALUE ); in DrawStrings()
1545 bCellIsValue = pFCell->IsRunning() || pFCell->IsValue(); in DrawStrings()
1550 ( bCellIsValue ? SVX_HOR_JUSTIFY_RIGHT : SVX_HOR_JUSTIFY_LEFT ); in DrawStrings()
1558 …if ( bBreak && bCellIsValue && ( aVars.GetResultValueFormat(pCell) % SV_COUNTRY_LANGUAGE_OFFSET ) … in DrawStrings()
1573 bCellIsValue || bRepeat || bShrink, bBreak, sal_False, in DrawStrings()
1665 if ( bCellIsValue && ( aAreaParam.mbLeftClip || aAreaParam.mbRightClip ) ) in DrawStrings()
2244 sal_Bool bCellIsValue = lcl_SafeIsValue(pCell); in DrawEdit() local
2287 ( bCellIsValue ? SVX_HOR_JUSTIFY_RIGHT : SVX_HOR_JUSTIFY_LEFT ); in DrawEdit()
2351 bCellIsValue, true, false, aAreaParam ); in DrawEdit()
2443 eSvxAdjust = bCellIsValue ? SVX_ADJUST_RIGHT : SVX_ADJUST_LEFT; in DrawEdit()
2568 … bCellIsValue || bRepeat || bShrink, false, false, aAreaParam ); in DrawEdit()
2620 … if ( bCellIsValue && ( aAreaParam.mbLeftClip || aAreaParam.mbRightClip ) ) in DrawEdit()
2806 (eHorJust==SVX_HOR_JUSTIFY_STANDARD && bCellIsValue) ) in DrawEdit()