Home
last modified time | relevance | path

Searched refs:nRightDist (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/editeng/source/items/
H A Dfrmitems.cxx1751 nRightDist ( rCpy.nRightDist ) in SvxBoxItem()
1772 nRightDist ( 0 ) in SvxBoxItem()
1794 nRightDist = rBox.nRightDist; in operator =()
1827 ( nRightDist == ( (SvxBoxItem&)rAttr ).nRightDist ) && in operator ==()
1872 …q[8] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nRightDist ) : nRightDist )); in QueryValue()
1913 nDist = nRightDist; in QueryValue()
2167 nTopDist != nRightDist ) in GetPresentation()
2175 += GetMetricText( (long)nRightDist, eCoreUnit, in GetPresentation()
2227 nTopDist == nRightDist ) in GetPresentation()
2255 += GetMetricText( (long)nRightDist, eCoreUnit, in GetPresentation()
[all …]
/AOO42X/main/editeng/inc/editeng/
H A Dboxitem.hxx57 nRightDist; member in SvxBoxItem
111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
/AOO42X/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java195 int nRightDist = nBaseWidth - (DBControlList[a].getPosition().X - cHoriDistance); in checkJustifiedPosition() local
196 if (nLeftDist < 0.5 * nRightDist) in checkJustifiedPosition()
229 adjustLineWidth(StartA, a - 1, nRightDist, 1); in checkJustifiedPosition()
/AOO42X/main/sw/source/filter/xml/
H A Dxmlexpit.cxx534 sal_uInt16 nRightDist = pBox->GetDistance( BOX_LINE_RIGHT ); in QueryXMLValue() local
546 sal_Bool bEqual = nLeftDist == nRightDist && in QueryXMLValue()
647 rUnitConverter.convertMeasure( aOut, nRightDist ); in QueryXMLValue()
/AOO42X/main/svx/source/sdr/properties/
H A Dtextproperties.cxx219 …const sal_Int32 nRightDist(((const SdrTextRightDistItem&)GetItem(SDRATTR_TEXT_RIGHTDIST)).GetValue… in ItemChange() local
224 SetObjectItemDirect(SdrTextRightDistItem(nRightDist + nDifference)); in ItemChange()
/AOO42X/main/cui/source/tabpages/
H A Dborder.cxx497 long nRightDist = pBoxItem->GetDistance( BOX_LINE_RIGHT); in Reset() local
498 SetMetricValue( aRightMF, nRightDist, eCoreUnit ); in Reset()
513 nDefDist != nRightDist || in Reset()
/AOO42X/main/svx/source/svdraw/
H A Dsvdotext.cxx803 long nRightDist=GetTextRightDistance(); in TakeTextAnchorRect() local
814 aAnkRect.Right()-=nRightDist; in TakeTextAnchorRect()
/AOO42X/main/sw/source/filter/html/
H A Dcss1atr.cxx3642 long nRightDist = pRight ? rBoxItem.GetDistance( BOX_LINE_RIGHT ) : 0; in OutCSS1_SvxBox() local
3644 if( nTopDist == nBottomDist && nLeftDist == nRightDist ) in OutCSS1_SvxBox()
3660 rHTMLWrt.OutCSS1_UnitProperty( sCSS1_P_padding_right, nRightDist ); in OutCSS1_SvxBox()
/AOO42X/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx958 sal_Int32 nRightDist = nLeftDist; in finishParagraph() local
962 nRightDist = 0; in finishParagraph()
965 aPropSequence.set(PROP_RIGHT_MARGIN, nRightDist); in finishParagraph()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par2.cxx3129 short nRightDist = in SetTabBorders() local
3146 aFmtBox.SetDistance(nRightDist,BOX_LINE_RIGHT); in SetTabBorders()
/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx7650 …const sal_Int32 nRightDist(((const SdrTextRightDistItem&)pObj->GetMergedItem(SDRATTR_TEXT_RIGHTDIS… in ApplyCellAttributes() local
7658 xPropSet->setPropertyValue( sRightBorder, Any( nRightDist ) ); in ApplyCellAttributes()