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()
592 pCharSet = pTmpCharItemSet; in lcl_InsAttr()
628 if ( pCharSet ) in lcl_InsAttr()
629 pCharFmt->SetFmtAttr(*pCharSet); in lcl_InsAttr()
818 if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
866 pTxtNd->RstTxtAttr( aSt, nPtPos, 0, pCharSet ); in lcl_InsAttr()
871 pTxtNd->RstTxtAttr( aSt, nPtPos, 0, pCharSet ); in lcl_InsAttr()
876 bRet = history.InsertItems( *pCharSet, nMkPos, nPtPos, nFlags ) in lcl_InsAttr()
905 if( pDoc->IsRedlineOn() && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
928 if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
931 bRet = history.InsertItems(*pCharSet, in lcl_InsAttr()
954 if (bExpandCharToPara && pCharSet && pCharSet->Count() ==1 ) in lcl_InsAttr()
960 pCurrentNd->TryCharSetExpandToNum(*pCharSet); in lcl_InsAttr()
992 if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
995 history.InsertItems(*pCharSet, in lcl_InsAttr()
1021 if( pCharSet && pCharSet->Count() && !( nsSetAttrMode::SETATTR_DONTREPLACE & nFlags ) ) in lcl_InsAttr()
1024 ParaRstFmt aPara( pStt, pEnd, pHistory, 0, pCharSet ); in lcl_InsAttr()
1028 sal_Bool bCreateSwpHints = pCharSet && ( in lcl_InsAttr()
1029 SFX_ITEM_SET == pCharSet->GetItemState( RES_TXTATR_CHARFMT, sal_False ) || in lcl_InsAttr()
1030 SFX_ITEM_SET == pCharSet->GetItemState( RES_TXTATR_INETFMT, sal_False ) ); in lcl_InsAttr()
1044 if( pTNd && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
1051 pTNd->SetAttr( *pCharSet, 0, pTNd->GetTxt().Len(), nFlags ); in lcl_InsAttr()
1060 if( pTNd && pCharSet && pCharSet->Count() ) in lcl_InsAttr()
1061 pTNd->SetAttr( *pCharSet, 0, pTNd->GetTxt().Len(), nFlags ); in lcl_InsAttr()
1075 if (bExpandCharToPara && pCharSet && pCharSet->Count() ==1) in lcl_InsAttr()
1089 pCurrentNd->TryCharSetExpandToNum(*pCharSet); in lcl_InsAttr()