Home
last modified time | relevance | path

Searched refs:PROPERTY_ALIGN (Results 1 – 25 of 26) sorted by relevance

12

/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx189 if(xPropSetInfo->hasPropertyByName(PROPERTY_ALIGN)) in OFieldDescription()
191 const Any aValue = xAffectedCol->getPropertyValue(PROPERTY_ALIGN); in OFieldDescription()
466 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ALIGN) ) in SetHorJustify()
467 m_xDest->setPropertyValue(PROPERTY_ALIGN,makeAny( dbaui::mapTextAllign(_rHorJustify))); in SetHorJustify()
611 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_ALIGN) ) in GetHorJustify()
612 return ::dbaui::mapTextJustify(::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_ALIGN))); in GetHorJustify()
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 DTableController.cxx886 if(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_ALIGN)) in loadData()
887 xColumn->getPropertyValue(PROPERTY_ALIGN) >>= nAlign; in loadData()
1236 if(xInfo->hasPropertyByName(PROPERTY_ALIGN)) in alterColumns()
1237 … xColumn->setPropertyValue(PROPERTY_ALIGN,makeAny(dbaui::mapTextAllign(pField->GetHorJustify()))); in alterColumns()
/aoo4110/main/dbaccess/source/core/api/
H A Dcolumnsettings.cxx88 …_rPropertyContainer.registerMayBeVoidProperty( PROPERTY_ALIGN, PROPERTY_ID_ALIGN, nMayBeVoidAttr, … in registerProperties()
153 { PROPERTY_ALIGN, PROPERTY_ID_ALIGN }, in hasDefaultSettings()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx829 Any aColAlign( xColumn->getPropertyValue( PROPERTY_ALIGN ) ); in InitializeGridModel()
832 aInitialValues.push_back( NamedValue( PROPERTY_ALIGN, aAlign ) ); in InitializeGridModel()
929 else if (evt.PropertyName.equals(PROPERTY_ALIGN)) in propertyChange()
940 xProp->setPropertyValue(PROPERTY_ALIGN,makeAny(sal_Int32(nAlign))); in propertyChange()
942 xProp->setPropertyValue(PROPERTY_ALIGN,evt.NewValue); in propertyChange()
945 xProp->setPropertyValue(PROPERTY_ALIGN,makeAny(::com::sun::star::awt::TextAlign::LEFT)); in propertyChange()
1658 SafeAddPropertyListener(xCol, PROPERTY_ALIGN, static_cast<XPropertyChangeListener*>(this)); in AddColumnListener()
1668 SafeRemovePropertyListener(xCol, PROPERTY_ALIGN, static_cast<XPropertyChangeListener*>(this)); in RemoveColumnListener()
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java585 …curLabelControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_ALIGN, new Short((short) com.… in insertLabel()
589 …curLabelControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_ALIGN, new Short((short) _iAl… in insertLabel()
H A DUIControlArranger.java221 …LabelControls[n].xPropertySet.setPropertyValue(PropertyNames.PROPERTY_ALIGN, new Short(iAlignValue… in alignLabelControls()
/aoo4110/main/reportdesign/source/core/sdr/
H A DRptObject.cxx271 …TPropertyNamePair::value_type(PROPERTY_PARAADJUST,TPropertyConverter(PROPERTY_ALIGN,aParaAdjust))); in getPropertyNameMap()
292 …TPropertyNamePair::value_type(PROPERTY_PARAADJUST,TPropertyConverter(PROPERTY_ALIGN,aParaAdjust))); in getPropertyNameMap()
304 …TPropertyNamePair::value_type(PROPERTY_PARAADJUST,TPropertyConverter(PROPERTY_ALIGN,aNoConverter))… in getPropertyNameMap()
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DPropertyNames.java49 public static String PROPERTY_ALIGN = "Align"; field in PropertyNames
/aoo4110/main/xmloff/source/forms/
H A Dcontrolpropertymap.cxx56 …MAP_CONST_P( PROPERTY_ALIGN, XML_NAMESPACE_FO, XML_TEXT_ALIGN, XML_TYPE… in getControlStylePropertyMap_Access()
H A Dstrings.hxx175 XMLFORM_CONSTASCII_STRING( PROPERTY_ALIGN, "Align");
H A Delementimport.cxx1130 if ( m_xInfo.is() && m_xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in createElement()
1133 xPropSet->setPropertyValue(PROPERTY_ALIGN,aValue); in createElement()
/aoo4110/main/reportdesign/source/shared/
H A Dstringconstants.cxx102 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ALIGN , "Align");
/aoo4110/main/dbaccess/source/filter/xml/
H A DxmlHelper.cxx166 …MAP_CONST_CELL( PROPERTY_ALIGN, XML_NAMESPACE_FO, XML_TEXT_ALIGN, XML_TYPE_TEXT_AL… in GetCellStylesPropertySetMapper()
/aoo4110/main/extensions/source/propctrlr/
H A Deditpropertyhandler.cxx290 … _rxInspectorUI->enablePropertyUI( PROPERTY_ALIGN, nTextType != TEXTTYPE_RICHTEXT ); in actuatingPropertyChanged()
H A Dformstrings.hxx85 PCR_CONSTASCII_STRING( PROPERTY_ALIGN, "Align");
/aoo4110/main/forms/source/inc/
H A Dfrm_strings.hxx149 FORMS_CONSTASCII_STRING( PROPERTY_ALIGN, "Align" );
/aoo4110/main/reportdesign/source/inc/
H A Dstringconstants.hrc245 DECLARE_CONSTASCII_USTRING(PROPERTY_ALIGN );
/aoo4110/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx542 xColumn->getPropertyValue(PROPERTY_ALIGN) >>= nAlign; in Write()
946 xColumn->getPropertyValue(PROPERTY_ALIGN) >>= nAlign; in WriteTables()
H A DUITools.cxx1082 Any aAlignment = xAffectedCol->getPropertyValue(PROPERTY_ALIGN); in callColumnFormatDialog()
1092 …xAffectedCol->setPropertyValue(PROPERTY_ALIGN, makeAny((sal_Int16)dbaui::mapTextAllign(eJustify))); in callColumnFormatDialog()
/aoo4110/main/reportdesign/source/ui/inspection/
H A Dmetadata.cxx296 PROPERTY_ALIGN, in getExcludeProperties()
/aoo4110/main/dbaccess/source/inc/
H A Dstringconstants.hrc264 DECLARE_CONSTASCII_USTRING(PROPERTY_ALIGN);
H A Dstringconstants.inc108 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ALIGN, "Align");
/aoo4110/main/forms/source/component/
H A DColumns.cxx324 aForbiddenProperties.insert( PROPERTY_ALIGN ); in clearAggregateProperties()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java198 …Helper.setUnoPropertyValue(getModel(lblCounter), PropertyNames.PROPERTY_ALIGN, new Short((short) 1… in create()
H A DImageList.java289 …Helper.setUnoPropertyValue(getModel(lblCounter), PropertyNames.PROPERTY_ALIGN, new Short((short) 1… in create()

Completed in 139 milliseconds

12