Lines Matching refs:mxStyle
361 aAny >>= mxStyle; in CreateAndInsert()
365 mxStyle = Create(); in CreateAndInsert()
366 if( !mxStyle.is() ) in CreateAndInsert()
370 aAny <<= mxStyle; in CreateAndInsert()
375 Reference < XPropertySet > xPropSet( mxStyle, UNO_QUERY ); in CreateAndInsert()
434 if (mxStyle.is()) in CreateAndInsert()
435 mxStyle->setParentStyle(OUString()); in CreateAndInsert()
448 if( mxStyle.is() && (IsNew() || bOverwrite) ) in Finish()
464 if( sParent != mxStyle->getParentStyle() ) in Finish()
471 mxStyle->setParentStyle( sParent ); in Finish()
486 aSequence[0] = mxStyle->getName(); in Finish()
500 sFollow = mxStyle->getName(); in Finish()
502 Reference < XPropertySet > xPropSet( mxStyle, UNO_QUERY ); in Finish()