Home
last modified time | relevance | path

Searched refs:nFieldUnit (Results 1 – 9 of 9) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dmeasure.cxx329 long nFieldUnit = (long) ( ( const SdrMeasureUnitItem& )rAttrs. in Reset() local
334 if ( (long)aLbUnit.GetEntryData( i ) == nFieldUnit ) in Reset()
519 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aLbUnit.GetEntryData( nPos ); in FillItemSet() local
520 FieldUnit _eUnit = (FieldUnit) nFieldUnit; in FillItemSet()
776 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aLbUnit.GetEntryData( nPos ); in IMPL_LINK() local
777 FieldUnit _eUnit = (FieldUnit) nFieldUnit; in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx307 long nFieldUnit = aMetricArr.GetValue( i ); in SdTpOptionsMisc() local
309 aLbMetric.SetEntryData( nPos, (void*)nFieldUnit ); in SdTpOptionsMisc()
460 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aLbMetric.GetEntryData( nMPos ); in FillItemSet() local
462 (sal_uInt16)nFieldUnit ) ); in FillItemSet()
526 long nFieldUnit = (long)rItem.GetValue(); in Reset() local
530 if ( (long)aLbMetric.GetEntryData( i ) == nFieldUnit ) in Reset()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx274 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aMetricLB.GetEntryData( nMPos ); in FillItemSet() local
275 rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()
283 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aHMetric.GetEntryData( nMPos ); in FillItemSet() local
284 rSet.Put( SfxUInt16Item( FN_HSCROLL_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()
291 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aVMetric.GetEntryData( nMPos ); in FillItemSet() local
292 rSet.Put( SfxUInt16Item( FN_VSCROLL_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()
H A Doptload.cxx201 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aMetricLB.GetEntryData( nMPos ); in FillItemSet() local
202 rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx609 short nFieldUnit; in _setPropertyValues() local
610 if( SvxMeasureUnitToFieldUnit( nValue, nFieldUnit ) ) in _setPropertyValues()
612 pDoc->SetUIUnit((FieldUnit)nFieldUnit ); in _setPropertyValues()
/trunk/main/sc/source/ui/optdlg/
H A Dtpview.cxx500 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aUnitLB.GetEntryData( nMPos ); in FillItemSet() local
502 (sal_uInt16)nFieldUnit ) ); in FillItemSet()
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx119 static MapUnit GetMapUnit(sal_Int16 nFieldUnit);
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx127 MapUnit SvXMLUnitConverter::GetMapUnit(sal_Int16 nFieldUnit) in GetMapUnit() argument
130 switch( nFieldUnit ) in GetMapUnit()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx445 sal_Int16 nFieldUnit = 0; in GetFieldUnit() local
446 …xProperties->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Metric"))) >>= nFieldUnit) in GetFieldUnit()
447 return nFieldUnit; in GetFieldUnit()

Completed in 122 milliseconds