Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx326 boost::shared_ptr<SfxItemSet>& pStyleHandle ) in lcl_HaveCommonAttributes() argument
364pStyleHandle = rStyleAccess.getAutomaticStyle( *pNewSet, IStyleAccess::AUTO_STYLE_CHAR ); in lcl_HaveCommonAttributes()
476 boost::shared_ptr<SfxItemSet> pStyleHandle; in RstTxtAttr() local
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()
[all …]

Completed in 22 milliseconds