| /aoo4110/main/xmloff/source/core/ | 
| H A D | xmlimp.cxx | 648 		if (xPropertySetInfo.is())  in endDocument()655 				if (xPropertySetInfo->hasPropertyByName(sProgressMax) &&  in endDocument()
 656 					xPropertySetInfo->hasPropertyByName(sProgressCurrent))  in endDocument()
 1011             if (xPropertySetInfo.is())  in initialize()
 1045 				if( xPropertySetInfo->hasPropertyByName(sPropName) )  in initialize()
 1052 				if( xPropertySetInfo->hasPropertyByName(sPropName) )  in initialize()
 1452             if( xPropertySetInfo.is() &&  in AddStyleDisplayName()
 1453 				xPropertySetInfo->hasPropertyByName(sPrivateData) )  in AddStyleDisplayName()
 1508 			if (xPropertySetInfo.is())  in GetProgressBarHelper()
 1514 				if (xPropertySetInfo->hasPropertyByName(sProgressMax) &&  in GetProgressBarHelper()
 [all …]
 
 | 
| H A D | xmlexp.cxx | 626 			if (xPropertySetInfo.is())  in ~SvXMLExport()633 					if (xPropertySetInfo->hasPropertyByName(sProgressMax) &&  in ~SvXMLExport()
 634 						xPropertySetInfo->hasPropertyByName(sProgressCurrent))  in ~SvXMLExport()
 697 		if (xPropertySetInfo.is())  in setSourceDocument()
 825 		if( xPropertySetInfo->hasPropertyByName(sPropName) )  in initialize()
 834 		if( xPropertySetInfo->hasPropertyByName(sPropName) )  in initialize()
 841 		if( xPropertySetInfo->hasPropertyByName(sPropName) )  in initialize()
 867 		if( xPropertySetInfo->hasPropertyByName( sTargetStorage ) )  in initialize()
 1204 …if ( xPropertySetInfo->hasPropertyByName( sStyleNames ) && xPropertySetInfo->hasPropertyByName( sS…  in ImplExportStyles()
 2090 			if (xPropertySetInfo.is())  in GetProgressBarHelper()
 [all …]
 
 | 
| H A D | xmluconv.cxx | 1796     uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = aProperties->getPropertySetInfo();  in convertPropertySet()  local1797     if (xPropertySetInfo.is())  in convertPropertySet()
 1799         uno::Sequence< beans::Property > aProps = xPropertySetInfo->getProperties();  in convertPropertySet()
 1820 …    uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = rProperties->getPropertySetInfo();  in convertPropertySet()  local
 1821         if (xPropertySetInfo.is())  in convertPropertySet()
 1825                 if (xPropertySetInfo->hasPropertyByName(aProps[i].Name))  in convertPropertySet()
 
 | 
| /aoo4110/main/xmloff/source/text/ | 
| H A D | txtfldi.cxx | 945 	Reference<XPropertySetInfo> xPropertySetInfo(  in PrepareField()  local965 	if (xPropertySetInfo->hasPropertyByName(sPropertyOffset))  in PrepareField()
 985 	if (xPropertySetInfo->hasPropertyByName(sPropertySubType))  in PrepareField()
 1171 	Reference<XPropertySetInfo> xPropertySetInfo(  in PrepareField()  local
 1174 	if (xPropertySetInfo->hasPropertyByName(sPropertyFixed))  in PrepareField()
 1183 	if (xPropertySetInfo->hasPropertyByName(sPropertyAdjust))  in PrepareField()
 1218 		xPropertySetInfo->hasPropertyByName(sPropertyNumberFormat))  in PrepareField()
 1697 	if (xPropertySetInfo->hasPropertyByName(sPropertyFixed))  in PrepareField()
 2019 	Reference<XPropertySetInfo> xPropertySetInfo(  in PrepareField()  local
 2328 	Reference<XPropertySetInfo> xPropertySetInfo(  in PrepareField()  local
 [all …]
 
 | 
| H A D | XMLIndexMarkExport.cxx | 134 		Reference<XPropertySetInfo> xPropertySetInfo =  in ExportIndexMark()  local136 		if (xPropertySetInfo->hasPropertyByName(sUserIndexName))  in ExportIndexMark()
 145 		else if (xPropertySetInfo->hasPropertyByName(sPrimaryKey))  in ExportIndexMark()
 
 | 
| /aoo4110/main/sw/source/filter/xml/ | 
| H A D | xmlimp.cxx | 586 	Reference< XPropertySetInfo > xPropertySetInfo;  in startDocument()  local588 		xPropertySetInfo = xImportInfo->getPropertySetInfo();  in startDocument()
 589 	if( xPropertySetInfo.is() )  in startDocument()
 595 		if( xPropertySetInfo->hasPropertyByName(sStyleInsertModeFamilies) )  in startDocument()
 627 				if( xPropertySetInfo->hasPropertyByName(sStyleInsertModeOverwrite) )  in startDocument()
 642 		if( xPropertySetInfo->hasPropertyByName(sTextInsertModeRange) )  in startDocument()
 653 		if( xPropertySetInfo->hasPropertyByName(sAutoTextMode) )  in startDocument()
 664 		if( xPropertySetInfo->hasPropertyByName(sOrganizerMode) )  in startDocument()
 
 | 
| H A D | xmlexp.cxx | 548 …         uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = xProps->getPropertySetInfo();  in GetConfigurationSettings()  local549             if (xPropertySetInfo.is())  in GetConfigurationSettings()
 551                 uno::Sequence< beans::Property > aProps = xPropertySetInfo->getProperties();  in GetConfigurationSettings()
 559 …const sal_Bool bHasCurrentDatabaseSource = xPropertySetInfo->hasPropertyByName( csCurrentDatabaseS…  in GetConfigurationSettings()
 562 …            beans::Property aProp = xPropertySetInfo->getPropertyByName( csCurrentDatabaseSource );  in GetConfigurationSettings()
 
 | 
| /aoo4110/main/ucb/source/cacher/ | 
| H A D | cachedcontentresultsetstub.cxx | 451 			Reference< XPropertySetInfo > xPropertySetInfo = getPropertySetInfo();  in impl_propagateFetchSizeAndDirection()  local452 			sal_Bool bHasSize = xPropertySetInfo->hasPropertyByName( m_aPropertyNameForFetchSize );   in impl_propagateFetchSizeAndDirection()
 453 …	sal_Bool bHasDirection = xPropertySetInfo->hasPropertyByName( m_aPropertyNameForFetchDirection );   in impl_propagateFetchSizeAndDirection()
 
 | 
| /aoo4110/main/chart2/source/model/template/ | 
| H A D | ColumnChartType.cxx | 121         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local123         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | NetChartType.cxx | 129         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local131         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | LineChartType.cxx | 131         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local133         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | BubbleChartType.cxx | 102         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local104         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | PieChartType.cxx | 122         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local124         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | BubbleChartTypeTemplate.cxx | 110         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local112         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | AreaChartTypeTemplate.cxx | 118         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local120         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | ScatterChartType.cxx | 135         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local137         return &xPropertySetInfo;  in operator ()()
 
 | 
| /aoo4110/test/testuno/source/testlib/uno/ | 
| H A D | TestUtil.java | 194 		XPropertySetInfo xPropertySetInfo = xPropertySet.getPropertySetInfo();  in printPropertiesList()  local197 	    Property[] aProps = xPropertySetInfo.getProperties();  in printPropertiesList()
 
 | 
| /aoo4110/main/ucb/qa/complex/tdoc/ | 
| H A D | CheckTransientDocumentsContent.java | 105 …     XPropertySetInfo xPropertySetInfo = UnoRuntime.queryInterface(XPropertySetInfo.class, result);  in checkTransientDocumentsContent()  local106             Property[] props = xPropertySetInfo.getProperties();  in checkTransientDocumentsContent()
 
 | 
| /aoo4110/main/xmloff/source/table/ | 
| H A D | XMLTableExport.cxx | 276 				Reference< XPropertySetInfo > xPropertySetInfo( xCellSet->getPropertySetInfo() );  in collectTableAutoStyles()  local277 …if( xPropertySetInfo.is() && xPropertySetInfo->hasPropertyByName( OUString(RTL_CONSTASCII_USTRINGP…  in collectTableAutoStyles()
 
 | 
| /aoo4110/main/chart2/source/model/main/ | 
| H A D | FormattedString.cxx | 95         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local97         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | GridProperties.cxx | 128         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local130         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | PageBackground.cxx | 108         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local110         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | StockBar.cxx | 88         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local90         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | Wall.cxx | 113         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local115         return &xPropertySetInfo;  in operator ()()
 
 | 
| H A D | DataPoint.cxx | 84         static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo(  in operator ()()  local86         return &xPropertySetInfo;  in operator ()()
 
 |