Home
last modified time | relevance | path

Searched refs:CHECK_RANGE (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sd/source/ui/view/
H A Ddrviews9.cxx270 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 Ddrviews3.cxx179 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 Ddrviews2.cxx439 if (CHECK_RANGE (5, pScale->GetValue (), 3000)) in FuTemporary()
464 if (CHECK_RANGE (10, pScale->GetValue (), 1000)) in FuTemporary()
H A Dviewshe3.cxx301 if (CHECK_RANGE (AUTOLAYOUT__START, (AutoLayout) pLayout->GetValue (), AUTOLAYOUT__END)) in CreateOrDuplicatePage()
H A Doutlnvs2.cxx133 if (CHECK_RANGE (5, pScale->GetValue (), 3000)) in FuTemporary()
/aoo41x/main/sd/source/ui/inc/
H A DDrawViewShell.hxx59 #define CHECK_RANGE(nMin, nValue, nMax) ((nValue >= nMin) && (nValue <= nMax)) macro

Completed in 33 milliseconds