Searched refs:CHECK_RANGE (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sd/source/ui/view/ |
H A D | drviews9.cxx | 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() 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() [all …]
|
H A D | drviews3.cxx | 179 if (! CHECK_RANGE (PK_STANDARD, nWhatKind, PK_HANDOUT)) in SO2_DECL_REF() 187 if (! CHECK_RANGE (0, nWhatPage, GetDoc()->GetSdPageCount((PageKind)nWhatKind))) in SO2_DECL_REF() 252 if (CHECK_RANGE (PK_STANDARD, nWhatKind, PK_HANDOUT)) in SO2_DECL_REF() 280 if (CHECK_RANGE (EM_PAGE, nWhatLayer, EM_MASTERPAGE)) in SO2_DECL_REF()
|
H A D | drviews2.cxx | 439 if (CHECK_RANGE (5, pScale->GetValue (), 3000)) in FuTemporary() 464 if (CHECK_RANGE (10, pScale->GetValue (), 1000)) in FuTemporary()
|
H A D | viewshe3.cxx | 301 if (CHECK_RANGE (AUTOLAYOUT__START, (AutoLayout) pLayout->GetValue (), AUTOLAYOUT__END)) in CreateOrDuplicatePage()
|
H A D | outlnvs2.cxx | 133 if (CHECK_RANGE (5, pScale->GetValue (), 3000)) in FuTemporary()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | DrawViewShell.hxx | 59 #define CHECK_RANGE(nMin, nValue, nMax) ((nValue >= nMin) && (nValue <= nMax)) macro
|
Completed in 35 milliseconds