Home
last modified time | relevance | path

Searched refs:nDropLines (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditrtxt.hxx140 MSHORT nDropLines; member in SwTxtMargin
181 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()
H A Ditrcrsr.cxx388 nDropLeft = nDropLines = nDropHeight = nDropDescent = 0; in DropInit()
396 nDropLines = pPorDrop->GetLines(); in DropInit()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1543 short nDropLines = rSwFmtDrop.GetLines(); in FormatDrop() local
1560 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()
H A Dww8par.cxx3521 sal_uInt8 nDropLines = 0; in ReadText() local
3583 aDrop.GetLines() = nDropLines; in ReadText()
3612 nDropLines = (*pDCS) >> 3; in ReadText()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx85 nPageWidth(ATT_MIN_SIZE), nDropLines(0), nDropAnchor(0) in SwFlySave()
264 aDropCap.GetLines() = (sal_uInt8)pFlySave->nDropLines; in SetFlysInDoc()
1016 pFlySave->nDropLines = nDropCapLines; in ReadFly()
H A Dswparrtf.hxx125 sal_uInt16 nDropLines, nDropAnchor; member

Completed in 69 milliseconds