Lines Matching refs:sParent
212 OUString sParent( GetParentName() ); in CreateAndInsert() local
213 if( sParent.getLength() ) in CreateAndInsert()
214 sParent = GetImport().GetStyleDisplayName( GetFamily(), sParent ); in CreateAndInsert()
216 sParent = rtl::OUString::createFromAscii("Standard"); in CreateAndInsert()
217 pProps->Value <<= sParent; in CreateAndInsert()
220 pProps->Value <<= sParent; in CreateAndInsert()
357 OUString sParent( GetParentName() ); in Finish() local
358 if( sParent.getLength() ) in Finish()
359 sParent = GetImport().GetStyleDisplayName( GetFamily(), sParent ); in Finish()
360 if( sParent.getLength() && !xFamilies->hasByName( sParent ) ) in Finish()
361 sParent = OUString(); in Finish()
363 if( sParent != mxStyle->getParentStyle() ) in Finish()
370 mxStyle->setParentStyle( sParent ); in Finish()
386 aSequence[1] = sParent; in Finish()