Lines Matching refs:pCharSet
509 #define DELETECHARSETS if ( bDelete ) { delete pCharSet; delete pOtherSet; }
525 const SfxItemSet* pCharSet = 0; in lcl_InsAttr() local
547 pCharSet = &rChgSet; in lcl_InsAttr()
587 pCharSet = pTmpCharItemSet; in lcl_InsAttr()
623 if ( pCharSet ) in lcl_InsAttr()
624 pCharFmt->SetFmtAttr(*pCharSet); in lcl_InsAttr()
813 if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
861 pTxtNd->RstTxtAttr( aSt, nPtPos, 0, pCharSet ); in lcl_InsAttr()
866 pTxtNd->RstTxtAttr( aSt, nPtPos, 0, pCharSet ); in lcl_InsAttr()
871 bRet = history.InsertItems( *pCharSet, nMkPos, nPtPos, nFlags ) in lcl_InsAttr()
893 if( pDoc->IsRedlineOn() && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
916 if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
919 bRet = history.InsertItems(*pCharSet, in lcl_InsAttr()
942 if (bExpandCharToPara && pCharSet && pCharSet->Count() ==1 ) in lcl_InsAttr()
948 pCurrentNd->TryCharSetExpandToNum(*pCharSet); in lcl_InsAttr()
980 if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
983 history.InsertItems(*pCharSet, in lcl_InsAttr()
1009 if( pCharSet && pCharSet->Count() && !( nsSetAttrMode::SETATTR_DONTREPLACE & nFlags ) ) in lcl_InsAttr()
1012 ParaRstFmt aPara( pStt, pEnd, pHistory, 0, pCharSet ); in lcl_InsAttr()
1016 sal_Bool bCreateSwpHints = pCharSet && ( in lcl_InsAttr()
1017 SFX_ITEM_SET == pCharSet->GetItemState( RES_TXTATR_CHARFMT, sal_False ) || in lcl_InsAttr()
1018 SFX_ITEM_SET == pCharSet->GetItemState( RES_TXTATR_INETFMT, sal_False ) ); in lcl_InsAttr()
1032 if( pTNd && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
1039 pTNd->SetAttr( *pCharSet, 0, pTNd->GetTxt().Len(), nFlags ); in lcl_InsAttr()
1048 if( pTNd && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
1049 pTNd->SetAttr( *pCharSet, 0, pTNd->GetTxt().Len(), nFlags ); in lcl_InsAttr()
1063 if (bExpandCharToPara && pCharSet && pCharSet->Count() ==1) in lcl_InsAttr()
1077 pCurrentNd->TryCharSetExpandToNum(*pCharSet); in lcl_InsAttr()