Home
last modified time | relevance | path

Searched refs:nLeftDist (Results 1 – 11 of 11) sorted by path

/trunk/main/cui/source/tabpages/
H A Dborder.cxx495 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()
/trunk/main/editeng/inc/editeng/
H A Dboxitem.hxx56 nLeftDist, member in SvxBoxItem
111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1750 nLeftDist ( rCpy.nLeftDist ), in SvxBoxItem()
1771 nLeftDist ( 0 ), in SvxBoxItem()
1793 nLeftDist = rBox.nLeftDist; in operator =()
1826 ( nLeftDist == ( (SvxBoxItem&)rAttr ).nLeftDist ) && in operator ==()
1909 nDist = nLeftDist; in QueryValue()
2335 nLeftDist = (sal_uInt16)Scale( nLeftDist, nMult, nDiv ); in ScaleMetrics()
2455 if( nLeftDist && (!nDist || nLeftDist < nDist) ) in GetDistance()
2456 nDist = nLeftDist; in GetDistance()
2477 nDist = nLeftDist; in GetDistance()
2502 nLeftDist = nNew; in SetDistance()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7649 …const sal_Int32 nLeftDist(((const SdrTextLeftDistItem&)pObj->GetMergedItem(SDRATTR_TEXT_LEFTDIST))… in ApplyCellAttributes() local
7659 xPropSet->setPropertyValue( sLeftBorder, Any( nLeftDist ) ); in ApplyCellAttributes()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx218 …const sal_Int32 nLeftDist(((const SdrTextLeftDistItem&)GetItem(SDRATTR_TEXT_LEFTDIST)).GetValue()); in ItemChange() local
223 SetObjectItemDirect(SdrTextLeftDistItem(nLeftDist + nDifference)); in ItemChange()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx802 long nLeftDist=GetTextLeftDistance(); in TakeTextAnchorRect() local
812 aAnkRect.Left()+=nLeftDist; in TakeTextAnchorRect()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx3641 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3128 short nLeftDist = in SetTabBorders() local
3139 aFmtBox.SetDistance(nLeftDist, BOX_LINE_LEFT); in SetTabBorders()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx533 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()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java194 int nLeftDist = m_maxPostionX - nBaseWidth; in checkJustifiedPosition() local
196 if (nLeftDist < 0.5 * nRightDist) in checkJustifiedPosition()
199 adjustLineWidth(StartA, a, nLeftDist, -1); in checkJustifiedPosition()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx938 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()

Completed in 180 milliseconds