/aoo41x/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 300 aPropValues != aEnd; in implApplySpecificProperties() 301 ++aPropValues, ++pNames, ++pValues in implApplySpecificProperties() 304 *pNames = aPropValues->Name; in implApplySpecificProperties() 305 *pValues = aPropValues->Value; in implApplySpecificProperties() 323 aPropValues != aEnd; in implApplySpecificProperties() 324 ++aPropValues in implApplySpecificProperties() 331 m_xElement->setPropertyValue(aPropValues->Name, aPropValues->Value); in implApplySpecificProperties() 355 aPropValues != aEnd; in implApplyGenericProperties() 356 ++aPropValues in implApplyGenericProperties() 446 aPropValues->Value >>= nVal; in implApplyGenericProperties() [all …]
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VPolarAngleAxis.cxx | 75 tAnySequence aPropValues; in createTextShapes_ForAngleAxis() local 78 PropertyMapper::getTextLabelMultiPropertyLists( xProps, aPropNames, aPropValues, false ); in createTextShapes_ForAngleAxis() 79 LabelPositionHelper::doDynamicFontResize( aPropValues, aPropNames, xProps in createTextShapes_ForAngleAxis() 82 uno::Any* pColorAny = PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("CharColor")); in createTextShapes_ForAngleAxis() 136 LabelPositionHelper::changeTextAdjustment( aPropValues, aPropNames, eLabelAlignment ); in createTextShapes_ForAngleAxis() 144 …tShape = aShapeFactory.createText( xTarget, aStackedLabel, aPropNames, aPropValues, aATransformati… in createTextShapes_ForAngleAxis()
|
H A D | VCartesianAxis.cxx | 638 tAnySequence aPropValues; in createTextShapes() local 642 PropertyMapper::getTextLabelMultiPropertyLists( xProps, aPropNames, aPropValues, false in createTextShapes() 644 LabelPositionHelper::doDynamicFontResize( aPropValues, aPropNames, xProps in createTextShapes() 646 …LabelPositionHelper::changeTextAdjustment( aPropValues, aPropNames, m_aAxisProperties.m_aLabelAlig… in createTextShapes() 648 uno::Any* pColorAny = PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("CharColor")); in createTextShapes() 653 …uno::Any* pLimitedSpaceAny = PropertyMapper::getValuePointerForLimitedSpace(aPropValues,aPropNames… in createTextShapes() 740 , aPropNames, aPropValues ); in createTextShapes()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | StyleSheetTable.cxx | 853 … uno::Sequence< beans::PropertyValue > aPropValues = pEntry->pProperties->GetPropertyValues(); in ApplyStyleSheets() local 866 aPropValues.realloc( aPropValues.getLength( ) + 1 ); in ApplyStyleSheets() 871 aPropValues[ aPropValues.getLength( ) - 1 ] = aLvlVal; in ApplyStyleSheets() 875 aPropValues.realloc( aPropValues.getLength( ) + 1 ); in ApplyStyleSheets() 879 aPropValues[ aPropValues.getLength( ) - 1 ] = aStyleVal; in ApplyStyleSheets() 933 if(bAddFollowStyle || aPropValues.getLength()) in ApplyStyleSheets() 936 for( sal_Int32 nProp = 0; nProp < aPropValues.getLength(); ++nProp) in ApplyStyleSheets() 939 … bool bIsParaStyleName = aPropValues[nProp].Name.equalsAscii( "ParaStyleName" ); in ApplyStyleSheets() 940 … bool bIsCharStyleName = aPropValues[nProp].Name.equalsAscii( "CharStyleName" ); in ApplyStyleSheets() 943 aSortedPropVals.Insert( aPropValues[nProp] ); in ApplyStyleSheets()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 486 aPropValues[ 0 ].Name in setTitle() 488 aPropValues[ 0 ].Handle = -1; in setTitle() 489 aPropValues[ 0 ].Value = uno::makeAny( rNewTitle ); in setTitle() 494 uno::makeAny( aPropValues ) ); in setTitle() 828 uno::Sequence< beans::PropertyValue > aPropValues( in transferProperties() local 890 aPropValues[ nWritePos ].Name in transferProperties() 892 aPropValues[ nWritePos ].Handle = -1; in transferProperties() 902 aPropValues[ nWritePos ].Name in transferProperties() 904 aPropValues[ nWritePos ].Handle = -1; in transferProperties() 910 aPropValues.realloc( nWritePos ); in transferProperties() [all …]
|
/aoo41x/main/chart2/source/view/main/ |
H A D | VLegendSymbolFactory.cxx | 79 ::chart::tAnySequence aPropValues; in lcl_setPropetiesToShape() 80 … ::chart::PropertyMapper::getMultiPropertyListsFromValueMap( aPropNames, aPropValues, aValueMap ); in lcl_setPropetiesToShape() 82 …uno::Any* pLineWidthAny = ::chart::PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("Lin… in lcl_setPropetiesToShape() 91 ::chart::PropertyMapper::setMultiProperties( aPropNames, aPropValues, xShapeProp ); in lcl_setPropetiesToShape()
|
H A D | VTitle.cxx | 179 tAnySequence aPropValues; in createShapes() local 180 PropertyMapper::getMultiPropertyListsFromValueMap( aPropNames, aPropValues, aValueMap ); in createShapes() 181 PropertyMapper::setMultiProperties( aPropNames, aPropValues, xShapeProp ); in createShapes()
|
/aoo41x/main/svl/source/passwordcontainer/ |
H A D | syscreds.cxx | 96 uno::Sequence< uno::Any > aPropValues( 1 ); in setSystemCredentialsURLs() local 100 aPropValues[ 0 ] <<= seqURLList; in setSystemCredentialsURLs() 103 utl::ConfigItem::PutProperties( aPropNames, aPropValues ); in setSystemCredentialsURLs()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 175 uno::Sequence< beans::PropertyValue > aPropValues( 2 ); in checkForCustomShapeReplacement() local 176 aPropValues[ 0 ].Name = rtl::OUString::createFromAscii( "CustomShape" ); in checkForCustomShapeReplacement() 177 aPropValues[ 0 ].Value <<= xShape; in checkForCustomShapeReplacement() 179 aPropValues[ 1 ].Name = rtl::OUString::createFromAscii( "ForceGroupWithText" ); in checkForCustomShapeReplacement() 180 aPropValues[ 1 ].Value <<= bForceGroupWithText; in checkForCustomShapeReplacement() 181 aArgument[ 0 ] <<= aPropValues; in checkForCustomShapeReplacement()
|
/aoo41x/main/svtools/source/config/ |
H A D | colorcfg.cxx | 277 uno::Sequence < beans::PropertyValue > aPropValues(aColorNames.getLength()); in Commit() local 278 beans::PropertyValue* pPropValues = aPropValues.getArray(); in Commit() 301 SetSetProperties(sNode, aPropValues); in Commit()
|
H A D | extcolorcfg.cxx | 470 uno::Sequence < beans::PropertyValue > aPropValues(aIter->second.first.size()); in Commit() local 471 beans::PropertyValue* pPropValues = aPropValues.getArray(); in Commit() 483 SetSetProperties(s, aPropValues); in Commit()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 840 Sequence< ::com::sun::star::beans::PropertyValue > aPropValues in appendPropertySet() local 844 = aPropValues.getConstArray(); in appendPropertySet() 846 sal_Int32 nValuesCount = aPropValues.getLength(); in appendPropertySet()
|
/aoo41x/main/ucbhelper/workben/ucbexplorer/ |
H A D | ucbexplorer.cxx | 340 Sequence< Any > aPropValues( nCount ); in createNewContent() local 347 Any* pValues = aPropValues.getArray(); in createNewContent() 522 rInfo.Type, aPropNames, aPropValues, xData, rNewContent ); in createNewContent()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msfiltertracer.cxx | 134 uno::Sequence< beans::PropertyValue > aPropValues( mpCfgItem->GetFilterData() ); in MSFilterTracer() local 135 aArgument[ 0 ] <<= aPropValues; in MSFilterTracer()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labelcfg.cxx | 293 Sequence<PropertyValue> aPropValues = lcl_CreateProperties(aPropNames, rRec); in SaveLabel() local 294 SetSetProperties(wrapConfigurationElementName(rManufacturer), aPropValues); in SaveLabel()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 1343 Sequence< PropertyValue > aPropValues; in GetConfigurationSettings() local 1344 aValue >>= aPropValues; in GetConfigurationSettings() 1345 if ( aPropValues.getLength() ) in GetConfigurationSettings()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | page.cxx | 109 Sequence< Any > aPropValues( GetProperties( aPropNames ) ); in SvxHtmlExportModeConfigItem_Impl() local 110 if( aPropValues.getLength() == 1 ) in SvxHtmlExportModeConfigItem_Impl() 111 aPropValues[ 0 ] >>= mnExpMode; in SvxHtmlExportModeConfigItem_Impl()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 373 Sequence< PropertyValue > aPropValues( 1 ); in GetCustomShapeEngine() local 374 aPropValues[ 0 ].Name = rtl::OUString::createFromAscii( "CustomShape" ); in GetCustomShapeEngine() 375 aPropValues[ 0 ].Value <<= aXShape; in GetCustomShapeEngine() 376 aArgument[ 0 ] <<= aPropValues; in GetCustomShapeEngine()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 592 Sequence< Any > aPropValues( aNames.size() ); in InitializeForm() local 593 …::std::transform( aNames.begin(), aNames.end(), aPropValues.getArray(), SelectValueByName( aProper… in InitializeForm() 596 xFormMultiSet->setPropertyValues( aPropNames, aPropValues ); in InitializeForm()
|