Searched refs:nBottomDist (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1749 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 …]
|
/aoo42x/main/sw/source/core/layout/ |
H A D | pagedesc.cxx | 387 nBottomDist( 57 ) in SwPageFtnInfo() 404 nBottomDist( rCpy.GetBottomDist() ) in SwPageFtnInfo() 427 nBottomDist = rCpy.GetBottomDist(); in operator =() 449 nBottomDist== rCmp.GetBottomDist() ); in operator ==()
|
H A D | calcmove.cxx | 1582 const long nBottomDist = (Frm().*fnRect->fnBottomDist)( nPrtBottom ); in MakeAll() local 1583 if( nBottomDist >= 0 ) in MakeAll()
|
/aoo42x/main/sw/inc/ |
H A D | pagedesc.hxx | 58 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()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | boxitem.hxx | 55 nBottomDist, member in SvxBoxItem 111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlexpit.cxx | 532 sal_uInt16 nBottomDist = pBox->GetDistance( BOX_LINE_BOTTOM ); in QueryXMLValue() local 548 nLeftDist == nBottomDist; in QueryXMLValue() 653 rUnitConverter.convertMeasure( aOut, nBottomDist ); in QueryXMLValue()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | border.cxx | 501 long nBottomDist = pBoxItem->GetDistance( BOX_LINE_BOTTOM); in Reset() local 502 SetMetricValue( aBottomMF, nBottomDist, eCoreUnit ); in Reset() 515 nDefDist != nBottomDist); in Reset()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 3640 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()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 930 sal_Int32 nBottomDist = nTopDist; in finishParagraph() local 933 nBottomDist = 0; in finishParagraph() 936 aPropSequence.set(PROP_BOTTOM_MARGIN, nBottomDist); in finishParagraph()
|
Completed in 130 milliseconds