Home
last modified time | relevance | path

Searched refs:xProps (Results 76 – 100 of 196) sorted by relevance

12345678

/trunk/main/desktop/source/app/
H A Dappinit.cxx223 Reference< XPropertySet > xProps( xSMgr, UNO_QUERY ); in DestroyApplicationServiceManager() local
224 if ( xProps.is() ) in DestroyApplicationServiceManager()
229 …if (xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xCom… in DestroyApplicationServiceManager()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java98 XPropertySet xProps = in expand_url() local
101 if (xProps == null) in expand_url()
110 xProps.getPropertyValue( "DefaultContext" ) ); in expand_url()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx336 Reference< XPropertySet > xProps( m_xDesigner, UNO_QUERY ); in impl_closeDesigner_nothrow() local
337 if ( xProps.is() ) in impl_closeDesigner_nothrow()
338 xProps->removePropertyChangeListener( PROPERTY_ACTIVECOMMAND, this ); in impl_closeDesigner_nothrow()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx884 uno::Reference< beans::XPropertySet > xProps( xFac, uno::UNO_QUERY ); in GetAvailableSpellSvcs_Impl() local
886xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xContext; in GetAvailableSpellSvcs_Impl()
950 uno::Reference< beans::XPropertySet > xProps( xFac, uno::UNO_QUERY ); in GetAvailableGrammarSvcs_Impl() local
952xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xContext; in GetAvailableGrammarSvcs_Impl()
1014 uno::Reference< beans::XPropertySet > xProps( xFac, uno::UNO_QUERY ); in GetAvailableHyphSvcs_Impl() local
1016xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xContext; in GetAvailableHyphSvcs_Impl()
1082 uno::Reference< beans::XPropertySet > xProps( xFac, uno::UNO_QUERY ); in GetAvailableThesSvcs_Impl() local
1084xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xContext; in GetAvailableThesSvcs_Impl()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java307 …XPropertySet xProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, xConnectionList… in loadConfiguration() local
308 if ( xProps != null ) in loadConfiguration()
310 … String aUsername = AnyConverter.toString( xProps.getPropertyValue( "UserName" ) ); in loadConfiguration()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx831 Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY ); in Copy() local
832 OSL_ASSERT( xProps.is() ); in Copy()
833 …OSL_VERIFY( xProps->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext")) ) >>… in Copy()
1012 Reference< beans::XPropertySet > xProps( xMSF, UNO_QUERY ); in Paste() local
1013 OSL_ASSERT( xProps.is() ); in Paste()
1014 …OSL_VERIFY( xProps->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext")) ) >>… in Paste()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx519 uno::Reference < beans::XPropertySet > xProps( aRet.xStream, uno::UNO_QUERY ); in ImplGetGraphicStream() local
520 xProps->setPropertyValue( aPropName, uno::makeAny( sal_True) ); in ImplGetGraphicStream()
596 uno::Reference < beans::XPropertySet > xProps( aStream.xStream, uno::UNO_QUERY ); in ImplWriteGraphic() local
602xProps->setPropertyValue( String( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ), aAny ); in ImplWriteGraphic()
607 xProps->setPropertyValue( String( RTL_CONSTASCII_USTRINGPARAM( "Compressed" ) ), aAny ); in ImplWriteGraphic()
/trunk/main/chart2/source/tools/
H A DTitleHelper.cxx164 uno::Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in createTitle() local
165 if( xProps.is() ) in createTitle()
167 xProps->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_False ) ); in createTitle()
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1220 Reference< beans::XPropertySet > xProps( xContext->getServiceManager(), UNO_QUERY ); in createInstanceWithContext() local
1221 OSL_ASSERT( xProps.is() ); in createInstanceWithContext()
1222 if (xProps.is()) in createInstanceWithContext()
1225 xProps->getPropertyValue( in createInstanceWithContext()
1284 Reference< beans::XPropertySet > xProps( xContext->getServiceManager(), UNO_QUERY ); in createInstanceWithArgumentsAndContext() local
1285 OSL_ASSERT( xProps.is() ); in createInstanceWithArgumentsAndContext()
1286 if (xProps.is()) in createInstanceWithArgumentsAndContext()
1289 xProps->getPropertyValue( in createInstanceWithArgumentsAndContext()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx123 …static uno::Reference< beans::XPropertySet > xProps( xServiceManager->createInstanceWithContext( r… in getGlobalSheetSettings() local
124 return xProps; in getGlobalSheetSettings()
273 …uno::Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), uno::UNO_Q… in getCurrentDocument() local
275 …uno::Reference< uno::XComponentContext > xCtx( xProps->getPropertyValue( rtl::OUString( RTL_CONSTA… in getCurrentDocument()
H A Dvbacharacters.cxx87 uno::Reference< beans::XPropertySet > xProps( m_xTextRange, uno::UNO_QUERY_THROW ); in getFont() local
88 return uno::Reference< excel::XFont >( new ScVbaFont( this, mxContext, m_aPalette, xProps ) ); in getFont()
/trunk/main/sw/source/ui/vba/
H A Dvbasection.cxx31 …e< frame::XModel >& xModel, const uno::Reference< beans::XPropertySet >& xProps ) throw ( uno::Run… in SwVbaSection() argument
32 SwVbaSection_BASE( rParent, rContext ), mxModel( xModel ), mxPageProps( xProps ) in SwVbaSection()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx1029 … uno::Reference< beans::XPropertySet > xProps( xObj->getComponent(), uno::UNO_QUERY ); in InsertData() local
1030 if ( xProps.is() && in InsertData()
1031 …( xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog"… in InsertData()
1034xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog" )… in InsertData()
1036xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableComplexChartTypes"… in InsertData()
1038 … uno::Reference< util::XModifiable > xModifiable( xProps, uno::UNO_QUERY ); in InsertData()
/trunk/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx266 Reference< XPropertySet > xProps( m_xServiceManager, UNO_QUERY ); in FillToolbar() local
268 if ( xProps.is() ) in FillToolbar()
269xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xCo… in FillToolbar()
H A Dimagebuttontoolbarcontroller.cxx97 …uno::Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY … in GetMacroExpander() local
98xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xCo… in GetMacroExpander()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx806 Reference< beans::XPropertySet > xProps( m_xSMgr, UNO_QUERY ); in ComponentContext() local
807 OSL_ASSERT( xProps.is() ); in ComponentContext()
808 if (xProps.is()) in ComponentContext()
811 xProps->setPropertyValue( OUSTR("DefaultContext"), makeAny( xThis ) ); in ComponentContext()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx240 Reference< beans::XPropertySet > xProps( xSMgr, UNO_QUERY ); in initTypeMapper() local
241 if (xProps.is()) in initTypeMapper()
246 …if (xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DefaultContext") ) ) >… in initTypeMapper()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontentcaps.cxx495 const std::auto_ptr< PropertyValueMap > & xProps in getProperties() local
498 PropertyValueMap::const_iterator map_it = xProps->begin(); in getProperties()
499 const PropertyValueMap::const_iterator map_end = xProps->end(); in getProperties()
/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx938 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance( OUString( RTL_CONSTASCII_USTRI… in SetConfigurationSettings() local
939 if( !xProps.is() ) in SetConfigurationSettings()
942 uno::Reference< beans::XPropertySetInfo > xInfo( xProps->getPropertySetInfo() ); in SetConfigurationSettings()
955 xProps->setPropertyValue( rProperty, pValues->Value ); in SetConfigurationSettings()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx141 Reference< XPropertySet > xProps(xIFace, UNO_QUERY); in GetUIHeadlineName() local
142 if (xProps.is()) in GetUIHeadlineName()
144 Reference< XPropertySetInfo > xPropsInfo = xProps->getPropertySetInfo(); in GetUIHeadlineName()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx1008 Reference< XPropertySet > xProps( xFactory, UNO_QUERY ); in InputStreamTransformer() local
1009 OSL_ASSERT( xProps.is() ); in InputStreamTransformer()
1011 if (xProps.is()) in InputStreamTransformer()
1013 xProps->getPropertyValue( in InputStreamTransformer()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx928 uno::Reference< container::XNameAccess > xProps; in GetSequenceClassIDFromObjectName() local
929 if ( xObjectNames.is() && (xObjectNames->getByName(_sObjectName) >>= xProps) && xProps.is() ) in GetSequenceClassIDFromObjectName()
932 xProps->getByName(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ClassID"))) >>= sValue; in GetSequenceClassIDFromObjectName()
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx406 Reference< XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY ); in startElement() local
407 xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= in startElement()
643 …const Reference< XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY_THROW … in startElement() local
644 …m_xComponentContext.set(xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Def… in startElement()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextColumns.java135 XPropertySet xProps = (XPropertySet) in createTestEnvironment() local
138 new Type(XTextColumns.class),xProps.getPropertyValue("TextColumns")); in createTestEnvironment()
/trunk/main/xmloff/source/forms/
H A Dlayerexport.cxx816 Reference< XPropertySet > xProps( _rxControl, UNO_QUERY ); in excludeFromExport() local
817 OSL_ENSURE( xProps.is(), "OFormLayerXMLExport_Impl::excludeFromExport: invalid control model!" ); in excludeFromExport()
821 m_aIgnoreList.insert( xProps ); in excludeFromExport()

Completed in 167 milliseconds

12345678