/trunk/main/chart2/source/model/main/ |
H A D | ChartModel_Persistence.cxx | 172 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 D | FDatabaseMetaDataResultSet.cxx | 487 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 D | AStatement.cxx | 661 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 D | toolboxcontroller.cxx | 756 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 D | treecontrolpeer.cxx | 1501 ::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 D | SResultSet.cxx | 764 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 D | TickmarkHelper.cxx | 848 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 D | FStatement.cxx | 279 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 D | fileview.cxx | 925 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 D | docholder.hxx | 144 …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 D | objxtor.cxx | 1082 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 D | chartuno.cxx | 659 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 D | NResultSet.cxx | 989 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 D | JStatement.cxx | 601 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 D | OStatement.cxx | 927 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 D | toolboxdocumenthandler.cxx | 752 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 D | menudocumenthandler.cxx | 889 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 D | ChartView.cxx | 269 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 D | ocompinstream.hxx | 64 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 D | owriteablestream.hxx | 166 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 D | convdicxml.cxx | 336 uno::Sequence< beans::PropertyValue > aProps(0); in Export() local 337 xFilter->filter( aProps ); // calls exportDoc implicitly in Export()
|
H A D | gciterator.cxx | 1039 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 D | odma_content.cxx | 1055 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 D | ReportController.cxx | 3693 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 D | rubydialog.cxx | 417 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()
|