Lines Matching refs:pStyleHandle
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()
597 *pStyleHandle, nStt, nAttrEnd ); in RstTxtAttr()
615 if ( pStyleHandle.get() && nStt < nEnd ) in RstTxtAttr()
618 *pStyleHandle, nStt, nEnd ); in RstTxtAttr()