Home
last modified time | relevance | path

Searched refs:pDistance (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Ddrviews9.cxx487 SFX_REQUEST_ARG (rReq, pDistance, SfxUInt32Item, ID_VAL_DISTANCE, sal_False); in AttrExec()
492 (short) pDashes->GetValue (), pDashLen->GetValue (), pDistance->GetValue ()); in AttrExec()
606 SFX_REQUEST_ARG (rReq, pDistance, SfxUInt32Item, ID_VAL_DISTANCE, sal_False); in AttrExec()
628 aHatch.SetDistance (pDistance->GetValue ()); in AttrExec()
640 XHatch aHatch (aBlack, (XHatchStyle) pStyle->GetValue (), pDistance->GetValue (), in AttrExec()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx753 const ::uno::Any* pDistance = 0; in FillBaseProperties() local
754 GetProperty(RES_BOX, CONVERT_TWIPS|BORDER_DISTANCE, pDistance); in FillBaseProperties()
763 if( pLeft || pRight || pTop || pBottom || pDistance || in FillBaseProperties()
775 if( pDistance ) in FillBaseProperties()
776 bRet &= ((SfxPoolItem&)aBox).PutValue(*pDistance, CONVERT_TWIPS|BORDER_DISTANCE); in FillBaseProperties()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3616 if (const sal_uInt8 *pDistance = pPlcxMan->GetPapPLCF()->HasSprm(0x842F)) in ReadText() local
3617 nDistance = SVBT16ToShort( pDistance ); in ReadText()

Completed in 52 milliseconds