Home
last modified time | relevance | path

Searched refs:sPropertyName (Results 26 – 47 of 47) sorted by relevance

12

/aoo42x/main/svtools/source/uno/
H A Dunoiface.cxx1465 ::rtl::OUString sPropertyName = evt.PropertyName; in propertyChange()
1466 if ( sPropertyName.equals(::rtl::OUString::createFromAscii( "Enabled" ) ) ) in propertyChange()
1472 else if ( sPropertyName.equals(::rtl::OUString::createFromAscii( "Label" ) ) ) in propertyChange()
1478 else if ( sPropertyName.equals(::rtl::OUString::createFromAscii( "ID" ) ) ) in propertyChange()
/aoo42x/main/xmloff/source/forms/
H A Dformattributes.hxx245 ::rtl::OUString sPropertyName; // the property name
H A Dformattributes.cxx327 aAssignment.sPropertyName = _rPropertyName; in implAdd()
H A Dpropertyimport.cxx355 aNewValue.Name = pProperty->sPropertyName; in handleAttribute()
H A Delementimport.cxx1297 aNewValue.Name = pProperty->sPropertyName; in handleAttribute()
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshow.cxx118 const OUString sPropertyName( RTL_CONSTASCII_USTRINGPARAM( "DefaultDisplay" ) ); in GetDefaultDisplay() local
120 if (xMonProps->getPropertyValue( sPropertyName ) >>= nPrimaryIndex) in GetDefaultDisplay()
/aoo42x/main/xmloff/source/text/
H A DXMLSectionExport.hxx356 const ::rtl::OUString& sPropertyName,
H A DXMLSectionExport.cxx1616 const OUString& sPropertyName, in ExportBoolean() argument
1623 Any aAny = rPropSet->getPropertyValue(sPropertyName); in ExportBoolean()
H A Dtxtvfldi.cxx849 sPropertyName(RTL_CONSTASCII_USTRINGPARAM(sAPI_name)), in XMLVariableDeclImportContext()
/aoo42x/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1031 uno::Any SAL_CALL ScStyleFamilyObj::getPropertyValue( const ::rtl::OUString& sPropertyName ) throw … in getPropertyValue() argument
1035 if ( sPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DisplayName") ) ) in getPropertyValue()
1056 …:rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("unknown property: ") ) + sPropertyName, static_cast<O… in getPropertyValue()
/aoo42x/main/xmloff/inc/
H A Dtxtvfldi.hxx503 const ::rtl::OUString sPropertyName; member in XMLVariableDeclImportContext
H A Dtxtflde.hxx500 const ::rtl::OUString sPropertyName; member in XMLTextFieldExport
/aoo42x/main/reportdesign/source/ui/misc/
H A DUITools.cxx543 ::rtl::OUString sPropertyName; in lcl_itemsToCharProperties()
556 … lcl_pushBack( _out_rProperties, pItems[k].sPropertyName, uno::makeAny( aCharLocale ) ); in lcl_itemsToCharProperties()
/aoo42x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2266 String sPropertyName = pLine->m_aNameBox.GetText(); in GetCustomProperties() local
2267 if ( sPropertyName.Len() > 0 ) in GetCustomProperties()
2269 aPropertiesSeq[i].Name = sPropertyName; in GetCustomProperties()
/aoo42x/main/offapi/com/sun/star/embed/
H A DXOptimizedStorage.idl173 [in] string sPropertyName )
/aoo42x/main/sd/source/ui/dlg/
H A Ddlgass.cxx1792 ::rtl::OUString sPropertyName (aProperties[i].Name); in GetUiTextForCommand()
1793 if (sPropertyName.equalsAscii("Label")) in GetUiTextForCommand()
/aoo42x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx592 ::rtl::OUString sPropertyName = rPropNameSupplier.GetName(aBorderProperties[nProperty]); in lcl_MoveBorderPropertiesToFrame()
593 …pSequence.set(aBorderProperties[nProperty], xTextRangeProperties->getPropertyValue(sPropertyName)); in lcl_MoveBorderPropertiesToFrame()
595 … xTextRangeProperties->setPropertyValue( sPropertyName, uno::makeAny(table::BorderLine())); in lcl_MoveBorderPropertiesToFrame()
/aoo42x/main/sc/source/filter/excel/
H A Dxiescher.cxx484 const static rtl::OUString sPropertyName = rtl::OUString::createFromAscii("ControlTypeinMSO"); in CreateSdrObject() local
495 xPropSet->setPropertyValue(sPropertyName, aAny); in CreateSdrObject()
512 xPropSet->setPropertyValue(sPropertyName, aAny); in CreateSdrObject()
/aoo42x/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx3231 … ::rtl::OUString sPropertyName( impl_getPropertyNameFromId_nothrow( _nDesignForProperty ) ); in impl_doDesignSQLCommand_nothrow()
3232 …m_xBrowserUI->enablePropertyUIElements( sPropertyName, PropertyLineElement::PrimaryButton, sal_Tru… in impl_doDesignSQLCommand_nothrow()
/aoo42x/main/sw/source/core/unocore/
H A Dunostyle.cxx1023 uno::Any SAL_CALL SwXStyleFamily::getPropertyValue( const ::rtl::OUString& sPropertyName ) throw (b… in getPropertyValue() argument
1027 if ( sPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DisplayName") ) ) in getPropertyValue()
1054 …tion( OUString( RTL_CONSTASCII_USTRINGPARAM("unknown property: ") ) + sPropertyName, static_cast<O… in getPropertyValue()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx4035 const ::rtl::OUString sPropertyName( RTL_CONSTASCII_USTRINGPARAM( "UserData/Chart" ) ); in checkChartEnabled() local
4043 if ( aConfiguration.hasByHierarchicalName(sPropertyName) ) in checkChartEnabled()
4044 aConfiguration.getNodeValue( sPropertyName ) >>= bChartEnabled; in checkChartEnabled()
/aoo42x/main/package/source/xstor/
H A Dxstorage.hxx743 …etElementPropertyValue( const ::rtl::OUString& sElementName, const ::rtl::OUString& sPropertyName )

Completed in 228 milliseconds

12