Searched refs:SetHorJustify (Results 1 – 7 of 7) sorted by relevance
193 SetHorJustify( ::dbaui::mapTextJustify(::comphelper::getINT32(aValue))); in OFieldDescription()462 void OFieldDescription::SetHorJustify(const SvxCellHorJustify& _rHorJustify) in SetHorJustify() function in OFieldDescription
216 pFieldDesc->SetHorJustify((SvxCellHorJustify)nValue); in operator >>()
909 pActFieldDescr->SetHorJustify(dbaui::mapTextJustify(nAlign)); in loadData()
97 void SetHorJustify(const SvxCellHorJustify& _rHorJustify);
173 void SetHorJustify( const SvxHorJustifyItem& rHorJustify ) { aHorJustify = rHorJustify; } in SetHorJustify() function in ScAutoFormatDataField
599 case ATTR_HOR_JUSTIFY: rField.SetHorJustify( (const SvxHorJustifyItem&)rItem ); break; in PutItem()780 rField.SetHorJustify ( (const SvxHorJustifyItem&) rItemSet.Get( ATTR_HOR_JUSTIFY ) ); in GetFromItemSet()
714 pActFieldDescr->SetHorJustify( rOldJustify );
Completed in 241 milliseconds