Searched refs:nBottomDist (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/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 ==() 1870 …6] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nBottomDist ) : nBottomDist )); in QueryValue() 1905 nDist = nBottomDist; in QueryValue() 2166 if( nTopDist != nBottomDist || nTopDist != nLeftDist || in GetPresentation() 2170 += GetMetricText( (long)nBottomDist, eCoreUnit, in GetPresentation() 2226 if( nTopDist == nBottomDist && nTopDist == nLeftDist && in GetPresentation() 2243 += GetMetricText( (long)nBottomDist, eCoreUnit, in GetPresentation() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | boxitem.hxx | 55 nBottomDist, member in SvxBoxItem 111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | DomainMapper_Impl.cxx | 772 sal_Int32 nBottomDist; in finishParagraph() local 773 sal_Int32 nTopDist = nBottomDist = in finishParagraph() 779 … pFrameProperties[12].Value <<= nVertOrient == text::VertOrientation::BOTTOM ? 0 : nBottomDist; in finishParagraph()
|
| /AOO41X/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()
|