Home
last modified time | relevance | path

Searched refs:xInfo (Results 151 – 175 of 228) sorted by relevance

12345678910

/trunk/main/sw/source/ui/app/
H A Ddocst.cxx320 uno::Reference< beans::XPropertySet > xInfo; in ExecStyleSheet() local
321 xStyles->getByName( pNameItem->GetValue() ) >>= xInfo; in ExecStyleSheet()
323xInfo->getPropertyValue( ::rtl::OUString::createFromAscii("DisplayName") ) >>= aUIName; in ExecStyleSheet()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx917 static Reference< XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo() local
918 return xInfo; in getPropertySetInfo()
2799 Reference< XPropertySetInfo > xInfo = _rxForm->getPropertySetInfo(); in startFormListening() local
2800 if ( xInfo.is() && xInfo->hasPropertyByName( FM_PROP_DYNAMIC_CONTROL_BORDER ) ) in startFormListening()
2831 Reference< XPropertySetInfo > xInfo = _rxForm->getPropertySetInfo(); in stopFormListening() local
2832 if ( xInfo.is() && xInfo->hasPropertyByName( FM_PROP_DYNAMIC_CONTROL_BORDER ) ) in stopFormListening()
H A Dfmexpl.cxx445 Reference< XServiceInfo > xInfo( m_xFormComponent, UNO_QUERY ); in GetImage() local
451 sal_Int16 nObjectType = getControlTypeByObject(xInfo); in GetImage()
/trunk/main/toolkit/source/controls/
H A Danimatedimages.cxx276 static Reference< XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo() local
277 return xInfo; in getPropertySetInfo()
H A Droadmapcontrol.cxx170 static Reference< XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo() local
171 return xInfo; in getPropertySetInfo()
/trunk/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx432 …static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > xInfo( createProp… in getPropertySetInfo() local
433 pInfo = &xInfo; in getPropertySetInfo()
H A Dconstitemcontainer.cxx361 static Reference< XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo() local
362 pInfo = &xInfo; in getPropertySetInfo()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx772 uno::Reference< beans::XPropertySetInfo > xInfo; in transferProperties() local
774 >>= xInfo; in transferProperties()
776 if ( !xInfo.is() ) in transferProperties()
795 uno::Sequence< beans::Property > aAllProps = xInfo->getProperties(); in transferProperties()
/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx166 Reference< XServiceInfo > xInfo( rxDoc, UNO_QUERY ); in ImpPDFTabDialog() local
167 if ( xInfo.is() ) in ImpPDFTabDialog()
169 …if ( xInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentatio… in ImpPDFTabDialog()
171 …if ( xInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.text.Generi… in ImpPDFTabDialog()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1425 Reference< XPropertySetInfo > xInfo = _xTable->getPropertySetInfo(); in lcl_getTableNameComponents() local
1426 if ( xInfo.is() in lcl_getTableNameComponents()
1427 && xInfo->hasPropertyByName(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) ) in lcl_getTableNameComponents()
1433 if ( xInfo->hasPropertyByName(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)) in lcl_getTableNameComponents()
1434 && xInfo->hasPropertyByName(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) ) in lcl_getTableNameComponents()
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx191 uno::Reference< lang::XServiceInfo > xInfo( rImporter.GetModel(), uno::UNO_QUERY ); in XMLShapeImportHelper() local
193 mpImpl->mbIsPresentationShapesSupported = xInfo.is() && xInfo->supportsService( aSName ); in XMLShapeImportHelper()
/trunk/main/framework/source/services/
H A Dpathsettings.cxx295 css::uno::Reference< css::beans::XProperty > xInfo(xPath, css::uno::UNO_QUERY); in impl_readNewFormat() local
296 if (xInfo.is()) in impl_readNewFormat()
298 css::beans::Property aInfo = xInfo->getAsProperty(); in impl_readNewFormat()
/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx160 … Reference< XPropertySet > xInfo( xStyles->getByName( pNameItem->GetValue() ), UNO_QUERY_THROW ); in DoExecute() local
163xInfo->getPropertyValue( ::rtl::OUString::createFromAscii("DisplayName") ) >>= aUIName; in DoExecute()
/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx461 …static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > xInfo( createProp… in getPropertySetInfo() local
462 pInfo = &xInfo; in getPropertySetInfo()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx656 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo = aCnt.getProp… in InitializeIndex()
657 if ( xInfo->hasPropertyByName( PROPERTY_ANCHORREF ) ) in InitializeIndex()
3174 Reference< XPropertySetInfo > xInfo = xViewProps->getPropertySetInfo(); in openDone() local
3181 if ( xInfo->hasPropertyByName( sProperty ) ) in openDone()
3379 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo = aCnt.getProp… in DoAction()
3380 if ( xInfo->hasPropertyByName( PROPERTY_TITLE ) ) in DoAction()
/trunk/main/dbaccess/source/inc/
H A Dapitools.hxx318 Reference< XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); \
319 return xInfo; \
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java669 XServiceInfo xInfo = (XServiceInfo) UnoRuntime.queryInterface( in ParagraphExample() local
671 if ( !xInfo.supportsService ( "com.sun.star.text.TextTable" ) ) in ParagraphExample()
677 XPropertySet.class, xInfo ); in ParagraphExample()
/trunk/main/unotools/source/config/
H A Dmoduleoptions.cxx1542 css::uno::Reference< css::lang::XServiceInfo > xInfo(xModel, css::uno::UNO_QUERY); in ClassifyFactoryByModel() local
1543 if (!xInfo.is()) in ClassifyFactoryByModel()
1546 const css::uno::Sequence< ::rtl::OUString > lServices = xInfo->getSupportedServiceNames(); in ClassifyFactoryByModel()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx828 static Reference < beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo() local
829 return xInfo; in getPropertySetInfo()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx744 Reference<XPropertySetInfo> xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo() local
745 return xInfo; in getPropertySetInfo()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1173 Reference< XPropertySetInfo > xInfo( xProps->getPropertySetInfo() ); in SetConfigurationSettings() local
1174 if( !xInfo.is() ) in SetConfigurationSettings()
1257 if( xInfo->hasPropertyByName( pValues->Name ) ) in SetConfigurationSettings()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx448 Reference< XPropertySetInfo > xInfo ) in CCRS_PropertySetInfo()
459 if( xInfo.is() ) in CCRS_PropertySetInfo()
461 Sequence<Property> aProps = xInfo->getProperties(); in CCRS_PropertySetInfo()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx95 const Reference<beans::XPropertySetInfo> xInfo (rxSet->getPropertySetInfo()); in GetOptionalProperty() local
96 if ( ! xInfo.is() || xInfo->hasPropertyByName(rsPropertyName)) in GetOptionalProperty()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1693 Reference< XPropertySetInfo > xInfo = xCol->getPropertySetInfo(); in addColumnListeners() local
1699 if ( xInfo->hasPropertyByName( *pProps ) ) in addColumnListeners()
1701 aPropDesc = xInfo->getPropertyByName( *pProps ); in addColumnListeners()
1718 Reference< XPropertySetInfo > xInfo = xCol->getPropertySetInfo(); in removeColumnListeners() local
1720 if (xInfo->hasPropertyByName(aPropsListenedTo[i])) in removeColumnListeners()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx138 Reference< XPropertySetInfo > xInfo( xSet->getPropertySetInfo() ); in getShapeDescription() local
140 if( xInfo->hasPropertyByName( aPropName ) ) in getShapeDescription()

Completed in 208 milliseconds

12345678910