Home
last modified time | relevance | path

Searched refs:nTopDist (Results 1 – 8 of 8) sorted by path

/trunk/main/cui/source/tabpages/
H A Dborder.cxx499 long nTopDist = pBoxItem->GetDistance( BOX_LINE_TOP); in Reset() local
500 SetMetricValue( aTopMF, nTopDist, eCoreUnit ); in Reset()
514 nDefDist != nTopDist || in Reset()
/trunk/main/editeng/inc/editeng/
H A Dboxitem.hxx54 sal_uInt16 nTopDist, member in SvxBoxItem
111 nTopDist = nBottomDist = nLeftDist = nRightDist = nNew; in SetDistance()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1748 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/inc/
H A Dpagedesc.hxx57 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/sw/source/core/layout/
H A Dpagedesc.cxx386 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/source/filter/html/
H A Dcss1atr.cxx3639 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()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx531 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/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx910 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()

Completed in 109 milliseconds