/aoo41x/main/sw/source/ui/envelp/ |
H A D | envimg.cxx | 117 lHeight = aEnvSz.Height(); in SwEnvItem() 123 lAddrFromLeft = Max(lWidth, lHeight) / 2; in SwEnvItem() 124 lAddrFromTop = Min(lWidth, lHeight) / 2; in SwEnvItem() 137 lHeight (rItem.lHeight), in SwEnvItem() 156 lHeight = rItem.lHeight; in operator =() 176 lHeight == rEnv.lHeight && in operator ==() 230 pValues[nProp] >>= aEnvItem.lHeight; // "Format/Height", in SwEnvCfgItem() 231 aEnvItem.lHeight = MM100_TO_TWIP(aEnvItem.lHeight); in SwEnvCfgItem() 280 …case 8: pValues[nProp] <<= static_cast <sal_Int32>(TWIP_TO_MM100(aEnvItem.lHeight)) ; break;// "F… in Commit() 334 case MID_ENV_HEIGHT : rVal <<= lHeight; break; in QueryValue() [all …]
|
H A D | envfmt.cxx | 220 long lHeight = Min(lWVal, lHVal); in IMPL_LINK_INLINE_START() local 234 lUserH = lHeight; in IMPL_LINK_INLINE_START() 457 long lHeight; in IMPL_LINK() local 468 lHeight = Min(aSz.Width(), aSz.Height()); in IMPL_LINK() 473 lHeight = lUserH; in IMPL_LINK() 479 lAddrFromTop = lHeight / 2; in IMPL_LINK() 487 SetFldVal(aSizeHeightField, lHeight); in IMPL_LINK() 505 lHeight = Min(lWVal, lHVal); in SetMinMax() local 580 rItem.lHeight = Min(lWVal, lHVal); in FillItem() 587 rItem.lHeight = Min(lWVal, lHVal); in FillItem() [all …]
|
H A D | labimg.cxx | 63 lHeight = 5669; // 10 cm in SwLabItem() 91 lHeight = rItem.lHeight; in operator =() 151 lHeight == rLab.lHeight && in operator ==() 323 pValues[nProp] >>= aItem.lHeight; in SwLabCfgItem() 324 aItem.lHeight = MM100_TO_TWIP(aItem.lHeight); in SwLabCfgItem() 430 …case 8: pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(aItem.lHeight)); break;// "Form… in Commit()
|
H A D | labfmt.cxx | 155 long lY2 = ROUND(lY0 + f * (aItem.lUpper + aItem.lHeight)); in Paint() 180 ROUND(f * aItem.lHeight)))); in Paint() 531 rItem.lHeight = rRec.lHeight = static_cast< long >(GETFLDVAL(aHeightField)); in FillItem() 560 aHeightField.SetMax(100 * aItem.lHeight, FUNIT_TWIP); in Reset() 567 SETFLDVAL(aHeightField, aItem.lHeight); in Reset() 590 aRec.lHeight = static_cast< long >(GETFLDVAL(aHeightField)); in IMPL_LINK() 700 rItem.lHeight = rLabRec.lHeight; in GetLabel()
|
H A D | label1.cxx | 69 lHeight = rItem.lHeight; in SetFromItem() 82 rItem.lHeight = lHeight; in FillItem() 535 SETFLDVAL(aField, pRec->lHeight); in IMPL_LINK_INLINE_END()
|
H A D | labelcfg.cxx | 109 case 4 : pNewRec->lHeight = MM100_TO_TWIP(nVal); break; in lcl_CreateSwLabRec() 145 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHeight) ); sTmp += sColon; in lcl_CreateProperties()
|
H A D | envlop1.cxx | 99 sal_uInt16 nPageW = (sal_uInt16) Max(rItem.lWidth, rItem.lHeight), in Paint() 100 nPageH = (sal_uInt16) Min(rItem.lWidth, rItem.lHeight); in Paint()
|
H A D | labimp.hxx | 99 long lHeight; member in SwLabRec
|
/aoo41x/main/svx/source/dialog/ |
H A D | rulritem.cxx | 303 lHeight == ((const SvxPagePosSizeItem &)rCmp).lHeight; in operator ==() 319 aPagePosSize.Height = lHeight; in QueryValue() 327 case MID_HEIGHT: nVal = lHeight; break; in QueryValue() 349 lHeight = aPagePosSize.Height; in PutValue() 362 case MID_HEIGHT: lHeight = nVal; break; in PutValue() 406 lHeight(lH) in SvxPagePosSizeItem() 415 lHeight(rCpy.lHeight) in SvxPagePosSizeItem() 424 lHeight( 0 ) in SvxPagePosSizeItem()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fucopy.cxx | 143 sal_Int32 lWidth = 0, lHeight = 0, lSizeX = 0L, lSizeY = 0L, lAngle = 0L; in DoExecute() local 165 lHeight = ( ( const SfxInt32Item* ) pPoolItem )->GetValue(); in DoExecute() 212 if( lHeight < 0L ) in DoExecute() 214 long nTmp = ( aRect.Bottom() - aRect.Top() ) / -lHeight; in DoExecute() 253 Fraction aHeight( aRect.Bottom() - aRect.Top() + lHeight, aRect.Bottom() - aRect.Top() ); in DoExecute()
|
/aoo41x/main/svx/inc/svx/ |
H A D | rulritem.hxx | 111 long lHeight; member in SvxPagePosSizeItem 129 SvxPagePosSizeItem(const Point &rPos, long lWidth, long lHeight); 135 long GetHeight() const { return lHeight; } in GetHeight()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | pgfnote.cxx | 220 SwTwips lHeight = pFtnInfo->GetHeight(); in Reset() local 221 if(lHeight) in Reset() 223 aMaxHeightEdit.SetValue(aMaxHeightEdit.Normalize(lHeight),FUNIT_TWIP); in Reset()
|
/aoo41x/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 1110 long lHeight = (long)(nHeight * (double)aUIScale); in executeSize() local 1111 lHeight = OutputDevice::LogicToLogic( lHeight, MAP_100TH_MM, (MapUnit)mePoolUnit ); in executeSize() 1112 lHeight = (long)mpMtrWidth->Denormalize( lHeight ); in executeSize() 1116 SfxUInt32Item aHeightItem( SID_ATTR_TRANSFORM_HEIGHT, (sal_uInt32) lHeight); in executeSize()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | applab.cxx | 294 const int nResultHeight = rItem.lVDist * (rItem.nRows - 1) + rItem.lHeight + rItem.lUpper; in InsertLab() 324 rItem.lVDist - (rItem.lVDist-rItem.lHeight)); in InsertLab() 332 SvxULSpaceItem aFrmULSpace( 0, (sal_uInt16)(rItem.lVDist - rItem.lHeight), in InsertLab()
|
H A D | appenv.cxx | 378 sal_uInt16 nPageW = (sal_uInt16) Max(rItem.lWidth, rItem.lHeight), in InsertEnv() 379 nPageH = (sal_uInt16) Min(rItem.lWidth, rItem.lHeight); in InsertEnv()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 943 long lHeight = long(nHeight * (double)aUIScale); in FillItemSet() local 944 lHeight = OutputDevice::LogicToLogic( lHeight, MAP_100TH_MM, (MapUnit)mePoolUnit ); in FillItemSet() 945 lHeight = static_cast<long>(maMtrWidth.Denormalize( lHeight )); in FillItemSet() 951 (sal_uInt32) lHeight ) ); in FillItemSet()
|
H A D | page.cxx | 1140 const long lHeight = GetCoreValue( aPaperHeightEdit, SFX_MAPUNIT_100TH_MM ); in IMPL_LINK() local 1143 SetMetricValue( aPaperWidthEdit, lHeight, SFX_MAPUNIT_100TH_MM ); in IMPL_LINK()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdiutils.cxx | 237 void AquaSalGraphics::RefreshRect(float lX, float lY, float lWidth, float lHeight) in RefreshRect() argument 252 static_cast<long int>(lHeight+4) ) ); in RefreshRect()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | envimg.hxx | 60 sal_Int32 lHeight; // Hoehe des Umschlags (twips) member in SwEnvItem
|
H A D | labimg.hxx | 59 sal_Int32 lHeight; // Hoehe (Benutzer) member in SwLabItem
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 839 const long lHeight = GetWrtShell().GetDocSize().Height() + lBorder; in CalcVisArea() local 840 if ( aRect.Bottom() > lHeight ) in CalcVisArea() 842 long lDelta = aRect.Bottom() - lHeight; in CalcVisArea()
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 221 void RefreshRect(float lX, float lY, float lWidth, float lHeight);
|