Lines Matching refs:GetValue

313         bWeb = 0 != (((const SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON);  in SvxPageDescPage()
539 nPaperBin = ( (const SvxPaperBinItem*)pItem )->GetValue(); in Reset()
611 Paper eSize = (Paper)aPaperAry.GetValue(i); in Reset()
636 aHorzBox.Check( pItem ? ( (const SfxBoolItem*)pItem )->GetValue() in Reset()
641 aVertBox.Check( pItem ? ( (const SfxBoolItem*)pItem )->GetValue() in Reset()
658 ( (const SfxBoolItem*)pItem )->GetValue() : sal_False ); in Reset()
706 SID_SWREGISTER_MODE)).GetValue()); in Reset()
713 ((const SfxStringItem&)rSet.Get(SID_SWREGISTER_COLLECTION)).GetValue()); in Reset()
722 ? ((SvxFrameDirectionItem*)pItem)->GetValue() in Reset()
813 if ( !pOld || ( (const SvxPaperBinItem*)pOld )->GetValue() != nBin ) in FillItemSet()
1069 if ( bScreen || aRightMarginEdit.GetValue() == 0 ) in IMPL_LINK()
1073 aRightMarginEdit.GetFirst() > aRightMarginEdit.GetValue() ) in IMPL_LINK()
1076 if ( bScreen || aLeftMarginEdit.GetValue() == 0 ) in IMPL_LINK()
1080 aLeftMarginEdit.GetFirst() > aLeftMarginEdit.GetValue() ) in IMPL_LINK()
1083 if ( bScreen || aBottomMarginEdit.GetValue() == 0 ) in IMPL_LINK()
1087 aBottomMarginEdit.GetFirst() > aBottomMarginEdit.GetValue() ) in IMPL_LINK()
1090 if ( bScreen || aTopMarginEdit.GetValue() == 0 ) in IMPL_LINK()
1094 aTopMarginEdit.GetFirst() > aTopMarginEdit.GetValue() ) in IMPL_LINK()
1184 aLeftMarginEdit.GetValue( FUNIT_TWIP ) ); in SwapFirstValues_Impl()
1186 aRightMarginEdit.GetValue( FUNIT_TWIP ) ); in SwapFirstValues_Impl()
1188 aTopMarginEdit.GetValue( FUNIT_TWIP ) ); in SwapFirstValues_Impl()
1190 aBottomMarginEdit.GetValue( FUNIT_TWIP ) ); in SwapFirstValues_Impl()
1275 if ( rOn.GetValue() ) in ResetBackground_Impl()
1306 if ( rOn.GetValue() ) in ResetBackground_Impl()
1371 if ( rHeaderOn.GetValue() ) in InitHeadFoot_Impl()
1418 if ( rFooterOn.GetValue() ) in InitHeadFoot_Impl()
1536 long nBT = static_cast<long>(aTopMarginEdit.Denormalize(aTopMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1537 …long nBB = static_cast<long>(aBottomMarginEdit.Denormalize(aBottomMarginEdit.GetValue(FUNIT_TWIP))… in IMPL_LINK()
1538 long nBL = static_cast<long>(aLeftMarginEdit.Denormalize(aLeftMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1539 long nBR = static_cast<long>(aRightMarginEdit.Denormalize(aRightMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1555 long nH = static_cast<long>(aPaperHeightEdit.Denormalize(aPaperHeightEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1556 long nW = static_cast<long>(aPaperWidthEdit.Denormalize(aPaperWidthEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1569 nH = static_cast<long>(aPaperHeightEdit.Denormalize(aPaperHeightEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1570 nW = static_cast<long>(aPaperWidthEdit.Denormalize(aPaperWidthEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1706 long nValue = static_cast<long>(rField.GetValue()); in IsPrinterRangeOverflow()
1726 sal_Int64 nValue = aLeftMarginEdit.GetValue(); in CheckMarginEdits()
1729 nValue = aRightMarginEdit.GetValue(); in CheckMarginEdits()
1732 nValue = aTopMarginEdit.GetValue(); in CheckMarginEdits()
1735 nValue = aBottomMarginEdit.GetValue(); in CheckMarginEdits()
1744 ( aLeftMarginEdit.GetValue() < nFirstLeftMargin || in IsMarginOutOfRange()
1745 aLeftMarginEdit.GetValue() > nLastLeftMargin ) ) || in IsMarginOutOfRange()
1748 ( aRightMarginEdit.GetValue() < nFirstRightMargin || in IsMarginOutOfRange()
1749 aRightMarginEdit.GetValue() > nLastRightMargin ) ) || in IsMarginOutOfRange()
1752 ( aTopMarginEdit.GetValue() < nFirstTopMargin || in IsMarginOutOfRange()
1753 aTopMarginEdit.GetValue() > nLastTopMargin ) ) || in IsMarginOutOfRange()
1756 ( aBottomMarginEdit.GetValue() < nFirstBottomMargin || in IsMarginOutOfRange()
1757 aBottomMarginEdit.GetValue() > nLastBottomMargin ) ) ); in IsMarginOutOfRange()