Searched refs:nLeftBorderDistance (Results 1 – 7 of 7) sorted by relevance
320 sal_Int32 nLeftBorderDistance; member330 : 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()
624 sal_Int32 nLeftBorderDistance = 0; in lcl_CorrectIndents() local625 aAny >>= nLeftBorderDistance; in lcl_CorrectIndents()626 nLeftMargin -= nLeftBorderDistance; in lcl_CorrectIndents()
408 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()
134 sal_uInt16 nLeftBorderDistance; member in SvxCSS1PropertyInfo
720 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()
765 nLeftBorderDistance( 0 ), in SwView()
260 sal_uInt16 nLeftBorderDistance; member in SwView
Completed in 82 milliseconds