Home
last modified time | relevance | path

Searched refs:aPropSeq (Results 26 – 50 of 58) sorted by relevance

123

/trunk/main/framework/source/uielement/
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/package/source/package/zippackage/
H A DZipPackage.cxx1242 uno::Sequence < PropertyValue > aPropSeq( PKG_SIZE_NOENCR_MNFST ); in writeTempFile() local
1243 aPropSeq [PKG_MNFST_MEDIATYPE].Name = sMediaType; in writeTempFile()
1244 aPropSeq [PKG_MNFST_MEDIATYPE].Value <<= m_pRootFolder->GetMediaType(); in writeTempFile()
1245 aPropSeq [PKG_MNFST_VERSION].Name = sVersion; in writeTempFile()
1246 aPropSeq [PKG_MNFST_VERSION].Value <<= m_pRootFolder->GetVersion(); in writeTempFile()
1247 aPropSeq [PKG_MNFST_FULLPATH].Name = sFullPath; in writeTempFile()
1248aPropSeq [PKG_MNFST_FULLPATH].Value <<= OUString ( RTL_CONSTASCII_USTRINGPARAM ( "/" ) ); in writeTempFile()
1250 aManList.push_back( aPropSeq ); in writeTempFile()
/trunk/main/cui/source/customize/
H A Dselector.cxx770 Sequence< beans::PropertyValue > aPropSeq; in GroupSelected() local
772 if ( a >>= aPropSeq ) in GroupSelected()
774 for ( sal_Int32 k = 0; k < aPropSeq.getLength(); k++ ) in GroupSelected()
776 if ( aPropSeq[k].Name.equalsAscii( "Name" ) ) in GroupSelected()
778 aPropSeq[k].Value >>= aLabel; in GroupSelected()
/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/extensions/source/resource/
H A Dresource.cxx329 Sequence< PropertyValue > aPropSeq( nEntries ); in invoke() local
330 PropertyValue* pOut = aPropSeq.getArray(); in invoke()
338 aRet <<= aPropSeq; in invoke()
/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/chart2/source/controller/chartapiwrapper/
H A DWallFloorWrapper.cxx62 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
63 return &aPropSeq; in operator ()()
H A DAreaWrapper.cxx60 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
61 return &aPropSeq; in operator ()()
H A DGridWrapper.cxx62 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
63 return &aPropSeq; in operator ()()
H A DDataSeriesPointWrapper.cxx200 …static Sequence< Property > aPropSeq( lcl_GetPropertySequence( DataSeriesPointWrapper::DATA_SERIES… in operator ()() local
201 return &aPropSeq; in operator ()()
213 …static Sequence< Property > aPropSeq( lcl_GetPropertySequence( DataSeriesPointWrapper::DATA_POINT … in operator ()() local
214 return &aPropSeq; in operator ()()
H A DLegendWrapper.cxx257 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
258 return &aPropSeq; in operator ()()
H A DUpDownBarWrapper.cxx60 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
61 return &aPropSeq; in operator ()()
H A DMinMaxLineWrapper.cxx78 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
79 return &aPropSeq; in operator ()()
H A DTitleWrapper.cxx185 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
186 return &aPropSeq; in operator ()()
H A DAxisWrapper.cxx355 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
356 return &aPropSeq; in operator ()()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx275 css::uno::Sequence< css::beans::PropertyValue > aPropSeq; in RetrieveLabelFromCommand() local
278 if ( a >>= aPropSeq ) in RetrieveLabelFromCommand()
280 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in RetrieveLabelFromCommand()
282 if ( aPropSeq[i].Name.equalsAscii( "Label" )) in RetrieveLabelFromCommand()
284 aPropSeq[i].Value >>= aStr; in RetrieveLabelFromCommand()
/trunk/main/framework/source/uiconfiguration/
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()
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 Duiconfigurationmanager.cxx1074 Sequence< Any > aPropSeq( 2 ); in getImageManager() local
1078 aPropSeq[0] = makeAny( aPropValue ); in getImageManager()
1081 aPropSeq[1] = makeAny( aPropValue ); in getImageManager()
1083 xInit->initialize( aPropSeq ); in getImageManager()
/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 …]
/trunk/main/sw/source/core/unocore/
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/stoc/source/inspect/
H A Dintrospection.cxx1300 Sequence<Property> aPropSeq = mpStaticImpl->getProperties(); in getProperties() local
1301 const Property* pSourceProps = aPropSeq.getConstArray(); in getProperties()
1303 sal_Int32 nLen = aPropSeq.getLength(); in getProperties()
2264 Sequence<Property> aPropSeq = xPropSetInfo->getProperties(); in implInspect() local
2265 const Property* pProps = aPropSeq.getConstArray(); in implInspect()
2266 sal_Int32 nLen = aPropSeq.getLength(); in implInspect()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx2810 uno::Sequence< beans::PropertyValue >aPropSeq; in IMPL_LINK_INLINE_END() local
2811 if ( rAny >>= aPropSeq ) in IMPL_LINK_INLINE_END()
2813 for( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in IMPL_LINK_INLINE_END()
2815 if ( aPropSeq[i].Name.equalsAscii( "Label" )) in IMPL_LINK_INLINE_END()
2817 aPropSeq[i].Value >>= sRet; in IMPL_LINK_INLINE_END()
2861 uno::Sequence< beans::PropertyValue > aPropSeq; in IMPL_LINK() local
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx221 Sequence< Property > aPropSeq = xPropertySetInfo->getProperties(); in implHandleControlResourceProperties() local
222 const Property* pProps = aPropSeq.getConstArray(); in implHandleControlResourceProperties()
223 sal_Int32 nCtrlProps = aPropSeq.getLength(); in implHandleControlResourceProperties()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx659 ::com::sun::star::uno::Sequence< ::rtl::OUString > aPropSeq( 4 ); in InitializeIndex()
660 aPropSeq[0] = PROPERTY_KEYWORDLIST; in InitializeIndex()
661 aPropSeq[1] = PROPERTY_KEYWORDREF; in InitializeIndex()
662 aPropSeq[2] = PROPERTY_ANCHORREF; in InitializeIndex()
663 aPropSeq[3] = PROPERTY_TITLEREF; in InitializeIndex()
667 aCnt.getPropertyValues( aPropSeq ); in InitializeIndex()

Completed in 495 milliseconds

123