Home
last modified time | relevance | path

Searched refs:aPropName (Results 76 – 88 of 88) sorted by relevance

1234

/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1074 OUString aPropName = OUString::createFromAscii( "Title" ); in EditedEntry() local
1083 Property aProp = aProps->getPropertyByName( aPropName ); in EditedEntry()
1100 aContent.setPropertyValue( aPropName, aValue ); in EditedEntry()
/trunk/main/xmloff/source/transform/
H A DOOo2Oasis.cxx1476 OUString aPropName(RTL_CONSTASCII_USTRINGPARAM(sRedlineProtectionKey)); in StartElement() local
1480 xPropSetInfo->hasPropertyByName( aPropName ) ) in StartElement()
1485 rPropSet->setPropertyValue( aPropName, makeAny( aKey ) ); in StartElement()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx764 String aPropName( RTL_CONSTASCII_USTRINGPARAM( "EndShape" ) ); in SolveSolver() local
766 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
767 aPropName = String( RTL_CONSTASCII_USTRINGPARAM( "EndGluePointIndex" ) ); in SolveSolver()
769 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
773 String aPropName( RTL_CONSTASCII_USTRINGPARAM( "StartShape" ) ); in SolveSolver() local
775 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
776 aPropName = String( RTL_CONSTASCII_USTRINGPARAM( "StartGluePointIndex" ) ); in SolveSolver()
778 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
H A Descherex.cxx459 const rtl::OUString aPropName( String( RTL_CONSTASCII_USTRINGPARAM( "FillStyle" ) ) ); in CreateGradientProperties() local
461 aAnyTemp, rXPropSet, aPropName, sal_False ) ) in CreateGradientProperties()
599 const rtl::OUString aPropName( String( RTL_CONSTASCII_USTRINGPARAM( "FillStyle" ) ) ); in CreateFillProperties() local
601 aAny, rXPropSet, aPropName, sal_False ) ) in CreateFillProperties()
635 rXPropSet, aPropName ); in CreateFillProperties()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx206 ::rtl::OUString aPropName = rSource->getUserFieldName( nInd ); in Copy()
207 rTarget->setUserFieldName( nInd, aPropName ); in Copy()
H A Dguisaveas.cxx1731 ::rtl::OUString aPropName = i_xOldDocInfo->getUserFieldName( nInd ); in SetDocInfoState()
1732 xDocInfoToFill->setUserFieldName( nInd, aPropName ); in SetDocInfoState()
H A Dsfxbasemodel.cxx3506 … rtl::OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( "UIName" )); in getUIConfigurationManager() local
3508 xPropSet->setPropertyValue( aPropName, aAny ); in getUIConfigurationManager()
/trunk/main/cui/source/options/
H A Doptlingu.cxx1396 String aPropName( lcl_GetPropertyName( (EID_OPTIONS) aData.GetEntryId() ) ); in FillItemSet() local
1411 xProp->setPropertyValue( aPropName, aAny ); in FillItemSet()
1412 aLngCfg.SetProperty( aPropName, aAny ); in FillItemSet()
/trunk/main/oox/source/dump/
H A Doledumper.cxx569 OUString aPropName = mxPropIds->getName( cfg(), nPropId ); in dumpBlob() local
570 if( aPropName == CREATE_OUSTRING( "'_PID_HLINKS'" ) ) in dumpBlob()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1886 rtl::OUString aPropName( C2U( "NumberFormat" ) ); in getExplicitNumberFormatKeyForDataLabel() local
1887 if( !(xSeriesOrPointProp->getPropertyValue(aPropName) >>= nFormat) ) in getExplicitNumberFormatKeyForDataLabel()
1895 … if( xAttachedAxisProps.is() && ( xAttachedAxisProps->getPropertyValue( aPropName ) >>= nFormat ) ) in getExplicitNumberFormatKeyForDataLabel()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx829 OUString aPropName = bPercent ? EXC_CHPROP_PERCENTAGENUMFMT : EXC_CHPROP_NUMBERFORMAT; in ConvertNumFmt() local
831 rPropSet.SetProperty( aPropName, static_cast< sal_Int32 >( nScNumFmt ) ); in ConvertNumFmt()
834 rPropSet.SetAnyProperty( aPropName, Any() ); in ConvertNumFmt()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx663 String aPropName(rProp.Name); in lcl_GetRenderDevice() local
665 if (aPropName.EqualsAscii( SC_UNONAME_RENDERDEV )) in lcl_GetRenderDevice()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1735 ::rtl::OUString aPropName(RTL_CONSTASCII_USTRINGPARAM("MediaType")); in WriteThroughComponent()
1739 xStreamProp->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()

Completed in 229 milliseconds

1234