Home
last modified time | relevance | path

Searched refs:xProperties (Results 1 – 25 of 100) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/itemsetwrapper/
H A DRegressionCurveItemConverter.cxx39 OSL_ASSERT(xProperties.is()); in lclConvertToPropertySet()
40 if( xProperties.is() ) in lclConvertToPropertySet()
44 bool aSuccess = xProperties->getPropertyValue( aPropertyID ) >>= aOldValue; in lclConvertToPropertySet()
47 xProperties->setPropertyValue( aPropertyID , uno::Any( aValue )); in lclConvertToPropertySet()
57 OSL_ASSERT(xProperties.is()); in lclConvertToItemSet()
58 if( xProperties.is() ) in lclConvertToItemSet()
61 if(xProperties->getPropertyValue( aPropertyID ) >>= aValue) in lclConvertToItemSet()
70 OSL_ASSERT(xProperties.is()); in lclConvertToItemSetDouble()
71 if( xProperties.is() ) in lclConvertToItemSetDouble()
74 if(xProperties->getPropertyValue( aPropertyID ) >>= aValue) in lclConvertToItemSetDouble()
[all …]
H A DStatisticsItemConverter.cxx156 return xProperties; in lcl_getCurveProperties()
166 OSL_ASSERT(xProperties.is()); in lclConvertToPropertySet()
167 if( xProperties.is() ) in lclConvertToPropertySet()
174 xProperties->setPropertyValue( aPropertyID , uno::Any( aValue )); in lclConvertToPropertySet()
184 OSL_ASSERT(xProperties.is()); in lclConvertToItemSet()
185 if( xProperties.is() ) in lclConvertToItemSet()
188 if(xProperties->getPropertyValue( aPropertyID ) >>= aValue) in lclConvertToItemSet()
197 OSL_ASSERT(xProperties.is()); in lclConvertToItemSetDouble()
198 if( xProperties.is() ) in lclConvertToItemSetDouble()
201 if(xProperties->getPropertyValue( aPropertyID ) >>= aValue) in lclConvertToItemSetDouble()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/itemsetwrapper/
H A DRegressionCurveItemConverter.cxx39 OSL_ASSERT(xProperties.is()); in lclConvertToPropertySet()
40 if( xProperties.is() ) in lclConvertToPropertySet()
44 bool aSuccess = xProperties->getPropertyValue( aPropertyID ) >>= aOldValue; in lclConvertToPropertySet()
47 xProperties->setPropertyValue( aPropertyID , uno::Any( aValue )); in lclConvertToPropertySet()
57 OSL_ASSERT(xProperties.is()); in lclConvertToItemSet()
58 if( xProperties.is() ) in lclConvertToItemSet()
61 if(xProperties->getPropertyValue( aPropertyID ) >>= aValue) in lclConvertToItemSet()
70 OSL_ASSERT(xProperties.is()); in lclConvertToItemSetDouble()
71 if( xProperties.is() ) in lclConvertToItemSetDouble()
74 if(xProperties->getPropertyValue( aPropertyID ) >>= aValue) in lclConvertToItemSetDouble()
[all …]
H A DStatisticsItemConverter.cxx158 return xProperties; in lcl_getCurveProperties()
168 OSL_ASSERT(xProperties.is()); in lclConvertToPropertySet()
169 if( xProperties.is() ) in lclConvertToPropertySet()
176 xProperties->setPropertyValue( aPropertyID , uno::Any( aValue )); in lclConvertToPropertySet()
186 OSL_ASSERT(xProperties.is()); in lclConvertToItemSet()
187 if( xProperties.is() ) in lclConvertToItemSet()
190 if(xProperties->getPropertyValue( aPropertyID ) >>= aValue) in lclConvertToItemSet()
199 OSL_ASSERT(xProperties.is()); in lclConvertToItemSetDouble()
200 if( xProperties.is() ) in lclConvertToItemSetDouble()
203 if(xProperties->getPropertyValue( aPropertyID ) >>= aValue) in lclConvertToItemSetDouble()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/
H A DVehicleObject.cpp260 TiXmlElement xProperties("properties"); in saveVehicle() local
300 xProperties.SetDoubleAttribute("axelwidth", axelWidth); in saveVehicle()
301 xProperties.SetDoubleAttribute("frontaxel", frontAxel); in saveVehicle()
302 xProperties.SetDoubleAttribute("rearaxel", rearAxel); in saveVehicle()
303 xProperties.SetDoubleAttribute("frontwheelinset", frontWheelInset); in saveVehicle()
305 xProperties.SetDoubleAttribute("rearwheelradius", rearWheelRadius); in saveVehicle()
306 xProperties.SetDoubleAttribute("mass", mass); in saveVehicle()
307 xProperties.SetDoubleAttribute("inertia", inertia); in saveVehicle()
310 xProperties.SetDoubleAttribute("drag", drag); in saveVehicle()
332 xCar.InsertEndChild(xProperties); in saveVehicle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx124 Reference<beans::XPropertySet> xProperties (maNode, UNO_QUERY); in SetProperty() local
125 if (xProperties.is()) in SetProperty()
127 xProperties->setPropertyValue(rsPropertyName, rValue); in SetProperty()
230 Reference<beans::XPropertySet> xProperties ( in Find() local
233 if (xProperties.is()) in Find()
234 if (rPredicate(rKey, xProperties)) in Find()
235 return Any(xProperties); in Find()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx127 Reference<beans::XPropertySet> xProperties (maNode, UNO_QUERY); in SetProperty() local
128 if (xProperties.is()) in SetProperty()
130 xProperties->setPropertyValue(rsPropertyName, rValue); in SetProperty()
233 Reference<beans::XPropertySet> xProperties ( in Find() local
236 if (xProperties.is()) in Find()
237 if (rPredicate(rKey, xProperties)) in Find()
238 return Any(xProperties); in Find()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/core/
H A Dxmlfilterbase.cxx622 writeCoreProperties( XmlFilterBase& rSelf, const Reference< XDocumentProperties >& xProperties ) in writeCoreProperties() argument
673 writeElement( pCoreProps, FSNS( XML_dc, XML_creator ), xProperties->getAuthor() ); in writeCoreProperties()
689 writeElement( pCoreProps, FSNS( XML_dc, XML_subject ), xProperties->getSubject() ); in writeCoreProperties()
690 writeElement( pCoreProps, FSNS( XML_dc, XML_title ), xProperties->getTitle() ); in writeCoreProperties()
704 writeAppProperties( XmlFilterBase& rSelf, const Reference< XDocumentProperties >& xProperties ) in writeAppProperties() argument
720 writeElement( pAppProps, XML_Template, xProperties->getTemplateName() ); in writeAppProperties()
776 comphelper::SequenceAsHashMap aStats = xProperties->getDocumentStatistics(); in writeAppProperties()
947 if( xProperties.is() ) in exportDocumentProperties()
949 writeCoreProperties( *this, xProperties ); in exportDocumentProperties()
950 writeAppProperties( *this, xProperties ); in exportDocumentProperties()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/core/
H A Dxmlfilterbase.cxx624 writeCoreProperties( XmlFilterBase& rSelf, const Reference< XDocumentProperties >& xProperties ) in writeCoreProperties() argument
653 writeElement( pCoreProps, FSNS( XML_dc, XML_creator ), xProperties->getAuthor() ); in writeCoreProperties()
664 writeElement( pCoreProps, FSNS( XML_dc, XML_subject ), xProperties->getSubject() ); in writeCoreProperties()
665 writeElement( pCoreProps, FSNS( XML_dc, XML_title ), xProperties->getTitle() ); in writeCoreProperties()
674 writeAppProperties( XmlFilterBase& rSelf, const Reference< XDocumentProperties >& xProperties ) in writeAppProperties() argument
686 writeElement( pAppProps, XML_Template, xProperties->getTemplateName() ); in writeAppProperties()
715 comphelper::SequenceAsHashMap aStats = xProperties->getDocumentStatistics(); in writeAppProperties()
864 if( xProperties.is() ) in exportDocumentProperties()
866 writeCoreProperties( *this, xProperties ); in exportDocumentProperties()
867 writeAppProperties( *this, xProperties ); in exportDocumentProperties()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/qa/extras/
H A Dchart2export.cxx261 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in checkCommonTrendline() local
262 CPPUNIT_ASSERT(xProperties.is()); in checkCommonTrendline()
297 Reference< lang::XServiceName > xServiceName( xProperties, UNO_QUERY ); in checkNameAndType()
313 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in checkLinearTrendline() local
314 CPPUNIT_ASSERT(xProperties.is()); in checkLinearTrendline()
331 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in checkPolynomialTrendline() local
332 CPPUNIT_ASSERT(xProperties.is()); in checkPolynomialTrendline()
350 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in checkMovingAverageTrendline() local
351 CPPUNIT_ASSERT(xProperties.is()); in checkMovingAverageTrendline()
493 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in testMovingAverage() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A DAccessibilityCheck.cxx258 uno::Reference<beans::XPropertySet> xProperties(xTextRange, uno::UNO_QUERY); in checkTextRange() local
259 if (!xProperties->getPropertySetInfo()->hasPropertyByName("HyperLinkURL")) in checkTextRange()
263 xProperties->getPropertyValue("HyperLinkURL") >>= sHyperlink; in checkTextRange()
354 uno::Reference<beans::XPropertySet> xProperties(xTextRange, uno::UNO_QUERY); in checkTextRange() local
355 if (!xProperties.is()) in checkTextRange()
360 if (!(xProperties->getPropertyValue("CharColor") >>= nCharColor)) in checkTextRange()
386 if (!(xProperties->getPropertyValue("CharBackColor") >>= nCharBackColor)) in checkTextRange()
562 uno::Reference<beans::XPropertySet> xProperties(xTextRange, uno::UNO_QUERY); in checkTextRange() local
563 if (xProperties.is() && xProperties->getPropertySetInfo()->hasPropertyByName("CharFlash")) in checkTextRange()
566 xProperties->getPropertyValue("CharFlash") >>= bBlinking; in checkTextRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx117 Reference<beans::XPropertySet> xProperties (rxDrawPage, UNO_QUERY); in setCurrentPage() local
118 if (xProperties.is()) in setCurrentPage()
121 if (xProperties->getPropertyValue("Number") >>= nPageNumber) in setCurrentPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx117 Reference<beans::XPropertySet> xProperties (rxDrawPage, UNO_QUERY); in setCurrentPage() local
118 if (xProperties.is()) in setCurrentPage()
121 if (xProperties->getPropertyValue("Number") >>= nPageNumber) in setCurrentPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/overlay/
H A Doverlaymanager.cxx133 uno::Sequence< beans::PropertyValue > xProperties(1); in OverlayManager() local
134 xProperties[0].Name = "ReducedDisplayQuality"; in OverlayManager()
135 xProperties[0].Value <<= true; in OverlayManager()
136 maViewInformation2D = drawinglayer::geometry::ViewInformation2D(xProperties); in OverlayManager()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DChartController_Tools.cxx129 uno::Reference< beans::XPropertySet > xProperties( in lcl_deleteDataCurve() local
132 uno::Reference< chart2::XRegressionCurve > xRegressionCurve( xProperties, uno::UNO_QUERY ); in lcl_deleteDataCurve()
459 Reference< beans::XPropertySet > xProperties( xTextShape, uno::UNO_QUERY_THROW ); in impl_PasteStringAsTextShape() local
460 xProperties->setPropertyValue( "TextAutoGrowHeight", uno::Any( true ) ); in impl_PasteStringAsTextShape()
461 xProperties->setPropertyValue( "TextAutoGrowWidth", uno::Any( true ) ); in impl_PasteStringAsTextShape()
462 xProperties->setPropertyValue( "CharHeight", uno::Any( fCharHeight ) ); in impl_PasteStringAsTextShape()
463 xProperties->setPropertyValue( "CharHeightAsian", uno::Any( fCharHeight ) ); in impl_PasteStringAsTextShape()
464 xProperties->setPropertyValue( "CharHeightComplex", uno::Any( fCharHeight ) ); in impl_PasteStringAsTextShape()
465xProperties->setPropertyValue( "TextVerticalAdjust", uno::Any( drawing::TextVerticalAdjust_CENTER … in impl_PasteStringAsTextShape()
466xProperties->setPropertyValue( "TextHorizontalAdjust", uno::Any( drawing::TextHorizontalAdjust_CEN… in impl_PasteStringAsTextShape()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/vml/
H A Dvmltextbox.cxx150 uno::Reference<beans::XPropertySet> xProperties(xShape, uno::UNO_QUERY); in convert() local
159xProperties->setPropertyValue("TextHorizontalAdjust", uno::makeAny(drawing::TextHorizontalAdjust_R… in convert()
161 xProperties->setPropertyValue( "TextWritingMode", uno::makeAny( text::WritingMode_TB_RL ) ); in convert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/overlay/
H A Doverlaymanager.cxx127 uno::Sequence< beans::PropertyValue > xProperties(1); in OverlayManager() local
128 xProperties[0].Name = "ReducedDisplayQuality"; in OverlayManager()
129 xProperties[0].Value <<= true; in OverlayManager()
130 maViewInformation2D = drawinglayer::geometry::ViewInformation2D(xProperties); in OverlayManager()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DRegressionCurveHelper.cxx374 uno::Reference< beans::XPropertySet > xProperties( xCurve, uno::UNO_QUERY ); in addRegressionCurve() local
375 if( xProperties.is()) in addRegressionCurve()
378 comphelper::copyProperties( xPropertySource, xProperties ); in addRegressionCurve()
384 xProperties->setPropertyValue( "LineColor", in addRegressionCurve()
667 Reference<XPropertySet> xProperties( xRegressionCurve, uno::UNO_QUERY ); in getRegressionCurveSpecificName() local
668 if(!xProperties.is()) in getRegressionCurveSpecificName()
671 xProperties->getPropertyValue("CurveName") >>= aResult; in getRegressionCurveSpecificName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DRegressionCurveHelper.cxx374 uno::Reference< beans::XPropertySet > xProperties( xCurve, uno::UNO_QUERY ); in addRegressionCurve() local
375 if( xProperties.is()) in addRegressionCurve()
378 comphelper::copyProperties( xPropertySource, xProperties ); in addRegressionCurve()
384 xProperties->setPropertyValue( "LineColor", in addRegressionCurve()
667 Reference<XPropertySet> xProperties( xRegressionCurve, uno::UNO_QUERY ); in getRegressionCurveSpecificName() local
668 if(!xProperties.is()) in getRegressionCurveSpecificName()
671 xProperties->getPropertyValue("CurveName") >>= aResult; in getRegressionCurveSpecificName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/vml/
H A Dvmltextbox.cxx188 uno::Reference<beans::XPropertySet> xProperties(xShape, uno::UNO_QUERY); in convert() local
197xProperties->setPropertyValue("TextHorizontalAdjust", uno::makeAny(drawing::TextHorizontalAdjust_R… in convert()
199 xProperties->setPropertyValue( "TextWritingMode", uno::makeAny( text::WritingMode_TB_RL ) ); in convert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DChartController_Tools.cxx134 uno::Reference< beans::XPropertySet > xProperties( in lcl_deleteDataCurve() local
137 uno::Reference< chart2::XRegressionCurve > xRegressionCurve( xProperties, uno::UNO_QUERY ); in lcl_deleteDataCurve()
469 Reference< beans::XPropertySet > xProperties( xTextShape, uno::UNO_QUERY_THROW ); in impl_PasteStringAsTextShape() local
470 xProperties->setPropertyValue( "TextAutoGrowHeight", uno::Any( true ) ); in impl_PasteStringAsTextShape()
471 xProperties->setPropertyValue( "TextAutoGrowWidth", uno::Any( true ) ); in impl_PasteStringAsTextShape()
472 xProperties->setPropertyValue( "CharHeight", uno::Any( fCharHeight ) ); in impl_PasteStringAsTextShape()
473 xProperties->setPropertyValue( "CharHeightAsian", uno::Any( fCharHeight ) ); in impl_PasteStringAsTextShape()
474 xProperties->setPropertyValue( "CharHeightComplex", uno::Any( fCharHeight ) ); in impl_PasteStringAsTextShape()
475xProperties->setPropertyValue( "TextVerticalAdjust", uno::Any( drawing::TextVerticalAdjust_CENTER … in impl_PasteStringAsTextShape()
476xProperties->setPropertyValue( "TextHorizontalAdjust", uno::Any( drawing::TextHorizontalAdjust_CEN… in impl_PasteStringAsTextShape()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DPageMasterImportContext.cxx352 Reference < beans::XPropertySet > xProperties ( xInt, UNO_QUERY ); in SetDefaults() local
353 if ( xProperties.is() ) in SetDefaults()
354 FillPropertySet_PageStyle(xProperties, nullptr); in SetDefaults()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/qa/extras/
H A Dchart2export.cxx385 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in checkCommonTrendline() local
386 CPPUNIT_ASSERT(xProperties.is()); in checkCommonTrendline()
421 Reference< lang::XServiceName > xServiceName( xProperties, UNO_QUERY ); in checkNameAndType()
428 CPPUNIT_ASSERT(xProperties->getPropertyValue("CurveName") >>= aCurveName); in checkNameAndType()
437 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in checkLinearTrendline() local
438 CPPUNIT_ASSERT(xProperties.is()); in checkLinearTrendline()
455 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in checkPolynomialTrendline() local
456 CPPUNIT_ASSERT(xProperties.is()); in checkPolynomialTrendline()
461 CPPUNIT_ASSERT(xProperties->getPropertyValue("PolynomialDegree") >>= aDegree); in checkPolynomialTrendline()
474 Reference<XPropertySet> xProperties( xCurve , uno::UNO_QUERY ); in checkMovingAverageTrendline() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl121 @param xProperties
131 [in] com::sun::star::container::XStringKeyMap xProperties);
169 @param xProperties
195 [in] com::sun::star::container::XStringKeyMap xProperties,
236 @param xProperties
257 [in] com::sun::star::container::XStringKeyMap xProperties,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl121 @param xProperties
131 [in] com::sun::star::container::XStringKeyMap xProperties);
169 @param xProperties
195 [in] com::sun::star::container::XStringKeyMap xProperties,
236 @param xProperties
257 [in] com::sun::star::container::XStringKeyMap xProperties,

1234