Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx320 sal_Int32 nLeftBorderDistance; member
330 : nLeftBorderDistance(DEF_BORDER_DIST) in TableInfo()
410 rInfo.nLeftBorderDistance ); in endTableGetTableStyle()
425 aDistances.LeftDistance = static_cast<sal_Int16>( rInfo.nLeftBorderDistance ); in endTableGetTableStyle()
525 …( nLeftMargin - nGapHalf - ( bAdjustLeftMarginByDefaultValue ? rInfo.nLeftBorderDistance : 0 ) ) ); in endTableGetTableStyle()
664 uno::makeAny(rInfo.nLeftBorderDistance ) ); in endTableGetCellProperties()
H A DDomainMapper_Impl.cxx624 sal_Int32 nLeftBorderDistance = 0; in lcl_CorrectIndents() local
625 aAny >>= nLeftBorderDistance; in lcl_CorrectIndents()
626 nLeftMargin -= nLeftBorderDistance; in lcl_CorrectIndents()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx408 nLeftBorderDistance( rProp.nLeftBorderDistance ), in SvxCSS1PropertyInfo()
456 nLeftBorderDistance = nRightBorderDistance = USHRT_MAX; in Clear()
503 if( USHRT_MAX != rProp.nLeftBorderDistance ) in Merge()
504 nLeftBorderDistance = rProp.nLeftBorderDistance; in Merge()
613 nLeftBorderDistance != USHRT_MAX || in SetBoxItem()
657 nDist = nLeftBorderDistance; in SetBoxItem()
658 nLeftBorderDistance = USHRT_MAX; in SetBoxItem()
2518 case BOX_LINE_LEFT: rPropInfo.nLeftBorderDistance = nDist; break; in ParseCSS1_padding_xxx()
2577 rPropInfo.nLeftBorderDistance = rPropInfo.nTopBorderDistance; in ParseCSS1_padding()
2580 rPropInfo.nRightBorderDistance = rPropInfo.nLeftBorderDistance; in ParseCSS1_padding()
H A Dsvxcss1.hxx134 sal_uInt16 nLeftBorderDistance; member in SvxCSS1PropertyInfo
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx720 aParaMargin.SetTxtLeft(aParaMargin.GetTxtLeft() - nLeftBorderDistance ); in ExecTabWin()
1347 nLeftBorderDistance = 0; in StateTabWin()
1387 nLeftBorderDistance = static_cast< sal_uInt16 >(aDistLR.GetLeft()); in StateTabWin()
1415 nLeftBorderDistance = static_cast< sal_uInt16 >(aDistLR.GetLeft()); in StateTabWin()
1457 nLeftBorderDistance = static_cast< sal_uInt16 >(aDistLR.GetLeft()); in StateTabWin()
H A Dview.cxx765 nLeftBorderDistance( 0 ), in SwView()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx260 sal_uInt16 nLeftBorderDistance; member in SwView

Completed in 75 milliseconds