Home
last modified time | relevance | path

Searched refs:ePoolUnit (Results 1 – 16 of 16) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtplnedef.cxx142 ePoolUnit = pPool->GetMetric( SID_ATTR_LINE_WIDTH ); in SvxLineDefTabPage()
494 nTmp1 = GetCoreValue( aMtrLength1, ePoolUnit ); in IMPL_LINK()
495 nTmp2 = GetCoreValue( aMtrLength2, ePoolUnit ); in IMPL_LINK()
507 SetMetricValue( aMtrLength1, nTmp1, ePoolUnit ); in IMPL_LINK()
508 SetMetricValue( aMtrLength2, nTmp2, ePoolUnit ); in IMPL_LINK()
524 nTmp1 = GetCoreValue( aMtrLength1, ePoolUnit ); in IMPL_LINK()
525 nTmp2 = GetCoreValue( aMtrLength2, ePoolUnit ); in IMPL_LINK()
538 SetMetricValue( aMtrLength1, nTmp1, ePoolUnit ); in IMPL_LINK()
539 SetMetricValue( aMtrLength2, nTmp2, ePoolUnit ); in IMPL_LINK()
962 GetCoreValue( aMtrLength1, ePoolUnit ) ); in FillDash_Impl()
[all …]
H A Dtpline.cxx212 ePoolUnit = pPool->GetMetric( SID_ATTR_LINE_WIDTH ); in SvxLineTabPage()
565 XLineWidthItem aItem( GetCoreValue( aMtrLineWidth, ePoolUnit ) ); in FillItemSet()
1141 Get( XATTR_LINEWIDTH ) ).GetValue(), ePoolUnit ); in Reset()
1242 Get( XATTR_LINESTARTWIDTH ) ).GetValue(), ePoolUnit ); in Reset()
1256 Get( XATTR_LINEENDWIDTH ) ).GetValue(), ePoolUnit ); in Reset()
1447 sal_Int32 nValAct = GetCoreValue( aMtrStartWidth, ePoolUnit ); in IMPL_LINK()
1451 SetMetricValue( aMtrStartWidth, nValNew, ePoolUnit ); in IMPL_LINK()
1453 nValAct = GetCoreValue( aMtrEndWidth, ePoolUnit ); in IMPL_LINK()
1457 SetMetricValue( aMtrEndWidth, nValNew, ePoolUnit ); in IMPL_LINK()
1945 SetMetricValue(aSymbolWidthMF, aSymbolSize.Width(), ePoolUnit); in IMPL_LINK()
[all …]
H A Dtpshadow.cxx111 ePoolUnit = pPool->GetMetric( SDRATTR_SHADOWXDIST ); in SvxShadowTabPage()
301 sal_Int32 nXY = GetCoreValue( aMtrDistance, ePoolUnit ); in FillItemSet()
420 SetMetricValue( aMtrDistance, nX < 0L ? -nX : nX, ePoolUnit ); in Reset()
422 SetMetricValue( aMtrDistance, nY < 0L ? -nY : nY, ePoolUnit ); in Reset()
447 SetMetricValue( aMtrDistance, nX < 0L ? -nX : nX, ePoolUnit ); in Reset()
449 SetMetricValue( aMtrDistance, nY < 0L ? -nY : nY, ePoolUnit ); in Reset()
561 sal_Int32 nXY = GetCoreValue( aMtrDistance, ePoolUnit ); in IMPL_LINK()
H A Dtransfrm.cxx98 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMinX()), nDigits, ePoolUnit, eDlgUnit), in lcl_ConvertRect()
101 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMaxX()), nDigits, ePoolUnit, eDlgUnit), in lcl_ConvertRect()
245 ePoolUnit = pPool->GetMetric(SID_ATTR_TRANSFORM_POS_X); in SvxAngleTabPage()
296 lcl_ConvertRect(maRange, nDigits, (MapUnit)ePoolUnit, eDlgUnit); in Construct()
324 const double fTmpX((GetCoreValue(aMtrPosX, ePoolUnit) + maAnchor.getX()) * fUIScale); in FillItemSet()
325 const double fTmpY((GetCoreValue(aMtrPosY, ePoolUnit) + maAnchor.getY()) * fUIScale); in FillItemSet()
347 SetMetricValue(aMtrPosX, basegfx::fround(fTmp), ePoolUnit); in Reset()
358 SetMetricValue(aMtrPosY, basegfx::fround(fTmp), ePoolUnit); in Reset()
537 ePoolUnit = pPool->GetMetric( SID_ATTR_TRANSFORM_POS_X ); in SvxSlantTabPage()
567 long nTmp = GetCoreValue( aMtrRadius, ePoolUnit ); in FillItemSet()
[all …]
H A Dtphatch.cxx129 ePoolUnit = pPool->GetMetric( SID_ATTR_FILL_HATCH ); in SvxHatchTabPage()
334 GetCoreValue( aMtrDistance, ePoolUnit ), in FillItemSet()
405 GetCoreValue( aMtrDistance, ePoolUnit ), in IMPL_LINK()
457 SetMetricValue( aMtrDistance, pHatch->GetDistance(), ePoolUnit ); in IMPL_LINK()
569 GetCoreValue( aMtrDistance, ePoolUnit ), in IMPL_LINK()
644 GetCoreValue( aMtrDistance, ePoolUnit ), in IMPL_LINK()
H A Dtparea.cxx696 ePoolUnit(SFX_MAPUNIT_100TH_MM), in SvxAreaTabPage()
770 ePoolUnit = pPool->GetMetric( XATTR_FILLBMP_SIZEX ); in SvxAreaTabPage()
1319 pItem = new XFillBmpSizeXItem( GetCoreValue( aMtrFldXSize, ePoolUnit ) ); in FillItemSet()
1356 pItem = new XFillBmpSizeYItem( GetCoreValue( aMtrFldYSize, ePoolUnit ) ); in FillItemSet()
1674 SetMetricValue( aMtrFldXSize, nValue, ePoolUnit ); in Reset()
1702 SetMetricValue( aMtrFldYSize, nValue, ePoolUnit ); in Reset()
2638 pItem = new XFillBmpSizeXItem( GetCoreValue( aMtrFldXSize, ePoolUnit ) ); in IMPL_LINK()
2659 pItem = new XFillBmpSizeYItem( GetCoreValue( aMtrFldYSize, ePoolUnit ) ); in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Ddlgsnap.cxx93 SfxMapUnit ePoolUnit = pPool->GetMetric( SID_ATTR_FILL_HATCH ); in SdSnapLineDlg() local
104 SetMetricValue( aMtrFldX, aLeftTop.X(), ePoolUnit ); in SdSnapLineDlg()
111 SetMetricValue( aMtrFldX, aRightBottom.X(), ePoolUnit ); in SdSnapLineDlg()
117 SetMetricValue( aMtrFldY, aLeftTop.Y(), ePoolUnit ); in SdSnapLineDlg()
123 SetMetricValue( aMtrFldY, aRightBottom.Y(), ePoolUnit ); in SdSnapLineDlg()
H A Dtpoption.cxx331 ePoolUnit = pPool->GetMetric( SID_ATTR_FILL_HATCH ); in SdTpOptionsMisc()
381 SetMetricValue( aMtrFldInfo1, nWidth, ePoolUnit ); in ActivatePage()
385 SetMetricValue( aMtrFldInfo2, nHeight, ePoolUnit ); in ActivatePage()
711 SetMetricValue( aMtrFldOriginalWidth, nW, ePoolUnit ); in IMPL_LINK()
712 SetMetricValue( aMtrFldOriginalHeight, nH, ePoolUnit ); in IMPL_LINK()
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx505 if ( pItem->GetValue() != GetCoreValue( *this, ePoolUnit ) ) in Update()
506 SetMetricValue( *this, pItem->GetValue(), ePoolUnit ); in Update()
517 long nTmp = GetCoreValue( *this, ePoolUnit ); in Modify()
561 SetMetricValue( *this, GetMin(), ePoolUnit ); in Down()
580 ePoolUnit = eUnit; in SetCoreUnit()
/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx589 ePoolUnit = mpImpl->pPool->GetMetric( SID_ATTR_LINE_WIDTH ); in Update()
766 sal_uInt32 nValue2 = GetCoreValue( aMtrDepth, ePoolUnit ); in Update()
772 SetMetricValue( aMtrDepth, nValue, ePoolUnit ); in Update()
1026 sal_uInt32 nValue2 = GetCoreValue( aMtrDistance, ePoolUnit ); in Update()
1032 SetMetricValue( aMtrDistance, nValue, ePoolUnit ); in Update()
1050 sal_uInt32 nValue2 = GetCoreValue( aMtrFocalLength, ePoolUnit ); in Update()
1056 SetMetricValue( aMtrFocalLength, nValue, ePoolUnit ); in Update()
1834 ePoolUnit = mpImpl->pPool->GetMetric( SID_ATTR_LINE_WIDTH ); in GetAttr()
1860 sal_uInt32 nValue = GetCoreValue( aMtrDepth, ePoolUnit ); in GetAttr()
1973 sal_uInt32 nValue2 = GetCoreValue( aMtrDistance, ePoolUnit ); in GetAttr()
[all …]
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx224 SfxMapUnit ePoolUnit; member in SvxAngleTabPage
276 SfxMapUnit ePoolUnit; member in SvxSlantTabPage
H A Dcuitabarea.hxx261 SfxMapUnit ePoolUnit; member in SvxAreaTabPage
367 SfxMapUnit ePoolUnit; member in SvxShadowTabPage
539 SfxMapUnit ePoolUnit; member in SvxHatchTabPage
H A Dcuitabline.hxx178 SfxMapUnit ePoolUnit; member in SvxLineTabPage
301 SfxMapUnit ePoolUnit; member in SvxLineDefTabPage
/trunk/main/sd/source/ui/inc/
H A Dtpoption.hxx150 SfxMapUnit ePoolUnit; member in SdTpOptionsMisc
/trunk/main/svx/inc/svx/
H A Ditemwin.hxx114 SfxMapUnit ePoolUnit; member in SvxMetricField
H A Dfloat3d.hxx219 SfxMapUnit ePoolUnit; member in Svx3DWin

Completed in 100 milliseconds