Home
last modified time | relevance | path

Searched refs:rHt (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx228 virtual void CharCrossedOut( const SvxCrossedOutItem& rHt );
270 virtual void CharFontSizeCJK( const SvxFontHeightItem& rHt ) { CharFontSize( rHt ); } in CharFontSizeCJK() argument
273 virtual void CharLanguageCJK( const SvxLanguageItem& rHt ) { CharLanguage( rHt ); } in CharLanguageCJK() argument
276 virtual void CharPostureCJK( const SvxPostureItem& rHt ) { CharPosture( rHt ); } in CharPostureCJK() argument
279 virtual void CharWeightCJK( const SvxWeightItem& rHt ) { CharWeight( rHt ); } in CharWeightCJK() argument
285 virtual void CharFontSizeCTL( const SvxFontHeightItem& rHt ) { CharFontSize( rHt ); } in CharFontSizeCTL() argument
288 virtual void CharLanguageCTL( const SvxLanguageItem& rHt ) { CharLanguage( rHt ); } in CharLanguageCTL() argument
297 virtual void CharBidiRTL( const SfxPoolItem& rHt );
300 virtual void CharIdctHint( const SfxPoolItem& rHt );
306 virtual void CharEmphasisMark( const SvxEmphasisMarkItem& rHt );
[all …]
H A Dww8atr.cxx1507 void WW8AttributeOutput::CharBidiRTL( const SfxPoolItem& rHt ) in CharBidiRTL() argument
1509 const SfxInt16Item& rAttr = (const SfxInt16Item&)rHt; in CharBidiRTL()
1517 void WW8AttributeOutput::CharIdctHint( const SfxPoolItem& rHt ) in CharIdctHint() argument
1519 const SfxInt16Item& rAttr = (const SfxInt16Item&)rHt; in CharIdctHint()
5051 void AttributeOutputBase::OutputItem( const SfxPoolItem& rHt ) in OutputItem() argument
5054 switch ( rHt.Which() ) in OutputItem()
5057 CharCaseMap( static_cast< const SvxCaseMapItem& >( rHt ) ); in OutputItem()
5060 CharColor( static_cast< const SvxColorItem& >( rHt ) ); in OutputItem()
5063 CharContour( static_cast< const SvxContourItem& >( rHt ) ); in OutputItem()
5066 CharCrossedOut( static_cast< const SvxCrossedOutItem& >( rHt ) ); in OutputItem()
[all …]
H A Dwrtw8esh.cxx1078 const EECharAttrib& rHt = aTxtAtrArr[ i ]; in SearchNext() local
1079 nPos = rHt.nStart; // gibt erstes Attr-Zeichen in SearchNext()
1083 SetCharSet(rHt, true); in SearchNext()
1088 nPos = rHt.nEnd; // gibt letztes Attr-Zeichen + 1 in SearchNext()
1092 SetCharSet(rHt, false); in SearchNext()
1139 void MSWord_SdrAttrIter::OutEEField(const SfxPoolItem& rHt) in OutEEField() argument
1141 const SvxFieldItem &rField = (const SvxFieldItem &)rHt; in OutEEField()
1174 const EECharAttrib& rHt = aTxtAtrArr[ i ]; in OutAttr() local
1175 if (nSwPos >= rHt.nStart && nSwPos < rHt.nEnd) in OutAttr()
1177 nWhich = rHt.pAttr->Which(); in OutAttr()
[all …]
H A Dattributeoutputbase.hxx492 void ParaHangingPunctuation( const SfxBoolItem& rHt ) { ParaScriptSpace( rHt ); }; in ParaHangingPunctuation() argument
495 void ParaForbiddenRules( const SfxBoolItem& rHt ) { ParaScriptSpace( rHt ); }; in ParaForbiddenRules() argument
577 void OutputItem( const SfxPoolItem& rHt );
H A Dwrtww8.hxx1442 void OutEEField(const SfxPoolItem& rHt);
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx161 static Writer& OutCSS1_SvxFontWeight( Writer& rWrt, const SfxPoolItem& rHt );
162 static Writer& OutCSS1_SvxPosture( Writer& rWrt, const SfxPoolItem& rHt );
163 static Writer& OutCSS1_SvxULSpace( Writer& rWrt, const SfxPoolItem& rHt );
164 static Writer& OutCSS1_SvxLRSpace( Writer& rWrt, const SfxPoolItem& rHt );
171 static Writer& OutCSS1_SvxBrush( Writer& rWrt, const SfxPoolItem& rHt,
173 static Writer& OutCSS1_SvxBrush( Writer& rWrt, const SfxPoolItem& rHt );
174 static Writer& OutCSS1_SvxBox( Writer& rWrt, const SfxPoolItem& rHt );
175 static Writer& OutCSS1_SwFmtFrmSize( Writer& rWrt, const SfxPoolItem& rHt,
180 static Writer& OutCSS1_SwFmtLayoutSplit( Writer& rWrt, const SfxPoolItem& rHt );
2022 Writer& OutCSS1_HintSpanTag( Writer& rWrt, const SfxPoolItem& rHt ) in OutCSS1_HintSpanTag() argument
[all …]
H A Dhtmlatr.cxx136 static Writer& OutHTML_SvxAdjust( Writer& rWrt, const SfxPoolItem& rHt );
2788 static Writer& OutHTML_CSS1Attr( Writer& rWrt, const SfxPoolItem& rHt ) in OutHTML_CSS1Attr() argument
2794 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_CSS1Attr()
2802 static Writer& OutHTML_SvxColor( Writer& rWrt, const SfxPoolItem& rHt ) in OutHTML_SvxColor() argument
2822 Color aColor( ((const SvxColorItem&)rHt).GetValue() ); in OutHTML_SvxColor()
2838 static Writer& OutHTML_SwPosture( Writer& rWrt, const SfxPoolItem& rHt ) in OutHTML_SwPosture() argument
2844 const FontItalic nPosture = ((const SvxPostureItem&)rHt).GetPosture(); in OutHTML_SwPosture()
2852 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_SwPosture()
2858 static Writer& OutHTML_SvxFont( Writer& rWrt, const SfxPoolItem& rHt ) in OutHTML_SvxFont() argument
2867 SwHTMLWriter::PrepareFontList( ((const SvxFontItem&)rHt), aNames, 0, in OutHTML_SvxFont()
[all …]
H A Dwrthtml.hxx577 Writer& OutHTML_SwFmtFld( Writer& rWrt, const SfxPoolItem& rHt );
578 Writer& OutHTML_SwFmtFtn( Writer& rWrt, const SfxPoolItem& rHt );
585 Writer& OutCSS1_HintSpanTag( Writer& rWrt, const SfxPoolItem& rHt );
586 Writer& OutCSS1_HintStyleOpt( Writer& rWrt, const SfxPoolItem& rHt );
588 Writer& OutCSS1_TableBGStyleOpt( Writer& rWrt, const SfxPoolItem& rHt );
H A Dhtmlfldw.cxx422 Writer& OutHTML_SwFmtFld( Writer& rWrt, const SfxPoolItem& rHt ) in OutHTML_SwFmtFld() argument
424 SwFmtFld & rFld = (SwFmtFld&)rHt; in OutHTML_SwFmtFld()
H A Dhtmlftn.cxx286 Writer& OutHTML_SwFmtFtn( Writer& rWrt, const SfxPoolItem& rHt ) in OutHTML_SwFmtFtn() argument
290 SwFmtFtn& rFmtFtn = (SwFmtFtn&)rHt; in OutHTML_SwFmtFtn()
/trunk/main/sw/source/filter/writer/
H A Dwrt_fn.cxx33 Writer& Out( const SwAttrFnTab pTab, const SfxPoolItem& rHt, Writer & rWrt ) in Out() argument
35 sal_uInt16 nId = rHt.Which(); in Out()
39 (*pOut)( rWrt, rHt ); in Out()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx315 void SwRedlineItr::ChangeTxtAttr( SwFont* pFnt, SwTxtAttr &rHt, sal_Bool bChg ) in ChangeTxtAttr() argument
325 rAttrHandler.PushAndChg( rHt, *pExt->GetFont() ); in ChangeTxtAttr()
327 rAttrHandler.PushAndChg( rHt, *pFnt ); in ChangeTxtAttr()
332 rAttrHandler.PopAndChg( rHt, *pFnt ); in ChangeTxtAttr()
H A Dredlnitr.hxx99 void ChangeTxtAttr( SwFont* pFnt, SwTxtAttr &rHt, sal_Bool bChg );
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1102 const SfxPoolItem &rHt, in InsertPoolItem() argument
1111 pUndoAttr = new SwUndoAttr( rRg, rHt, nFlags ); in InsertPoolItem()
1114 SfxItemSet aSet( GetAttrPool(), rHt.Which(), rHt.Which() ); in InsertPoolItem()
1115 aSet.Put( rHt ); in InsertPoolItem()