/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1540 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in SetAttr() 1541 aNew( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ); in SetAttr() 1615 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in SetAttr() 1633 if( !GetpSwAttrSet() ) in ResetAttr() 1664 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in ResetAttr() 1665 aNew( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ); in ResetAttr() 1681 if( !GetpSwAttrSet() ) in ResetAttr() 1724 if( !GetpSwAttrSet() ) in ResetAllAttr() 1744 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in ResetAllAttr() 1745 aNew( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ); in ResetAllAttr() [all …]
|
H A D | ndcopy.cxx | 269 SwAttrSet aSet( *pCpyAttrNd->GetpSwAttrSet() ); in MakeCopy() 537 if( 0 != ( pSet = rDestNd.GetpSwAttrSet() ) ) in CopyCollFmt() 549 if( 0 != ( pSet = GetpSwAttrSet() ) ) in CopyCollFmt() 1033 const SfxItemSet * pAttrSet = pDestTxtNd->GetpSwAttrSet(); in CopyImpl() 1182 const SfxItemSet* pAttrSet = pDestTxtNd->GetpSwAttrSet(); in CopyImpl() 1244 aBrkSet.Put( *pDestTxtNd->GetpSwAttrSet() ); in CopyImpl()
|
H A D | ndtbl.cxx | 474 const SfxItemSet* pNdSet = pNextNd->GetpSwAttrSet(); in InsertTable() 481 pNdSet = pNextNd->GetpSwAttrSet(); in InsertTable() 980 const SfxItemSet* pSet = pTxtNd->GetpSwAttrSet(); in TextToTable() 992 pSet = pTxtNd->GetpSwAttrSet(); in TextToTable() 1357 const SwAttrSet* pSet = rTxtNode.GetpSwAttrSet(); in TextToTable() 1369 pSet = rTxtNode.GetpSwAttrSet(); in TextToTable()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 1634 aCharSet.Put( *GetpSwAttrSet() ); in CopyText() 1642 GetpSwAttrSet()->CopyToModify( *pDest ); in CopyText() 1678 aCharSet.Put( *GetpSwAttrSet() ); in CopyText() 1686 GetpSwAttrSet()->CopyToModify( *pDest ); in CopyText() 2199 aCharSet.Put( *GetpSwAttrSet() ); in CutImpl() 2205 GetpSwAttrSet()->CopyToModify( *pDest ); in CutImpl() 2620 pNewAttrSet = new SwAttrSet( *GetpSwAttrSet() ); in _MakeNewTxtNode() 2621 const SfxItemSet* pTmpSet = GetpSwAttrSet(); in _MakeNewTxtNode() 3887 return GetpSwAttrSet() && in HasAttrListLevel() 3992 return GetpSwAttrSet() && in HasAttrListRestartValue() [all …]
|
H A D | thints.cxx | 2518 if( HasSwAttrSet() && GetpSwAttrSet()->Count() ) in FmtToTxtAttr() 2519 aThisSet.Put( *GetpSwAttrSet() ); in FmtToTxtAttr() 2541 if( pNd->HasSwAttrSet() && pNd->GetpSwAttrSet()->Count() ) in FmtToTxtAttr() 2542 aNdSet.Put( *pNd->GetpSwAttrSet() ); in FmtToTxtAttr()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 715 rGrfNd.GetpSwAttrSet()); in WriteGrfFromGrfNode() 725 rGrfNd.GetpSwAttrSet()); in WriteGrfFromGrfNode() 759 rGrfNd.GetpSwAttrSet()); in WriteGrfFromGrfNode() 956 pNd->GetpSwAttrSet()); in WriteGraphicNode() 970 pNd->GetpSwAttrSet()); in WriteGraphicNode() 995 pNd->GetpSwAttrSet()); in WriteGraphicNode()
|
H A D | wrtw8nds.cxx | 2290 if ( !rNode.GetpSwAttrSet() || in OutputTextNode() 2291 SFX_ITEM_SET != rNode.GetpSwAttrSet()->GetItemState(RES_BREAK, false) ) in OutputTextNode() 2370 const SfxItemSet* pNewSet = pTmpSet ? pTmpSet : rNode.GetpSwAttrSet(); in OutputTextNode() 2384 if( pNewSet != rNode.GetpSwAttrSet() ) in OutputTextNode()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unmove.cxx | 64 pHistory->CopyFmtAttr( *pTxtNd->GetpSwAttrSet(), nSttNode ); in SwUndoMove() 75 pHistory->CopyFmtAttr( *pEndTxtNd->GetpSwAttrSet(), nEndNode ); in SwUndoMove() 88 pHistory->CopyFmtAttr( *pTxtNd->GetpSwAttrSet(), nMvDestNode ); in SwUndoMove()
|
H A D | undel.cxx | 206 if( SFX_ITEM_SET == pEndTxtNd->GetpSwAttrSet()->GetItemState( in SwUndoDelete() 210 SFX_ITEM_SET == pEndTxtNd->GetpSwAttrSet()->GetItemState( in SwUndoDelete() 383 pHistory->CopyFmtAttr( *pSttTxtNd->GetpSwAttrSet(), nNdIdx ); in SaveCntnt() 424 pHistory->CopyFmtAttr( *pEndTxtNd->GetpSwAttrSet(), nNdIdx ); in SaveCntnt()
|
H A D | unspnd.cxx | 97 const SfxItemSet* pNdSet = pTNd->GetpSwAttrSet(); in UndoImpl()
|
H A D | unins.cxx | 622 pHistory->CopyFmtAttr( *pNd->GetpSwAttrSet(), nNewPos ); in Impl() 630 pHistory->CopyFmtAttr( *pNext->GetpSwAttrSet(), nTmp ); in Impl()
|
H A D | untblk.cxx | 58 pHistory->CopyFmtAttr( *pTxtNd->GetpSwAttrSet(), nSttNode ); in SwUndoInserts()
|
H A D | untbl.cxx | 404 m_pHstry->CopyFmtAttr( *pNd->GetpSwAttrSet(), nNd ); in SwTblToTxtSave() 1375 pSet->Put( *pCNd->GetpSwAttrSet() ); in SaveCntntAttrs() 2224 pHistory->CopyFmtAttr( *pCNd->GetpSwAttrSet(), aIdx.GetIndex() ); in SaveCollection() 2253 pHistory->CopyFmtAttr( *pTNd->GetpSwAttrSet(), nNdPos ); in SwUndoTblNumFmt()
|
H A D | unsect.cxx | 106 aBrkSet.Put( *pCNd->GetpSwAttrSet() ); in SwUndoInsSection()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 289 if( pBox->GetSaveNumFmtColor() && pCNd->GetpSwAttrSet() ) in _InsTblBox() 291 SwAttrSet aAttrSet( *pCNd->GetpSwAttrSet() ); in _InsTblBox() 303 pCNd->GetpSwAttrSet(), in _InsTblBox() 2142 if( !pTNd->GetpSwAttrSet() || SFX_ITEM_SET != pTNd->GetpSwAttrSet()-> in ChgTextToNum() 2263 const SfxItemSet* pAttrSet = pTNd->GetpSwAttrSet(); in ChgNumToText()
|
/aoo42x/main/sw/inc/ |
H A D | node.hxx | 487 …inline const SwAttrSet *GetpSwAttrSet() const { return static_cast<const SwAttrSet*>(mpAttrSet.get… in GetpSwAttrSet() function in SwCntntNode 766 return mpAttrSet ? *GetpSwAttrSet() : GetAnyFmtColl().GetAttrSet(); in GetSwAttrSet()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 207 const SfxItemSet* pAttrSetOfNode = pNode->GetpSwAttrSet(); in lcl_RstAttr() 452 if( pTNd && pTNd->HasSwAttrSet() && pTNd->GetpSwAttrSet()->Count() ) in ResetAttrs() 473 if( pTNd && pTNd->HasSwAttrSet() && pTNd->GetpSwAttrSet()->Count() ) in ResetAttrs() 2454 SfxItemSet aTmp( *pTNd->GetpSwAttrSet() ); in SetTxtFmtCollByAutoFmt() 2458 if( SFX_ITEM_SET == pTNd->GetpSwAttrSet()->GetItemState( in SetTxtFmtCollByAutoFmt()
|
H A D | docedt.cxx | 1387 if( SFX_ITEM_SET == pTxtNd->GetpSwAttrSet()->GetItemState( in lcl_JoinText() 1391 SFX_ITEM_SET == pTxtNd->GetpSwAttrSet()->GetItemState( in lcl_JoinText() 1401 const SfxItemSet* pSet = pOldTxtNd->GetpSwAttrSet(); in lcl_JoinText() 1464 aTmpSet.Put( *pDelNd->GetpSwAttrSet() ); in lcl_JoinText() 2581 const SfxItemSet* pSet = ((SwCntntNode*)pNd)->GetpSwAttrSet(); in DelFullPara()
|
H A D | doctxm.cxx | 912 aBrkSet.Put( *pCNd->GetpSwAttrSet() ); in Update() 1070 pCNd->SetAttr( *pFirstEmptyNd->GetpSwAttrSet() ); in Update()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 170 if( pSrcNd && pDstNd && 0 != ( pSet = pSrcNd->GetpSwAttrSet() ) ) in lcl_CpyBreakAttrs() 197 SfxItemSet aSet( *pDstNd->GetpSwAttrSet() ); in lcl_CpyBreakAttrs() 415 aTmpSet.Put( *pSrcNd->GetpSwAttrSet() ); in SetFlysInDoc()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edfcol.cxx | 118 const SfxItemSet* pSet = pCnt->GetpSwAttrSet(); in FillByEx()
|
H A D | edfmt.cxx | 123 pCharFmt->SetFmtAttr( *pCNd->GetpSwAttrSet() ); in FillByEx()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlatr.cxx | 2204 const SfxItemSet* pItemSet = pNd->GetpSwAttrSet(); in OutHTML_SwTxtNode() 2295 const SfxItemSet *pItemSet = pNd->GetpSwAttrSet(); in OutHTML_SwTxtNode() 2334 const SfxItemSet* pItemSet = pNd->GetpSwAttrSet(); in OutHTML_SwTxtNode() 2389 OutHTML_SwFmt( rWrt, rFmt, pNd->GetpSwAttrSet(), aFmtInfo ); in OutHTML_SwTxtNode()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoparagraph.cxx | 843 const SwAttrSet* pAttrSet = rTxtNode.GetpSwAttrSet(); in GetPropertyValuesTolerant_Impl() 1051 (*ppSet) = rTxtNode.GetpSwAttrSet(); in lcl_SwXParagraph_getPropertyState()
|
/aoo42x/main/sw/source/core/text/ |
H A D | redlnitr.cxx | 66 pAttrSet = rTxtNode.GetpSwAttrSet(); in CtorInitAttrIter()
|