/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8attributeoutput.hxx | 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 ); 333 virtual void ParaAdjust( const SvxAdjustItem& rHt ); 339 virtual void ParaWidows( const SvxWidowsItem& rHt ); [all …]
|
H A D | ww8atr.cxx | 1508 void WW8AttributeOutput::CharBidiRTL( const SfxPoolItem& rHt ) in CharBidiRTL() argument 1510 const SfxInt16Item& rAttr = (const SfxInt16Item&)rHt; in CharBidiRTL() 1518 void WW8AttributeOutput::CharIdctHint( const SfxPoolItem& rHt ) in CharIdctHint() argument 1520 const SfxInt16Item& rAttr = (const SfxInt16Item&)rHt; in CharIdctHint() 5052 void AttributeOutputBase::OutputItem( const SfxPoolItem& rHt ) in OutputItem() argument 5055 switch ( rHt.Which() ) in OutputItem() 5073 CharFont( static_cast< const SvxFontItem& >( rHt ) ); in OutputItem() 5157 CharBidiRTL( static_cast< const SfxPoolItem& >( rHt ) ); in OutputItem() 5160 CharIdctHint( static_cast< const SfxPoolItem& >( rHt ) ); in OutputItem() 5172 TextField( static_cast< const SwFmtFld& >( rHt ) ); in OutputItem() [all …]
|
H A D | wrtw8esh.cxx | 1095 SetCharSet(rHt, true); in SearchNext() 1104 SetCharSet(rHt, false); in SearchNext() 1187 if (nSwPos >= rHt.nStart && nSwPos < rHt.nEnd) in OutAttr() 1189 nWhich = rHt.pAttr->Which(); in OutAttr() 1192 OutEEField(*rHt.pAttr); in OutAttr() 1218 if( nSwPos < rHt.nStart ) in OutAttr() 1232 if (nSwPos >= rHt.nStart && nSwPos < rHt.nEnd) in IsTxtAttr() 1263 nWhich == rHt.pAttr->Which() && nTmpSwPos >= rHt.nStart && in HasTextItem() 1264 nTmpSwPos < rHt.nEnd in HasTextItem() 1267 pRet = rHt.pAttr; // Found in HasTextItem() [all …]
|
H A D | attributeoutputbase.hxx | 492 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 D | wrtww8.hxx | 1443 void OutEEField(const SfxPoolItem& rHt);
|
/aoo4110/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 2029 Out( aCSS1AttrFnTab, rHt, rWrt ); in OutCSS1_HintSpanTag() 2045 Out( aCSS1AttrFnTab, rHt, rWrt ); in OutCSS1_HintStyleOpt() 2652 switch( rHt.Which() ) in OutCSS1_SvxFont() 2686 switch( rHt.Which() ) in OutCSS1_SvxFontHeight() 2716 switch( rHt.Which() ) in OutCSS1_SvxPosture() 2794 switch( rHt.Which() ) in OutCSS1_SvxLanguage() 2823 (const SvxUnderlineItem *)&rHt, 0, 0, 0 ); in OutCSS1_SvxUnderline() 2836 0, (const SvxOverlineItem *)&rHt, 0, 0 ); in OutCSS1_SvxOverline() 2847 switch( rHt.Which() ) in OutCSS1_SvxFontWeight() 2891 0, 0, 0, (const SvxBlinkItem *)&rHt ); in OutCSS1_SvxBlink() [all …]
|
H A D | htmlatr.cxx | 2799 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_CSS1Attr() 2857 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_SwPosture() 2908 OutCSS1_HintStyleOpt( rWrt, rHt ); in OutHTML_SvxFontHeight() 2959 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_SwWeight() 2981 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_SwCrossedOut() 3012 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_SvxEscapement() 3034 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_SwUnderline() 3044 SwFmtFlyCnt& rFlyCnt = (SwFmtFlyCnt&)rHt; in OutHTML_SwFlyCnt() 3065 if( ((const SvxBlinkItem&)rHt).GetValue() ) in OutHTML_SwBlink() 3072 OutCSS1_HintSpanTag( rWrt, rHt ); in OutHTML_SwBlink() [all …]
|
H A D | wrthtml.hxx | 577 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 D | htmlfldw.cxx | 422 Writer& OutHTML_SwFmtFld( Writer& rWrt, const SfxPoolItem& rHt ) in OutHTML_SwFmtFld() argument 424 SwFmtFld & rFld = (SwFmtFld&)rHt; in OutHTML_SwFmtFld()
|
H A D | htmlftn.cxx | 286 Writer& OutHTML_SwFmtFtn( Writer& rWrt, const SfxPoolItem& rHt ) in OutHTML_SwFmtFtn() argument 290 SwFmtFtn& rFmtFtn = (SwFmtFtn&)rHt; in OutHTML_SwFmtFtn()
|
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrt_fn.cxx | 38 Writer& Out( const SwAttrFnTab pTab, const SfxPoolItem& rHt, Writer & rWrt ) in Out() argument 40 sal_uInt16 nId = rHt.Which(); in Out() 44 (*pOut)( rWrt, rHt ); in Out()
|
/aoo4110/main/sw/source/core/text/ |
H A D | redlnitr.cxx | 318 void SwRedlineItr::ChangeTxtAttr( SwFont* pFnt, SwTxtAttr &rHt, sal_Bool bChg ) in ChangeTxtAttr() argument 328 rAttrHandler.PushAndChg( rHt, *pExt->GetFont() ); in ChangeTxtAttr() 330 rAttrHandler.PushAndChg( rHt, *pFnt ); in ChangeTxtAttr() 335 rAttrHandler.PopAndChg( rHt, *pFnt ); in ChangeTxtAttr()
|
H A D | redlnitr.hxx | 99 void ChangeTxtAttr( SwFont* pFnt, SwTxtAttr &rHt, sal_Bool bChg );
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 1090 const SfxPoolItem &rHt, in InsertPoolItem() argument 1099 pUndoAttr = new SwUndoAttr( rRg, rHt, nFlags ); in InsertPoolItem() 1102 SfxItemSet aSet( GetAttrPool(), rHt.Which(), rHt.Which() ); in InsertPoolItem() 1103 aSet.Put( rHt ); in InsertPoolItem()
|