Home
last modified time | relevance | path

Searched refs:GetHorJustify (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx609 SvxCellHorJustify OFieldDescription::GetHorJustify() const in GetHorJustify() function in OFieldDescription
681 if ( GetHorJustify() != SVX_HOR_JUSTIFY_STANDARD && xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in copyColumnSettingsTo()
682 _rxColumn->setPropertyValue(PROPERTY_ALIGN,makeAny(dbaui::mapTextAllign(GetHorJustify()))); in copyColumnSettingsTo()
H A DTableRow.cxx156 _rStr << (sal_Int32)pFieldDesc->GetHorJustify(); in operator <<()
H A DTableController.cxx1237 … xColumn->setPropertyValue(PROPERTY_ALIGN,makeAny(dbaui::mapTextAllign(pField->GetHorJustify()))); in alterColumns()
/aoo4110/main/sc/source/core/tool/
H A Dautoform.cxx561 case ATTR_HOR_JUSTIFY: return &rField.GetHorJustify(); in GetItem()
657 && (rField1.GetHorJustify() == rField2.GetHorJustify()) in IsEqualData()
737 rItemSet.Put( rField.GetHorJustify() ); in FillToItemSet()
/aoo4110/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx120 SvxCellHorJustify GetHorJustify() const;
/aoo4110/main/sc/inc/
H A Dautoform.hxx141 const SvxHorJustifyItem& GetHorJustify() const { return aHorJustify; } in GetHorJustify() function in ScAutoFormatDataField
/aoo4110/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx698 SvxCellHorJustify rOldJustify = pActFieldDescr->GetHorJustify();
712 if(rOldJustify != pActFieldDescr->GetHorJustify())

Completed in 48 milliseconds