Home
last modified time | relevance | path

Searched refs:nBottomDist (Results 1 – 9 of 9) sorted by path

/trunk/main/cui/source/tabpages/
H A Dborder.cxx501 long nBottomDist = pBoxItem->GetDistance( BOX_LINE_BOTTOM); in Reset() local
502 SetMetricValue( aBottomMF, nBottomDist, eCoreUnit ); in Reset()
515 nDefDist != nBottomDist); in Reset()
/trunk/main/editeng/inc/editeng/
H A Dboxitem.hxx55 nBottomDist, member in SvxBoxItem
111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1749 nBottomDist ( rCpy.nBottomDist ), in SvxBoxItem()
1770 nBottomDist ( 0 ), in SvxBoxItem()
1792 nBottomDist = rBox.nBottomDist; in operator =()
1825 ( nBottomDist == ( (SvxBoxItem&)rAttr ).nBottomDist ) && in operator ==()
1905 nDist = nBottomDist; in QueryValue()
2334 nBottomDist = (sal_uInt16)Scale( nBottomDist, nMult, nDiv ); in ScaleMetrics()
2453 if( nBottomDist && (!nDist || nBottomDist < nDist) ) in GetDistance()
2454 nDist = nBottomDist; in GetDistance()
2474 nDist = nBottomDist; in GetDistance()
2499 nBottomDist = nNew; in SetDistance()
[all …]
/trunk/main/sw/inc/
H A Dpagedesc.hxx58 SwTwips nBottomDist; //distance between separator and first footnote member in SwPageFtnInfo
67 SwTwips GetBottomDist() const { return nBottomDist; } in GetBottomDist()
75 void SetBottomDist( SwTwips nNew ) { nBottomDist = nNew; } in SetBottomDist()
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx1582 const long nBottomDist = (Frm().*fnRect->fnBottomDist)( nPrtBottom ); in MakeAll() local
1583 if( nBottomDist >= 0 ) in MakeAll()
H A Dpagedesc.cxx387 nBottomDist( 57 ) in SwPageFtnInfo()
404 nBottomDist( rCpy.GetBottomDist() ) in SwPageFtnInfo()
427 nBottomDist = rCpy.GetBottomDist(); in operator =()
449 nBottomDist== rCmp.GetBottomDist() ); in operator ==()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx3640 long nBottomDist = pBottom ? rBoxItem.GetDistance( BOX_LINE_BOTTOM ) : 0; in OutCSS1_SvxBox() local
3644 if( nTopDist == nBottomDist && nLeftDist == nRightDist ) in OutCSS1_SvxBox()
3658 rHTMLWrt.OutCSS1_UnitProperty( sCSS1_P_padding_bottom, nBottomDist ); in OutCSS1_SvxBox()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx532 sal_uInt16 nBottomDist = pBox->GetDistance( BOX_LINE_BOTTOM ); in QueryXMLValue() local
548 nLeftDist == nBottomDist; in QueryXMLValue()
653 rUnitConverter.convertMeasure( aOut, nBottomDist ); in QueryXMLValue()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx930 sal_Int32 nBottomDist = nTopDist; in finishParagraph() local
933 nBottomDist = 0; in finishParagraph()
936 aPropSequence.set(PROP_BOTTOM_MARGIN, nBottomDist); in finishParagraph()

Completed in 124 milliseconds