Home
last modified time | relevance | path

Searched refs:aPropSeq (Results 1 – 25 of 58) sorted by last modified time

123

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1124 const uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in getPropertySetInfo() local
1125 aRet = new SfxExtItemPropertySetInfo( m_pPropertyMapEntries, aPropSeq ); in getPropertySetInfo()
H A Dunoobj.cxx2335 const uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in getPropertySetInfo() local
2338 aPropSeq ); in getPropertySetInfo()
H A Dunoidx.cxx2219 const uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in getPropertySetInfo() local
2223 aPropSeq ); in getPropertySetInfo()
H A Dunofield.cxx1042 uno::Sequence<beans::PropertyValue> aPropSeq; member
1711 if(m_pProps->aPropSeq.getLength()) in attachToRange()
1713 uno::Any aVal; aVal <<= m_pProps->aPropSeq; in attachToRange()
1961 const uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in getPropertySetInfo() local
1964 aPropSeq ); in getPropertySetInfo()
2112 rValue >>= m_pProps->aPropSeq; in setPropertyValue()
2301 aRet <<= m_pProps->aPropSeq; in getPropertyValue()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx246 const uno::Sequence<beans::Property> aPropSeq(xAggInfo->getProperties()); in getPropertySetInfo() local
247 mxPropSetInfo.set(new SfxExtItemPropertySetInfo( lcl_GetShapeMap(), aPropSeq )); in getPropertySetInfo()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx1176 Sequence< PropertyValue > aPropSeq; in ImplRetrieveLabelFromCommand() local
1177 if( m_xUICommandLabels->getByName( aCmdURL ) >>= aPropSeq ) in ImplRetrieveLabelFromCommand()
1179 for( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in ImplRetrieveLabelFromCommand()
1181 if( aPropSeq[i].Name.equalsAscii( "Name" )) in ImplRetrieveLabelFromCommand()
1183 aPropSeq[i].Value >>= aLabel; in ImplRetrieveLabelFromCommand()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx857 Sequence< PropertyValue > aPropSeq; in GetPropsForCommand() local
888 return aPropSeq; in GetPropsForCommand()
894 Sequence< PropertyValue > aPropSeq; in RetrieveLabelFromCommand() local
897 aPropSeq = GetPropsForCommand( aCmdURL ); in RetrieveLabelFromCommand()
900 if ( aPropSeq[i].Name.equalsAscii( "Name" )) in RetrieveLabelFromCommand()
902 aPropSeq[i].Value >>= aLabel; in RetrieveLabelFromCommand()
912 Sequence< PropertyValue > aPropSeq; in RetrievePropertiesFromCommand() local
915 aPropSeq = GetPropsForCommand( aCmdURL ); in RetrievePropertiesFromCommand()
920 aPropSeq[i].Value >>= nProperties; in RetrievePropertiesFromCommand()
1953 aPropSeq[ 0 ].Name = in IMPL_LINK()
[all …]
H A Dtoolbarsmenucontroller.cxx265 Sequence< PropertyValue > aPropSeq; in getUINameFromCommand() local
267 if ( m_xUICommandDescription->getByName( rCommandURL ) >>= aPropSeq ) in getUINameFromCommand()
269 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in getUINameFromCommand()
271 if ( aPropSeq[i].Name.equalsAscii( "Label" )) in getUINameFromCommand()
273 aPropSeq[i].Value >>= aStr; in getUINameFromCommand()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx604 void lcl_CorrectIndents(PropertySequence & aPropSeq) in lcl_CorrectIndents() argument
613 ::std::string aStr(aPropSeq.toString()); in lcl_CorrectIndents()
616 aAny = aPropSeq.get(PROP_PARA_LEFT_MARGIN); in lcl_CorrectIndents()
620 aAny = aPropSeq.get(PROP_LEFT_BORDER_DISTANCE); in lcl_CorrectIndents()
627 aPropSeq.set(PROP_PARA_LEFT_MARGIN, nLeftMargin); in lcl_CorrectIndents()
630 aAny = aPropSeq.get(PROP_LEFT_BORDER); in lcl_CorrectIndents()
637 aPropSeq.set(PROP_PARA_LEFT_MARGIN, nLeftMargin); in lcl_CorrectIndents()
641 aAny = aPropSeq.get(PROP_PARA_RIGHT_MARGIN); in lcl_CorrectIndents()
645 aAny = aPropSeq.get(PROP_RIGHT_BORDER_DISTANCE); in lcl_CorrectIndents()
652 aPropSeq.set(PROP_PARA_RIGHT_MARGIN, nRightMargin); in lcl_CorrectIndents()
[all …]
/trunk/main/unotools/source/config/
H A Dextendedsecurityoptions.cxx382 Sequence< OUString > aPropSeq( 1 ); in FillExtensionHashMap() local
391 aPropSeq[0] = aExtEntryProp.makeStringAndClear(); in FillExtensionHashMap()
392 aValues = GetProperties( aPropSeq ); in FillExtensionHashMap()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1144 aPropSeq[0].Value = uno::makeAny( aApiName ); in QueryValue()
1146 aPropSeq[1].Value = uno::makeAny( aLineDash ); in QueryValue()
1147 rVal = uno::makeAny( aPropSeq ); in QueryValue()
1238 if ( rVal >>= aPropSeq ) in PutValue()
1243 aPropSeq[n].Value >>= aName; in PutValue()
3823 rVal = uno::makeAny( aPropSeq ); in QueryValue()
3887 if ( rVal >>= aPropSeq ) in PutValue()
3892 aPropSeq[n].Value >>= aName; in PutValue()
4522 rVal = uno::makeAny( aPropSeq ); in QueryValue()
4576 if ( rVal >>= aPropSeq ) in PutValue()
[all …]
H A Dxattrbmp.cxx355 uno::Sequence< beans::PropertyValue > aPropSeq( 3 ); in QueryValue() local
358 aPropSeq[0].Value = uno::makeAny( aInternalName ); in QueryValue()
360 aPropSeq[1].Value = uno::makeAny( aURL ); in QueryValue()
362 aPropSeq[2].Value = uno::makeAny( xBmp ); in QueryValue()
364 rVal <<= aPropSeq; in QueryValue()
398 uno::Sequence< beans::PropertyValue > aPropSeq; in PutValue() local
399 if( rVal >>= aPropSeq ) in PutValue()
401 for ( sal_Int32 n = 0; n < aPropSeq.getLength(); n++ ) in PutValue()
404 bSetName = (aPropSeq[n].Value >>= aName); in PutValue()
406 bSetURL = (aPropSeq[n].Value >>= aURL); in PutValue()
[all …]
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanagerimpl.cxx1341 Sequence< Any > aPropSeq( m_bUseDefault ? 3 : 2 ); in getImageManager() local
1345 aPropSeq[0] <<= aPropValue; in getImageManager()
1348 aPropSeq[1] <<= aPropValue; in getImageManager()
1353 aPropSeq[2] <<= aPropValue; in getImageManager()
1356 xInit->initialize( aPropSeq ); in getImageManager()
H A Dmoduleuiconfigurationmanager.cxx1360 Sequence< Any > aPropSeq( 3 ); in getImageManager() local
1364 aPropSeq[0] = makeAny( aPropValue ); in getImageManager()
1367 aPropSeq[1] = makeAny( aPropValue ); in getImageManager()
1370 aPropSeq[2] = makeAny( aPropValue ); in getImageManager()
1372 xInit->initialize( aPropSeq ); in getImageManager()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx846 Sequence< PropertyValue > aPropSeq( 3 ); in createAndPositionSubToolBar() local
847 aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in createAndPositionSubToolBar()
848 aPropSeq[0].Value <<= xFrame; in createAndPositionSubToolBar()
849 aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Persistent" )); in createAndPositionSubToolBar()
850 aPropSeq[1].Value <<= sal_False; in createAndPositionSubToolBar()
851 aPropSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PopupMode" )); in createAndPositionSubToolBar()
852 aPropSeq[2].Value <<= sal_True; in createAndPositionSubToolBar()
856 xUIElement = xUIEementFactory->createUIElement( rSubToolBarResName, aPropSeq ); in createAndPositionSubToolBar()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx974 uno::Sequence< beans::PropertyValue > aPropSeq( 2 ); in implts_createAddonsToolBars() local
975 aPropSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in implts_createAddonsToolBars()
976 aPropSeq[0].Value <<= xFrame; in implts_createAddonsToolBars()
982 aPropSeq[1].Value <<= aAddonToolBarData; in implts_createAddonsToolBars()
994 xUIElement = xUIElementFactory->createUIElement( aAddonToolBarName, aPropSeq ); in implts_createAddonsToolBars()
1363 uno::Sequence< beans::PropertyValue > aPropSeq( 2 ); in implts_createElement() local
1364 aPropSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in implts_createElement()
1365 aPropSeq[0].Value <<= m_xFrame; in implts_createElement()
1366 aPropSeq[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Persistent" )); in implts_createElement()
1367 aPropSeq[1].Value <<= true; in implts_createElement()
[all …]
H A Dlayoutmanager.cxx735 Sequence< PropertyValue > aPropSeq( 2 ); in implts_createElement() local
736 aPropSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in implts_createElement()
737 aPropSeq[0].Value <<= m_xFrame; in implts_createElement()
738 aPropSeq[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Persistent" )); in implts_createElement()
739 aPropSeq[1].Value <<= sal_True; in implts_createElement()
743 xUIElement = m_xUIElementFactoryManager->createUIElement( aName, aPropSeq ); in implts_createElement()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx100 ::uno::Sequence< beans::PropertyValue > aPropSeq; in retrieveLabelFromCommand()
104 if ( a >>= aPropSeq ) in retrieveLabelFromCommand()
108 if ( aPropSeq[i].Name.equalsAscii( "Label" )) in retrieveLabelFromCommand()
110 aPropSeq[i].Value >>= aStr; in retrieveLabelFromCommand()
1195 xTemp->getByIndex(i) >>= aPropSeq; in mergeOldToNewVersion()
1200 aPropSeq[j].Value >>= sCommandURL; in mergeOldToNewVersion()
1202 aPropSeq[j].Value >>= sLabel; in mergeOldToNewVersion()
1204 aPropSeq[j].Value >>= xChild; in mergeOldToNewVersion()
1221 aPropSeq[0].Value <<= it->m_sCommandURL; in mergeOldToNewVersion()
1222 aPropSeq[1].Name = ITEM_DESCRIPTOR_LABEL; in mergeOldToNewVersion()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1135 beans::PropertyValues* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1142 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1153 uno::Sequence< rtl::OUString > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1156 rtl::OUString* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1163 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1174 uno::Sequence< beans::PropertyValue > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1177 beans::PropertyValue* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1184 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1427 beans::PropertyValues aPropSeq( aHandle.size() ); in CreateChildContext() local
1430 beans::PropertyValue* pValues = aPropSeq.getArray(); in CreateChildContext()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx516 Sequence<beans::PropertyValue> aPropSeq( nCount ); in GetProperties() local
519 beans::PropertyValue *pProps = aPropSeq.getArray(); in GetProperties()
677 return aPropSeq; in GetProperties()
1377 Sequence<beans::PropertyValue> aPropSeq( bOrdered ? 1 : 4 ); in SetDefaultStyle() local
1378 beans::PropertyValue *pProps = aPropSeq.getArray(); in SetDefaultStyle()
1417 aAny <<= aPropSeq; in SetDefaultStyle()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx360 uno::Sequence< beans::PropertyValue > aPropSeq; in RetrieveLabelFromCommand() local
362 if ( a >>= aPropSeq ) in RetrieveLabelFromCommand()
364 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in RetrieveLabelFromCommand()
366 if ( aPropSeq[i].Name.equalsAscii( "Name" )) in RetrieveLabelFromCommand()
368 aPropSeq[i].Value >>= aStr; in RetrieveLabelFromCommand()
/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx54 aPropSeq = rVal; in SdrCustomShapeGeometryItem()
136 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
137 aPropSeq[ nIndex ] = rPropVal ; in SetPropertyValue()
160 aPropSeq[ nIndex ] = aValue; in SetPropertyValue()
197 if ( aPropSeq.getLength() ) in ClearPropertyValue()
227 aPropSeq[ (*aHashIter).second ] = aPropSeq[ aPropSeq.getLength() - 1 ]; in ClearPropertyValue()
229 aPropSeq.realloc( aPropSeq.getLength() - 1 ); in ClearPropertyValue()
282 bRet = ((SdrCustomShapeGeometryItem&)rCmp).aPropSeq == aPropSeq; in operator ==()
343 rVal <<= aPropSeq; in QueryValue()
348 if ( ! ( rVal >>= aPropSeq ) ) in PutValue()
[all …]
/trunk/main/svx/inc/svx/
H A Dsdasitm.hxx76 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > aPropSeq; member in SdrCustomShapeGeometryItem
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx572 uno::Sequence< beans::PropertyValue > aPropSeq; in getLabelFromCommandURL() local
574 if ( a >>= aPropSeq ) in getLabelFromCommandURL()
576 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in getLabelFromCommandURL()
578 if ( aPropSeq[i].Name.equalsAscii( "Label" )) in getLabelFromCommandURL()
580 aPropSeq[i].Value >>= aStr; in getLabelFromCommandURL()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx733 Sequence<Property> aPropSeq = m_xMyInfo->getProperties(); in setPropertyValue() local
734 sal_Int32 nLen = aPropSeq.getLength(); in setPropertyValue()
737 Property aProp = aPropSeq.getArray()[ i ]; in setPropertyValue()
748 Sequence<Property> aPropSeq = m_xMyInfo->getProperties(); in getPropertyValue() local
749 sal_Int32 nLen = aPropSeq.getLength(); in getPropertyValue()
752 Property aProp = aPropSeq.getArray()[ i ]; in getPropertyValue()

Completed in 283 milliseconds

123