Lines Matching refs:rStyle
1248 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() local
1249 if( rStyle.Len() && in SetItemSet()
1250 0 != ( pFindFmt = lcl_FindParaFmt( rDoc, rStyle, 0, sal_True ))) in SetItemSet()
1281 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() local
1282 if( rStyle.Len() && in SetItemSet()
1283 0 != ( pFindFmt = lcl_FindParaFmt( rDoc, rStyle, 0, sal_True ))) in SetItemSet()
2375 const String &rStyle, const String &rParent ) in SetParent() argument
2381 if( 0 != ( pFmt = lcl_FindCharFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
2386 if( 0 != ( pFmt = lcl_FindParaFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
2391 if( 0 != ( pFmt = lcl_FindFrmFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
2415 mxStyleSheet->PresetName( rStyle ); in SetParent()