Searched refs:rDrop (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 154 const SwFmtDrop& rDrop, 1511 const SwFmtDrop& rDrop, sal_Bool bHasClass, in OutCSS1DropCapRule() argument 1514 const SwCharFmt *pDCCharFmt = rDrop.GetCharFmt(); in OutCSS1DropCapRule() 1536 OutCSS1_SwFmtDropAttrs( rHTMLWrt, rDrop ); in OutCSS1DropCapRule() 1586 OutCSS1_SwFmtDropAttrs( rHTMLWrt, rDrop ); in OutCSS1DropCapRule() 1595 OutCSS1_SwFmtDropAttrs( rHTMLWrt, rDrop ); in OutCSS1DropCapRule() 1604 OutCSS1_SwFmtDropAttrs( rHTMLWrt, rDrop ); in OutCSS1DropCapRule() 1617 OutCSS1_SwFmtDropAttrs( rHTMLWrt, rDrop ); in OutCSS1DropCapRule() 3027 const SwFmtDrop& rDrop, in OutCSS1_SwFmtDropAttrs() argument 3039 sal_uInt16 nDistance = rDrop.GetDistance(); in OutCSS1_SwFmtDropAttrs() [all …]
|
H A D | htmlcss1.cxx | 1525 void SwCSS1Parser::FillDropCap( SwFmtDrop& rDrop, in FillDropCap() argument 1531 sal_uInt8 nLines = rDrop.GetLines(); in FillDropCap() 1561 rDrop.GetLines() = nLines; in FillDropCap() 1566 rDrop.GetDistance() = static_cast< sal_uInt16 >( in FillDropCap() 1604 rDrop.SetCharFmt( pCFmt ); in FillDropCap()
|
H A D | swcss1.hxx | 131 void FillDropCap( SwFmtDrop& rDrop, SfxItemSet& rItemSet,
|
H A D | htmlatr.cxx | 1904 const SwFmtDrop& rDrop = (const SwFmtDrop&)rItem; in InsertNoScript() local 1905 nEnd = nStart + rDrop.GetChars(); in InsertNoScript() 1909 const SwCharFmt *pCharFmt = rDrop.GetCharFmt(); in InsertNoScript()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtdrop.cxx | 216 const SwFmtDrop& rDrop = rSet.GetDrop(); in GetDropSize() local 219 if( 1 >= rDrop.GetLines() || in GetDropSize() 220 ( !rDrop.GetChars() && !rDrop.GetWholeWord() ) ) in GetDropSize() 265 const sal_uInt16 nLines = rDrop.GetLines(); in GetDropSize()
|
Completed in 41 milliseconds