Home
last modified time | relevance | path

Searched refs:aPropertySet (Results 1 – 7 of 7) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx974 Reference< XPropertySet > aPropertySet( m_xForm, UNO_QUERY ); in createDatabaseForm() local
977 if(aPropertySet.is()) in createDatabaseForm()
981 aPropertySet->setPropertyValue(C2U("ResultSetType"),aVal ); in createDatabaseForm()
987 aPropertySet->setPropertyValue(C2U("FetchSize"), aVal); in createDatabaseForm()
1013 aPropertySet->setPropertyValue(C2U("Command"), aVal); in createDatabaseForm()
1015 aPropertySet->setPropertyValue(C2U("CommandType"), aVal); in createDatabaseForm()
1172 Reference< XPropertySet > aPropertySet( m_xForm, UNO_QUERY ); in setActiveDataSource() local
1173 if(aPropertySet.is()) in setActiveDataSource()
1207 aPropertySet->setPropertyValue(C2U("Command"), aVal); in setActiveDataSource()
1257 if(aPropertySet.is()) in setActiveDataTable()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx801 uno::Sequence<beans::PropertyValue> aPropertySet = aHistory[nItem]; in ScanDocmenu() local
806 sal_uInt32 nPropertyCount = aPropertySet.getLength(); in ScanDocmenu()
808 if (aPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_URL) in ScanDocmenu()
809 aPropertySet[nProperty].Value >>= sURL; in ScanDocmenu()
810 else if (aPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_FILTER) in ScanDocmenu()
811 aPropertySet[nProperty].Value >>= sFilter; in ScanDocmenu()
812 else if (aPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_TITLE) in ScanDocmenu()
813 aPropertySet[nProperty].Value >>= sTitle; in ScanDocmenu()
814 else if (aPropertySet[nProperty].Name == HISTORY_PROPERTYNAME_PASSWORD) in ScanDocmenu()
815 aPropertySet[nProperty].Value >>= sPassword; in ScanDocmenu()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx170 …ual void SAL_CALL insertByName( const ::rtl::OUString& sName, const css::uno::Any& aPropertySet )
174 …tual void SAL_CALL replaceByName( const ::rtl::OUString& sName, const css::uno::Any& aPropertySet )
440 …WindowState::insertByName( const ::rtl::OUString& rResourceURL, const css::uno::Any& aPropertySet ) in insertByName() argument
447 if ( aPropertySet >>= aPropSet ) in insertByName()
505 …indowState::replaceByName( const ::rtl::OUString& rResourceURL, const css::uno::Any& aPropertySet ) in replaceByName() argument
512 if ( aPropertySet >>= aPropSet ) in replaceByName()
/trunk/main/framework/inc/services/
H A Ddetectorfactory.hxx233 const css::uno::Any& aPropertySet )
294 const css::uno::Any& aPropertySet )
/trunk/main/linguistic/source/
H A Diprcache.cxx240 Reference<XPropertySet> aPropertySet(GetLinguProperties()); in SpellCache() local
241 pFlushLstnr->SetPropSet( aPropertySet ); //! after reference is established in SpellCache()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx380 …uno::Reference< XPropertySet > aPropertySet(getConfigAccess("org.openoffice.Setup/Office", true), … in setMigrationCompleted() local
381aPropertySet->setPropertyValue(OUString::createFromAscii("MigrationCompleted"), uno::makeAny(sal_T… in setMigrationCompleted()
382 uno::Reference< XChangesBatch >(aPropertySet, uno::UNO_QUERY_THROW)->commitChanges(); in setMigrationCompleted()
392 uno::Reference< XPropertySet > aPropertySet( in checkMigrationCompleted() local
394 aPropertySet->getPropertyValue( in checkMigrationCompleted()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4662 aPropertySet( aXShape, ::com::sun::star::uno::UNO_QUERY ); in GetConnectorRule()
4666 if ( aPropertySet.is() ) in GetConnectorRule()
4669 aPropertySet, String( RTL_CONSTASCII_USTRINGPARAM( "PolyPolygon" ) ) ) ) in GetConnectorRule()
4858 aPropertySet, String( RTL_CONSTASCII_USTRINGPARAM( "RotateAngle" ) ), sal_True ) ) in GetConnectorRule()

Completed in 99 milliseconds