Home
last modified time | relevance | path

Searched refs:nTxtLeft (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dlrspitem.hxx65 long nTxtLeft; // wir spendieren einen sal_uInt16 member in SvxLRSpaceItem
108 inline void SetLeftValue( const long nL ) { nTxtLeft = nLeftMargin = nL; } in SetLeftValue()
123 inline long GetTxtLeft() const { return nTxtLeft; } in GetTxtLeft()
138 nTxtLeft = rCpy.nTxtLeft; in operator =()
151 nTxtLeft = nLeftMargin; in SetLeft()
169 nTxtLeft = (nL * nProp) / 100; in SetTxtLeft()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1578 SwTwips nTxtLeft = rFill.Left() + rLRSpace.GetTxtLeft() + in FillCrsrPos() local
1580 rFill.nLineWidth += rFill.bFirstLine ? nLeft : nTxtLeft; in FillCrsrPos()
1592 nRightTab = nTxtLeft + rTabStop.GetTabPos(); in FillCrsrPos()
1593 if( nLeftTab < nTxtLeft && nRightTab > nTxtLeft ) in FillCrsrPos()
1594 nRightTab = nTxtLeft; in FillCrsrPos()
1606 nRightTab = nLeftTab - nTxtLeft; in FillCrsrPos()
1608 nRightTab = nRightTab * nDefTabDist + nTxtLeft; in FillCrsrPos()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx401 nTxtLeft ( 0 ), in SvxLRSpaceItem()
420 nTxtLeft ( nTLeft ), in SvxLRSpaceItem()
444 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100(nTxtLeft) : nTxtLeft); in QueryValue()
540 nLeftMargin = nTxtLeft + nFirstLineOfst; in AdjustLeft()
542 nLeftMargin = nTxtLeft; in AdjustLeft()
676 if( nTxtLeft > 0 ) in Store()
677 nMargin = sal_uInt16( nTxtLeft ); in Store()
685 ( nLeftMargin < 0 || nRightMargin < 0 || nTxtLeft < 0 ) ) in Store()
759 pAttr->nTxtLeft = txtleft; in Create()
766 pAttr->nTxtLeft = firstline >= 0 ? nMargin : nMargin - firstline; in Create()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx775 … sal_uInt16 nTxtLeft = static_cast< sal_uInt16 >(((const SvxLRSpaceItem&)rItem).GetTxtLeft()); in WriteItemAsRTF() local
776 nTxtLeft = (sal_uInt16)LogicToTwips( nTxtLeft ); in WriteItemAsRTF()
777 rOutput.WriteNumber( nTxtLeft ); in WriteItemAsRTF()

Completed in 48 milliseconds