Lines Matching refs:GetName

1386         BroadcastStyleOperation(pDel->GetName(), SFX_STYLE_FAMILY_CHAR,  in DelCharFmt()
1427 BroadcastStyleOperation(pFmt->GetName(), in DelFrmFmt()
1682 BroadcastStyleOperation(pDel->GetName(), SFX_STYLE_FAMILY_PARA, in DelTxtFmtColl()
1740 pNumRuleAtParagraph->GetName() ) in lcl_SetTxtFmtColl()
1832 if( ((SwFmt*)rFmtArr[n])->GetName().Equals( rFmt.GetName() )) in CopyFmt()
1844 SwFmt* pNewFmt = (this->*fnCopyFmt)( rFmt.GetName(), pParent, sal_False, sal_True ); in CopyFmt()
1880 SwTxtFmtColl* pNewColl = FindTxtFmtCollByName( rColl.GetName() ); in CopyTxtColl()
1893 pNewColl = new SwConditionTxtFmtColl( GetAttrPool(), rColl.GetName(), in CopyTxtColl()
1905 pNewColl = MakeTxtFmtColl( rColl.GetName(), pParent ); in CopyTxtColl()
1951 SwGrfFmtColl* pNewColl = FindGrfFmtCollByName( rColl.GetName() ); in CopyGrfColl()
1961 pNewColl = MakeGrfFmtColl( rColl.GetName(), pParent ); in CopyGrfColl()
1980 if( pDesc->GetName() == rName ) in lcl_FindPageDesc()
2001 if( 0 == FindFmtByName( rDestArr, pSrc->GetName() ) ) in CopyFmtArr()
2004 MakeCondTxtFmtColl( pSrc->GetName(), (SwTxtFmtColl*)&rDfltFmt ); in CopyFmtArr()
2007 (this->*fnCopyFmt)( pSrc->GetName(), &rDfltFmt, sal_False, sal_True ); in CopyFmtArr()
2019 pDest = FindFmtByName( rDestArr, pSrc->GetName() ); in CopyFmtArr()
2031 const String& rNm = aPageDesc.GetPageDesc()->GetName(); in CopyFmtArr()
2055 pSrc->DerivedFrom()->GetName() ) ); in CopyFmtArr()
2063 rDestArr, pSrcColl->GetNextTxtFmtColl().GetName() ) ); in CopyFmtArr()
2163 rSrcDesc.GetFollow()->GetName() ); in CopyPageDesc()
2167 sal_uInt16 nPos = MakePageDesc( rSrcDesc.GetFollow()->GetName() ); in CopyPageDesc()
2249 if( 0 == ::lcl_FindPageDesc( aPageDescs, pSrc->GetName() ) ) in ReplaceStyles()
2250 MakePageDesc( pSrc->GetName() ); in ReplaceStyles()
2257 CopyPageDesc( *pSrc, *::lcl_FindPageDesc( aPageDescs, pSrc->GetName() )); in ReplaceStyles()
2271 SwNumRule* pNew = FindNumRulePtr( rR.GetName()); in ReplaceStyles()
2275 MakeNumRule( rR.GetName(), &rR ); in ReplaceStyles()
2296 if( ((SwFmt*)rFmtArr[n])->GetName() == rName ) in FindFmtByName()
2450 SwRedlineExtraData_FmtColl aExtraData( rColl.GetName(), in SetTxtFmtCollByAutoFmt()
2569 pUndo = new SwUndoRenameCharFmt(rFmt.GetName(), sNewName, this); in RenameFmt()
2573 pUndo = new SwUndoRenameFmtColl(rFmt.GetName(), sNewName, this); in RenameFmt()
2577 pUndo = new SwUndoRenameFrmFmt(rFmt.GetName(), sNewName, this); in RenameFmt()
2634 if ( rDirectItem.GetValue() != rDoc.GetOutlineNumRule()->GetName() ) in HasOutlineStyleToBeWrittenAsNormalListStyle()