Searched refs:nDropLines (Results 1 – 6 of 6) sorted by relevance
140 MSHORT nDropLines; member in SwTxtMargin181 inline MSHORT GetDropLines() const { return nDropLines; } in GetDropLines()182 inline void SetDropLines( const MSHORT nNew ) { nDropLines = nNew; } in SetDropLines()331 return (nDropLines >= nLineNr && 1 != nLineNr) ? nFirst + nDropLeft : nLeft; in Left()
388 nDropLeft = nDropLines = nDropHeight = nDropDescent = 0; in DropInit()396 nDropLines = pPorDrop->GetLines(); in DropInit()
1543 short nDropLines = rSwFmtDrop.GetLines(); in FormatDrop() local1560 int nDCS = ( nDropLines << 3 ) | 0x01; in FormatDrop()1582 int nDCS = ( nDropLines << 3 ) | 0x01; in FormatDrop()1622 … m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( -((nDropLines - 1)*rDropDescent) / 10 ) ); in FormatDrop()1637 … m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( -((nDropLines - 1)*rDropDescent) / 10 ) ); in FormatDrop()
3521 sal_uInt8 nDropLines = 0; in ReadText() local3583 aDrop.GetLines() = nDropLines; in ReadText()3612 nDropLines = (*pDCS) >> 3; in ReadText()
90 nPageWidth(ATT_MIN_SIZE), nDropLines(0), nDropAnchor(0) in SwFlySave()269 aDropCap.GetLines() = (sal_uInt8)pFlySave->nDropLines; in SetFlysInDoc()1021 pFlySave->nDropLines = nDropCapLines; in ReadFly()
126 sal_uInt16 nDropLines, nDropAnchor; member
Completed in 74 milliseconds