Home
last modified time | relevance | path

Searched refs:xPropSet (Results 51 – 75 of 335) sorted by relevance

12345678910>>...14

/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs166 unoidl.com.sun.star.beans.XPropertySet xPropSet = in setDate()
168 xPropSet.setPropertyValue( in setDate()
183 unoidl.com.sun.star.beans.XPropertySet xPropSet = null; in prepareRange()
188 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in prepareRange()
200 xPropSet.setPropertyValue( in prepareRange()
215 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in prepareRange()
216 xPropSet.setPropertyValue( in prepareRange()
222 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCell; in prepareRange()
223 xPropSet.setPropertyValue( in prepareRange()
225 xPropSet.setPropertyValue( in prepareRange()
/trunk/main/xmloff/source/text/
H A DXMLSectionImportContext.cxx155 Reference<XPropertySet> xPropSet(xIfc, UNO_QUERY); in StartElement() local
158 xSectionPropertySet = xPropSet; in StartElement()
161 Reference<XNamed> xNamed(xPropSet, UNO_QUERY); in StartElement()
172 pStyle->FillPropertySet( xPropSet ); in StartElement()
181 xPropSet->setPropertyValue( sIsVisible, aAny ); in StartElement()
190 xPropSet->setPropertyValue( sIsCurrentlyVisible, aAny); in StartElement()
196 xPropSet->setPropertyValue( sCondition, aAny ); in StartElement()
206 xPropSet->setPropertyValue(sProtectionKey, aAny); in StartElement()
212 xPropSet->setPropertyValue( sIsProtected, aAny ); in StartElement()
H A DXMLIndexBibliographyConfigurationContext.cxx252 Reference<XPropertySet> xPropSet( xIfc, UNO_QUERY ); in CreateAndInsert() local
256 xPropSet->setPropertyValue(sBracketAfter, aAny); in CreateAndInsert()
259 xPropSet->setPropertyValue(sBracketBefore, aAny); in CreateAndInsert()
262 xPropSet->setPropertyValue(sIsNumberEntries, aAny); in CreateAndInsert()
265 xPropSet->setPropertyValue(sIsSortByPosition, aAny); in CreateAndInsert()
271 xPropSet->setPropertyValue(sLocale, aAny); in CreateAndInsert()
277 xPropSet->setPropertyValue(sSortAlgorithm, aAny); in CreateAndInsert()
287 xPropSet->setPropertyValue(sSortKeys, aAny); in CreateAndInsert()
H A DXMLTextColumnsContext.cxx454 Reference < XPropertySet > xPropSet( xColumns, UNO_QUERY ); in EndElement() local
455 if( xPropSet.is() ) in EndElement()
461 xPropSet->setPropertyValue( sSeparatorLineIsOn, aAny ); in EndElement()
468 xPropSet->setPropertyValue( sSeparatorLineWidth, aAny ); in EndElement()
473 xPropSet->setPropertyValue( sSeparatorLineRelativeHeight, in EndElement()
479 xPropSet->setPropertyValue( sSeparatorLineColor, aAny ); in EndElement()
483 xPropSet->setPropertyValue( sSeparatorLineVerticalAlignment, aAny ); in EndElement()
490 xPropSet->setPropertyValue( sAutomaticDistance, aAny ); in EndElement()
/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx385 css::uno::Reference< css::beans::XPropertySet > xPropSet(xFrame, css::uno::UNO_QUERY); in implts_makeParentVisibleIfAllowed() local
386 if (xPropSet.is()) in implts_makeParentVisibleIfAllowed()
389 xPropSet->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in implts_makeParentVisibleIfAllowed()
478 css::uno::Reference< css::beans::XPropertySet > xPropSet(xFrame, css::uno::UNO_QUERY); in impl_createProgress() local
479 if (xPropSet.is()) in impl_createProgress()
482 xPropSet->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in impl_createProgress()
522 css::uno::Reference< css::beans::XPropertySet > xPropSet(xFrame, css::uno::UNO_QUERY); in impl_showProgress() local
523 if (xPropSet.is()) in impl_showProgress()
526 xPropSet->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in impl_showProgress()
566 if (xPropSet.is()) in impl_hideProgress()
[all …]
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx106 uno::Reference< beans::XPropertySet > xPropSet( xControlModel, uno::UNO_QUERY ); in GetHLinkState() local
107 uno::Reference< beans::XPropertySetInfo > xInfo = xPropSet->getPropertySetInfo(); in GetHLinkState()
116 uno::Any aAny = xPropSet->getPropertyValue( sPropButtonType ); in GetHLinkState()
124 aAny = xPropSet->getPropertyValue( sPropLabel ); in GetHLinkState()
133 aAny = xPropSet->getPropertyValue( sPropTargetURL ); in GetHLinkState()
142 aAny = xPropSet->getPropertyValue( sPropTargetFrame ); in GetHLinkState()
193 … uno::Reference< beans::XPropertySet > xPropSet( xControlModel, uno::UNO_QUERY ); in ExecuteHLink() local
215 xPropSet->setPropertyValue( sPropLabel, aAny ); in ExecuteHLink()
220 xPropSet->setPropertyValue( sPropTargetURL, aAny ); in ExecuteHLink()
225 xPropSet->setPropertyValue( sPropTargetFrame, aAny ); in ExecuteHLink()
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx471 uno::Any aGeoPropSet( xPropSet->getPropertyValue( sCustomShapeGeometry ) ); in ImpExportEnhancedGeometry()
1058 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in ImpExportCustomShape() local
1059 if ( xPropSet.is() ) in ImpExportCustomShape()
1065 ImpExportNewTrans( xPropSet, nFeatures, pRefPoint ); in ImpExportCustomShape()
1072 uno::Any aEngine( xPropSet->getPropertyValue( sCustomShapeEngine ) ); in ImpExportCustomShape()
1079 uno::Any aData( xPropSet->getPropertyValue( sCustomShapeData ) ); in ImpExportCustomShape()
1090 ImpExportEnhancedGeometry( mrExport, xPropSet ); in ImpExportCustomShape()
1096 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in ImpExportTableShape() local
1100 if(xPropSet.is() && xNamed.is()) try in ImpExportTableShape()
1103 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint); in ImpExportTableShape()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DFillAndLineStyleDemo.java82 XPropertySet xPropSet = (XPropertySet) in main() local
87 xPropSet.setPropertyValue( "FillStyle", in main()
100 xPropSet.setPropertyValue( "FillGradient", aGradient ); in main()
103 xPropSet.setPropertyValue( "LineStyle", in main()
111 xPropSet.setPropertyValue( "LineDash", aLineDash ); in main()
112 xPropSet.setPropertyValue( "LineColor", new Integer( 0x0000ff ) ); in main()
113 xPropSet.setPropertyValue( "LineWidth", new Integer( 200 ) ); in main()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx779 if( !xPropSet.is() ) in createSlideTransition()
788 xPropSet, in createSlideTransition()
798 xPropSet, in createSlideTransition()
808 xPropSet, in createSlideTransition()
817 xPropSet, in createSlideTransition()
857 xPropSet, in createSlideTransition()
867 xPropSet, in createSlideTransition()
2216 if( !xPropSet.is() || in queryAutomaticSlideTransition()
2218 xPropSet, in queryAutomaticSlideTransition()
2229 if( !xPropSet.is() || in queryAutomaticSlideTransition()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx786 xPropSet->setPropertyValue( rPropName, rPropValue ); in setControlProperty()
841 xPropSet->setPropertyValue (rProps[i].Name, rProps[i].Value); in insertControlModel()
845 xPropSet->setPropertyValue( UNISTRING("Name"), uno::Any (rControlName) ); in insertControlModel()
846 xPropSet->setPropertyValue( UNISTRING("PositionX"), uno::Any (rPosSize.X) ); in insertControlModel()
847 xPropSet->setPropertyValue( UNISTRING("PositionY"), uno::Any (rPosSize.Y) ); in insertControlModel()
849 xPropSet->setPropertyValue( UNISTRING("Width"), uno::Any (rPosSize.Width) ); in insertControlModel()
1164 xPropSet->setPropertyValue( UNISTRING("Title"), uno::Any( msDlgTitle ) ); in createDialog()
1165 xPropSet->setPropertyValue( UNISTRING("Closeable"), uno::Any( true ) ); in createDialog()
1166 xPropSet->setPropertyValue( UNISTRING("Enabled"), uno::Any( true ) ); in createDialog()
1167 xPropSet->setPropertyValue( UNISTRING("Moveable"), uno::Any( true ) ); in createDialog()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java202 com.sun.star.beans.XPropertySet xPropSet = (com.sun.star.beans.XPropertySet) in setDate() local
204 xPropSet.setPropertyValue( "NumberFormat", new Integer( nFormat ) ); in setDate()
216 com.sun.star.beans.XPropertySet xPropSet = null; in prepareRange() local
221 xPropSet = (com.sun.star.beans.XPropertySet) in prepareRange()
231 xPropSet.setPropertyValue( "TableBorder", aBorder ); in prepareRange()
240 xPropSet = (com.sun.star.beans.XPropertySet) in prepareRange()
242 xPropSet.setPropertyValue( "CellBackColor", new Integer( 0x99CCFF ) ); in prepareRange()
246 xPropSet = (com.sun.star.beans.XPropertySet) in prepareRange()
248 xPropSet.setPropertyValue( "CharColor", new Integer( 0x003399 ) ); in prepareRange()
249 xPropSet.setPropertyValue( "CharWeight", new Float( com.sun.star.awt.FontWeight.BOLD ) ); in prepareRange()
/trunk/main/odk/examples/java/Text/
H A DGraphicsInserter.java124 com.sun.star.beans.XPropertySet xPropSet = in main() local
135 xPropSet.setPropertyValue("AnchorType", in main()
139 xPropSet.setPropertyValue( "GraphicURL", sUrl.toString() ); in main()
142 xPropSet.setPropertyValue( "HoriOrientPosition", in main()
146 xPropSet.setPropertyValue( "VertOrientPosition", in main()
150 xPropSet.setPropertyValue( "Width", new Integer( 4400 ) ); in main()
153 xPropSet.setPropertyValue( "Height", new Integer( 4000 ) ); in main()
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java149 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_ODP() local
152 xPropSet.setPropertyValue( "LineStyle", this.m_LineStyle); in testGraphicBorder_ODP()
155 xPropSet.setPropertyValue( "LineDashName", this.m_LineDashName); in testGraphicBorder_ODP()
158 xPropSet.setPropertyValue( "LineColor", this.m_LineColor); in testGraphicBorder_ODP()
186 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_PPT() local
189 xPropSet.setPropertyValue( "LineStyle", this.m_LineStyle); in testGraphicBorder_PPT()
192 xPropSet.setPropertyValue( "LineDashName", this.m_LineDashName); in testGraphicBorder_PPT()
195 xPropSet.setPropertyValue( "LineColor", this.m_LineColor); in testGraphicBorder_PPT()
/trunk/main/xmloff/source/style/
H A Dprstylei.cxx375 Reference < XPropertySet > xPropSet( mxStyle, UNO_QUERY ); in CreateAndInsert() local
377 xPropSet->getPropertySetInfo(); in CreateAndInsert()
380 Any aAny = xPropSet->getPropertyValue( msIsPhysical ); in CreateAndInsert()
389 Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in CreateAndInsert()
396 Reference < XMultiPropertyStates > xMultiStates( xPropSet, in CreateAndInsert()
437 FillPropertySet( xPropSet ); in CreateAndInsert()
502 Reference < XPropertySet > xPropSet( mxStyle, UNO_QUERY ); in Finish() local
504 xPropSet->getPropertySetInfo(); in Finish()
507 Any aAny = xPropSet->getPropertyValue( msFollowStyle ); in Finish()
513 xPropSet->setPropertyValue( msFollowStyle, aAny ); in Finish()
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx59 uno::Reference< beans::XPropertySet > xPropSet( xPeer, uno::UNO_QUERY ); in canHandleProps() local
60 if ( xPropSet.is() ) in canHandleProps()
74 uno::Reference< beans::XPropertySet > xPropSet( xPeer, uno::UNO_QUERY ); in queryPropertyInfo() local
75 if ( xPropSet.is() ) in queryPropertyInfo()
76 xInfo = xPropSet->getPropertySetInfo(); in queryPropertyInfo()
90 uno::Reference< beans::XPropertySet > xPropSet( xPeer, uno::UNO_QUERY ); in setProperty() local
91 xPropSet->setPropertyValue( rName, aValue ); in setProperty()
103 uno::Reference< beans::XPropertySet > xPropSet( xPeer, uno::UNO_QUERY ); in getProperty() local
104 return xPropSet->getPropertyValue( rName ); in getProperty()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartHelper.java94 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in insertOLEChartInWriter() local
98 xPropSet.setPropertyValue("CLSID", aAny ); in insertOLEChartInWriter()
116 xPropSet.setPropertyValue("VertOrient", aAny ); in insertOLEChartInWriter()
119 xPropSet.setPropertyValue("HoriOrient", aAny ); in insertOLEChartInWriter()
121 xPropSet.setPropertyValue("VertOrientPosition", aAny ); in insertOLEChartInWriter()
123 xPropSet.setPropertyValue("HoriOrientPosition", aAny ); in insertOLEChartInWriter()
128 xPropSet.getPropertyValue( "Model" )); in insertOLEChartInWriter()
/trunk/main/sw/source/ui/shells/
H A Dtextdrw.cxx95 uno::Reference< beans::XPropertySet > xPropSet(xControlModel, uno::UNO_QUERY); in InsertURLButton() local
101 xPropSet->setPropertyValue( C2U("Label"), aTmp ); in InsertURLButton()
109 xPropSet->setPropertyValue( C2U("TargetURL"), aTmp ); in InsertURLButton()
114 xPropSet->setPropertyValue( C2U("TargetFrame"), aTmp ); in InsertURLButton()
120 xPropSet->setPropertyValue( C2U("ButtonType"), aTmp ); in InsertURLButton()
126xPropSet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DispatchURLInternal" )), … in InsertURLButton()
/trunk/main/sc/source/ui/view/
H A Dtabvwshg.cxx85 uno::Reference< beans::XPropertySet > xPropSet( xControlModel, uno::UNO_QUERY ); in InsertURLButton() local
89 xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "Label" ), aAny ); in InsertURLButton()
93 xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "TargetURL" ), aAny ); in InsertURLButton()
98 xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "TargetFrame" ), aAny ); in InsertURLButton()
103 xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "ButtonType" ), aAny ); in InsertURLButton()
109xPropSet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DispatchURLInternal" )), … in InsertURLButton()
/trunk/main/scripting/examples/javascript/ExportSheetsToHTML/
H A Dexportsheetstohtml.js73 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(i));
74 xPropSet.setPropertyValue("IsVisible", true);
80 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(vis));
82 xPropSet.setPropertyValue("IsVisible", true);
86 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(i));
88 xPropSet.setPropertyValue("IsVisible", false);
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx513 uno::Reference<beans::XPropertySet> xPropSet( in getPropertySetInfo() local
535 uno::Reference<beans::XPropertySet> xPropSet( in setPropertyValue() local
554 uno::Reference<beans::XPropertySet> xPropSet( in getPropertyValue() local
556 return xPropSet->getPropertyValue(aPropertyName); in getPropertyValue()
678 uno::Reference<beans::XPropertyContainer> xPropSet( in addProperty() local
702 uno::Reference<beans::XPropertyContainer> xPropSet( in removeProperty() local
704 return xPropSet->removeProperty(sName); in removeProperty()
1059 uno::Reference<beans::XPropertySet> xPropSet( in getUserFieldValue() local
1063 xPropSet->getPropertyValue(name) >>= val; in getUserFieldValue()
1132 uno::Reference<beans::XPropertySet> xPropSet( in setUserFieldValue() local
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DShapeUtil.java60 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in createAndInsertShape() local
62 return xPropSet; in createAndInsertShape()
101 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in addPortion() local
103 return xPropSet; in addPortion()
113 XPropertySet xPropSet = null; in getPortion() local
122 xPropSet = (XPropertySet) UnoRuntime.queryInterface( in getPortion()
128 return xPropSet; in getPortion()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx216 uno::Reference< beans::XPropertySet > xPropSet( pCanvas->getUNOCanvas()->getDevice(), in resize() local
220 if( xPropSet.is() && in resize()
222 xPropSet, in resize()
278 uno::Reference< beans::XPropertySet > xPropSet; in implInitialize() local
283 xPropSet.set( mxShape, uno::UNO_QUERY ); in implInitialize()
286 if( xPropSet.is() && in implInitialize()
287 ( xPropSet->getPropertyValue( in implInitialize()
317 implSetMediaProperties( xPropSet ); in implInitialize()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java120 XPropertySet xPropSet = aPropChgHelper.GetPropSet(); in GetValueToUse() local
121 if (xPropSet != null) // should always be the case in GetValueToUse()
123 Object aObj = xPropSet.getPropertyValue( aPropName ); in GetValueToUse()
159 XPropertySet xPropSet = aPropChgHelper.GetPropSet(); in GetValueToUse() local
160 if (xPropSet != null) // should always be the case in GetValueToUse()
162 Object aObj = xPropSet.getPropertyValue( aPropName ); in GetValueToUse()
442 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in initialize() local
445 aPropChgHelper.AddAsListenerTo( xPropSet ); in initialize()
/trunk/main/sw/source/ui/fldui/
H A Dxfldui.cxx95 Reference<XPropertySet> xPropSet; in IsDBNumeric() local
96 aTable >>= xPropSet; in IsDBNumeric()
97 xColsSupplier = Reference<XColumnsSupplier>(xPropSet, UNO_QUERY); in IsDBNumeric()
112 Reference<XPropertySet> xPropSet; in IsDBNumeric() local
113 aQuery >>= xPropSet; in IsDBNumeric()
114 xColsSupplier = Reference<XColumnsSupplier>(xPropSet, UNO_QUERY); in IsDBNumeric()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx189 Reference< beans::XPropertySet > xPropSet(0); in setPropertyValue() local
201 xTypeProps->getPropertyValue( m_aPropertySetName ) >>= xPropSet; in setPropertyValue()
205 if(xPropSet.is()) in setPropertyValue()
206 xPropSet->setPropertyValue( rPropertyName, rValue ); in setPropertyValue()
213 Reference< beans::XPropertySet > xPropSet(0); in getPropertyValue() local
225 xTypeProps->getPropertyValue( m_aPropertySetName ) >>= xPropSet; in getPropertyValue()
229 if(xPropSet.is()) in getPropertyValue()
230 aRet = xPropSet->getPropertyValue( rPropertyName ); in getPropertyValue()

Completed in 182 milliseconds

12345678910>>...14