Home
last modified time | relevance | path

Searched refs:nRightBorderDistance (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx409 nRightBorderDistance( rProp.nRightBorderDistance ), in SvxCSS1PropertyInfo()
456 nLeftBorderDistance = nRightBorderDistance = USHRT_MAX; in Clear()
505 if( USHRT_MAX != rProp.nRightBorderDistance ) in Merge()
506 nRightBorderDistance = rProp.nRightBorderDistance; in Merge()
614 nRightBorderDistance != USHRT_MAX; in SetBoxItem()
661 nDist = nRightBorderDistance; in SetBoxItem()
662 nRightBorderDistance = USHRT_MAX; in SetBoxItem()
2519 case BOX_LINE_RIGHT: rPropInfo.nRightBorderDistance = nDist; break; in ParseCSS1_padding_xxx()
2580 rPropInfo.nRightBorderDistance = rPropInfo.nLeftBorderDistance; in ParseCSS1_padding()
H A Dsvxcss1.hxx135 sal_uInt16 nRightBorderDistance; member in SvxCSS1PropertyInfo
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx321 sal_Int32 nRightBorderDistance; member
331 , nRightBorderDistance(DEF_BORDER_DIST) in TableInfo()
412 rInfo.nRightBorderDistance ); in endTableGetTableStyle()
426 aDistances.RightDistance = static_cast<sal_Int16>( rInfo.nRightBorderDistance ); in endTableGetTableStyle()
669 uno::makeAny((sal_Int32) rInfo.nRightBorderDistance ) ); in endTableGetCellProperties()
H A DDomainMapper_Impl.cxx649 sal_Int32 nRightBorderDistance = 0; in lcl_CorrectIndents() local
650 aAny >>= nRightBorderDistance; in lcl_CorrectIndents()
651 nRightMargin -= nRightBorderDistance; in lcl_CorrectIndents()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx719 aParaMargin.SetRight( aParaMargin.GetRight() - nRightBorderDistance ); in ExecTabWin()
1348 nRightBorderDistance = 0; in StateTabWin()
1388 nRightBorderDistance = static_cast< sal_uInt16 >(aDistLR.GetRight()); in StateTabWin()
1416 nRightBorderDistance = static_cast< sal_uInt16 >(aDistLR.GetRight()); in StateTabWin()
1458 nRightBorderDistance = static_cast< sal_uInt16 >(aDistLR.GetRight()); in StateTabWin()
H A Dview.cxx766 nRightBorderDistance( 0 ), in SwView()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx261 sal_uInt16 nRightBorderDistance; member in SwView

Completed in 93 milliseconds