Home
last modified time | relevance | path

Searched refs:FM_PROP_LABEL (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx172 if ( !xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in lcl_getUniqueLabel_nothrow()
176 OSL_VERIFY( xElement->getPropertyValue( FM_PROP_LABEL ) >>= sElementLabel ); in lcl_getUniqueLabel_nothrow()
473 if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in initializeControlModel()
476 OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_LABEL ) >>= sExistingLabel ); in initializeControlModel()
496 FM_PROP_LABEL, in initializeControlModel()
H A Dfmvwimp.cxx1464 xControlSet->setPropertyValue(FM_PROP_LABEL, makeAny(::rtl::OUString(_rDesc.szName))); in implCreateXFormsControl()
1568 if ( _rxField.is() && _rxField->getPropertySetInfo()->hasPropertyByName(FM_PROP_LABEL) ) in createControlLabelPair()
1569 _rxField->getPropertyValue(FM_PROP_LABEL) >>= sLabel; in createControlLabelPair()
1573 xLabelModel->setPropertyValue( FM_PROP_LABEL, makeAny( sLabel + _rFieldPostfix ) ); in createControlLabelPair()
1633 if ( xControlPropInfo->hasPropertyByName( FM_PROP_LABEL ) ) in createControlLabelPair()
1634 xControlSet->setPropertyValue( FM_PROP_LABEL, makeAny( sFieldName + _rFieldPostfix ) ); in createControlLabelPair()
H A Dtabwin.cxx122 if ( xColumn->getPropertySetInfo()->hasPropertyByName(FM_PROP_LABEL) ) in lcl_addToList()
123 xColumn->getPropertyValue(FM_PROP_LABEL) >>= sLabel; in lcl_addToList()
H A Dfmtools.cxx237 if (xLabelSet.is() && ::comphelper::hasProperty(FM_PROP_LABEL, xLabelSet)) in getLabelName()
239 Any aLabel( xLabelSet->getPropertyValue(FM_PROP_LABEL) ); in getLabelName()
H A Dfmshimp.cxx1635 … strActiveField = ::comphelper::getString(xCurrentCol->getPropertyValue(FM_PROP_LABEL)).getStr(); in ExecuteSearch()
2518 …isplayNames += ::comphelper::getString(xCurrentColModel->getPropertyValue(FM_PROP_LABEL)).getStr(); in IMPL_LINK()
3433 …rray()[nNewSizeC - 1] = ::comphelper::getString(xCurrentModelSet->getPropertyValue(FM_PROP_LABEL)); in CreateExternalView()
3512 pColumnProps->Name = FM_PROP_LABEL; in CreateExternalView()
3529 if (pProps->Name.equals(FM_PROP_LABEL)) in CreateExternalView()
3570 pListBoxDescription->Name = FM_PROP_LABEL; in CreateExternalView()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx555 … xCol->setPropertyValue(FM_PROP_LABEL, makeAny( ::rtl::OUString( sFieldName + sTimePostfix ) ) );
558 …xSecondCol->setPropertyValue(FM_PROP_LABEL, makeAny( ::rtl::OUString( sFieldName + sDatePostfix ) …
561 xCol->setPropertyValue(FM_PROP_LABEL, makeAny(sFieldName));
759 aName = xCurCol->getPropertyValue(FM_PROP_LABEL); in PreExecuteColumnContextMenu()
960 xNewCol->setPropertyValue( FM_PROP_LABEL, makeAny( sLabel ) ); in PostExecuteColumnContextMenu()
1651 aName = ::comphelper::getString( xCol->getPropertyValue(FM_PROP_LABEL)).getStr(); in InitColumnsByModels()
1981 FM_PROP_LABEL); in GetAccessibleObjectName()
H A Dfmgridif.cxx1501 if (evt.PropertyName == FM_PROP_LABEL) in propertyChange()
1688 FM_PROP_LABEL, FM_PROP_WIDTH, FM_PROP_HIDDEN, FM_PROP_ALIGN, FM_PROP_FORMATKEY in addColumnListeners()
1715 FM_PROP_LABEL, FM_PROP_WIDTH, FM_PROP_HIDDEN, FM_PROP_ALIGN, FM_PROP_FORMATKEY in removeColumnListeners()
1822 String aName = ::comphelper::getString(xNewColumn->getPropertyValue(FM_PROP_LABEL)); in elementInserted()
1866 String aName = ::comphelper::getString(xNewColumn->getPropertyValue(FM_PROP_LABEL)); in elementReplaced()
H A Dgridctrl.cxx3594 pColumn->getModel()->getPropertyValue(FM_PROP_LABEL) >>= aName; in ShowColumn()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx72 static const ::rtl::OUString FM_PROP_LABEL(RTL_CONSTASCII_USTRINGPARAM("Label")); variable
316 else if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in describePDFControl()
317 aText = xModelProps->getPropertyValue( FM_PROP_LABEL ); in describePDFControl()
/trunk/main/extensions/source/bibliography/
H A Dbibmod.cxx106 STATIC_USTRING(FM_PROP_LABEL,C2U("Label"));
H A Dbibprop.hrc26 extern rtl::OUString FM_PROP_LABEL;
H A Ddatman.cxx910 xCurrentCol->setPropertyValue(FM_PROP_LABEL, aColName); in InsertFields()
/trunk/main/svx/source/inc/
H A Dfmprop.hrc44 #define FM_PROP_LABEL rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" ) )

Completed in 131 milliseconds