Searched refs:GetHorJustify (Results 1 – 7 of 7) sorted by relevance
609 SvxCellHorJustify OFieldDescription::GetHorJustify() const in GetHorJustify() function in OFieldDescription681 if ( GetHorJustify() != SVX_HOR_JUSTIFY_STANDARD && xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in copyColumnSettingsTo()682 _rxColumn->setPropertyValue(PROPERTY_ALIGN,makeAny(dbaui::mapTextAllign(GetHorJustify()))); in copyColumnSettingsTo()
156 _rStr << (sal_Int32)pFieldDesc->GetHorJustify(); in operator <<()
1237 … xColumn->setPropertyValue(PROPERTY_ALIGN,makeAny(dbaui::mapTextAllign(pField->GetHorJustify()))); in alterColumns()
561 case ATTR_HOR_JUSTIFY: return &rField.GetHorJustify(); in GetItem()657 && (rField1.GetHorJustify() == rField2.GetHorJustify()) in IsEqualData()737 rItemSet.Put( rField.GetHorJustify() ); in FillToItemSet()
120 SvxCellHorJustify GetHorJustify() const;
141 const SvxHorJustifyItem& GetHorJustify() const { return aHorJustify; } in GetHorJustify() function in ScAutoFormatDataField
698 SvxCellHorJustify rOldJustify = pActFieldDescr->GetHorJustify();712 if(rOldJustify != pActFieldDescr->GetHorJustify())
Completed in 70 milliseconds