Lines Matching refs:xAttribs
48 const Reference< XFastAttributeList >& xAttribs, in TextParagraphPropertiesContext()
57 AttributeList attribs( xAttribs ); in TextParagraphPropertiesContext()
62 if ( xAttribs->hasAttribute( XML_algn ) ) in TextParagraphPropertiesContext()
64 sal_Int32 nAlign = xAttribs->getOptionalValueToken( XML_algn, XML_l ); in TextParagraphPropertiesContext()
77 if ( xAttribs->hasAttribute( XML_latinLnBrk ) ) in TextParagraphPropertiesContext()
88 if ( xAttribs->hasAttribute( XML_hangingPunct ) ) in TextParagraphPropertiesContext()
95 if ( xAttribs->hasAttribute( XML_indent ) ) in TextParagraphPropertiesContext()
97 sValue = xAttribs->getOptionalValue( XML_indent ); in TextParagraphPropertiesContext()
118 if ( xAttribs->hasAttribute( XML_marL ) ) in TextParagraphPropertiesContext()
120 sValue = xAttribs->getOptionalValue( XML_marL ); in TextParagraphPropertiesContext()
125 if ( xAttribs->hasAttribute( XML_marR ) ) in TextParagraphPropertiesContext()
127 sValue = xAttribs->getOptionalValue( XML_marR ); in TextParagraphPropertiesContext()
132 if ( xAttribs->hasAttribute( XML_rtl ) ) in TextParagraphPropertiesContext()