Home
last modified time | relevance | path

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

12

/AOO42X/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.cxx884 if(xColumn->getPropertySetInfo()->hasPropertyByName(PROPERTY_ALIGN)) in loadData()
885 xColumn->getPropertyValue(PROPERTY_ALIGN) >>= nAlign; in loadData()
1234 if(xInfo->hasPropertyByName(PROPERTY_ALIGN)) in alterColumns()
1235 … xColumn->setPropertyValue(PROPERTY_ALIGN,makeAny(dbaui::mapTextAllign(pField->GetHorJustify()))); in alterColumns()
/AOO42X/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()
/AOO42X/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx830 Any aColAlign( xColumn->getPropertyValue( PROPERTY_ALIGN ) ); in InitializeGridModel()
833 aInitialValues.push_back( NamedValue( PROPERTY_ALIGN, aAlign ) ); in InitializeGridModel()
930 else if (evt.PropertyName.equals(PROPERTY_ALIGN)) in propertyChange()
941 xProp->setPropertyValue(PROPERTY_ALIGN,makeAny(sal_Int32(nAlign))); in propertyChange()
943 xProp->setPropertyValue(PROPERTY_ALIGN,evt.NewValue); in propertyChange()
946 … xProp->setPropertyValue(PROPERTY_ALIGN,makeAny(::com::sun::star::awt::TextAlign::LEFT)); in propertyChange()
1659 SafeAddPropertyListener(xCol, PROPERTY_ALIGN, static_cast<XPropertyChangeListener*>(this)); in AddColumnListener()
1669 SafeRemovePropertyListener(xCol, PROPERTY_ALIGN, static_cast<XPropertyChangeListener*>(this)); in RemoveColumnListener()
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DPropertyNames.java49 public static String PROPERTY_ALIGN = "Align"; field in PropertyNames
/AOO42X/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.cxx1131 if ( m_xInfo.is() && m_xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in createElement()
1134 xPropSet->setPropertyValue(PROPERTY_ALIGN,aValue); in createElement()
/AOO42X/main/dbaccess/source/filter/xml/
H A DxmlHelper.cxx166 …MAP_CONST_CELL( PROPERTY_ALIGN, XML_NAMESPACE_FO, XML_TEXT_ALIGN, XM… in GetCellStylesPropertySetMapper()
/AOO42X/main/reportdesign/source/shared/
H A Dstringconstants.cxx102 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ALIGN , "Align");
/AOO42X/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");
/AOO42X/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()
/AOO42X/main/reportdesign/source/inc/
H A Dstringconstants.hrc245 DECLARE_CONSTASCII_USTRING(PROPERTY_ALIGN );
/AOO42X/main/forms/source/inc/
H A Dfrm_strings.hxx149 FORMS_CONSTASCII_STRING( PROPERTY_ALIGN, "Align" );
/AOO42X/main/reportdesign/source/ui/inspection/
H A Dmetadata.cxx296 PROPERTY_ALIGN, in getExcludeProperties()
/AOO42X/main/dbaccess/source/inc/
H A Dstringconstants.hrc264 DECLARE_CONSTASCII_USTRING(PROPERTY_ALIGN);
H A Dstringconstants.inc108 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ALIGN, "Align");
/AOO42X/main/forms/source/component/
H A DColumns.cxx324 aForbiddenProperties.insert( PROPERTY_ALIGN ); in clearAggregateProperties()
/AOO42X/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()

12