Home
last modified time | relevance | path

Searched refs:xProp (Results 226 – 237 of 237) sorted by relevance

12345678910

/trunk/main/editeng/inc/editeng/
H A Dunolingu.hxx86 ::com::sun::star::beans::XPropertySet > xProp;
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx86 void lcl_SetBoolProperty( const uno::Reference<beans::XPropertySet>& xProp, in lcl_SetBoolProperty() argument
91 xProp->setPropertyValue( rName, uno::Any( &bValue, getBooleanCppuType() ) ); in lcl_SetBoolProperty()
/trunk/main/cui/source/options/
H A Doptlingu.cxx1186 xProp = uno::Reference< XPropertySet >( SvxGetLinguPropertySet(), UNO_QUERY ); in SvxLinguTabPage()
1410 if (xProp.is()) in FillItemSet()
1411 xProp->setPropertyValue( aPropName, aAny ); in FillItemSet()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1893 Reference<XPropertySet> xProp = m_pTable; in disposing() local
1894 if(m_pTable && Source.Source == xProp) in disposing()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1645 Reference< XPropertySet > xProp( _rxTargetStorage, UNO_QUERY_THROW ); in impl_writeStorage_throw() local
1646xProp->setPropertyValue( INFO_MEDIATYPE, makeAny( (rtl::OUString)MIMETYPE_OASIS_OPENDOCUMENT_DATAB… in impl_writeStorage_throw()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx148 Reference< XPropertySet > xProp( SvxGetLinguPropertySet() ); in SpellMore() local
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx693 … uno::Reference< beans::XPropertySet > xProp( xServiceManager, uno::UNO_QUERY_THROW ); in Notify() local
694xProp->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ) ) ) >>= … in Notify()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx341 uno::Reference< beans::XPropertySet > xProp( m_xFormComponentHandler,uno::UNO_QUERY ); in inspect() local
342 xProp->setPropertyValue( sRowSet, aRowSet ); in inspect()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3774 Reference< XPropertySet > xProp(xInt, UNO_QUERY); in getByName() local
3775 aRet <<= xProp; in getByName()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx870 uno::Reference<beans::XPropertySet> xProp( GetLinguPropertySet() ); in Spell() local
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1892 uno::Reference< beans::XPropertySet > xProp( ::GetLinguPropertySet() ); in Spell() local
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx840 uno::Reference< beans::XPropertySet > xProp( xCell, uno::UNO_QUERY_THROW ); in visitNode() local
844xProp->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FormulaResultType" ) ) ) >>= … in visitNode()

Completed in 149 milliseconds

12345678910