/trunk/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 862 ::std::vector< Property > aProperties; in doDescribeSupportedProperties() 865 aProperties.reserve( aAllProperties.getLength() ); in doDescribeSupportedProperties() 925 aProperties.push_back( *pProperty ); in doDescribeSupportedProperties() 928 if ( aProperties.empty() ) in doDescribeSupportedProperties() 930 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
|
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 965 uno::Sequence< beans::PropertyValue > aProperties( 2 ); in SavePresentation() local 966 aProperties[ 0 ].Name = OUString(RTL_CONSTASCII_USTRINGPARAM("Overwrite")); in SavePresentation() 967 aProperties[ 0 ].Value <<= (sal_Bool)sal_True; in SavePresentation() 968 aProperties[ 1 ].Name = OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")); in SavePresentation() 969 aProperties[ 1 ].Value <<= OUString(RTL_CONSTASCII_USTRINGPARAM("impress8")); in SavePresentation() 970 xStorable->storeToURL( aURL, aProperties ); in SavePresentation()
|
/trunk/main/editeng/source/items/ |
H A D | numitem.cxx | 146 Sequence< PropertyValue > aProperties(2); in GetNumStr() local 147 PropertyValue* pValues = aProperties.getArray(); in GetNumStr() 155 aTmpStr = xFormatter->makeNumberingString( aProperties, rLocale ); in GetNumStr()
|
/trunk/main/xmloff/source/forms/ |
H A D | elementexport.cxx | 479 const Sequence< Property > aProperties = m_xPropertyInfo->getProperties(); in exportGenericHandlerAttributes() local 480 for ( const Property* prop = aProperties.getConstArray(); in exportGenericHandlerAttributes() 481 prop != aProperties.getConstArray() + aProperties.getLength(); in exportGenericHandlerAttributes()
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 316 uno::Sequence< beans::PropertyValue > aProperties; in execute() local 318 if ( !( aCommand.Argument >>= aProperties ) || in execute() 319 !aProperties.getLength() ) in execute() 322 aRet <<= setPropertyValues( aProperties, xEnv ); in execute()
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | dsntypes.cxx | 303 const ::comphelper::NamedValueCollection& aProperties = m_aDriverConfig.getProperties(_sURL); in getDefaultDBSettings() local 304 return aProperties.getPropertyValues(); in getDefaultDBSettings()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 2553 Sequence< beans::Property > aProperties( xDestSetInfo->getProperties() ); in setBackground() local 2554 sal_Int32 nCount = aProperties.getLength(); in setBackground() 2555 beans::Property* pProp = aProperties.getArray(); in setBackground() 2961 uno::Sequence< beans::Property> aProperties( xDestSetInfo->getProperties() ); in setBackground() local 2962 sal_Int32 nCount = aProperties.getLength(); in setBackground() 2963 beans::Property* pProp = aProperties.getArray(); in setBackground()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 379 uno::Sequence<beans::PropertyValue> aProperties = aDesc.createPropertyValueSequence(); in PasteDataFormat() local 380 aDescAny <<= aProperties; in PasteDataFormat()
|
H A D | viewfunc.cxx | 1376 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aProperties; in ApplySelectionPattern() 1392 aProperties.realloc( nCount + 1 ); in ApplySelectionPattern() 1393 aProperties[ nCount ].Name = aIt->sName; in ApplySelectionPattern() 1394 aProperties[ nCount ].Value <<= aVal; in ApplySelectionPattern() 1401 …anges( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "attribute" ) ), aChangeRanges, aProperties ); in ApplySelectionPattern()
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | InspectorPane.java | 45 private Property[] aProperties; field in InspectorPane 71 aProperties = m_oIntrospector.getProperties(_oUnoObject); in setMaximumOfProgressBar()
|
/trunk/main/uui/source/ |
H A D | iahndl.cxx | 1093 ::comphelper::NamedValueCollection aProperties( m_aProperties ); in getParentXWindow() 1094 if ( aProperties.has( "Parent" ) ) in getParentXWindow() 1097 OSL_VERIFY( aProperties.get( "Parent" ) >>= xWindow ); in getParentXWindow()
|
/trunk/main/xmloff/source/text/ |
H A D | txtimp.cxx | 2015 Sequence<PropertyValue> aProperties; in FindOutlineStyleName() local 2017 >>= aProperties; in FindOutlineStyleName() 2018 for( sal_Int32 i = 0; i < aProperties.getLength(); i++ ) in FindOutlineStyleName() 2020 if (aProperties[i].Name == s_HeadingStyleName) in FindOutlineStyleName() 2023 aProperties[i].Value >>= aOutlineStyle; in FindOutlineStyleName()
|
/trunk/main/oox/source/drawingml/ |
H A D | hyperlinkcontext.hxx | 41 PropertyMap& aProperties );
|
/trunk/main/oox/inc/oox/ppt/ |
H A D | soundactioncontext.hxx | 37 SoundActionContext( ::oox::core::ContextHandler& rParent, PropertyMap & aProperties ) throw();
|
H A D | slidetransitioncontext.hxx | 39 PropertyMap & aProperties ) throw();
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 646 Sequence< ::rtl::OUString> aProperties(6 + ( m_bPreview ? 5 : 0 )); in InitializeGridModel() local 654 ::rtl::OUString* pStringIter = aProperties.getArray(); in InitializeGridModel() 690 xFormMultiSet->setPropertyValues(aProperties, aValues); in InitializeGridModel() 3210 Sequence< ::rtl::OUString> aProperties(5); in impl_initialize() local 3213 ::rtl::OUString* pStringIter = aProperties.getArray(); in impl_initialize() 3230 xFormMultiSet->setPropertyValues(aProperties, aValues); in impl_initialize()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | DriversConfig.hxx | 39 ::comphelper::NamedValueCollection aProperties;
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 1372 com.sun.star.beans.PropertyValue[] aProperties = in doFunctionAccessSamples() local 1374 for (int nProp=0; nProp<aProperties.length; nProp++) in doFunctionAccessSamples() 1375 if ( aProperties[nProp].Name.equals( "Name" ) ) in doFunctionAccessSamples() 1376 System.out.print( aProperties[nProp].Value + " " ); in doFunctionAccessSamples()
|
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 1467 unoidl.com.sun.star.beans.PropertyValue[] aProperties = in doFunctionAccessSamples() 1469 for (int nProp=0; nProp<aProperties.Length; nProp++) in doFunctionAccessSamples() 1470 if ( aProperties[nProp].Name.Equals( "Name" ) ) in doFunctionAccessSamples() 1471 Console.Write( aProperties[nProp].Value + " " ); in doFunctionAccessSamples()
|
/trunk/main/linguistic/source/ |
H A D | thesdsp.hxx | 97 const ::com::sun::star::beans::PropertyValues& aProperties )
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 432 uno::Sequence< beans::PropertyValue > aProperties; in execute() local 433 if ( !( aCommand.Argument >>= aProperties ) ) in execute() 445 if ( !aProperties.getLength() ) in execute() 457 aRet <<= setPropertyValues( aProperties, Environment ); in execute()
|
/trunk/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 509 uno::Sequence< beans::PropertyValue > aProperties; in execute() local 510 if ( !( aCommand.Argument >>= aProperties ) ) in execute() 522 if ( !aProperties.getLength() ) in execute() 534 aRet <<= setPropertyValues( aProperties, Environment ); in execute()
|
/trunk/main/framework/inc/services/ |
H A D | tabwindowservice.hxx | 147 …ps( sal_Int32 nID, const css::uno::Sequence< css::beans::NamedValue >& aProperties ) throw ( css::…
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XNumberingFormatter.idl | 56 [in]sequence <com::sun::star::beans::PropertyValue> aProperties,
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | SingleProofreadingError.idl | 70 sequence< com::sun::star::beans::PropertyValue > aProperties;
|