Searched refs:bSkipAttr (Results 1 – 1 of 1) sorted by relevance
475 bool bSkipAttr = false;; in RstTxtAttr() local481 bSkipAttr = SFX_ITEM_SET != pSet->GetItemState( pHt->Which(), sal_False ); in RstTxtAttr()482 if ( bSkipAttr && RES_TXTATR_AUTOFMT == pHt->Which() ) in RstTxtAttr()487 …bSkipAttr = !lcl_HaveCommonAttributes( getIDocumentStyleAccess(), pSet, 0, *static_cast<const SwFm… in RstTxtAttr()493 bSkipAttr = nWhich != pHt->Which(); in RstTxtAttr()494 if ( bSkipAttr && RES_TXTATR_AUTOFMT == pHt->Which() ) in RstTxtAttr()496 …bSkipAttr = !lcl_HaveCommonAttributes( getIDocumentStyleAccess(), 0, nWhich, *static_cast<const Sw… in RstTxtAttr()504 bSkipAttr = RES_TXTATR_REFMARK == pHt->Which() in RstTxtAttr()510 if ( bSkipAttr ) in RstTxtAttr()
Completed in 21 milliseconds