/trunk/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 176 FieldUnit eUnit = MapToFieldUnit( rSet.GetPool()->GetMetric( nW )); in Reset() 202 FieldUnit eUnit = MapToFieldUnit( rSet.GetPool()->GetMetric( nW )); in Reset() 219 MapMode( (MapUnit)rSet.GetPool()->GetMetric( nW ) ) ); in Reset() 259 FieldUnit eUnit = MapToFieldUnit( rSet.GetPool()->GetMetric( nW )); in FillItemSet() 294 FieldUnit eUnit = MapToFieldUnit( rSet.GetPool()->GetMetric( nW )); in FillItemSet() 410 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in IMPL_LINK() 441 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in IMPL_LINK() 479 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in IMPL_LINK() 564 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in IMPL_LINK() 588 FieldUnit eUnit = MapToFieldUnit( pPool->GetMetric( pPool->GetWhich( in CalcZoom() [all …]
|
H A D | labdlg.cxx | 184 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONGAP ) ); in FillItemSet() 219 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONESCABS ) ); in FillItemSet() 231 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONLINELEN ) ); in FillItemSet() 275 eUnit = pPool->GetMetric( nWhich ); in Reset() 286 eUnit = pPool->GetMetric( nWhich ); in Reset() 293 eUnit = pPool->GetMetric( nWhich ); in Reset()
|
H A D | paragrph.cxx | 184 MapToFieldUnit( pPool->GetMetric( GetWhich( SID_ATTR_LRSPACE ) ) ); in IMPL_LINK() 245 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet() 288 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet() 334 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet() 386 MapUnit eUnit = (MapUnit)pPool->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in FillItemSet() 449 SfxMapUnit eUnit = pPool->GetMetric( _nWhich ); in Reset() 519 SfxMapUnit eUnit = pPool->GetMetric( _nWhich ); in Reset() 707 SfxMapUnit eUnit = GetItemSet().GetPool()->GetMetric( rAttr.Which() ); in SetLineSpacing_Impl() 883 MapToFieldUnit( pPool->GetMetric( GetWhich( SID_ATTR_LRSPACE ) ) ); in IMPL_LINK_INLINE_END()
|
H A D | tabstpge.cxx | 237 MapUnit eUnit = (MapUnit)pPool->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in FillItemSet() 294 MapUnit eUnit = (MapUnit)pPool->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in Reset() 404 MapUnit eUnit = (MapUnit)GetItemSet().GetPool()->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in InitTabPos_Impl() 515 MapUnit eUnit = (MapUnit)GetItemSet().GetPool()->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in IMPL_LINK()
|
H A D | chardlg.cxx | 407 LogicToLogic( rItem.GetValue(), ( MapUnit ) rSet.GetPool()->GetMetric( nWhich ), MAP_TWIP ); in ActivatePage() 452 ( MapUnit ) rSet.GetPool()->GetMetric( nWhich ), in SetPrevFontSize() 850 …ItemToControl( nHeight, _pPage->GetItemSet().GetPool()->GetMetric( _nFontHeightWhich ), SFX_FUNIT_… in calcFontInfo() 1111 SfxMapUnit eUnit = rSet.GetPool()->GetMetric( nWhich ); in Reset_Impl() 1128 SfxMapUnit eUnit = rSet.GetPool()->GetMetric( nWhich ); in Reset_Impl() 1395 long nVal = CalcToUnit( fSize, rSet.GetPool()->GetMetric( nWhich ) ); in FillItemSet_Impl() 1403 SfxMapUnit eUnit = rSet.GetPool()->GetMetric( nWhich ); in FillItemSet_Impl() 1633 SfxMapUnit eUnit = _pPage->GetItemSet().GetPool()->GetMetric( _nHeightWhich ); in enableRelativeMode() 3433 SfxMapUnit eUnit = rSet.GetPool()->GetMetric( nWhich ); in Reset() 3639 SfxMapUnit eUnit = rSet.GetPool()->GetMetric( nWhich ); in FillItemSet()
|
H A D | border.cxx | 305 …Item && eFUnit == FUNIT_MM && SFX_MAPUNIT_TWIP == rCoreAttrs.GetPool()->GetMetric( GetWhich( SID_A… in SvxBorderTabPage() 446 eCoreUnit = rSet.GetPool()->GetMetric( nWhichBox ); in Reset() 666 SfxMapUnit eCoreUnit = rOldSet.GetPool()->GetMetric( nBoxWhich ); in FillItemSet()
|
H A D | textattr.cxx | 167 SfxMapUnit eUnit = pPool->GetMetric( SDRATTR_TEXT_LEFTDIST ); in Reset() 383 SfxMapUnit eUnit = pPool->GetMetric( SDRATTR_TEXT_LEFTDIST ); in FillItemSet()
|
H A D | page.cxx | 493 SfxMapUnit eUnit = pPool->GetMetric( GetWhich( SID_ATTR_LRSPACE ) ); in Reset() 760 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet() 1123 SfxMapUnit eUnit = GetItemSet().GetPool()->GetMetric( nWhich ); in IMPL_LINK() 1587 SfxMapUnit eUnit = GetItemSet().GetPool()->GetMetric( nWh ); in DeactivatePage()
|
/trunk/main/svx/source/unodraw/ |
H A D | unopool.cxx | 134 …const SfxMapUnit eMapUnit = pPool ? pPool->GetMetric((sal_uInt16)pEntry->mnHandle) : SFX_MAPUNIT_1… in getAny() 149 const SfxMapUnit eMapUnit = pPool->GetMetric((sal_uInt16)pEntry->mnHandle); in getAny() 169 const SfxMapUnit eMapUnit = pPool->GetMetric((sal_uInt16)pEntry->mnHandle); in putAny() 204 if( !pPool || (pPool->GetMetric(nWhich) == SFX_MAPUNIT_100TH_MM) ) in putAny()
|
/trunk/main/forms/source/richtext/ |
H A D | rtattributehandler.cxx | 399 if ( _rAttribs.GetPool()->GetMetric( getWhich() ) != SFX_MAPUNIT_TWIP ) in getState() 403 MapMode( (MapUnit)( _rAttribs.GetPool()->GetMetric( getWhich() ) ) ), in getState() 427 if ( _rNewAttribs.GetPool()->GetMetric( getWhich() ) != SFX_MAPUNIT_TWIP ) in executeAttribute() 432 MapMode( (MapUnit)( _rNewAttribs.GetPool()->GetMetric( getWhich() ) ) ) in executeAttribute()
|
/trunk/main/editeng/source/uno/ |
H A D | unoipset.cxx | 134 …const SfxMapUnit eMapUnit = pPool ? pPool->GetMetric((sal_uInt16)pMap->nWID) : SFX_MAPUNIT_100TH_M… in getPropertyValue() 196 …const SfxMapUnit eMapUnit = pPool ? pPool->GetMetric((sal_uInt16)pMap->nWID) : SFX_MAPUNIT_100TH_M… in setPropertyValue() 231 const SfxMapUnit eMapUnit = mrItemPool.GetMetric((sal_uInt16)pMap->nWID); in getPropertyValue()
|
/trunk/main/svx/source/mnuctrls/ |
H A D | fntszctl.cxx | 67 const SfxMapUnit eUnit = rPool.GetMetric( nWhich ); in IMPL_LINK() 110 const SfxMapUnit eUnit = rPool.GetMetric( nWhich ); in StateChanged()
|
/trunk/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 257 FieldUnit eOldMetric = pPref->GetMetric(); in ApplyUserMetric() 589 sal_uInt16 SwModule::GetMetric( sal_Bool bWeb ) const in GetMetric() function in SwModule 604 return static_cast< sal_uInt16 >(pPref->GetMetric()); in GetMetric()
|
/trunk/main/sd/source/ui/app/ |
H A D | optsitem.cxx | 236 GetMetric() == rOpt.GetMetric() && in operator ==() 298 pValues[ 5 ] <<= (sal_Int32) GetMetric(); in WriteData() 322 maOptionsLayout.SetMetric( pOpts->GetMetric() ); in SdOptionsLayoutItem() 372 pOpts->SetMetric( maOptionsLayout.GetMetric() ); in SetOptions()
|
H A D | sdmod2.cxx | 480 nMetric = (FieldUnit)pOptions->GetMetric(); in CreateItemSet() 736 FieldUnit eUIUnit = (FieldUnit) pOptions->GetMetric(); in ApplyItemSet()
|
/trunk/main/sc/source/core/data/ |
H A D | docpool.cxx | 995 …if( lcl_HFPresentation( rItem, ePresentation, GetMetric( nW ), ePresentationMetric, aBuffer, pIntl… in GetPresentation() 1009 …if( lcl_HFPresentation( rItem, ePresentation, GetMetric( nW ), ePresentationMetric, aBuffer, pIntl… in GetPresentation() 1040 …ePresentation = rItem.GetPresentation( ePresentation, GetMetric( nW ), ePresentationMetric, rText,… in GetPresentation() 1047 SfxMapUnit __EXPORT ScDocumentPool::GetMetric( sal_uInt16 nWhich ) const in GetMetric() function in ScDocumentPool
|
/trunk/main/vcl/inc/ |
H A D | glyphcache.hxx | 147 const GlyphMetric& GetMetric() const { return maMetric; } in GetMetric() function in GlyphData 193 { return GetGlyphData( aGlyphId ).GetMetric(); } in GetGlyphMetric()
|
/trunk/main/svx/source/dialog/ |
H A D | optgrid.cxx | 280 rCoreSet.GetPool()->GetMetric( GetWhich( SID_ATTR_GRID_OPTIONS ) ); in FillItemSet() 309 rSet.GetPool()->GetMetric( GetWhich( SID_ATTR_GRID_OPTIONS ) ); in Reset()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | tpoption.cxx | 331 ePoolUnit = pPool->GetMetric( SID_ATTR_FILL_HATCH ); in SdTpOptionsMisc() 470 SfxMapUnit eUnit = rAttrs.GetPool()->GetMetric( nWh ); in FillItemSet() 542 SfxMapUnit eUnit = rAttrs.GetPool()->GetMetric( nWhich ); in Reset()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdoc2.cxx | 516 …MapUnit eSourceUnit = pSourceUnit ? *pSourceUnit : (MapUnit)pSourcePool->GetMetric( nSourceWhich ); in ConvertAndPutItems() 517 MapUnit eDestUnit = pDestUnit ? *pDestUnit : (MapUnit)pDestPool->GetMetric( nWhich ); in ConvertAndPutItems()
|
H A D | editdbg.cxx | 208 SfxMapUnit eUnit = rPool.GetMetric( rItem.Which() ); in DbgOutItem() 278 SfxMapUnit eUnit = rPool.GetMetric( rItem.Which() ); in DbgOutItem()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | gcach_xpeer.cxx | 336 const GlyphMetric& rGM = rGlyphData.GetMetric(); in RemovingGlyph() 612 const GlyphMetric& rGM = rGlyphData.GetMetric(); in GetXRGlyph()
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartItemPool.hxx | 45 SfxMapUnit GetMetric( sal_uInt16 nWhich ) const;
|
/trunk/main/sc/source/ui/inc/ |
H A D | msgpool.hxx | 68 virtual SfxMapUnit GetMetric( sal_uInt16 nWhich ) const;
|
/trunk/main/sd/source/core/ |
H A D | drawdoc.cxx | 197 SetUIUnit( (FieldUnit)pOptions->GetMetric(), Fraction( nX, nY ) ); // user-defined in SdDrawDocument() 199 SetUIUnit( (FieldUnit)pOptions->GetMetric(), Fraction( 1, 1 ) ); // default in SdDrawDocument()
|