Searched refs:nTxtLeft (Results 1 – 4 of 4) sorted by relevance
65 long nTxtLeft; // wir spendieren einen sal_uInt16 member in SvxLRSpaceItem108 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()
1578 SwTwips nTxtLeft = rFill.Left() + rLRSpace.GetTxtLeft() + in FillCrsrPos() local1580 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()
401 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 …]
775 … sal_uInt16 nTxtLeft = static_cast< sal_uInt16 >(((const SvxLRSpaceItem&)rItem).GetTxtLeft()); in WriteItemAsRTF() local776 nTxtLeft = (sal_uInt16)LogicToTwips( nTxtLeft ); in WriteItemAsRTF()777 rOutput.WriteNumber( nTxtLeft ); in WriteItemAsRTF()
Completed in 58 milliseconds