Home
last modified time | relevance | path

Searched refs:FM_PROP_NAME (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/svx/source/form/
H A Dfmpgeimp.cxx449 xFormProps->setPropertyValue( FM_PROP_NAME, makeAny( sName ) ); in getDefaultForm()
547 xFormProps->setPropertyValue( FM_PROP_NAME, makeAny( sName ) ); in findPlaceInFormComponentHierarchy()
590 xDSProps->getPropertyValue(FM_PROP_NAME) >>= sLookupName; in findFormForDataSource()
611 xDSProps->getPropertyValue(FM_PROP_NAME) >>= sFormDataSourceName; in findFormForDataSource()
672 sName = ::comphelper::getString( xSet->getPropertyValue( FM_PROP_NAME ) ); in setUniqueName()
687 xSet->setPropertyValue(FM_PROP_NAME, makeAny(sDefaultName)); in setUniqueName()
H A Dnavigatortreemodel.cxx88 if( evt.PropertyName != FM_PROP_NAME ) return; in propertyChange()
370 xSet->addPropertyChangeListener( FM_PROP_NAME, m_pPropChangeList ); in Insert()
514 xSet->removePropertyChangeListener( FM_PROP_NAME, m_pPropChangeList ); in RemoveForm()
534 xSet->removePropertyChangeListener( FM_PROP_NAME, m_pPropChangeList); in RemoveFormComponent()
1043 xSet->setPropertyValue( FM_PROP_NAME, makeAny(rNewText) ); in Rename()
H A Dfmexpl.cxx345 … ::rtl::OUString aEntryName(::comphelper::getString(xSet->getPropertyValue( FM_PROP_NAME ))); in FmFormData()
411 … ::rtl::OUString aEntryName = ::comphelper::getString(xSet->getPropertyValue( FM_PROP_NAME )); in FmControlData()
413 SetText( ::comphelper::getString(xSet->getPropertyValue( FM_PROP_NAME ))); in FmControlData()
H A Dfmvwimp.cxx1526 aFieldName = Any(_rxField->getPropertyValue(FM_PROP_NAME)); in createControlLabelPair()
1576 … xLabelModel->setPropertyValue( FM_PROP_NAME, makeAny( ::rtl::OUString( sObjectLabel ) ) ); in createControlLabelPair()
1629 xControlSet->setPropertyValue( FM_PROP_NAME, aFieldName ); in createControlLabelPair()
H A Dfmundo.cxx1299 …DBG_ASSERT( ::comphelper::hasProperty(FM_PROP_NAME, xCurrentAsSet ), "FmUndoModelReplaceAction::Un… in Undo()
1302 xCurrentAsSet->getPropertyValue( FM_PROP_NAME ) >>= sName; in Undo()
H A Dformcontrolfactory.cxx480 … OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_NAME ) >>= sInitialLabel ); in initializeControlModel()
H A Dnavigatortree.cxx1115 …lCurrentProps[j].Attributes & PropertyAttribute::READONLY) == 0) && (sCurrentProp != FM_PROP_NAME)) in implExecuteDataTransfer()
1474 xPropertySet->setPropertyValue( FM_PROP_NAME, makeAny(aName) ); in NewForm()
H A Dformcontroller.cxx293 OSL_VERIFY( xColumnProps->getPropertyValue( FM_PROP_NAME ) >>= aColInfo.sName ); in ColumnInfoCache()
466 {xField->getPropertyValue(FM_PROP_NAME) >>= aFieldName;} in FmFieldInfo()
4000 xParam->getPropertyValue(FM_PROP_NAME) >>= sName; in approveParameter()
H A Dfiltnav.cxx645 OSL_VERIFY( xFormProperties->getPropertyValue( FM_PROP_NAME ) >>= aName ); in Update()
/aoo4110/main/toolkit/source/helper/
H A Dformpdfexport.cxx68 static const ::rtl::OUString FM_PROP_NAME(RTL_CONSTASCII_USTRINGPARAM("Name")); variable
185 OSL_VERIFY( _rxRadioModel->getPropertyValue( FM_PROP_NAME ) >>= sRadioGroupName ); in determineRadioGroupId()
311 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_NAME ) >>= _rpDescriptor->Name ); in describePDFControl()
/aoo4110/main/svx/source/fmcomp/
H A Dfmgridcl.cxx590 xSecondCol->setPropertyValue(FM_PROP_NAME, makeAny(::rtl::OUString(sRealName)));
592 xCol->setPropertyValue(FM_PROP_NAME, makeAny(::rtl::OUString(sRealName)));
596 xCol->setPropertyValue(FM_PROP_NAME, makeAny(sFieldName));
961 xNewCol->setPropertyValue( FM_PROP_NAME, makeAny( sLabel ) ); in PostExecuteColumnContextMenu()
1973 xProp->getPropertyValue(FM_PROP_NAME) >>= sRetText; in GetAccessibleObjectName()
H A Dfmgridif.cxx2140 if ( 0 == _rPropertyName.compareTo( FM_PROP_NAME ) ) in getProperty()
H A Dgridcell.cxx3071 xField->getPropertyValue(FM_PROP_NAME) >>= aName; in Update()
/aoo4110/main/extensions/source/bibliography/
H A Dbibmod.cxx108 STATIC_USTRING(FM_PROP_NAME,C2U("Name"));
H A Dbibprop.hrc27 extern rtl::OUString FM_PROP_NAME;
H A Ddatman.cxx1529 xPropSet->setPropertyValue( FM_PROP_NAME,aFieldName); in loadControlModel()
/aoo4110/main/svx/source/inc/
H A Dfmprop.hrc33 #define FM_PROP_NAME rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) )

Completed in 284 milliseconds