Searched refs:nTabWidth (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 590 sal_uLong nTabWidth = pChild->nWidthOption; in AutoLayoutPass1() local 591 if( nTabWidth >= nAbsMinTableCnts ) in AutoLayoutPass1() 593 nMaxTableCnts = nTabWidth; in AutoLayoutPass1() 594 nAbsMinTableCnts = nTabWidth; in AutoLayoutPass1() 625 sal_uLong nTabWidth = pChild->nWidthOption; in AutoLayoutPass1() local 626 if( nTabWidth >= nAbsMinTableCnts ) in AutoLayoutPass1() 628 nMaxTableCnts = nTabWidth; in AutoLayoutPass1() 629 nAbsMinTableCnts = nTabWidth; in AutoLayoutPass1()
|
/aoo42x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 352 if( nBaseWidth != nTabWidth ) in GetAbsWidth() 354 nWidth *= nTabWidth; in GetAbsWidth() 770 nLeftSub(nLSub), nRightSub(nRSub), nTabWidth(nWidth), bRelWidths(bRel), in SwWriteTable() 797 nLeftSub(0), nRightSub(0), nTabWidth(pLayoutInfo->GetWidthOption()), in SwWriteTable()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 658 if( nTabWidth ) in Write() 662 (sOut += ByteString::CreateFromInt32( nTabWidth )) += '%'; in Write() 666 Size(nTabWidth,0), MapMode(MAP_TWIP) ).Width(); in Write()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 456 long SvLBoxTab::CalcOffset( long nItemWidth, long nTabWidth ) in CalcOffset() argument 462 nOffset = nTabWidth - nItemWidth; in CalcOffset() 471 nOffset = ( nTabWidth - nItemWidth ) / 2; in CalcOffset()
|
H A D | svtreebx.cxx | 2116 long nTabWidth = GetTabPos( pEntry, pNextTab ) - nStart; in GetItem_Impl() local 2117 if( nTabWidth < nLen ) in GetItem_Impl() 2118 nLen = nTabWidth; in GetItem_Impl()
|
H A D | svimpbox.cxx | 3447 long nTabWidth = nNextTab - nTabPos + 1; in SetMostRight() local 3449 long nOffset = pTab->CalcOffset( nItemSize, nTabWidth ); in SetMostRight()
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 254 sal_uInt32 nTabWidth; // Absolute/Relative Breite der Tabelle member in SwWriteTable
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | svlbox.hxx | 112 long CalcOffset( long nItemLength, long nTabWidth );
|
Completed in 75 milliseconds