Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/main/sw/source/core/unocore/
H A Dunoobj.cxx520 ::std::auto_ptr<SwFmtRuby> pRuby; in lcl_setRubyCharstyle()
525 pRuby.reset(new SwFmtRuby(*static_cast<const SwFmtRuby*>(pItem))); in lcl_setRubyCharstyle()
527 if (!pRuby.get()) in lcl_setRubyCharstyle()
529 pRuby.reset(new SwFmtRuby(aEmptyStr)); in lcl_setRubyCharstyle()
534 pRuby->SetCharFmtName(sStyle); in lcl_setRubyCharstyle()
535 pRuby->SetCharFmtId(0); in lcl_setRubyCharstyle()
540 pRuby->SetCharFmtId(nId); in lcl_setRubyCharstyle()
542 rItemSet.Put(*pRuby); in lcl_setRubyCharstyle()
H A Dunostyle.cxx2276 SwFmtRuby* pRuby = 0; in lcl_SetStyleProperty() local
2279 pRuby = new SwFmtRuby(*((SwFmtRuby*)pItem)); in lcl_SetStyleProperty()
2280 if(!pRuby) in lcl_SetStyleProperty()
2281 pRuby = new SwFmtRuby(aEmptyStr); in lcl_SetStyleProperty()
2284 pRuby->SetCharFmtName( sTmp ); in lcl_SetStyleProperty()
2285 pRuby->SetCharFmtId( 0 ); in lcl_SetStyleProperty()
2289 pRuby->SetCharFmtId(nId); in lcl_SetStyleProperty()
2291 rStyleSet.Put(*pRuby); in lcl_SetStyleProperty()
2292 delete pRuby; in lcl_SetStyleProperty()
/aoo42x/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()

Completed in 70 milliseconds