Searched refs:nTopDist (Results 1 – 8 of 8) sorted by relevance
/trunk/main/editeng/source/items/ |
H A D | frmitems.cxx | 1748 nTopDist ( rCpy.nTopDist ), in SvxBoxItem() 1769 nTopDist ( 0 ), in SvxBoxItem() 1791 nTopDist = rBox.nTopDist; in operator =() 1824 ( nTopDist == ( (SvxBoxItem&)rAttr ).nTopDist ) && in operator ==() 1901 nDist = nTopDist; in QueryValue() 2166 if( nTopDist != nBottomDist || nTopDist != nLeftDist || in GetPresentation() 2226 if( nTopDist == nBottomDist && nTopDist == nLeftDist && in GetPresentation() 2333 nTopDist = (sal_uInt16)Scale( nTopDist, nMult, nDiv ); in ScaleMetrics() 2471 nDist = nTopDist; in GetDistance() 2496 nTopDist = nNew; in SetDistance() [all …]
|
/trunk/main/sw/source/core/layout/ |
H A D | pagedesc.cxx | 386 nTopDist( 57 ), //1mm in SwPageFtnInfo() 403 nTopDist( rCpy.GetTopDist() ), in SwPageFtnInfo() 426 nTopDist = rCpy.GetTopDist(); in operator =() 448 nTopDist == rCmp.GetTopDist() && in operator ==()
|
/trunk/main/sw/inc/ |
H A D | pagedesc.hxx | 57 SwTwips nTopDist; //distance between body and separator. member in SwPageFtnInfo 66 SwTwips GetTopDist()const { return nTopDist; } in GetTopDist() 74 void SetTopDist ( SwTwips nNew ) { nTopDist = nNew; } in SetTopDist()
|
/trunk/main/editeng/inc/editeng/ |
H A D | boxitem.hxx | 54 sal_uInt16 nTopDist, member in SvxBoxItem 111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlexpit.cxx | 531 sal_uInt16 nTopDist = pBox->GetDistance( BOX_LINE_TOP ); in QueryXMLValue() local 547 nLeftDist == nTopDist && in QueryXMLValue() 650 rUnitConverter.convertMeasure( aOut, nTopDist ); in QueryXMLValue()
|
/trunk/main/cui/source/tabpages/ |
H A D | border.cxx | 499 long nTopDist = pBoxItem->GetDistance( BOX_LINE_TOP); in Reset() local 500 SetMetricValue( aTopMF, nTopDist, eCoreUnit ); in Reset() 514 nDefDist != nTopDist || in Reset()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 910 sal_Int32 nTopDist; in finishParagraph() local 914 nTopDist = 0; in finishParagraph() 920 nTopDist = rAppendContext.pLastParagraphProperties->GethSpace(); in finishParagraph() 924 nTopDist = pStyleProperties->GethSpace(); in finishParagraph() 928 aPropSequence.set(PROP_TOP_MARGIN, nTopDist); in finishParagraph() 930 sal_Int32 nBottomDist = nTopDist; in finishParagraph()
|
/trunk/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 3639 long nTopDist = pTop ? rBoxItem.GetDistance( BOX_LINE_TOP ) : 0; in OutCSS1_SvxBox() local 3644 if( nTopDist == nBottomDist && nLeftDist == nRightDist ) in OutCSS1_SvxBox() 3647 AddUnitPropertyValue( nTopDist, rHTMLWrt.GetCSS1Unit(), sVal ); in OutCSS1_SvxBox() 3648 if( nTopDist != nLeftDist ) in OutCSS1_SvxBox() 3657 rHTMLWrt.OutCSS1_UnitProperty( sCSS1_P_padding_top, nTopDist ); in OutCSS1_SvxBox()
|
Completed in 207 milliseconds