Lines Matching refs:rName

125 							const String& rName,  in lcl_FindCharFmt()  argument
130 if( rName.Len() ) in lcl_FindCharFmt()
132 pFmt = rDoc.FindCharFmtByName( rName ); in lcl_FindCharFmt()
133 if( !pFmt && rName == *SwStyleNameMapper::GetTextUINameArray()[ RES_POOLCOLL_STANDARD - in lcl_FindCharFmt()
142 …const sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_PO… in lcl_FindCharFmt()
171 const String& rName, in lcl_FindParaFmt() argument
177 if( rName.Len() ) in lcl_FindParaFmt()
179 pColl = rDoc.FindTxtFmtCollByName( rName ); in lcl_FindParaFmt()
182 …const sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_PO… in lcl_FindParaFmt()
214 const String& rName, in lcl_FindFrmFmt() argument
219 if( rName.Len() ) in lcl_FindFrmFmt()
221 pFmt = rDoc.FindFrmFmtByName( rName ); in lcl_FindFrmFmt()
224 …const sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_PO… in lcl_FindFrmFmt()
252 const String& rName, in lcl_FindPageDesc() argument
258 if( rName.Len() ) in lcl_FindPageDesc()
260 pDesc = rDoc.FindPageDescByName( rName ); in lcl_FindPageDesc()
263 …sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_POOLID_P… in lcl_FindPageDesc()
286 const String& rName, in lcl_FindNumRule() argument
292 if( rName.Len() ) in lcl_FindNumRule()
294 pRule = rDoc.FindNumRulePtr( rName ); in lcl_FindNumRule()
297 …sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_POOLID_N… in lcl_FindNumRule()
318 const String& rName ) in lcl_FindName() argument
333 sSrch += rName; in lcl_FindName()
341 sal_Bool FindPhyStyle( SwDoc& rDoc, const String& rName, SfxStyleFamily eFam ) in FindPhyStyle() argument
346 return 0 != lcl_FindCharFmt( rDoc, rName, 0, sal_False ); in FindPhyStyle()
348 return 0 != lcl_FindParaFmt( rDoc, rName, 0, sal_False ); in FindPhyStyle()
350 return 0 != lcl_FindFrmFmt( rDoc, rName, 0, sal_False ); in FindPhyStyle()
352 return 0 != lcl_FindPageDesc( rDoc, rName, 0, sal_False ); in FindPhyStyle()
354 return 0 != lcl_FindNumRule( rDoc, rName, 0, sal_False ); in FindPhyStyle()
399 const String& rName, in SwDocStyleSheet() argument
404 SfxStyleSheetBase( rName, _rPool, eFam, _nMask ), in SwDocStyleSheet()
1939 void SwDocStyleSheet::PresetNameAndFamily(const String& rName) in PresetNameAndFamily() argument
1941 switch( rName.GetChar(0) ) in PresetNameAndFamily()
1949 aName = rName; in PresetNameAndFamily()
2175 const String& rName, in Make() argument
2180 mxStyleSheet->PresetName(rName); in Make()
2323 const String& rName = pStyle->GetName(); in Remove() local
2328 SwCharFmt* pFmt = lcl_FindCharFmt(rDoc, rName, 0, sal_False ); in Remove()
2335 SwTxtFmtColl* pColl = lcl_FindParaFmt(rDoc, rName, 0, sal_False ); in Remove()
2342 SwFrmFmt* pFmt = lcl_FindFrmFmt(rDoc, rName, 0, sal_False ); in Remove()
2350 if( rDoc.FindPageDescByName( rName, &nPos )) in Remove()
2357 if( !rDoc.DelNumRule( rName ) ) in Remove()
2431 SfxStyleSheetBase* SwDocStyleSheetPool::Find( const String& rName, in Find() argument
2452 mxStyleSheet->PresetName( rName ); in Find()
2899 SfxStyleSheetBase* SwStyleSheetIterator::Find( const UniString& rName ) in Find() argument
2905 nLastPos = lcl_FindName( aLst, nSearchFamily, rName ); in Find()