Home
last modified time | relevance | path

Searched refs:pRuby (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx439 SwFmtRuby *pRuby = 0; in ReplaceUnit() local
458 pRuby = new SwFmtRuby( rReplaceWith ); in ReplaceUnit()
463 pRuby = new SwFmtRuby( aOrigTxt ); in ReplaceUnit()
469 pRuby = new SwFmtRuby( rReplaceWith ); in ReplaceUnit()
475 pRuby = new SwFmtRuby( aOrigTxt ); in ReplaceUnit()
485 if (pRuby) in ReplaceUnit()
506 pRuby->SetPosition( bRubyBelow ); in ReplaceUnit()
507 pRuby->SetAdjustment( RubyAdjust_CENTER ); in ReplaceUnit()
515 rWrtShell.SetAttrItem(*pRuby); in ReplaceUnit()
516 delete pRuby; in ReplaceUnit()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx517 ::std::auto_ptr<SwFmtRuby> pRuby; in lcl_setRubyCharstyle()
522 pRuby.reset(new SwFmtRuby(*static_cast<const SwFmtRuby*>(pItem))); in lcl_setRubyCharstyle()
524 if (!pRuby.get()) in lcl_setRubyCharstyle()
526 pRuby.reset(new SwFmtRuby(aEmptyStr)); in lcl_setRubyCharstyle()
531 pRuby->SetCharFmtName(sStyle); in lcl_setRubyCharstyle()
532 pRuby->SetCharFmtId(0); in lcl_setRubyCharstyle()
537 pRuby->SetCharFmtId(nId); in lcl_setRubyCharstyle()
539 rItemSet.Put(*pRuby); in lcl_setRubyCharstyle()
H A Dunostyle.cxx2260 SwFmtRuby* pRuby = 0; in lcl_SetStyleProperty() local
2263 pRuby = new SwFmtRuby(*((SwFmtRuby*)pItem)); in lcl_SetStyleProperty()
2264 if(!pRuby) in lcl_SetStyleProperty()
2265 pRuby = new SwFmtRuby(aEmptyStr); in lcl_SetStyleProperty()
2268 pRuby->SetCharFmtName( sTmp ); in lcl_SetStyleProperty()
2269 pRuby->SetCharFmtId( 0 ); in lcl_SetStyleProperty()
2273 pRuby->SetCharFmtId(nId); in lcl_SetStyleProperty()
2275 rStyleSet.Put(*pRuby); in lcl_SetStyleProperty()
2276 delete pRuby; in lcl_SetStyleProperty()
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx958 const SwTxtAttr *pRuby = NULL; in GetMultiCreator() local
974 pRuby = pTmp; in GetMultiCreator()
992 if( pRuby ) in GetMultiCreator()
995 rPos = *pRuby->End(); in GetMultiCreator()
998 pRet->pAttr = pRuby; in GetMultiCreator()