Searched refs:aPropertySet (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/extensions/source/bibliography/ |
H A D | datman.cxx | 974 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 …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | dlgass.cxx | 801 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()
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | windowstateconfiguration.cxx | 170 …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()
|
/aoo41x/main/framework/inc/services/ |
H A D | detectorfactory.hxx | 233 const css::uno::Any& aPropertySet ) 294 const css::uno::Any& aPropertySet )
|
/aoo41x/main/linguistic/source/ |
H A D | iprcache.cxx | 240 Reference<XPropertySet> aPropertySet(GetLinguProperties()); in SpellCache() local 241 pFlushLstnr->SetPropSet( aPropertySet ); //! after reference is established in SpellCache()
|
/aoo41x/main/desktop/source/migration/ |
H A D | migration.cxx | 380 …uno::Reference< XPropertySet > aPropertySet(getConfigAccess("org.openoffice.Setup/Office", true), … in setMigrationCompleted() local 381 …aPropertySet->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()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4651 aPropertySet( aXShape, ::com::sun::star::uno::UNO_QUERY ); in GetConnectorRule() 4655 if ( aPropertySet.is() ) in GetConnectorRule() 4658 aPropertySet, String( RTL_CONSTASCII_USTRINGPARAM( "PolyPolygon" ) ) ) ) in GetConnectorRule() 4847 aPropertySet, String( RTL_CONSTASCII_USTRINGPARAM( "RotateAngle" ) ), sal_True ) ) in GetConnectorRule()
|
Completed in 81 milliseconds