Home
last modified time | relevance | path

Searched refs:XPropertySet (Results 101 – 125 of 3110) sorted by relevance

12345678910>>...125

/trunk/main/xmloff/source/forms/
H A Dlayerimport.hxx91 …CCESS_MAP( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >, MapString2Pr…
97 …std::pair< ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >, ::rtl::OUStr…
118 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl,
121 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl,
131 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
135 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
140 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
145 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
150 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
155 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
[all …]
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java49 import com.sun.star.beans.XPropertySet;
149 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_ODP()
150 XPropertySet.class, xGraphicShape ); in testGraphicBorder_ODP()
166 XPropertySet xPropSet2 = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_ODP()
167 XPropertySet.class, xGraphicShape2 ); in testGraphicBorder_ODP()
186 XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_PPT()
187 XPropertySet.class, xGraphicShape ); in testGraphicBorder_PPT()
203 XPropertySet xPropSet2 = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_PPT()
204 XPropertySet.class, xGraphicShape2 ); in testGraphicBorder_PPT()
/trunk/main/xmloff/source/xforms/
H A Dxformsapi.cxx52 using com::sun::star::beans::XPropertySet;
66 Reference<XPropertySet> lcl_createPropertySet( const OUString& rServiceName ) in lcl_createPropertySet()
78 Reference<XPropertySet> lcl_createXFormsModel() in lcl_createXFormsModel()
83 Reference<XPropertySet> lcl_createXFormsBinding() in lcl_createXFormsBinding()
90 const Reference<XPropertySet>& xModel ) in lcl_addXFormsModel()
117 Reference<XPropertySet> lcl_findXFormsBindingOrSubmission( in lcl_findXFormsBindingOrSubmission()
125 Reference<XPropertySet> xRet; in lcl_findXFormsBindingOrSubmission()
172 Reference<XPropertySet> lcl_findXFormsBinding( in lcl_findXFormsBinding()
179 Reference<XPropertySet> lcl_findXFormsSubmission( in lcl_findXFormsSubmission()
186 void lcl_setValue( Reference<XPropertySet>& xPropertySet, in lcl_setValue()
[all …]
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java52 com.sun.star.beans.XPropertySet xPortionProps = in getNextField()
53 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in getNextField()
73 com.sun.star.beans.XPropertySet xPortionProps = in getNextField()
92 public com.sun.star.beans.XPropertySet getFieldProps( in getFieldProps()
94 com.sun.star.beans.XPropertySet xProps = in getFieldProps()
95 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in getFieldProps()
96 com.sun.star.beans.XPropertySet.class, xField ); in getFieldProps()
104 com.sun.star.beans.XPropertySet xProps, in checkField()
150 com.sun.star.beans.XPropertySet xProps = null; in checkCrossReferences()
235 com.sun.star.beans.XPropertySet xFieldProps = in checkCrossReferences()
[all …]
/trunk/main/package/qa/storages/
H A DTestHelper.java82 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xStream ); in WriteBytesToStream()
172XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xSubStream ); in WriteBytesToSubstreamDefaultCompressed()
309XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xSubStream ); in WBToSubstrOfEncr()
499XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xSubStream ); in WBToSubstrOfEncrH()
678 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xStorage ); in setStorageTypeAndCheckProps()
723 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xStorage ); in checkStorageProperties()
824 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xStream ); in InternalCheckStream()
1258 XPropertySet xTempFileProps = null; in CreateTempFile()
1262 xTempFileProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, oTempFile ); in CreateTempFile()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java33 import com.sun.star.beans.XPropertySet;
182 XDatabaseMetaData metadata, XPropertySet table, ComposeRule composeRule, in composeTableName()
200XPropertySet properties = UnoRuntime.queryInterface(XPropertySet.class, findDataSource(object)); in isDataSourcePropertyEnabled()
441 XPropertySet columnProperties; in createStandardCreateStatement()
595XPropertySet columnProperties = AnyConverter.toObject(XPropertySet.class, keys.getByIndex(i)); in createStandardKeyStatement()
665XPropertySet columnProperties = AnyConverter.toObject(XPropertySet.class, columns.getByIndex(i)); in generateColumnNames()
695XPropertySet statementProperties = UnoRuntime.queryInterface(XPropertySet.class, statement); in collectColumnInformation()
722 public static XNameAccess getPrimaryKeyColumns(XPropertySet table) throws SQLException { in getPrimaryKeyColumns()
731XPropertySet propertySet = UnoRuntime.queryInterface(XPropertySet.class, keys.getByIndex(i)); in getPrimaryKeyColumns()
750 …public static void cloneDescriptorColumns(XPropertySet source, XPropertySet destination) throws SQ… in cloneDescriptorColumns()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx847 Reference< XPropertySet > xGridSet(m_xGridModel, UNO_QUERY); in Construct()
908 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in Construct()
1208 Reference< XPropertySet > xSource(evt.Source, UNO_QUERY); in propertyChange()
1321 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in disposing()
1511 Reference< XPropertySet > xParam; in approveParameter()
1794 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in applyParserOrder()
1837 Reference< XPropertySet > xFormSet(getRowSet(), UNO_QUERY); in applyParserFilter()
2299 Reference< XPropertySet > xSet(getRowSet(), UNO_QUERY); in Execute()
2339 Reference< XPropertySet > xSet(xCursor, UNO_QUERY); in Execute()
2522 Reference< XPropertySet > xEmptyReturn; in getBoundField()
[all …]
/trunk/main/xmloff/inc/
H A Dtxtflde.hxx50 namespace beans { class XPropertySet; }
218 ::com::sun::star::beans::XPropertySet> & xPropSet,
221 ::com::sun::star::beans::XPropertySet > & xPropSet);
223 ::com::sun::star::beans::XPropertySet > & xPropSet);
234 ::com::sun::star::beans::XPropertySet> & rPropSet,
236 ::com::sun::star::beans::XPropertySet> & rRangePropSet,
384 ::com::sun::star::beans::XPropertySet > & rPropertySet);
415 ::com::sun::star::beans::XPropertySet> & xmaster,
417 ::com::sun::star::beans::XPropertySet> & xField);
424 ::com::sun::star::beans::XPropertySet > & xPropSet);
[all …]
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBackColor.java33 import com.sun.star.beans.XPropertySet;
68XPropertySet xFrameProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFrame); in testFrameBackColor()
76XPropertySet xFrameProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class,… in testFrameBackColor()
85XPropertySet xFrameProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class,… in testFrameBackColor()
H A DFrameBorderSpacingtoContent.java36 import com.sun.star.beans.XPropertySet;
66XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTextFrame); in testFrameBorderSpacingtoContent()
77XPropertySet xCursorProps_assert_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,… in testFrameBorderSpacingtoContent()
89XPropertySet xCursorProps_assert_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,… in testFrameBorderSpacingtoContent()
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx158 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in getExplicitNumberFormatKeyForAxis()
378 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in createAxis()
383 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in createAxis()
469 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in makeAxisVisible()
495 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in makeAxisInvisible()
630 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in getCrossingMainAxis()
671 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in isAxisVisible()
705 Reference< beans::XPropertySet > AxisHelper::getGridProperties( in getGridProperties()
709 Reference< beans::XPropertySet > xRet; in getGridProperties()
866 std::vector< Reference< beans::XPropertySet > > aGridVector; in getAllGrids()
[all …]
H A DThreeDHelper.cxx59 bool lcl_isRightAngledAxesSetAndSupported( const Reference< beans::XPropertySet >& xSceneProperties… in lcl_isRightAngledAxesSetAndSupported()
78 void lcl_RotateLightSource( const Reference< beans::XPropertySet >& xSceneProperties in lcl_RotateLightSource()
155 bool lcl_isLightScheme( const uno::Reference< beans::XPropertySet >& xDiagramProps, bool bRealistic… in lcl_isLightScheme()
206 bool lcl_isRealisticLightScheme( const uno::Reference< beans::XPropertySet >& xDiagramProps ) in lcl_isRealisticLightScheme()
210 bool lcl_isSimpleLightScheme( const uno::Reference< beans::XPropertySet >& xDiagramProps ) in lcl_isSimpleLightScheme()
1008 const Reference< beans::XPropertySet >& xSceneProperties in setRotationAngleToDiagram()
1121 const Reference< beans::XPropertySet >& xSceneProperties ) in getCameraDistance()
1145 const Reference< beans::XPropertySet >& xSceneProperties, double fCameraDistance ) in setCameraDistance()
1211 uno::Reference< beans::XPropertySet > xDiagramProps( xDiagram, uno::UNO_QUERY ); in detectScheme()
1254 uno::Reference< beans::XPropertySet > xProp( xDiagram, uno::UNO_QUERY ); in setScheme()
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiPropDialog.java31 import com.sun.star.beans.XPropertySet;
150 XPropertySet xPS = GetPropSet("WikiList"); in fillWikiList()
164 XPropertySet xPS = GetPropSet("ArticleText"); in fillDocList()
187 XPropertySet xPS = GetPropSet("ArticleText"); in SetWikiTitle()
199 XPropertySet xSendButton = GetPropSet( "SendButton" ); in switchSendButtonIfNecessary()
202 XPropertySet xWikiListProps = GetPropSet( "WikiList" ); in switchSendButtonIfNecessary()
203 XPropertySet xArticleProps = GetPropSet( "ArticleText" ); in switchSendButtonIfNecessary()
261 XPropertySet aWikiListProps = GetPropSet( "WikiList" ); in callHandlerMethod()
262 XPropertySet aArticleTextProps = GetPropSet( "ArticleText" ); in callHandlerMethod()
263 XPropertySet aCommentTextProps = GetPropSet( "CommentText" ); in callHandlerMethod()
[all …]
H A DWikiDialog.java33 import com.sun.star.beans.XPropertySet;
139XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, xDialogContro… in SetTitle()
146 protected XPropertySet GetPropSet(String sControl) in GetPropSet()
151 protected static XPropertySet GetPropSet( XControlContainer xControlContainer, String sControl ) in GetPropSet()
153 XPropertySet xPS = null; in GetPropSet()
158 xPS = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xControl.getModel() ); in GetPropSet()
214XPropertySet xThrobberProps = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, xThrobb… in InsertThrobber()
/trunk/main/forms/source/component/
H A DGroupManager.hxx102 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xComponent;
110 …OGroupComp(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxEleme…
116 …inline const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& GetComponen… in GetComponent()
130 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xComponent;
137 …OGroupCompAcc(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxEl…
141 …inline const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& GetComponen… in GetComponent()
170 …onent( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxElement );
171 …onent( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxElement );
173 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& GetObject( sal_uIn… in GetObject()
192 …void InsertElement( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>…
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx70 namespace beans{ class XPropertySet;}
133 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xTOC;//TOX
134 … ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xTC;//TOX entry
368 uno::Reference< beans::XPropertySet > m_xAnnotationField;
375 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
431 … ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > appendTextSectionAfter(
524 uno::Reference< beans::XPropertySet > xFieldProperties);
529 uno::Reference< beans::XPropertySet > xFieldProperties);
534 uno::Reference< beans::XPropertySet > xFieldProperties);
539 uno::Reference< beans::XPropertySet > xFieldProperties);
[all …]
H A DPropertyMap.cxx383 uno::Reference< beans::XPropertySet > SectionPropertyMap::GetPageStyle( in GetPageStyle()
388 uno::Reference< beans::XPropertySet > xRet; in GetPageStyle()
397 m_aFirstPageStyle = uno::Reference< beans::XPropertySet > ( in GetPageStyle()
414 m_aFollowPageStyle = uno::Reference< beans::XPropertySet > ( in GetPageStyle()
464 uno::Reference< beans::XPropertySet > xFirst; in ApplyBorderToPageStyles()
465 uno::Reference< beans::XPropertySet > xSecond; in ApplyBorderToPageStyles()
672 uno::Reference< beans::XPropertySet > xStyle = GetPageStyle( in CopyLastHeaderFooter()
832 uno::Reference< beans::XPropertySet > xRangeProperties; in CloseSectionGroup()
859 uno::Reference< beans::XPropertySet > xSection = in CloseSectionGroup()
959 uno::Reference< beans::XPropertySet > xDocProperties; in CloseSectionGroup()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DLineProperties.java38 import com.sun.star.beans.XPropertySet;
95 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeLineStyle()
96 XPropertySet.class, xShape); in testShapeLineStyle()
108 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineStyle()
128 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testShapeLineColor()
129 XPropertySet.class, xShape); in testShapeLineColor()
133 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xShape); in testShapeLineColor()
/trunk/main/extensions/source/propctrlr/
H A Deformshelper.hxx50 …:OUString, ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >, ::std::less<…
59 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
75 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
149 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
159 …ing( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxBinding )…
180 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
198 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxElement
208 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
230 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxOldProps,
231 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxNewProps,
[all …]
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx38 class XPropertySet;
73 …bool GetProperty( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXProp…
74 …pertyAndState( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet,
91 …void WriteLineArrow( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXP…
95 …void WriteSolidFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXP…
96 …void WriteGradientFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > …
97 …void WriteBlipFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPr…
98 …void WriteBlipFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPr…
99 …void WriteOutline( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPro…
103 …void WriteBlipMode( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPr…
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlDialogModel.java27 import com.sun.star.beans.XPropertySet;
92 XPropertySet xPSetDialog = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
93 XPropertySet.class, dialogModel); in createTestEnvironment()
110 XPropertySet xPSetButton = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
111 XPropertySet.class, buttonModel); in createTestEnvironment()
123 XPropertySet xPSetLabel = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
124 XPropertySet.class, labelModel); in createTestEnvironment()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx176 Reference< XPropertySet > xColumn; in notifyColumnSelect()
269 Reference< XPropertySet > xField; in ExecuteDrop()
399 Reference< XPropertySet > xField;
451 Reference< XPropertySet > xCol, xSecondCol;
534 Reference< XPropertySet > xThisRoundCol;
815 Reference< XPropertySet > xColumnToInspect; in PostExecuteColumnContextMenu()
1690 Reference< XPropertySet > xField; in InitColumnByField()
1701 Reference< XPropertySet > xCheck; in InitColumnByField()
1776 Reference< XPropertySet > xColumnModel; in InitColumnsByFields()
1953 Reference<XPropertySet> xProp; in getColumnPropertyFromPeer()
[all …]
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx1041 static_cast< css::beans::XPropertySet * >(this)); in prepareSet()
1115 static_cast< css::beans::XPropertySet * >(this)); in dispose()
1140 && type == css::beans::XPropertySet::static_type())) in queryInterface()
1143 static_cast< css::beans::XPropertySet * >(this)); in queryInterface()
1229 static_cast< css::beans::XPropertySet * >(this))); in addPropertyChangeListener()
1286 static_cast< css::beans::XPropertySet * >(this))); in addVetoableChangeListener()
1330 static_cast< css::beans::XPropertySet * >(this), in setFastPropertyValue()
1348 static_cast< css::beans::XPropertySet * >(this), in getFastPropertyValue()
1368 static_cast< css::beans::XPropertySet * >(this), in getPropertyValues()
1402 static_cast< css::beans::XPropertySet * >(this), in setPropertyValues()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelper.java31 import com.sun.star.beans.XPropertySet;
64 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in setUnoPropertyValue()
124 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoPropertyValue()
200 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoPropertyValue()
218 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoArrayPropertyValue()
239 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoStructValue()
417 final XPropertySet xProps = UnoRuntime.queryInterface(XPropertySet.class, _xMSF); in getComponentContext()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldGroupsObj.java25 import com.sun.star.beans.XPropertySet;
227 XPropertySet fieldPropSet = null; in createTestEnvironment()
232 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
233 XPropertySet.class, oDataPilotField); in createTestEnvironment()
237 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
238 XPropertySet.class, oDataPilotField); in createTestEnvironment()
244 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
245 XPropertySet.class, oDataPilotField); in createTestEnvironment()
336XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getBy… in createTestEnvironment()
339 … xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()

Completed in 309 milliseconds

12345678910>>...125