Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx269 sal_Int32 nBottomBorderDistance; member
279 , nBottomBorderDistance(0) in TableInfo()
362 rInfo.nBottomBorderDistance ); in endTableGetTableStyle()
370 aDistances.BottomDistance = static_cast<sal_Int16>( rInfo.nBottomBorderDistance ); in endTableGetTableStyle()
627 uno::makeAny((sal_Int32) rInfo.nBottomBorderDistance ) ); in endTableGetCellProperties()
/aoo41x/main/sw/source/filter/html/
H A Dsvxcss1.cxx407 nBottomBorderDistance( rProp.nBottomBorderDistance ), in SvxCSS1PropertyInfo()
455 nTopBorderDistance = nBottomBorderDistance = in Clear()
501 if( USHRT_MAX != rProp.nBottomBorderDistance ) in Merge()
502 nBottomBorderDistance = rProp.nBottomBorderDistance; in Merge()
612 nBottomBorderDistance != USHRT_MAX || in SetBoxItem()
653 nDist = nBottomBorderDistance; in SetBoxItem()
654 nBottomBorderDistance = USHRT_MAX; in SetBoxItem()
2517 case BOX_LINE_BOTTOM: rPropInfo.nBottomBorderDistance = nDist;break; in ParseCSS1_padding_xxx()
2576 rPropInfo.nTopBorderDistance = rPropInfo.nBottomBorderDistance; in ParseCSS1_padding()
H A Dsvxcss1.hxx133 sal_uInt16 nBottomBorderDistance; member in SvxCSS1PropertyInfo

Completed in 38 milliseconds