Home
last modified time | relevance | path

Searched refs:xProps (Results 101 – 125 of 196) sorted by relevance

12345678

/trunk/main/stoc/test/
H A Dtestcorefl.cxx376 Reference< beans::XPropertySet > xProps( xMgr, UNO_QUERY ); in SAL_IMPLEMENT_MAIN() local
377 OSL_ASSERT( xProps.is() ); in SAL_IMPLEMENT_MAIN()
378 xProps->getPropertyValue( in SAL_IMPLEMENT_MAIN()
/trunk/main/chart2/source/controller/dialogs/
H A Dres_ErrorBar.cxx200 uno::Reference< beans::XPropertySet > xProps( xChartDocument, uno::UNO_QUERY ); in SetChartDocumentForRangeChoosing() local
201 if ( xProps.is() ) in SetChartDocumentForRangeChoosing()
205xProps->getPropertyValue( C2U( "DisableDataTableDialog" ) ) >>= m_bDisableDataTableDialog; in SetChartDocumentForRangeChoosing()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx546 Reference< XPropertySet > xProps( _rxContent, UNO_QUERY ); in lcl_ensureName() local
547 if ( xProps.is() ) in lcl_ensureName()
550 OSL_VERIFY( xProps->getPropertyValue( PROPERTY_NAME ) >>= sCurrentName ); in lcl_ensureName()
/trunk/main/svx/source/form/
H A Dfmundo.cxx930 Reference< XPropertySet > xProps( _rxObject, UNO_QUERY ); in switchListening() local
931 if ( xProps.is() ) in switchListening()
934 xProps->addPropertyChangeListener( ::rtl::OUString(), this ); in switchListening()
936 xProps->removePropertyChangeListener( ::rtl::OUString(), this ); in switchListening()
/trunk/main/sd/source/core/
H A DTransitionPreset.cxx161 uno::Reference< beans::XPropertySet > xProps( xServiceFactory, UNO_QUERY ); in importTransitionPresetList() local
163xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xCo… in importTransitionPresetList()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx827 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance( ::rtl::OUString( RTL_CONSTASCI… in EndElement() local
828 if( xProps.is() && xProps->getPropertySetInfo()->hasPropertyByName( maConfigItemName ) ) in EndElement()
830 xProps->getPropertyValue( maConfigItemName ) >>= xForbChars; in EndElement()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx438 Reference < beans::XPropertySet > xProps( in ScriptEventHelper() local
440 m_xCtx.set( xProps->getPropertyValue( rtl::OUString( in ScriptEventHelper()
896 uno::Reference< beans::XPropertySet > xProps( xControl->getModel(), uno::UNO_QUERY_THROW ); in firing_Impl() local
903 xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Name") ) ) >>= sName; in firing_Impl()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx963 Reference< XPropertySet > xProps( xFactory, UNO_QUERY ); in init() local
964 OSL_ASSERT( xProps.is() ); in init()
965 if (xProps.is()) in init()
967 xProps->getPropertyValue( in init()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dexp_share.hxx92 css::uno::Reference< css::beans::XPropertySet > const & xProps, in ElementDescriptor()
97 , _xProps( xProps ) in ElementDescriptor()
H A Dxmldlg_impmodels.cxx2243 Reference< beans::XPropertySet > xProps( in endElement() local
2245 ImportContext ctx( _pImport, xProps, getControlId( _xAttributes ) ); in endElement()
2251 pStyle->importBackgroundColorStyle( xProps ); in endElement()
2252 pStyle->importTextColorStyle( xProps ); in endElement()
2253 pStyle->importTextLineColorStyle( xProps ); in endElement()
2254 pStyle->importFontStyle( xProps ); in endElement()
/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx369 uno::Reference< beans::XPropertySet > xProps( m_xServiceManager, uno::UNO_QUERY ); in CreateControllers() local
372 if ( xProps.is() ) in CreateControllers()
373xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xCo… in CreateControllers()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx257 Reference< XDocumentProperties > xProps( xDPS->getDocumentProperties() ); in updateCurrentDocumentButtonState() local
258 if( xProps.is() ) in updateCurrentDocumentButtonState()
260 aTitle = xProps->getTitle(); in updateCurrentDocumentButtonState()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx833 Reference< XPropertySet > xProps(xHelpTask, UNO_QUERY); in impl_createHelp() local
834 if (xProps.is()) in impl_createHelp()
835 xProps->setPropertyValue( in impl_createHelp()
/trunk/main/javaunohelper/source/
H A Djavaunohelper.cxx270 Reference< beans::XPropertySet > xProps( in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory() local
273 xProps->getPropertyValue( OUSTR("DefaultContext") ), UNO_QUERY_THROW ); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx75 uno::Reference< beans::XPropertySet > xProps( xFrame, uno::UNO_QUERY_THROW ); in getName() local
76 xProps->getPropertyValue(sTitle ) >>= sName; in getName()
H A Dvbahelper.cxx135 …static uno::Reference< beans::XPropertySet > xProps( xServiceManager->createInstanceWithContext( r…
136 return xProps;
323 …uno::Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), uno::UNO_Q… in dispatchRequests() local
324 …uno::Reference<uno::XComponentContext > xContext( xProps->getPropertyValue( rtl::OUString( RTL_CON… in dispatchRequests()
/trunk/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx530 Reference< beans::XPropertySet > xProps( m_xController->getModel(), uno::UNO_QUERY ); in updateCommandAvailability() local
531 if ( xProps.is() ) in updateCommandAvailability()
535xProps->getPropertyValue( C2U( "DisableDataTableDialog" ) ) >>= bDisableDataTableDialog; in updateCommandAvailability()
/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx38 const uno::Reference< beans::XPropertySet >& xProps ) throw (uno::RuntimeException): in SwVbaPageSetup()
42 mxPageProps.set( xProps, uno::UNO_QUERY_THROW ); in SwVbaPageSetup()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx726 Reference < XPropertySet > xProps ( GetModel(), UNO_QUERY ); in GetConfigurationSettings() local
727 if ( xProps.is() ) in GetConfigurationSettings()
729 Reference< XPropertySetInfo > xPropertySetInfo = xProps->getPropertySetInfo(); in GetConfigurationSettings()
763 pProps->Value = xProps->getPropertyValue( aActualName ); in GetConfigurationSettings()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx462 … uno::Reference< beans::XPropertySet > xProps( rDataSeries.getPropertiesOfPoint( nPointIndex ) ); in createDataLabel() local
463 if( xProps.is() ) in createDataLabel()
464 xProps->getPropertyValue( C2U( "CharHeight" )) >>= fViewFontSize; in createDataLabel()
1929 bool lcl_HasVisibleLine( const uno::Reference< beans::XPropertySet >& xProps, bool& rbHasDashedLine… in lcl_HasVisibleLine() argument
1934 if( xProps.is() && ( xProps->getPropertyValue( C2U("LineStyle")) >>= aLineStyle ) ) in lcl_HasVisibleLine()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelper.java417 final XPropertySet xProps = UnoRuntime.queryInterface(XPropertySet.class, _xMSF); in getComponentContext() local
418 final PropertySetHelper aHelper = new PropertySetHelper(xProps); in getComponentContext()
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx138 uno::Reference< beans::XPropertySet > xProps( rxComponent, uno::UNO_QUERY ); in lclGetVBAGlobalConstName() local
139 if( xProps.is() ) try in lclGetVBAGlobalConstName()
142xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "VBAGlobalConstantName" ) … in lclGetVBAGlobalConstName()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1945 Reference< beans::XPropertySet > xProps( xDrawPage, UNO_QUERY ); in _ExportContent() local
1946 if( xProps.is() ) in _ExportContent()
1951xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "BookmarkURL" ) ) ) >>= aBookmark… in _ExportContent()
2000 xAnimationsExporter = new xmloff::AnimationsExporter( *this, xProps ); in _ExportContent()
2687 …Reference< beans::XPropertySet > xProps( xFac->createInstance( OUString( RTL_CONSTASCII_USTRINGPAR… in GetConfigurationSettings() local
2688 if( xProps.is() ) in GetConfigurationSettings()
2689 SvXMLUnitConverter::convertPropertySet( rProps, xProps ); in GetConfigurationSettings()
/trunk/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx113xProps ) : m_xIndexAccess( xIndexAccess ), m_xParentRange( xRange ), m_xContext( xContext ), m_xS… in EnumWrapper() argument
H A Dvbaworkbook.cxx313 uno::Reference< beans::XPropertySet > xProps( xModel, uno::UNO_QUERY_THROW ); in Names() local
314 …uno::Reference< sheet::XNamedRanges > xNamedRanges( xProps->getPropertyValue( rtl::OUString( RTL_… in Names()

Completed in 161 milliseconds

12345678