Lines Matching refs:CHECK_RANGE
270 if (CHECK_RANGE (XFILL_NONE, (sal_Int32)pFillStyle->GetValue (), XFILL_BITMAP)) in AttrExec()
290 if (CHECK_RANGE (XLINE_NONE, (sal_Int32)pLineStyle->GetValue (), XLINE_DASH)) in AttrExec()
489 if (CHECK_RANGE (XDASH_RECT, (sal_Int32)pStyle->GetValue (), XDASH_ROUNDRELATIVE)) in AttrExec()
538 if (CHECK_RANGE (XGRAD_LINEAR, (sal_Int32)pStyle->GetValue (), XGRAD_RECT) && in AttrExec()
539 CHECK_RANGE (0, (sal_Int32)pAngle->GetValue (), 360) && in AttrExec()
540 CHECK_RANGE (0, (sal_Int32)pBorder->GetValue (), 100) && in AttrExec()
541 CHECK_RANGE (0, (sal_Int32)pCenterX->GetValue (), 100) && in AttrExec()
542 CHECK_RANGE (0, (sal_Int32)pCenterY->GetValue (), 100) && in AttrExec()
543 CHECK_RANGE (0, (sal_Int32)pStart->GetValue (), 100) && in AttrExec()
544 CHECK_RANGE (0, (sal_Int32)pEnd->GetValue (), 100)) in AttrExec()
609 if (CHECK_RANGE (XHATCH_SINGLE, (sal_Int32)pStyle->GetValue (), XHATCH_TRIPLE) && in AttrExec()
610 CHECK_RANGE (0, (sal_Int32)pAngle->GetValue (), 360)) in AttrExec()