/trunk/main/chart2/source/model/main/ |
H A D | PageBackground.cxx | 87 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence() 88 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 89 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 90 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 92 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 95 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
|
H A D | StockBar.cxx | 67 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence() 68 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 69 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 70 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 72 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 75 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
|
H A D | Wall.cxx | 92 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence() 93 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 94 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 95 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 97 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 100 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
|
H A D | DataPoint.cxx | 64 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence() 65 ::chart::DataPointProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 66 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 67 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 69 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 72 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
|
H A D | Title.cxx | 205 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence() 206 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 207 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 208 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 210 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 213 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 566 if ( !aProperties.getLength() ) in execute() 1493 aProperties = rProperties; in getPropertyValues() 3236 aProperties[ 0 ].Handle = -1; in isFolder() 3541 aProperties[ 0 ].Name in getResourceType() 3543 aProperties[ 1 ].Name in getResourceType() 3545 aProperties[ 2 ].Name in getResourceType() 3547 aProperties[ 3 ].Name in getResourceType() 3549 aProperties[ 4 ].Name in getResourceType() 3552 aProperties[ 5 ].Name in getResourceType() 3556 aProperties, aPropNames ); in getResourceType() [all …]
|
/trunk/main/sfx2/source/sidebar/ |
H A D | CommandInfoProvider.cxx | 316 Sequence<beans::PropertyValue> aProperties; in GetCommandProperties() local 330 xUICommandLabels->getByName(rsCommandName) >>= aProperties; in GetCommandProperties() 337 return aProperties; in GetCommandProperties() 345 const Sequence<beans::PropertyValue> aProperties (GetCommandProperties(rsCommandName)); in GetCommandLabel() local 346 for (sal_Int32 nIndex=0; nIndex<aProperties.getLength(); ++nIndex) in GetCommandLabel() 348 if (aProperties[nIndex].Name.equalsAscii("Name")) in GetCommandLabel() 351 aProperties[nIndex].Value >>= sLabel; in GetCommandLabel()
|
/trunk/main/sd/source/ui/framework/module/ |
H A D | ModuleController.cxx | 163 ::std::vector<rtl::OUString> aProperties (snFactoryPropertyCount); in LoadFactories() 164 aProperties[0] = OUString::createFromAscii("ServiceName"); in LoadFactories() 165 aProperties[1] = OUString::createFromAscii("ResourceList"); in LoadFactories() 168 aProperties, in LoadFactories() 227 ::std::vector<rtl::OUString> aProperties (snStartupPropertyCount); in InstantiateStartupServices() 228 aProperties[0] = OUString::createFromAscii("ServiceName"); in InstantiateStartupServices() 231 aProperties, in InstantiateStartupServices()
|
/trunk/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 506 aProperties.push_back( in displayCurrentSlide() 519 aProperties.push_back( in displayCurrentSlide() 1124 aProperties.reserve( 4 ); in startShow() 1126 aProperties.push_back( in startShow() 1132 aProperties.push_back( in startShow() 1140 aProperties.push_back( in startShow() 1153 aProperties.push_back( in startShow() 1161 aProperties.push_back( in startShow() 1168 aProperties.push_back( in startShow() 1177 aProperties.push_back( in startShow() [all …]
|
/trunk/main/extensions/source/propctrlr/ |
H A D | cellbindinghandler.cxx | 464 ::std::vector< Property > aProperties; in doDescribeSupportedProperties() 474 aProperties.resize( nPos ); in doDescribeSupportedProperties() 478 aProperties[ --nPos ] = Property( PROPERTY_BOUND_CELL, PROPERTY_ID_BOUND_CELL, in doDescribeSupportedProperties() 483 … aProperties[ --nPos ] = Property( PROPERTY_CELL_EXCHANGE_TYPE, PROPERTY_ID_CELL_EXCHANGE_TYPE, in doDescribeSupportedProperties() 488 … aProperties[ --nPos ] = Property( PROPERTY_LIST_CELL_RANGE, PROPERTY_ID_LIST_CELL_RANGE, in doDescribeSupportedProperties() 493 if ( aProperties.empty() ) in doDescribeSupportedProperties() 495 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
|
H A D | propcontroller.cxx | 1006 ::std::vector< Property > aProperties; in doInspection() 1027 aProperties.reserve( aProperties.size() + aThisHandlersProperties.size() ); in doInspection() 1034 aProperties.begin(), in doInspection() 1035 aProperties.end(), in doInspection() 1038 if ( previous == aProperties.end() ) in doInspection() 1040 aProperties.push_back( *copyProperty ); in doInspection() 1065 aProperties.begin(), in doInspection() 1066 aProperties.end(), in doInspection() 1069 if ( existent != aProperties.end() ) in doInspection() 1072 aProperties.erase( existent ); in doInspection() [all …]
|
H A D | buttonnavigationhandler.cxx | 198 ::std::vector< Property > aProperties; in doDescribeSupportedProperties() 202 addStringPropertyDescription( aProperties, PROPERTY_TARGET_URL ); in doDescribeSupportedProperties() 203 …implAddPropertyDescription( aProperties, PROPERTY_BUTTONTYPE, ::getCppuType( static_cast< sal_Int3… in doDescribeSupportedProperties() 206 if ( aProperties.empty() ) in doDescribeSupportedProperties() 208 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
|
H A D | eformshelper.cxx | 609 Sequence< Property > aProperties = xInfo->getProperties(); in collectPropertiesGetInfo() local 610 …::std::for_each( aProperties.getConstArray(), aProperties.getConstArray() + aProperties.getLength(… in collectPropertiesGetInfo() 754 PropertyBag aProperties; in firePropertyChanges() local 755 … Reference< XPropertySetInfo > xOldInfo = collectPropertiesGetInfo( _rxOldProps, aProperties ); in firePropertyChanges() 756 … Reference< XPropertySetInfo > xNewInfo = collectPropertiesGetInfo( _rxNewProps, aProperties ); in firePropertyChanges() 758 for ( PropertyBag::const_iterator aProp = aProperties.begin(); in firePropertyChanges() 759 aProp != aProperties.end(); in firePropertyChanges()
|
H A D | editpropertyhandler.cxx | 226 ::std::vector< Property > aProperties; in doDescribeSupportedProperties() 229 addInt32PropertyDescription( aProperties, PROPERTY_SHOW_SCROLLBARS ); in doDescribeSupportedProperties() 232 addInt32PropertyDescription( aProperties, PROPERTY_TEXTTYPE ); in doDescribeSupportedProperties() 234 if ( aProperties.empty() ) in doDescribeSupportedProperties() 236 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
|
H A D | formgeometryhandler.cxx | 557 ::std::vector< Property > aProperties; in doDescribeSupportedProperties() 559 addInt32PropertyDescription( aProperties, PROPERTY_POSITIONX ); in doDescribeSupportedProperties() 560 addInt32PropertyDescription( aProperties, PROPERTY_POSITIONY ); in doDescribeSupportedProperties() 561 addInt32PropertyDescription( aProperties, PROPERTY_WIDTH ); in doDescribeSupportedProperties() 562 addInt32PropertyDescription( aProperties, PROPERTY_HEIGHT ); in doDescribeSupportedProperties() 565 …implAddPropertyDescription( aProperties, PROPERTY_TEXT_ANCHOR_TYPE, ::cppu::UnoType< TextContentAn… in doDescribeSupportedProperties() 568 addInt32PropertyDescription( aProperties, PROPERTY_SHEET_ANCHOR_TYPE ); in doDescribeSupportedProperties() 570 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
|
/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | GridWrapper.cxx | 68 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence() 69 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 71 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 73 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 76 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
|
H A D | AxisWrapper.cxx | 362 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence() 363 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 364 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 365 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 367 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 368 ::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties ); in lcl_GetPropertySequence() 370 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 373 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
|
H A D | UpDownBarWrapper.cxx | 67 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence() 69 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 70 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 72 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence() 74 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence() 77 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterTheme.cxx | 1013 ::std::vector<rtl::OUString> aProperties; in Read() 1014 aProperties.reserve(6); in Read() 1015 aProperties.push_back(A2S("StyleName")); in Read() 1016 aProperties.push_back(A2S("ParentStyle")); in Read() 1017 aProperties.push_back(A2S("TitleFont")); in Read() 1018 aProperties.push_back(A2S("InnerBorderSize")); in Read() 1023 aProperties, in Read() 1322 ::std::vector<rtl::OUString> aProperties (2); in Read() 1323 aProperties[0] = A2S("ResourceURL"); in Read() 1324 aProperties[1] = A2S("StyleName"); in Read() [all …]
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | frmdescr.hxx | 249 SfxFrameProperties aProperties; member in SfxFrameDescriptorItem 255 , aProperties( pD ) in SfxFrameDescriptorItem() 265 aProperties = rCpy.aProperties; in SfxFrameDescriptorItem() 284 { return aProperties; } in GetProperties() 286 { aProperties = rProp; } in SetProperties()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | shapeuno.cxx | 1417 uno::Sequence< beans::PropertyValue > aProperties; in replaceByName() local 1418 aElement >>= aProperties; in replaceByName() 1420 const sal_Int32 nCount = aProperties.getLength(); in replaceByName() 1457 uno::Sequence< beans::PropertyValue > aProperties; in getByName() local 1464 aProperties.realloc( 2 ); in getByName() 1467 aProperties[ 1 ].Name = SC_EVENTACC_SCRIPT; in getByName() 1468 aProperties[ 1 ].Value <<= pInfo->GetMacro(); in getByName() 1476 aProperties.realloc( 2 ); in getByName() 1479 aProperties[ 1 ].Name = SC_EVENTACC_URL; in getByName() 1480 aProperties[ 1 ].Value <<= pInfo->GetHlink(); in getByName() [all …]
|
/trunk/main/linguistic/source/ |
H A D | spelldsp.hxx | 90 const ::com::sun::star::beans::PropertyValues& aProperties, 97 const ::com::sun::star::beans::PropertyValues& aProperties, 110 …:lang::Locale& aLocale, const ::com::sun::star::beans::PropertyValues& aProperties ) throw(::com::… 111 …:lang::Locale& aLocale, const ::com::sun::star::beans::PropertyValues& aProperties ) throw(::com::… 118 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProperties ) throw (::com:… 119 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProperties ) throw (::com:…
|
/trunk/main/xmloff/source/forms/ |
H A D | gridcolumnproptranslator.cxx | 168 Sequence< Property > aProperties; in getProperties() local 170 aProperties = m_xMasterInfo->getProperties(); in getProperties() 172 sal_Int32 nOldLength = aProperties.getLength(); in getProperties() 173 aProperties.realloc( nOldLength + 1 ); in getProperties() 174 aProperties[ nOldLength ] = getPropertyByName( getParaAlignProperty() ); in getProperties() 176 return aProperties; in getProperties()
|
/trunk/main/xmloff/source/style/ |
H A D | xmlimppr.cxx | 396 const ::std::vector< XMLPropertyState >& aProperties, in CheckSpecialContext() 402 sal_Int32 nCount = aProperties.size(); in CheckSpecialContext() 408 const XMLPropertyState& rProp = aProperties[i]; in CheckSpecialContext() 442 const vector< XMLPropertyState >& aProperties, in FillPropertySet() 450 bSet = _FillTolerantMultiPropertySet( aProperties, xTolPropSet, maPropMapper, rImport, in FillPropertySet() 463 bSet = _FillMultiPropertySet( aProperties, xMultiPropSet, in FillPropertySet() 467 bSet = _FillPropertySet( aProperties, rPropSet, in FillPropertySet() 472 bSet = _FillPropertySet( aProperties, rPropSet, xInfo, in FillPropertySet()
|
/trunk/main/ucb/source/ucp/ext/ |
H A D | ucpext_content.cxx | 231 Sequence< PropertyValue > aProperties; in execute() local 232 if ( !( aCommand.Argument >>= aProperties ) ) in execute() 240 if ( !aProperties.getLength() ) in execute() 248 aRet <<= setPropertyValues( aProperties, i_rEvironment ); in execute() 592 static Property aProperties[] = in getProperties() local 619 … return Sequence< Property >( aProperties, sizeof( aProperties ) / sizeof( aProperties[0] ) ); in getProperties()
|