| /AOO42X/main/editeng/source/items/ |
| H A D | frmitems.cxx | 1750 nLeftDist ( rCpy.nLeftDist ), in SvxBoxItem() 1771 nLeftDist ( 0 ), in SvxBoxItem() 1793 nLeftDist = rBox.nLeftDist; in operator =() 1826 ( nLeftDist == ( (SvxBoxItem&)rAttr ).nLeftDist ) && in operator ==() 1871 …Seq[7] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nLeftDist ) : nLeftDist )); in QueryValue() 1909 nDist = nLeftDist; in QueryValue() 2166 if( nTopDist != nBottomDist || nTopDist != nLeftDist || in GetPresentation() 2173 += GetMetricText( (long)nLeftDist, eCoreUnit, ePresUnit, pIntl )) in GetPresentation() 2226 if( nTopDist == nBottomDist && nTopDist == nLeftDist && in GetPresentation() 2249 += GetMetricText( (long)nLeftDist, eCoreUnit, in GetPresentation() [all …]
|
| /AOO42X/main/sw/source/filter/xml/ |
| H A D | xmlexpit.cxx | 533 sal_uInt16 nLeftDist = pBox->GetDistance( BOX_LINE_LEFT ); in QueryXMLValue() local 546 sal_Bool bEqual = nLeftDist == nRightDist && in QueryXMLValue() 547 nLeftDist == nTopDist && in QueryXMLValue() 548 nLeftDist == nBottomDist; in QueryXMLValue() 644 rUnitConverter.convertMeasure( aOut, nLeftDist ); in QueryXMLValue()
|
| /AOO42X/main/editeng/inc/editeng/ |
| H A D | boxitem.hxx | 56 nLeftDist, member in SvxBoxItem 111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
|
| /AOO42X/main/wizards/com/sun/star/wizards/form/ |
| H A D | FormControlArranger.java | 194 int nLeftDist = m_maxPostionX - nBaseWidth; in checkJustifiedPosition() local 196 if (nLeftDist < 0.5 * nRightDist) in checkJustifiedPosition() 199 adjustLineWidth(StartA, a, nLeftDist, -1); in checkJustifiedPosition()
|
| /AOO42X/main/writerfilter/source/dmapper/ |
| H A D | DomainMapper_Impl.cxx | 938 sal_Int32 nLeftDist = 0; in finishParagraph() local 941 nLeftDist = 0; in finishParagraph() 945 nLeftDist = rAppendContext.pLastParagraphProperties->GetvSpace(); in finishParagraph() 949 nLeftDist = pStyleProperties->GetvSpace(); in finishParagraph() 953 nLeftDist = 0; in finishParagraph() 956 aPropSequence.set(PROP_LEFT_MARGIN, nLeftDist); in finishParagraph() 958 sal_Int32 nRightDist = nLeftDist; in finishParagraph()
|
| /AOO42X/main/svx/source/sdr/properties/ |
| H A D | textproperties.cxx | 218 …const sal_Int32 nLeftDist(((const SdrTextLeftDistItem&)GetItem(SDRATTR_TEXT_LEFTDIST)).GetValue()); in ItemChange() local 223 SetObjectItemDirect(SdrTextLeftDistItem(nLeftDist + nDifference)); in ItemChange()
|
| /AOO42X/main/cui/source/tabpages/ |
| H A D | border.cxx | 495 long nLeftDist = pBoxItem->GetDistance( BOX_LINE_LEFT); in Reset() local 496 SetMetricValue( aLeftMF, nLeftDist, eCoreUnit ); in Reset() 512 sal_Bool bDiffDist = (nDefDist != nLeftDist || in Reset()
|
| /AOO42X/main/sw/source/filter/html/ |
| H A D | css1atr.cxx | 3641 long nLeftDist = pLeft ? rBoxItem.GetDistance( BOX_LINE_LEFT ) : 0; in OutCSS1_SvxBox() local 3644 if( nTopDist == nBottomDist && nLeftDist == nRightDist ) in OutCSS1_SvxBox() 3648 if( nTopDist != nLeftDist ) in OutCSS1_SvxBox() 3651 AddUnitPropertyValue( nLeftDist, rHTMLWrt.GetCSS1Unit(), sVal ); in OutCSS1_SvxBox() 3659 rHTMLWrt.OutCSS1_UnitProperty( sCSS1_P_padding_left, nLeftDist ); in OutCSS1_SvxBox()
|
| /AOO42X/main/svx/source/svdraw/ |
| H A D | svdotext.cxx | 802 long nLeftDist=GetTextLeftDistance(); in TakeTextAnchorRect() local 812 aAnkRect.Left()+=nLeftDist; in TakeTextAnchorRect()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8par2.cxx | 3127 short nLeftDist = in SetTabBorders() local 3138 aFmtBox.SetDistance(nLeftDist, BOX_LINE_LEFT); in SetTabBorders()
|
| /AOO42X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 7649 …const sal_Int32 nLeftDist(((const SdrTextLeftDistItem&)pObj->GetMergedItem(SDRATTR_TEXT_LEFTDIST))… in ApplyCellAttributes() local 7659 xPropSet->setPropertyValue( sLeftBorder, Any( nLeftDist ) ); in ApplyCellAttributes()
|