/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.hxx | 110 … sal_Int16 nMaxLeading, const ::com::sun::star::beans::PropertyValues& aProperties ) throw(::com::… 111 …cale, sal_Int16 nIndex, const ::com::sun::star::beans::PropertyValues& aProperties ) throw(::com::… 112 …:lang::Locale& aLocale, const ::com::sun::star::beans::PropertyValues& aProperties ) throw(::com::…
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | xmlimppr.hxx | 127 const ::std::vector< XMLPropertyState >& aProperties, 133 const ::std::vector< XMLPropertyState >& aProperties, 139 const ::std::vector< XMLPropertyState >& aProperties,
|
/trunk/main/sd/source/filter/ |
H A D | sdpptwrp.cxx | 173 std::vector< PropertyValue > aProperties; in Export() local 177 aProperties.push_back( aProperty ); in Export() 179 bRet = PPTExport( aProperties, xStorRef, mxModel, mxStatusIndicator, pBas, nCnvrtFlags ); in Export()
|
/trunk/main/linguistic/source/ |
H A D | hyphdsp.hxx | 114 const ::com::sun::star::beans::PropertyValues& aProperties ) 122 const ::com::sun::star::beans::PropertyValues& aProperties ) 130 const ::com::sun::star::beans::PropertyValues& aProperties )
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 809 ::std::vector<beans::Property> aProperties; in getInfoHelper() 810 FillPropertyTable (aProperties); in getInfoHelper() 811 Sequence<beans::Property> aPropertySequence (aProperties.size()); in getInfoHelper() 812 for (unsigned int i=0; i<aProperties.size(); i++) in getInfoHelper() 813 aPropertySequence[i] = aProperties[i]; in getInfoHelper()
|
H A D | unoobj.cxx | 1219 uno::Sequence< beans::PropertyValue > aProperties; in replaceByName() local 1220 …aElement.hasValue() || aElement.getValueType() != getElementType() || !(aElement >>= aProperties) ) in replaceByName() 1224 const beans::PropertyValue* pProperties = aProperties.getConstArray(); in replaceByName() 1237 const sal_Int32 nCount = aProperties.getLength(); in replaceByName() 1529 uno::Sequence< beans::PropertyValue > aProperties( nPropertyCount ); in getByName() local 1530 beans::PropertyValue* pProperties = aProperties.getArray(); in getByName() 1694 aAny <<= aProperties; in getByName()
|
H A D | unopback.cxx | 122 PropertyEntryVector_t aProperties = mpPropSet->getPropertyMap()->getPropertyEntries(); in fillItemSet() local 123 PropertyEntryVector_t::const_iterator aIt = aProperties.begin(); in fillItemSet() 125 while( aIt != aProperties.end() ) in fillItemSet()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | databasecontext.cxx | 479 Sequence< Property > aProperties; in storeTransientProperties() local 481 aProperties = xSetInfo->getProperties(); in storeTransientProperties() 483 if (aProperties.getLength()) in storeTransientProperties() 485 const Property* pProperties = aProperties.getConstArray(); in storeTransientProperties() 486 for ( sal_Int32 i=0; i<aProperties.getLength(); ++i, ++pProperties ) in storeTransientProperties()
|
H A D | ContentHelper.cxx | 232 Sequence< PropertyValue > aProperties; in execute() local 233 if ( !( aCommand.Argument >>= aProperties ) ) in execute() 245 if ( !aProperties.getLength() ) in execute() 257 aRet <<= setPropertyValues( aProperties, Environment ); in execute()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | selectdbtabledialog.cxx | 173 Sequence<PropertyValue> aProperties(5); in IMPL_LINK() local 174 PropertyValue* pProperties = aProperties.getArray(); in IMPL_LINK() 187 SwDBTablePreviewDialog* pDlg = new SwDBTablePreviewDialog(pButton, aProperties); in IMPL_LINK()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | inspectormodelbase.cxx | 151 Sequence< Property > aProperties; in getInfoHelper() local 152 describeProperties( aProperties ); in getInfoHelper() 154 m_pPropertyInfo.reset( new ::cppu::OPropertyArrayHelper( aProperties ) ); in getInfoHelper()
|
/trunk/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 382 uno::Sequence< beans::PropertyValue > aProperties( 3 ); in EndElement() local 383 aProperties[0].Name = sEventType; in EndElement() 384 aProperties[0].Handle = -1; in EndElement() 386 aProperties[0].State = beans::PropertyState_DIRECT_VALUE; in EndElement() 388 aProperties[1].Name = sClickAction; in EndElement() 389 aProperties[1].Handle = -1; in EndElement() 391 aProperties[1].State = beans::PropertyState_DIRECT_VALUE; in EndElement() 393 aProperties[2].Name = sBookmark; in EndElement() 394 aProperties[2].Handle = -1; in EndElement() 395 aProperties[2].Value <<= msHyperlink; in EndElement() [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | charthelper.cxx | 469 uno::Sequence< beans::PropertyValue > aProperties( 1 ); in CreateProtectedChartListenersAndNotify() local 470 … aProperties[ 0 ].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ); in CreateProtectedChartListenersAndNotify() 471 aProperties[ 0 ].Value <<= aChartName; in CreateProtectedChartListenersAndNotify() 473 …es( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "insert-chart" ) ), aChangeRanges, aProperties ); in CreateProtectedChartListenersAndNotify()
|
/trunk/main/xmloff/source/core/ |
H A D | PropertySetMerger.cxx | 229 Sequence< Property > aProperties( nCount1 + nCount2 ); in getProperties() local 233 Property* pProperties = aProperties.getArray(); in getProperties() 241 return aProperties; in getProperties()
|
/trunk/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 300 Sequence< Property > aProperties = xSettingsInfo->getProperties(); in exportDataSource() local 301 const Property* pProperties = aProperties.getConstArray(); in exportDataSource() 302 const Property* pPropertiesEnd = pProperties + aProperties.getLength(); in exportDataSource() 632 PropertyMap aProperties[] = in exportConnectionData() local 639 i < sizeof( aProperties ) / sizeof( aProperties[0] ); in exportConnectionData() 643 …onst ::rtl::OUString sPropertyName = ::rtl::OUString::createFromAscii( aProperties[i].pAsciiProper… in exportConnectionData()
|
/trunk/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 258 uno::Sequence< beans::PropertyValue > aProperties; in execute() local 259 if ( !( aCommand.Argument >>= aProperties ) ) in execute() 271 if ( !aProperties.getLength() ) in execute() 283 aRet <<= setPropertyValues( aProperties, Environment ); in execute()
|
/trunk/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 1321 css::uno::Sequence<css::beans::PropertyValue> aProperties (3); in GetProperties() local 1323 aProperties[0].Name = A2S("ExtraPrintUIOptions"); in GetProperties() 1324 aProperties[0].Value <<= m_aUIProperties; in GetProperties() 1326 aProperties[1].Name = A2S("PageSize"); in GetProperties() 1327 aProperties[1].Value <<= maPrintSize; in GetProperties() 1330 aProperties[2].Name = A2S("PageIncludesNonprintableArea"); in GetProperties() 1331 aProperties[2].Value = makeAny( sal_True ); in GetProperties() 1333 return aProperties; in GetProperties()
|
/trunk/main/autodoc/inc/ary/idl/ |
H A D | i_service.hxx | 108 PropertyList aProperties; member in ary::idl::Service 117 { aProperties.push_back(i_nProperty); } in Add_Property()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 175 ::std::pair< ::rtl::OUString, ::rtl::OUString > aProperties[] = { in copyFilterAndSortingTo() 193 for ( i=0; i < sizeof( aProperties ) / sizeof( aProperties[0] ); ++i ) in copyFilterAndSortingTo() 195 if ( m_xObjectPSI->hasPropertyByName( aProperties[i].first ) ) in copyFilterAndSortingTo() 198 m_xObject->getPropertyValue( aProperties[i].first ) >>= sFilter; in copyFilterAndSortingTo() 201 sStatement += aProperties[i].second; in copyFilterAndSortingTo() 205 _rxObject->setPropertyValue( aProperties[i].first, makeAny(sFilter) ); in copyFilterAndSortingTo()
|
/trunk/main/oox/source/ppt/ |
H A D | soundactioncontext.cxx | 42 …SoundActionContext::SoundActionContext( ContextHandler& rParent, PropertyMap & aProperties ) throw… in SoundActionContext() argument 44 , maSlideProperties( aProperties ) in SoundActionContext()
|
H A D | slidetransitioncontext.cxx | 49 …dler& rParent, const Reference< XFastAttributeList >& xAttribs, PropertyMap & aProperties ) throw() in SlideTransitionContext() argument 51 , maSlideProperties( aProperties ) in SlideTransitionContext()
|
/trunk/main/package/source/package/manifest/ |
H A D | ManifestImport.cxx | 273 PropertyValue aProperties[ PKG_SIZE_ENCR_MNFST ]; in endElement() local 280 PropertyValue& rProp = aProperties[ nDest ]; in endElement() 287 rManVector.push_back ( PropertyValues( aProperties, nNumProperty ) ); in endElement()
|
/trunk/main/autodoc/source/ary/idl/ |
H A D | i_service.cxx | 45 aProperties() in Service() 143 o_result = new SCI_Vector<Ce_id>( service_cast(i_ce).aProperties ); in Get_Properties()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontentcaps.cxx | 512 uno::Sequence< beans::Property > aProperties( nCount ); in getProperties() local 520 aProperties[ n ] = aProp; in getProperties() 523 return aProperties; in getProperties()
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | XSpellChecker1.idl | 60 [in] com::sun::star::beans::PropertyValues aProperties ) 67 [in] com::sun::star::beans::PropertyValues aProperties )
|