Home
last modified time | relevance | path

Searched refs:nDropHeight (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sw/source/core/text/
H A Dtxtdrop.cxx129 nDropHeight(nDrpHeight), in SwDropPortion()
289 ASSERT( nDropHeight && pPart && nLines != 1, "Drop Portion painted twice" ); in PaintTxt()
325 if( ! nDropHeight || ! pPart || nLines == 1 ) in PaintDrop()
340 ((SwTxtPaintInfo&)rInf).Y( aOutPos.Y() + nDropHeight ); in PaintDrop()
343 ((SwDropPortion*)this)->Height( nDropHeight + nDropDescent ); in PaintDrop()
345 ((SwDropPortion*)this)->SetAscent( nDropHeight ); in PaintDrop()
376 if( ! nDropHeight || ! pPart || 1 == nLines ) in Paint()
1011 if( nDropHeight && pPart && nLines!=1 ) in Format()
1058 bFull = lcl_IsDropFlyInter( rInf, Width(), nDropHeight ); in Format()
1067 nDropHeight = nLines = 0; in Format()
[all …]
H A Dpordrop.hxx72 KSHORT nDropHeight; // Hoehe member in SwDropPortion
85 const KSHORT nDropHeight,
98 inline KSHORT GetDropHeight() const { return nDropHeight; } in GetDropHeight()
H A Ditrtxt.hxx138 KSHORT nDropHeight; member in SwTxtMargin
184 inline KSHORT GetDropHeight() const { return nDropHeight; } in GetDropHeight()
185 inline void SetDropHeight( const KSHORT nNew ) { nDropHeight = nNew; } in SetDropHeight()
H A Dtxtio.cxx929 if( pPart && nDropHeight ) in operator <<()
931 rOs << " H:" << nDropHeight; in operator <<()
H A Ditrcrsr.cxx388 nDropLeft = nDropLines = nDropHeight = nDropDescent = 0; in DropInit()
397 nDropHeight = pPorDrop->GetDropHeight(); in DropInit()

Completed in 33 milliseconds