Lines Matching refs:GetValue
168 nHtmlMode = ((SfxUInt16Item*)pItem)->GetValue(); in GetHtmlMode_Impl()
186 sal_Int64 nL = aLeftIndent.Denormalize( aLeftIndent.GetValue( eUnit ) ); in IMPL_LINK()
187 sal_Int64 nR = aRightIndent.Denormalize( aRightIndent.GetValue( eUnit ) ); in IMPL_LINK()
260 aLineDistAtPercentBox.GetValue() )) ); in FillItemSet()
301 (sal_uInt16)aTopDist.GetValue() ); in FillItemSet()
307 (sal_uInt16)aBottomDist.GetValue() ); in FillItemSet()
347 (sal_uInt16)aLeftIndent.GetValue() ); in FillItemSet()
353 (sal_uInt16)aRightIndent.GetValue() ); in FillItemSet()
359 (sal_uInt16)aFLineIndent.GetValue() ); in FillItemSet()
411 sal_Bool bSet = pRegItem->GetValue(); in FillItemSet()
577 aRegisterCB.Check( ((const SfxBoolItem &)rSet.Get( _nWhich )).GetValue()); in Reset()
832 sal_Int64 nTemp = aLineDistAtMetricBox.GetValue(); in IMPL_LINK()
837 if ( aLineDistAtMetricBox.GetValue() != nTemp ) in IMPL_LINK()
896 (short)aFLineIndent.Denormalize( aFLineIndent.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()
898 static_cast<long>(aLeftIndent.Denormalize( aLeftIndent.GetValue( FUNIT_TWIP ) ) ) ); in UpdateExample_Impl()
900 static_cast<long>(aRightIndent.Denormalize( aRightIndent.GetValue( FUNIT_TWIP ) ) ) ); in UpdateExample_Impl()
902 (sal_uInt16)aTopDist.Denormalize( aTopDist.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()
904 (sal_uInt16)aBottomDist.Denormalize( aBottomDist.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()
921 aLineDistAtPercentBox.GetValue() ) ); in UpdateExample_Impl()
995 SetPageWidth(pPageWidthItem->GetValue()); in PageCreated()
998 if (( 0x0001 & pFlagSetItem->GetValue())== 0x0001 ) in PageCreated()
1002 if (( 0x0002 & pFlagSetItem->GetValue())== 0x0002 ) in PageCreated()
1006 if ( ( 0x0004 & pFlagSetItem->GetValue())== 0x0004 ) in PageCreated()
1010 EnableAbsLineDist(pLineDistItem->GetValue()); in PageCreated()
1013 if (( 0x0008 & pFlagSetItem->GetValue()) == 0x0008 ) in PageCreated()
1293 aSnapToGridCB.Check(rSnap.GetValue()); in Reset()
1306 aVertAlignLB.SelectEntryPos(rAlign.GetValue()); in Reset()
1314 aTextDirectionLB.SelectEntryValue( (SvxFrameDirection)rFrameDirItem.GetValue() ); in Reset()
1410 if(pBoolItem->GetValue()) in PageCreated()
1442 aHyphen.GetMinLead() = (sal_uInt8)aExtHyphenBeforeBox.GetValue(); in FillItemSet()
1443 aHyphen.GetMinTrail() = (sal_uInt8)aExtHyphenAfterBox.GetValue(); in FillItemSet()
1445 aHyphen.GetMaxHyphens() = (sal_uInt8)aMaxHyphenEdit.GetValue(); in FillItemSet()
1459 (sal_uInt16)aPagenumEdit.GetValue() ); in FillItemSet()
1463 if ( !pOld || ( (const SfxUInt16Item*)pOld )->GetValue() != aPageNum.GetValue() ) in FillItemSet()
1488 if ( !pOld || ( (const SvxPageModelItem*)pOld )->GetValue() != sPage ) in FillItemSet()
1568 if ( !pOld || ( (const SvxFmtSplitItem*)pOld )->GetValue() != in FillItemSet()
1597 (sal_uInt8)aWidowRowNo.GetValue() : 0, _nWhich ); in FillItemSet()
1614 (sal_uInt8)aOrphanRowNo.GetValue() : 0, _nWhich ); in FillItemSet()
1668 ( (const SfxUInt16Item&)rSet.Get( _nWhich ) ).GetValue(); in Reset()
1685 String aStr( rModel.GetValue() ); in Reset()
1739 SvxBreak eBreak = (SvxBreak)rPageBreak.GetValue(); in Reset()
1811 if ( rKeep.GetValue() ) in Reset()
1830 if ( !rSplit.GetValue() ) in Reset()
1846 const sal_uInt16 nLines = rWidow.GetValue(); in Reset()
1868 const sal_uInt16 nLines = rOrphan.GetValue(); in Reset()
2245 if ( pDisablePageBreakItem->GetValue()) in PageCreated()
2343 rBox.Check(((const SfxBoolItem&)rSet.Get(_nWhich)).GetValue()); in lcl_SetBox()