/trunk/main/unotools/source/config/ |
H A D | lingucfg.cxx | 1307 uno::Sequence< uno::Any > aProps(1); in GetMainUpdateAccess() local 1308 aProps[0] <<= aValue; in GetMainUpdateAccess() 1311 A2OU( "com.sun.star.configuration.ConfigurationUpdateAccess" ), aProps ), in GetMainUpdateAccess()
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaDataResultSet.cxx | 744 Sequence< com::sun::star::beans::Property > aProps(5); in createArrayHelper() local 745 com::sun::star::beans::Property* pProperties = aProps.getArray(); in createArrayHelper() 753 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|
H A D | OResultSet.cxx | 1386 Sequence< Property > aProps(6); in createArrayHelper() local 1387 Property* pProperties = aProps.getArray(); in createArrayHelper() 1396 return new OPropertyArrayHelper(aProps); in createArrayHelper()
|
/trunk/main/sc/inc/ |
H A D | filtuno.hxx | 72 ::com::sun::star::beans::PropertyValue >& aProps )
|
/trunk/main/filter/source/flash/ |
H A D | swfdialog.hxx | 72 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (com::sun:…
|
/trunk/main/sw/source/ui/envelp/ |
H A D | mailmrge.cxx | 453 uno::Any aProps = xFilterFactory->getByName(sFilter); in SwMailMergeDlg() local 455 aProps >>= aFilterProperties; in SwMailMergeDlg()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.cxx | 305 …const Sequence< NamedValue > aProps( aConfigHelper.GetObjectPropsByDocumentName( sDocServiceName )… in createInstanceWithArguments() local 306 const ::comphelper::NamedValueCollection aMediaTypeProps( aProps ); in createInstanceWithArguments()
|
/trunk/main/svtools/source/filter/ |
H A D | SvFilterOptionsDialog.hxx | 82 …yValues( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > & aProps )
|
/trunk/main/sw/source/ui/inc/ |
H A D | SwXFilterOptions.hxx | 68 ::com::sun::star::beans::PropertyValue >& aProps )
|
/trunk/main/filter/source/svg/ |
H A D | svgdialog.hxx | 74 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (com::sun:…
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 888 Sequence< Property > aProps; in createArrayHelper() local 889 describeProperties(aProps); in createArrayHelper() 890 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|
/trunk/main/sfx2/source/inc/ |
H A D | statcach.hxx | 72 …void Dispatch( com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > aProps, …
|
/trunk/main/fpicker/source/office/ |
H A D | iodlg.cxx | 2080 Sequence< rtl::OUString > aProps(2); in PrepareExecute() local 2081 aProps[0] = rtl::OUString::createFromAscii( "IsVolume" ); in PrepareExecute() 2082 aProps[1] = rtl::OUString::createFromAscii( "IsRemoveable" ); in PrepareExecute() 2085 = aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_FOLDERS_ONLY ); in PrepareExecute()
|
/trunk/main/svx/source/form/ |
H A D | fmshimp.cxx | 3406 Sequence< Property> aProps; in CreateExternalView() local 3519 aProps = xControlModelInfo->getProperties(); in CreateExternalView() 3520 const Property* pProps = aProps.getConstArray(); in CreateExternalView() 3524 aColumnProps.realloc(nExistentDescs + aProps.getLength()); in CreateExternalView() 3527 for (sal_Int32 i=0; i<aProps.getLength(); ++i, ++pProps) in CreateExternalView()
|
H A D | fmundo.cxx | 162 AllProperties aProps; // all properties of this set which we know so far member 640 PropertySetInfo::AllProperties& rPropInfos = aSetPos->second.aProps; in propertyChange()
|
/trunk/main/fileaccess/source/ |
H A D | FileAccess.cxx | 571 Sequence< rtl::OUString > aProps(0); in DECLARE_LIST() local 580 xResultSet = aCnt.createCursor( aProps, eInclude ); in DECLARE_LIST()
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ExampleDataPilotSource.java | 52 public ExamplePropertySetInfo( com.sun.star.beans.Property[] aProps ) in ExamplePropertySetInfo() argument 54 aProperties = aProps; in ExamplePropertySetInfo()
|
/trunk/main/cppuhelper/source/ |
H A D | propshlp.cxx | 1136 const Sequence< Property > & aProps, in OPropertyArrayHelper() 1139 : aInfos(aProps) in OPropertyArrayHelper()
|
/trunk/main/linguistic/source/ |
H A D | lngopt.hxx | 157 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw(::com::sun…
|
/trunk/main/comphelper/source/property/ |
H A D | opropertybag.hxx | 151 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw (::com::su…
|
/trunk/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 1915 uno::Sequence<beans::PropertyValue> aProps; in GetViewSettingsAndViews() local 1916 if( aAny >>= aProps ) in GetViewSettingsAndViews() 1918 if( aProps.getLength() > 0 ) in GetViewSettingsAndViews()
|
/trunk/main/filter/source/t602/ |
H A D | t602filter.hxx | 137 ::com::sun::star::beans::PropertyValue >& aProps )
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | objuno.hxx | 122 …com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ) throw( ::com::su…
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | xmluconv.hxx | 403 const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps);
|
/trunk/main/ucb/source/cacher/ |
H A D | cachedcontentresultset.cxx | 461 Sequence<Property> aProps = xInfo->getProperties(); in CCRS_PropertySetInfo() local 462 m_pProperties = new Sequence<Property> ( aProps ); in CCRS_PropertySetInfo()
|