Home
last modified time | relevance | path

Searched refs:xProps (Results 126 – 150 of 196) sorted by relevance

12345678

/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx728 uno::Reference< beans::XPropertySet > xProps = lcl_getPathSettingsService( mxContext ); in getOfficePath() local
732 xProps->getPropertyValue( _sPathType ) >>= sUrl; in getOfficePath()
750 uno::Reference< beans::XPropertySet > xProps = lcl_getPathSettingsService( mxContext ); in setDefaultFilePath() local
753 xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Work")), uno::Any( aURL ) ); in setDefaultFilePath()
H A Dvbainterior.cxx87 …pertySet >& xProps, ScDocument* pScDoc ) throw ( lang::IllegalArgumentException) : ScVbaInterior_… in ScVbaInterior() argument
H A Dvbasheetobject.cxx417 …uno::Reference< beans::XPropertySet > xProps( mxFormIC->getByIndex( nIndex ), uno::UNO_QUERY_THROW… in getModelIndexInForm() local
418 if( mxControlProps.get() == xProps.get() ) in getModelIndexInForm()
H A Dvbawindow.cxx755 uno::Reference< beans::XPropertySet > xProps = getControllerProps(); in getZoom() local
758 xProps->getPropertyValue( sName ) >>= nZoomType; in getZoom()
767 xProps->getPropertyValue( sName ) >>= nZoom; in getZoom()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx117 Reference<XPropertySet> xProps(xSF, UNO_QUERY); in ImportForms_Impl() local
118 xProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext")) ) >>= xContext; in ImportForms_Impl()
H A Dmsvbahelper.cxx110 uno::Reference< beans::XPropertySet > xProps( xFrame, uno::UNO_QUERY_THROW ); in findShellForUrl() local
111 xProps->getPropertyValue(sTitle) >>= aName; in findShellForUrl()
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx802 SbxArrayRef xProps( GetProperties() ); in GenerateSource() local
804 for ( sal_uInt16 nProp = 0; nProp < xProps->Count(); ++nProp ) in GenerateSource()
806 SbxPropertyRef xProp = (SbxProperty*) xProps->Get(nProp); in GenerateSource()
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx208 Reference< XPropertySet > xProps( xRoadmapItem, UNO_QUERY ); in SetRMItemDefaultProperties() local
209 if ( xProps.is() ) in SetRMItemDefaultProperties()
/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx71 …e, sal_Int32 nIndex, const rtl::OUString& rProperty, uno::Reference< beans::XPropertySet >& xProps) in lcl_AddState() argument
73 if(::cppu::any2bool(xProps->getPropertyValue(rProperty))) in lcl_AddState()
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx412 uno::Reference< beans::XPropertySet > xProps( xTextField, uno::UNO_QUERY_THROW ); in Create_Field_FileName() local
413xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FileFormat") ), uno::makeAny… in Create_Field_FileName()
H A Dvbasection.hxx39 …XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& xProps ) throw ( css::uno…
H A Dvbaheaderfooter.hxx42 …XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& xProps, sal_Bool isHeader…
H A Dvbapagesetup.hxx44 …const css::uno::Reference< css::beans::XPropertySet >& xProps ) throw (css::uno::RuntimeException)…
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx308 Reference< beans::XPropertySet > xProps( xMSF, UNO_QUERY ); in CopyDialogResources() local
309 OSL_ASSERT( xProps.is() ); in CopyDialogResources()
310 …OSL_VERIFY( xProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"… in CopyDialogResources()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx336 uno::Reference< beans::XPropertySet > xProps( xServiceFactory, UNO_QUERY ); in importEffects() local
338xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xCo… in importEffects()
/trunk/main/starmath/source/
H A Dmathmlimport.cxx386 uno::Reference < beans::XPropertySet > xProps( xEventsStream, uno::UNO_QUERY ); in ReadThroughComponent() local
387 Any aAny = xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted") ) ); in ReadThroughComponent()
3161 uno::Reference < XPropertySet > xProps ( GetModel(), UNO_QUERY ); in SetConfigurationSettings() local
3162 if ( xProps.is() ) in SetConfigurationSettings()
3164 Reference < XPropertySetInfo > xInfo ( xProps->getPropertySetInfo() ); in SetConfigurationSettings()
3182 xProps->setPropertyValue( pValues->Name, pValues->Value ); in SetConfigurationSettings()
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx1510 uno::Reference< beans::XPropertySet > xProps( xStorage, uno::UNO_QUERY ); in GetFormatID() local
1511 if ( !xProps.is() ) in GetFormatID()
1515 xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in GetFormatID()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx858 uno::Reference< beans::XPropertySet > xProps( m_xChartModel, uno::UNO_QUERY ); in ChartTypeTabPage() local
859 if ( xProps.is() ) in ChartTypeTabPage()
863xProps->getPropertyValue( C2U( "DisableComplexChartTypes" ) ) >>= bDisableComplexChartTypes; in ChartTypeTabPage()
/trunk/main/svx/source/xml/
H A Dxmleohlp.cxx443 uno::Reference< beans::XPropertySet > xProps( xStm, uno::UNO_QUERY_THROW ); in ImplReadObject() local
444 xProps->setPropertyValue( in ImplReadObject()
/trunk/main/filter/source/xsltfilter/
H A DXSLTFilter.cxx193 Reference< XPropertySet > xProps( m_rServiceFactory, UNO_QUERY_THROW ); in expandUrl() local
194 …xContext.set( xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "DefaultContext" ) ), UN… in expandUrl()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx169 Reference< XPropertySet > xProps( xFactory, UNO_QUERY ); in getComponentContext_Impl() local
170 OSL_ASSERT( xProps.is() ); in getComponentContext_Impl()
171 if (xProps.is()) in getComponentContext_Impl()
173 xProps->getPropertyValue( in getComponentContext_Impl()
3767 Reference < XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY_THROW ); in SFX_NOTIFY() local
3768 …xContext.set( xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContex… in SFX_NOTIFY()
3901 Reference < XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), UNO_QUERY_THROW ); in SFX_NOTIFY() local
3902 …xContextToUse.set( xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultC… in SFX_NOTIFY()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx949 Reference< beans::XPropertySet > xProps( xChartDoc, uno::UNO_QUERY_THROW ); in applyTableToInternalDataProvider() local
950xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog" ) ), uno… in applyTableToInternalDataProvider()
951xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableComplexChartTypes" ) ), u… in applyTableToInternalDataProvider()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx927 uno::Reference< beans::XPropertySet > xProps( m_xFrame, uno::UNO_QUERY ); in show() local
928 if ( xProps.is() ) in show()
931xProps->getPropertyValue( rtl::OUString::createFromAscii( "LayoutManager" ) ) >>= xLayoutManager; in show()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx659 …uno::Reference< beans::XPropertySet > xProps( ::comphelper::getProcessServiceFactory(), uno::UNO_Q… in MergeMenuesForInplace() local
660 if ( xProps.is() ) in MergeMenuesForInplace()
661xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= in MergeMenuesForInplace()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1073 uno::Reference< beans::XPropertySet > xProps( xElementStream, uno::UNO_QUERY ); in implStoreAtStorage() local
1074 OSL_ENSURE( xProps.is(), "The StorageStream must implement XPropertySet interface!\n" ); in implStoreAtStorage()
1075 if ( xProps.is() ) in implStoreAtStorage()
1077 xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) ); in implStoreAtStorage()
1080 xProps->setPropertyValue( aPropName, uno::makeAny( sal_True ) ); in implStoreAtStorage()

Completed in 208 milliseconds

12345678