Searched refs:nBottomDist (Results 1 – 9 of 9) sorted by relevance
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 …]
387 nBottomDist( 57 ) in SwPageFtnInfo()404 nBottomDist( rCpy.GetBottomDist() ) in SwPageFtnInfo()427 nBottomDist = rCpy.GetBottomDist(); in operator =()449 nBottomDist== rCmp.GetBottomDist() ); in operator ==()
1582 const long nBottomDist = (Frm().*fnRect->fnBottomDist)( nPrtBottom ); in MakeAll() local1583 if( nBottomDist >= 0 ) in MakeAll()
58 SwTwips nBottomDist; //distance between separator and first footnote member in SwPageFtnInfo67 SwTwips GetBottomDist() const { return nBottomDist; } in GetBottomDist()75 void SetBottomDist( SwTwips nNew ) { nBottomDist = nNew; } in SetBottomDist()
55 nBottomDist, member in SvxBoxItem111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
532 sal_uInt16 nBottomDist = pBox->GetDistance( BOX_LINE_BOTTOM ); in QueryXMLValue() local548 nLeftDist == nBottomDist; in QueryXMLValue()653 rUnitConverter.convertMeasure( aOut, nBottomDist ); in QueryXMLValue()
501 long nBottomDist = pBoxItem->GetDistance( BOX_LINE_BOTTOM); in Reset() local502 SetMetricValue( aBottomMF, nBottomDist, eCoreUnit ); in Reset()515 nDefDist != nBottomDist); in Reset()
3640 long nBottomDist = pBottom ? rBoxItem.GetDistance( BOX_LINE_BOTTOM ) : 0; in OutCSS1_SvxBox() local3644 if( nTopDist == nBottomDist && nLeftDist == nRightDist ) in OutCSS1_SvxBox()3658 rHTMLWrt.OutCSS1_UnitProperty( sCSS1_P_padding_bottom, nBottomDist ); in OutCSS1_SvxBox()
772 sal_Int32 nBottomDist; in finishParagraph() local773 sal_Int32 nTopDist = nBottomDist = in finishParagraph()779 … pFrameProperties[12].Value <<= nVertOrient == text::VertOrientation::BOTTOM ? 0 : nBottomDist; in finishParagraph()
Completed in 112 milliseconds