Home
last modified time | relevance | path

Searched refs:xPropertySetInfo (Results 1 – 25 of 49) sorted by relevance

12

/AOO41X/main/xmloff/source/core/
H A Dxmlimp.cxx647 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxImportInfo->getPropertySetInfo(); in endDocument() local
648 if (xPropertySetInfo.is()) in endDocument()
655 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in endDocument()
656 xPropertySetInfo->hasPropertyByName(sProgressCurrent)) in endDocument()
666 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in endDocument()
671 if (mxNumberStyles.is() && xPropertySetInfo->hasPropertyByName(sNumberStyles)) in endDocument()
1010 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxImportInfo->getPropertySetInfo(); in initialize() local
1011 if (xPropertySetInfo.is()) in initialize()
1014 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1021 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
[all …]
H A Dxmlexp.cxx625 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxExportInfo->getPropertySetInfo(); in ~SvXMLExport() local
626 if (xPropertySetInfo.is()) in ~SvXMLExport()
633 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in ~SvXMLExport()
634 xPropertySetInfo->hasPropertyByName(sProgressCurrent)) in ~SvXMLExport()
644 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in ~SvXMLExport()
650 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in ~SvXMLExport()
696 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxExportInfo->getPropertySetInfo(); in setSourceDocument() local
697 if (xPropertySetInfo.is()) in setSourceDocument()
700 if (xPropertySetInfo->hasPropertyByName(sUsePrettyPrinting)) in setSourceDocument()
719 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in setSourceDocument()
[all …]
H A Dxmluconv.cxx1796 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = aProperties->getPropertySetInfo(); in convertPropertySet() local
1797 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()
/AOO41X/main/xmloff/source/text/
H A Dtxtfldi.cxx945 Reference<XPropertySetInfo> xPropertySetInfo( in PrepareField() local
948 if (xPropertySetInfo->hasPropertyByName(sPropertyNumberingType)) in PrepareField()
965 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()
1203 if (xPropertySetInfo->hasPropertyByName(sPropertyDateTimeValue)) in PrepareField()
1208 else if (xPropertySetInfo->hasPropertyByName(sPropertyDateTime)) in PrepareField()
1218 xPropertySetInfo->hasPropertyByName(sPropertyNumberFormat)) in PrepareField()
[all …]
H A DXMLIndexMarkExport.cxx134 Reference<XPropertySetInfo> xPropertySetInfo = in ExportIndexMark() local
136 if (xPropertySetInfo->hasPropertyByName(sUserIndexName)) in ExportIndexMark()
145 else if (xPropertySetInfo->hasPropertyByName(sPrimaryKey)) in ExportIndexMark()
/AOO41X/main/sw/source/filter/xml/
H A Dxmlimp.cxx586 Reference< XPropertySetInfo > xPropertySetInfo; in startDocument() local
588 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 Dxmlexp.cxx548 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = xProps->getPropertySetInfo(); in GetConfigurationSettings() local
549 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()
/AOO41X/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx451 Reference< XPropertySetInfo > xPropertySetInfo = getPropertySetInfo(); in impl_propagateFetchSizeAndDirection() local
452 sal_Bool bHasSize = xPropertySetInfo->hasPropertyByName( m_aPropertyNameForFetchSize ); in impl_propagateFetchSizeAndDirection()
453 … sal_Bool bHasDirection = xPropertySetInfo->hasPropertyByName( m_aPropertyNameForFetchDirection ); in impl_propagateFetchSizeAndDirection()
/AOO41X/main/chart2/source/model/template/
H A DNetChartType.cxx129 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
131 return &xPropertySetInfo; in operator ()()
H A DColumnChartType.cxx121 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
123 return &xPropertySetInfo; in operator ()()
H A DLineChartType.cxx131 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
133 return &xPropertySetInfo; in operator ()()
H A DBubbleChartType.cxx102 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
104 return &xPropertySetInfo; in operator ()()
H A DPieChartType.cxx122 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
124 return &xPropertySetInfo; in operator ()()
H A DBubbleChartTypeTemplate.cxx110 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
112 return &xPropertySetInfo; in operator ()()
H A DScatterChartType.cxx135 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
137 return &xPropertySetInfo; in operator ()()
H A DAreaChartTypeTemplate.cxx118 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
120 return &xPropertySetInfo; in operator ()()
/AOO41X/test/testuno/source/testlib/uno/
H A DTestUtil.java194 XPropertySetInfo xPropertySetInfo = xPropertySet.getPropertySetInfo(); in printPropertiesList() local
197 Property[] aProps = xPropertySetInfo.getProperties(); in printPropertiesList()
/AOO41X/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsContent.java105 … XPropertySetInfo xPropertySetInfo = UnoRuntime.queryInterface(XPropertySetInfo.class, result); in checkTransientDocumentsContent() local
106 Property[] props = xPropertySetInfo.getProperties(); in checkTransientDocumentsContent()
/AOO41X/main/xmloff/source/table/
H A DXMLTableExport.cxx276 Reference< XPropertySetInfo > xPropertySetInfo( xCellSet->getPropertySetInfo() ); in collectTableAutoStyles() local
277 …if( xPropertySetInfo.is() && xPropertySetInfo->hasPropertyByName( OUString(RTL_CONSTASCII_USTRINGP… in collectTableAutoStyles()
/AOO41X/main/chart2/source/model/main/
H A DGridProperties.cxx128 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
130 return &xPropertySetInfo; in operator ()()
H A DPageBackground.cxx108 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
110 return &xPropertySetInfo; in operator ()()
H A DWall.cxx113 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
115 return &xPropertySetInfo; in operator ()()
H A DStockBar.cxx88 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
90 return &xPropertySetInfo; in operator ()()
H A DFormattedString.cxx95 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
97 return &xPropertySetInfo; in operator ()()
H A DDataPoint.cxx84 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()() local
86 return &xPropertySetInfo; in operator ()()

12