Home
last modified time | relevance | path

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

123

/aoo42x/main/framework/source/layoutmanager/
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()
/aoo42x/main/svx/inc/svx/
H A Dsdasitm.hxx76 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > aPropSeq; member in SdrCustomShapeGeometryItem
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx249 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
250 return &aPropSeq; in operator ()()
H A DDiagramWrapper.cxx435 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()() local
436 return &aPropSeq; in operator ()()
/aoo42x/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()
/aoo42x/main/sw/source/core/unocore/
H A Dunoidx.cxx2219 const uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in getPropertySetInfo() local
2223 aPropSeq ); in getPropertySetInfo()
H A Dunoobj.cxx2335 const uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in getPropertySetInfo() local
2338 aPropSeq ); in getPropertySetInfo()
H A Dunodraw.cxx1124 const uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in getPropertySetInfo() local
1125 aRet = new SfxExtItemPropertySetInfo( m_pPropertyMapEntries, aPropSeq ); in getPropertySetInfo()

Completed in 99 milliseconds

123