Searched refs:pStyleHandle (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sw/source/core/txtnode/ |
| H A D | txtedt.cxx | 326 boost::shared_ptr<SfxItemSet>& pStyleHandle ) in lcl_HaveCommonAttributes() argument 364 … pStyleHandle = rStyleAccess.getAutomaticStyle( *pNewSet, IStyleAccess::AUTO_STYLE_CHAR ); in lcl_HaveCommonAttributes() 476 boost::shared_ptr<SfxItemSet> pStyleHandle; in RstTxtAttr() local 487 …ess(), pSet, 0, *static_cast<const SwFmtAutoFmt&>(pHt->GetAttr()).GetStyleHandle(), pStyleHandle ); in RstTxtAttr() 496 …s(), 0, nWhich, *static_cast<const SwFmtAutoFmt&>(pHt->GetAttr()).GetStyleHandle(), pStyleHandle ); in RstTxtAttr() 538 if ( pStyleHandle.get() ) in RstTxtAttr() 541 *pStyleHandle, nAttrStart, nAttrEnd ); in RstTxtAttr() 565 if ( pStyleHandle.get() && nAttrStart < nEnd ) in RstTxtAttr() 568 *pStyleHandle, nAttrStart, nEnd ); in RstTxtAttr() 594 if ( pStyleHandle.get() ) in RstTxtAttr() [all …]
|