Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/ui/config/
H A Doptpage.cxx277 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aMetricLB.GetEntryData( nMPos ); in FillItemSet() local
278 rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()
286 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aHMetric.GetEntryData( nMPos ); in FillItemSet() local
287 rSet.Put( SfxUInt16Item( FN_HSCROLL_METRIC, (sal_uInt16)nFieldUnit ) ); in FillItemSet()
294 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aVMetric.GetEntryData( nMPos ); in FillItemSet() local
295 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()
/aoo41x/main/sc/source/ui/optdlg/
H A Dtpview.cxx514 sal_uInt16 nFieldUnit = (sal_uInt16)(long)aUnitLB.GetEntryData( nMPos ); in FillItemSet() local
516 (sal_uInt16)nFieldUnit ) ); in FillItemSet()
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx119 static MapUnit GetMapUnit(sal_Int16 nFieldUnit);
/aoo41x/main/xmloff/source/core/
H A Dxmluconv.cxx127 MapUnit SvXMLUnitConverter::GetMapUnit(sal_Int16 nFieldUnit) in GetMapUnit() argument
130 switch( nFieldUnit ) in GetMapUnit()
/aoo41x/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 268 milliseconds