Searched refs:aParaAdjust (Results 1 – 2 of 2) sorted by relevance
53 style::ParagraphAdjust aParaAdjust = style::ParagraphAdjust_LEFT; in getAlignment() local54 …ps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaAdjust") ) ) >>= aParaAdjust; in getAlignment()55 return getMSWordAlignment( aParaAdjust ); in getAlignment()60 style::ParagraphAdjust aParaAdjust = ( style::ParagraphAdjust ) getOOoAlignment( _alignment ); in setAlignment() local61 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaAdjust") ), uno::makeAny( aParaAdjust ) ); in setAlignment()
270 ::boost::shared_ptr<AnyConverter> aParaAdjust(new ParaAdjust()); in getPropertyNameMap()271 …TPropertyNamePair::value_type(PROPERTY_PARAADJUST,TPropertyConverter(PROPERTY_ALIGN,aParaAdjust))); in getPropertyNameMap()291 ::boost::shared_ptr<AnyConverter> aParaAdjust(new ParaAdjust()); in getPropertyNameMap()292 …TPropertyNamePair::value_type(PROPERTY_PARAADJUST,TPropertyConverter(PROPERTY_ALIGN,aParaAdjust))); in getPropertyNameMap()
Completed in 82 milliseconds