Home
last modified time | relevance | path

Searched refs:nTopBorderDistance (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/filter/html/
H A Dsvxcss1.cxx406 nTopBorderDistance( rProp.nTopBorderDistance ), in SvxCSS1PropertyInfo()
455 nTopBorderDistance = nBottomBorderDistance = in Clear()
499 if( USHRT_MAX != rProp.nTopBorderDistance ) in Merge()
500 nTopBorderDistance = rProp.nTopBorderDistance; in Merge()
611 sal_Bool bChg = nTopBorderDistance != USHRT_MAX || in SetBoxItem()
649 nDist = nTopBorderDistance; in SetBoxItem()
650 nTopBorderDistance = USHRT_MAX; in SetBoxItem()
2516 case BOX_LINE_TOP: rPropInfo.nTopBorderDistance = nDist; break; in ParseCSS1_padding_xxx()
2576 rPropInfo.nTopBorderDistance = rPropInfo.nBottomBorderDistance; in ParseCSS1_padding()
2577 rPropInfo.nLeftBorderDistance = rPropInfo.nTopBorderDistance; in ParseCSS1_padding()
H A Dsvxcss1.hxx132 sal_uInt16 nTopBorderDistance; member in SvxCSS1PropertyInfo
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx268 sal_Int32 nTopBorderDistance; member
278 , nTopBorderDistance(0) in TableInfo()
360 rInfo.nTopBorderDistance ); in endTableGetTableStyle()
369 aDistances.TopDistance = static_cast<sal_Int16>( rInfo.nTopBorderDistance ); in endTableGetTableStyle()
621 uno::makeAny((sal_Int32) rInfo.nTopBorderDistance ) ); in endTableGetCellProperties()

Completed in 40 milliseconds