Searched refs:nFieldUnit (Results 1 – 9 of 9) sorted by relevance
329 long nFieldUnit = (long) ( ( const SdrMeasureUnitItem& )rAttrs. in Reset() local334 if ( (long)aLbUnit.GetEntryData( i ) == nFieldUnit ) in Reset()519 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aLbUnit.GetEntryData( nPos ); in FillItemSet() local520 FieldUnit _eUnit = (FieldUnit) nFieldUnit; in FillItemSet()776 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aLbUnit.GetEntryData( nPos ); in IMPL_LINK() local777 FieldUnit _eUnit = (FieldUnit) nFieldUnit; in IMPL_LINK()
307 long nFieldUnit = aMetricArr.GetValue( i ); in SdTpOptionsMisc() local309 aLbMetric.SetEntryData( nPos, (void*)nFieldUnit ); in SdTpOptionsMisc()460 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aLbMetric.GetEntryData( nMPos ); in FillItemSet() local462 (sal_uInt16)nFieldUnit ) ); in FillItemSet()526 long nFieldUnit = (long)rItem.GetValue(); in Reset() local530 if ( (long)aLbMetric.GetEntryData( i ) == nFieldUnit ) in Reset()
609 short nFieldUnit; in _setPropertyValues() local610 if( SvxMeasureUnitToFieldUnit( nValue, nFieldUnit ) ) in _setPropertyValues()612 pDoc->SetUIUnit((FieldUnit)nFieldUnit ); in _setPropertyValues()
277 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aMetricLB.GetEntryData( nMPos ); in FillItemSet() local278 rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()286 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aHMetric.GetEntryData( nMPos ); in FillItemSet() local287 rSet.Put( SfxUInt16Item( FN_HSCROLL_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()294 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aVMetric.GetEntryData( nMPos ); in FillItemSet() local295 rSet.Put( SfxUInt16Item( FN_VSCROLL_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()
201 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aMetricLB.GetEntryData( nMPos ); in FillItemSet() local202 rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()
514 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aUnitLB.GetEntryData( nMPos ); in FillItemSet() local516 (sal_uInt16)nFieldUnit ) ); in FillItemSet()
119 static MapUnit GetMapUnit(sal_Int16 nFieldUnit);
127 MapUnit SvXMLUnitConverter::GetMapUnit(sal_Int16 nFieldUnit) in GetMapUnit() argument130 switch( nFieldUnit ) in GetMapUnit()
445 sal_Int16 nFieldUnit = 0; in GetFieldUnit() local446 …xProperties->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Metric"))) >>= nFieldUnit) in GetFieldUnit()447 return nFieldUnit; in GetFieldUnit()
Completed in 268 milliseconds