Searched refs:sHoriJust (Results 1 – 1 of 1) sorted by relevance
194 rtl::OUString sHoriJust( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLHJUS ) ); in getHorizontalAlignment() local195 if (!isAmbiguous(sHoriJust)) in getHorizontalAlignment()199 if ( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) in getHorizontalAlignment()489 rtl::OUString sHoriJust( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLHJUS ) ); in setIndentLevel() local490 if ( !( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) ) in setIndentLevel()493 mxPropertySet->setPropertyValue( sHoriJust, uno::makeAny( table::CellHoriJustify_LEFT) ) ; in setIndentLevel()
Completed in 12 milliseconds