Lines Matching refs:rStyle
1182 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() local
1183 if( rStyle.Len() && in SetItemSet()
1184 0 != ( pFindFmt = lcl_FindParaFmt( rDoc, rStyle, 0, sal_True ))) in SetItemSet()
1215 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() local
1216 if( rStyle.Len() && in SetItemSet()
1217 0 != ( pFindFmt = lcl_FindParaFmt( rDoc, rStyle, 0, sal_True ))) in SetItemSet()
2301 const String &rStyle, const String &rParent ) in SetParent() argument
2307 if( 0 != ( pFmt = lcl_FindCharFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
2312 if( 0 != ( pFmt = lcl_FindParaFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
2317 if( 0 != ( pFmt = lcl_FindFrmFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
2341 mxStyleSheet->PresetName( rStyle ); in SetParent()