Home
last modified time | relevance | path

Searched refs:xProps (Results 51 – 75 of 196) sorted by relevance

12345678

/trunk/main/sc/source/ui/vba/
H A Dexcelvbahelper.cxx96 …static uno::Reference< beans::XPropertySet > xProps( xServiceManager->createInstanceWithContext( r… in getGlobalSheetSettings() local
97 return xProps; in getGlobalSheetSettings()
249 uno::Reference< beans::XPropertySet > xProps( xSheet, uno::UNO_QUERY_THROW ); in getUnoSheetModuleObj() local
251xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CodeName") ) ) >>= sCodeName; in getUnoSheetModuleObj()
H A Dvbarange.cxx2103 xProps.set(mxRange, ::uno::UNO_QUERY ); in Font()
2105 xProps.set(mxRanges, ::uno::UNO_QUERY ); in Font()
2942 uno::Reference< beans::XPropertySet > xProps; in getRowOrColumnProps() local
2944 xProps.set( xColRow->getRows(), uno::UNO_QUERY_THROW ); in getRowOrColumnProps()
2947 return xProps; in getRowOrColumnProps()
4078 uno::Reference< beans::XPropertySet > xProps; in getPosition() local
4080 xProps.set( mxRange, uno::UNO_QUERY_THROW ); in getPosition()
4082 xProps.set( mxRanges, uno::UNO_QUERY_THROW ); in getPosition()
4083 xProps->getPropertyValue(POSITION) >>= aPoint; in getPosition()
4580 uno::Reference< beans::XPropertySet > xProps; in AutoFilter() local
[all …]
H A Dvbaborders.cxx166xProps, const uno::Reference< uno::XComponentContext >& xContext, sal_Int32 lineType, ScVbaPalette… in ScVbaBorder() argument
339 uno::Reference< beans::XPropertySet > xProps( m_xRange, uno::UNO_QUERY_THROW ); in getByIndex() local
340 …return uno::makeAny( uno::Reference< excel::XBorder >( new ScVbaBorder( xProps, m_xContext, suppor… in getByIndex()
H A Dvbaworksheet.cxx154 …uno::Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), uno::UNO_Q… in openNewDoc() local
155 …uno::Reference< uno::XComponentContext > xContext( xProps->getPropertyValue( rtl::OUString( RTL_C… in openNewDoc()
226 uno::Reference< beans::XPropertySet > xProps( getSheet(), uno::UNO_QUERY_THROW ); in getVisible() local
228xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVisible" ) ) ) >>= bVisib… in getVisible()
255 uno::Reference< beans::XPropertySet > xProps( getSheet(), uno::UNO_QUERY_THROW ); in setVisible() local
256xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVisible" ) ), uno::Any( b… in setVisible()
740 uno::Reference< beans::XPropertySet > xProps( mxModel, uno::UNO_QUERY_THROW ); in Names() local
741 …uno::Reference< sheet::XNamedRanges > xNamedRanges( xProps->getPropertyValue( rtl::OUString( RTL_… in Names()
/trunk/main/comphelper/source/processfactory/
H A Dprocessfactory.cxx97 uno::Reference<beans::XPropertySet> const xProps( in getProcessComponentContext() local
99 if (xProps.is()) { in getProcessComponentContext()
101 xRet.set( xProps->getPropertyValue( rtl::OUString( in getProcessComponentContext()
/trunk/main/extensions/source/propctrlr/
H A Dformbrowsertools.cxx71 Reference< XPropertySet > xProps(xIFace, UNO_QUERY); in GetUIHeadlineName() local
72 if (xProps.is()) in GetUIHeadlineName()
74 Reference< XPropertySetInfo > xPropsInfo = xProps->getPropertySetInfo(); in GetUIHeadlineName()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx358 uno::Reference< beans::XPropertySet > xProps( m_xSMgr, uno::UNO_QUERY ); in init() local
359 OSL_ASSERT( xProps.is() ); in init()
360 if (xProps.is()) in init()
362 xProps->getPropertyValue( in init()
/trunk/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx338 uno::Reference< beans::XPropertySet > xProps( _rxObject, uno::UNO_QUERY ); in switchListening() local
339 if ( xProps.is() ) in switchListening()
342 xProps->addPropertyChangeListener( ::rtl::OUString(), this ); in switchListening()
344 xProps->removePropertyChangeListener( ::rtl::OUString(), this ); in switchListening()
/trunk/main/basctl/source/basicide/
H A Dbasides3.cxx92 Reference< beans::XPropertySet > xProps( xMSF, UNO_QUERY ); in CreateDlgWin() local
93 OSL_ASSERT( xProps.is() ); in CreateDlgWin()
94 …OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in CreateDlgWin()
/trunk/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx77 uno::Reference< beans::XPropertySet > xProps( m_aAxisProperties.m_xAxisModel, uno::UNO_QUERY ); in createTextShapes_ForAngleAxis() local
78 PropertyMapper::getTextLabelMultiPropertyLists( xProps, aPropNames, aPropValues, false ); in createTextShapes_ForAngleAxis()
79 LabelPositionHelper::doDynamicFontResize( aPropValues, aPropNames, xProps in createTextShapes_ForAngleAxis()
H A DVAxisBase.cxx147 uno::Reference< beans::XPropertySet > xProps( m_aAxisProperties.m_xAxisModel, uno::UNO_QUERY ); in isAnythingToDraw() local
148 if( xProps.is() ) in isAnythingToDraw()
151 xProps->getPropertyValue( C2U( "Show" ) ) >>= bShow; in isAnythingToDraw()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx277 css::uno::Reference< css::beans::XPropertySet > const & xProps );
289 css::uno::Reference< css::beans::XPropertySet > const & xProps );
291 css::uno::Reference< css::beans::XPropertySet > const & xProps );
293 css::uno::Reference< css::beans::XPropertySet > const & xProps );
295 css::uno::Reference< css::beans::XPropertySet > const & xProps );
297 css::uno::Reference< css::beans::XPropertySet > const & xProps );
299 css::uno::Reference< css::beans::XPropertySet > const & xProps );
301 css::uno::Reference< css::beans::XPropertySet > const & xProps );
/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx191 …com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > xProps( xStorage, com::sun::… in GetTypeFromStorage() local
192 if ( xProps.is() ) in GetTypeFromStorage()
195 xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in GetTypeFromStorage()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java155 XPropertySet xProps = UnoRuntime.queryInterface( in main() local
158 new Type( XComponentContext.class ), xProps.getPropertyValue( "DefaultContext" ) ); in main()
165 new Type( XSimpleRegistry.class ), xProps.getPropertyValue( "Registry" ) ); in main()
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx139 Reference< XPropertySet > xProps( _rxModel, UNO_QUERY ); in lcl_getWinBits_nothrow() local
140 if ( xProps.is() ) in lcl_getWinBits_nothrow()
143 xProps->getPropertyValue( PROPERTY_BORDER ) >>= nBorder; in lcl_getWinBits_nothrow()
148 if ( xProps->getPropertyValue( PROPERTY_TABSTOP ) >>= bTabStop ) in lcl_getWinBits_nothrow()
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx470 Reference< beans::XPropertySet > xProps( xSF, UNO_QUERY ); in bootstrapInitialContext() local
471 OSL_ASSERT( xProps.is() ); in bootstrapInitialContext()
472 if (xProps.is()) in bootstrapInitialContext()
474 xProps->setPropertyValue( in bootstrapInitialContext()
/trunk/main/xmloff/source/meta/
H A Dxmlversion.cxx438 uno::Reference< beans::XPropertySet > xProps( xRoot, uno::UNO_QUERY ); in load() local
439 OSL_ENSURE( xProps.is(), "Storage must implement XPropertySet!\n" ); in load()
440 if ( xProps.is() ) in load()
443xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "URL" ) ) >>= aParserInput.sSystemId; in load()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java251 …XPropertySet xProps = Helper.GetConfigProps( xContext, "org.openoffice.Office.Custom.WikiExtension… in SetShowInBrowserByDefault() local
252 xProps.setPropertyValue( "PreselectShowBrowser", new Boolean( bValue ) ); in SetShowInBrowserByDefault()
253 … XChangesBatch xBatch = ( XChangesBatch ) UnoRuntime.queryInterface( XChangesBatch.class, xProps ); in SetShowInBrowserByDefault()
619 …XPropertySet xProps = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, GetConfig( x… in GetConfigProps() local
620 if ( xProps == null ) in GetConfigProps()
623 return xProps; in GetConfigProps()
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx694 uno::Reference< beans::XPropertySet > xProps( xSourceStream, uno::UNO_QUERY ); in implStorePasswordLibrary() local
695 if ( !xProps.is() ) in implStorePasswordLibrary()
700 xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) ); in implStorePasswordLibrary()
834 uno::Reference< beans::XPropertySet > xProps( xSourceStream, uno::UNO_QUERY ); in implStorePasswordLibrary() local
835 if ( !xProps.is() ) in implStorePasswordLibrary()
839 xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) ); in implStorePasswordLibrary()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx590 … uno::Reference< beans::XPropertySet > xProps( xEmbeddedObj->getComponent(), uno::UNO_QUERY ); in InsertOleObject() local
591 if ( xProps.is() && in InsertOleObject()
592 …( xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog"… in InsertOleObject()
595xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog" )… in InsertOleObject()
597xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableComplexChartTypes"… in InsertOleObject()
599 uno::Reference< util::XModifiable > xModifiable( xProps, uno::UNO_QUERY ); in InsertOleObject()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx537 …Reference< XPropertySet > xProps( xFac->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "co… in GetConfigurationSettings() local
538 if( xProps.is() ) in GetConfigurationSettings()
544 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = xProps->getPropertySetInfo(); in GetConfigurationSettings()
560 pProps->Value = xProps->getPropertyValue(aProp.Name); in GetConfigurationSettings()
574 pProps->Value = xProps->getPropertyValue(aProps[i].Name); in GetConfigurationSettings()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx339 uno::Reference< beans::XPropertySet > xProps( xNewModel, uno::UNO_QUERY_THROW ); in Add() local
340xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Dropdown" ) ), uno::Any( … in Add()
347 uno::Reference< beans::XPropertySet > xProps( xNewModel, uno::UNO_QUERY_THROW ); in Add() local
348xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Toggle" ) ), uno::Any( tr… in Add()
/trunk/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx631 Reference< XPropertySet > xProps( _rxObject, UNO_QUERY ); in switchListening() local
632 if ( xProps.is() ) in switchListening()
635 xProps->addPropertyChangeListener( ::rtl::OUString(), this ); in switchListening()
637 xProps->removePropertyChangeListener( ::rtl::OUString(), this ); in switchListening()
/trunk/main/xmloff/source/draw/
H A Dximpbody.cxx199 uno::Reference< beans::XPropertySet > xProps( xShapeDrawPage, uno::UNO_QUERY ); in SdXMLDrawPageContext() local
200 if( xProps.is() ) in SdXMLDrawPageContext()
213xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "BookmarkURL" ) ), uno::makeAny( … in SdXMLDrawPageContext()
/trunk/main/toolkit/workben/
H A Dunodialog.cxx242 Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY ); in Main() local
243 if (xProps.is()) in Main()
248 …if (xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("DefaultContext") ) ) >>= xCom… in Main()

Completed in 179 milliseconds

12345678