Lines Matching refs:aAlign
895 OUString aAlign( in importAlignProperty() local
898 if (aAlign.getLength()) in importAlignProperty()
901 if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("left") )) in importAlignProperty()
905 else if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("center") )) in importAlignProperty()
909 else if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("right") )) in importAlignProperty()
913 else if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("none") )) in importAlignProperty()
934 OUString aAlign( in importVerticalAlignProperty() local
937 if (aAlign.getLength()) in importVerticalAlignProperty()
941 if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("top") )) in importVerticalAlignProperty()
945 else if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("center") )) in importVerticalAlignProperty()
949 else if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bottom") )) in importVerticalAlignProperty()
970 OUString aAlign( in importImageAlignProperty() local
973 if (aAlign.getLength()) in importImageAlignProperty()
976 if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("left") )) in importImageAlignProperty()
980 else if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("top") )) in importImageAlignProperty()
984 else if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("right") )) in importImageAlignProperty()
988 else if (aAlign.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bottom") )) in importImageAlignProperty()