Home
last modified time | relevance | path

Searched refs:aProperties (Results 151 – 175 of 192) sorted by relevance

12345678

/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx862 ::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 Dhtmlex.cxx965 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 Dnumitem.cxx146 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 Delementexport.cxx479 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 Dgvfs_content.cxx316 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 Ddsntypes.cxx303 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 Dunopage.cxx2553 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 Dviewfun5.cxx379 uno::Sequence<beans::PropertyValue> aProperties = aDesc.createPropertyValueSequence(); in PasteDataFormat() local
380 aDescAny <<= aProperties; in PasteDataFormat()
H A Dviewfunc.cxx1376 ::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 DInspectorPane.java45 private Property[] aProperties; field in InspectorPane
71 aProperties = m_oIntrospector.getProperties(_oUnoObject); in setMaximumOfProgressBar()
/trunk/main/uui/source/
H A Diahndl.cxx1093 ::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 Dtxtimp.cxx2015 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 Dhyperlinkcontext.hxx41 PropertyMap& aProperties );
/trunk/main/oox/inc/oox/ppt/
H A Dsoundactioncontext.hxx37 SoundActionContext( ::oox::core::ContextHandler& rParent, PropertyMap & aProperties ) throw();
H A Dslidetransitioncontext.hxx39 PropertyMap & aProperties ) throw();
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx646 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 DDriversConfig.hxx39 ::comphelper::NamedValueCollection aProperties;
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java1372 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 DSpreadsheetSample.cs1467 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 Dthesdsp.hxx97 const ::com::sun::star::beans::PropertyValues& aProperties )
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx432 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 Dpkgcontent.cxx509 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 Dtabwindowservice.hxx147 …ps( sal_Int32 nID, const css::uno::Sequence< css::beans::NamedValue >& aProperties ) throw ( css::…
/trunk/main/offapi/com/sun/star/text/
H A DXNumberingFormatter.idl56 [in]sequence <com::sun::star::beans::PropertyValue> aProperties,
/trunk/main/offapi/com/sun/star/linguistic2/
H A DSingleProofreadingError.idl70 sequence< com::sun::star::beans::PropertyValue > aProperties;

Completed in 215 milliseconds

12345678