Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx475 bool bSkipAttr = false;; in RstTxtAttr() local
481 bSkipAttr = SFX_ITEM_SET != pSet->GetItemState( pHt->Which(), sal_False ); in RstTxtAttr()
482 if ( bSkipAttr && RES_TXTATR_AUTOFMT == pHt->Which() ) in RstTxtAttr()
487bSkipAttr = !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()
496bSkipAttr = !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 27 milliseconds