Home
last modified time | relevance | path

Searched refs:aProps (Results 201 – 225 of 290) sorted by relevance

12345678910>>...12

/trunk/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx172 Sequence< beans::PropertyValue > aProps; in impl_createFilter() local
175 (aFilterProps >>= aProps)) in impl_createFilter()
178 … lcl_getProperty< OUString >( aProps, OUString::createFromAscii("FilterService"))); in impl_createFilter()
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx487 Sequence< Property > aProps; in createArrayHelper() local
488 describeProperties(aProps); in createArrayHelper()
489 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx661 Sequence< com::sun::star::beans::Property > aProps(10); in createArrayHelper() local
662 com::sun::star::beans::Property* pProperties = aProps.getArray(); in createArrayHelper()
676 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx756 com::sun::star::uno::Sequence< Property > aProps; in createArrayHelper() local
757 describeProperties(aProps); in createArrayHelper()
758 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
H A Dtreecontrolpeer.cxx1501 ::com::sun::star::beans::PropertyValues aProps( 1 ); in loadImage()
1502 aProps[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in loadImage()
1503 aProps[0].Value <<= rURL; in loadImage()
1505 Reference< XGraphic > xGraphic( mxGraphicProvider->queryGraphic( aProps ) ); in loadImage()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx764 Sequence< Property > aProps(6); in createArrayHelper() local
765 Property* pProperties = aProps.getArray(); in createArrayHelper()
774 return new OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/chart2/source/view/axes/
H A DTickmarkHelper.cxx848 TickmarkProperties aProps( AxisProperties::getBiggestTickmarkProperties() ); in getDistanceAxisTickToText() local
849 aStart = aOrthoDirection*aProps.RelativePos; in getDistanceAxisTickToText()
850 aEnd = aStart - aOrthoDirection*aProps.Length; in getDistanceAxisTickToText()
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx279 Sequence< Property > aProps; in createArrayHelper() local
280 describeProperties(aProps); in createArrayHelper()
281 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx925 Reference< XPropertySetInfo > aProps = aCnt.getProperties(); in CreateContextMenu() local
926 if ( aProps.is() ) in CreateContextMenu()
929 = aProps->getPropertyByName( in CreateContextMenu()
1080 Reference< XPropertySetInfo > aProps = aContent.getProperties(); in EditedEntry() local
1081 if ( aProps.is() ) in EditedEntry()
1083 Property aProp = aProps->getPropertyByName( aPropName ); in EditedEntry()
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx144 …tplaceFrameProperties( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aProps ) in SetOutplaceFrameProperties() argument
145 { m_aOutplaceFrameProps = aProps; } in SetOutplaceFrameProperties()
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx1082 uno::Sequence < beans::PropertyValue > aProps; in CreateAndLoadObject() local
1083 TransformItems( SID_OPENDOC, rSet, aProps ); in CreateAndLoadObject()
1105 …ce< lang::XUnoTunnel >( xLoader->loadComponentFromURL( aURL, aTarget, 0, aProps ), uno::UNO_QUERY … in CreateAndLoadObject()
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx659 uno::Sequence< beans::Property > aProps; in createArrayHelper() local
660 describeProperties( aProps ); in createArrayHelper()
661 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx989 Sequence< Property > aProps; in createArrayHelper() local
990 describeProperties( aProps ); in createArrayHelper()
991 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx601 Sequence< Property > aProps(10); in createArrayHelper() local
602 Property* pProperties = aProps.getArray(); in createArrayHelper()
615 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx927 Sequence< Property > aProps(10); in createArrayHelper() local
928 Property* pProperties = aProps.getArray(); in createArrayHelper()
941 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx752 Sequence< PropertyValue > aProps; in WriteToolBoxDocument() local
754 if ( aAny >>= aProps ) in WriteToolBoxDocument()
765 …ExtractToolbarParameters( aProps, aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisibl… in WriteToolBoxDocument()
H A Dmenudocumenthandler.cxx889 Sequence< PropertyValue > aProps; in WriteMenu() local
891 if ( aAny >>= aProps ) in WriteMenu()
900 ExtractMenuParameters( aProps, aCommandURL, aLabel, aHelpURL, xSubMenu, nType, nItemBits ); in WriteMenu()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx269 uno::Sequence< beans::PropertyValue > aProps(3); in getMetaFile() local
270 aProps[0].Name = C2U("FilterName"); in getMetaFile()
271 aProps[0].Value <<= C2U("SVM"); in getMetaFile()
273 aProps[1].Name = C2U("OutputStream"); in getMetaFile()
274 aProps[1].Value <<= xOutStream; in getMetaFile()
302 aProps[2].Name = C2U("FilterData"); in getMetaFile()
303 aProps[2].Value <<= aFilterData; in getMetaFile()
306 if( xFilter->filter( aProps ) ) in getMetaFile()
/trunk/main/package/source/xstor/
H A Docompinstream.hxx64 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps,
68 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps,
H A Dowriteablestream.hxx166 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps,
212 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps );
248 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps,
/trunk/main/linguistic/source/
H A Dconvdicxml.cxx336 uno::Sequence< beans::PropertyValue > aProps(0); in Export() local
337 xFilter->filter( aProps ); // calls exportDoc implicitly in Export()
H A Dgciterator.cxx1039 uno::Sequence< uno::Any > aProps(1); in GetUpdateAccess() local
1040 aProps[0] <<= aValue; in GetUpdateAccess()
1043 A2OU( "com.sun.star.configuration.ConfigurationUpdateAccess" ), aProps ), in GetUpdateAccess()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx1055 uno::Sequence< rtl::OUString > aProps( 1 ); in insert() local
1056 aProps[ 0 ] = rtl::OUString::createFromAscii( "zzzz" ); in insert()
1061 aProps ) ), in insert()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3693 const ::rtl::OUString aProps [] = { PROPERTY_REPORTHEADERON,PROPERTY_REPORTFOOTERON in listen() local
3701 for (size_t i = 0; i < sizeof(aProps)/sizeof(aProps[0]); ++i) in listen()
3702 …(m_xReportDefinition.get()->*pPropertyListenerAction)( aProps[i], static_cast< XPropertyChangeList… in listen()
3709 const ::rtl::OUString* pPropsBegin = &aProps[0]; in listen()
3710 const ::rtl::OUString* pPropsEnd = pPropsBegin + (sizeof(aProps)/sizeof(aProps[0])) - 3; in listen()
4074 Sequence< Property > aProps; in createArrayHelper() local
4075 describeProperties(aProps); in createArrayHelper()
4076 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx417 const Sequence<PropertyValue> aProps = aRubyValues.getConstArray()[nPos]; in SetText() local
418 const PropertyValue* pProps = aProps.getConstArray(); in SetText()
419 for(sal_Int32 nProp = 0; nProp < aProps.getLength(); nProp++) in SetText()

Completed in 195 milliseconds

12345678910>>...12