Home
last modified time | relevance | path

Searched refs:XPropertySet (Results 51 – 75 of 2726) sorted by relevance

12345678910>>...110

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java38 import com.sun.star.beans.XPropertySet;
79 private TreeMap<String,XPropertySet> entriesByName;
131 for (XPropertySet value : entriesByName.values()) { in dispose()
252 public XPropertySet createDataDescriptor() { in createDataDescriptor()
277 XPropertySet value = entriesByName.get(name); in appendByDescriptor()
378 return new Type(XPropertySet.class); in getElementType()
404 XPropertySet propertySet = entriesByName.get(name); in getObject()
429 protected XPropertySet cloneDescriptor(XPropertySet descriptor) { in cloneDescriptor()
430 XPropertySet newDescriptor = createDescriptor(); in cloneDescriptor()
466 protected abstract XPropertySet createDescriptor(); in createDescriptor()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DShapeUtil.java35 import com.sun.star.beans.XPropertySet;
60 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in createAndInsertShape()
61 XPropertySet.class, xShape); in createAndInsertShape()
85 public static XPropertySet addPortion(XShape xShape, String sText, in addPortion()
101 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in addPortion()
102 XPropertySet.class, xTextRange); in addPortion()
113 XPropertySet xPropSet = null; in getPortion()
122 xPropSet = (XPropertySet) UnoRuntime.queryInterface( in getPortion()
123 XPropertySet.class, xTextRange); in getPortion()
165 XPropertySet xParaPropSet = (XPropertySet) UnoRuntime in setPropertyForLastParagraph()
[all …]
H A DChartUtil.java23 import com.sun.star.beans.XPropertySet;
44 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in retrieveChartDocument()
45 XPropertySet.class, xShape); in retrieveChartDocument()
66 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in retrieveChart2Document()
67 XPropertySet.class, xShape); in retrieveChart2Document()
129 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in getChartDocument()
130 XPropertySet.class, xShape); in getChartDocument()
147 XPropertySet aShapeProp = (XPropertySet) UnoRuntime.queryInterface( in getChart2Document()
148 XPropertySet.class, xShape); in getChart2Document()
H A DSWUtil.java28 import com.sun.star.beans.XPropertySet;
165 XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface( in insertColumnBreak()
166 XPropertySet.class, currentCursor); in insertColumnBreak()
179 XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface( in insertPageBreak()
180 XPropertySet.class, currentCursor); in insertPageBreak()
197 XPropertySet xps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xcont); in getPageCount()
217XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xStyle); in getDefaultPageStyleProperty()
236XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xStyle); … in setDefaultPageStyleProperty()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java37 import com.sun.star.beans.XPropertySet;
62 XPropertySet xPropTableDataDescriptor;
78 private XPropertySet xKey;
101 XPropertySet xColPropertySet;
171 XPropertySet xColPropertySet = null; in createPrimaryKeys()
274 XPropertySet xKeyColPropertySet = (XPropertySet) keycolumncontainer.get(i); in createTable()
565 public XPropertySet getByName(String _fieldname) in getByName()
578 private XPropertySet getByIndex(int _index) in getByIndex()
595 public XPropertySet clonePropertySet(String _snewname, XPropertySet _xnewPropertySet) in clonePropertySet()
603 XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, oColumn); in clonePropertySet()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java34 import com.sun.star.beans.XPropertySet;
112 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in retrieveSalesData2()
151 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in insertRow()
175 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in deleteRow()
195 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in refreshRow()
224 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in displayColumnNames()
H A Dsdbcx.java29 import com.sun.star.beans.XPropertySet;
156 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,table); in displayTableProperties()
196 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,key); in printKeys()
233 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,column); in printColumnProperties()
258 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,index); in printIndexProperties()
273 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,key); in printKeyProperties()
326 XPropertySet xTable = xTabFac.createDataDescriptor(); in createTableSalesMen()
334 XPropertySet xCol = xColFac.createDataDescriptor(); in createTableSalesMen()
371 XPropertySet xKey = xKeyFac.createDataDescriptor(); in createTableSalesMen()
378 XPropertySet xKeyCol = xKeyColFac.createDataDescriptor(); in createTableSalesMen()
[all …]
/trunk/main/chart2/source/inc/
H A DThreeDHelper.hxx72 ::com::sun::star::beans::XPropertySet >& xSceneProperties
76 ::com::sun::star::beans::XPropertySet >& xSceneProperties
81 ::com::sun::star::beans::XPropertySet >& xSceneProperties
85 ::com::sun::star::beans::XPropertySet >& xSceneProperties
89 ::com::sun::star::beans::XPropertySet >& xSceneProperties
107 ::com::sun::star::beans::XPropertySet >& xSceneProperties );
110 ::com::sun::star::beans::XPropertySet >& xSceneProperties
119 ::com::sun::star::beans::XPropertySet >& xSceneProperties );
121 ::com::sun::star::beans::XPropertySet >& xSceneProperties );
123 ::com::sun::star::beans::XPropertySet >& xSceneProperties );
[all …]
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx71 using com::sun::star::beans::XPropertySet;
128 void lcl_export( const Reference<XPropertySet>& rPropertySet,
155 const Reference<XPropertySet>& xType );
170 const Reference<XPropertySet>& xModelPropSet ) in exportXFormsModel()
285 const Reference<XPropertySet>& xBinding ) in exportXFormsBinding()
321 Reference<XPropertySet> xDataType( in exportXFormsBinding()
481 const Reference<XPropertySet>& xType ) in lcl_getXSDType()
542 const Reference<XPropertySet>& xType ) in lcl_exportDataType()
598 Reference<XPropertySet> xPropSet( xModel, UNO_QUERY ); in exportXFormsSchemas()
616 void lcl_export( const Reference<XPropertySet>& rPropertySet, in lcl_export()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx262 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in setFastPropertyValue_NoBroadcast()
268 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in setFastPropertyValue_NoBroadcast()
274 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in setFastPropertyValue_NoBroadcast()
280 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in setFastPropertyValue_NoBroadcast()
286 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in setFastPropertyValue_NoBroadcast()
378 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in construct()
392 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in createArrayHelper()
422 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in getInfoHelper()
596 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in fillPrivileges()
698 Reference<XPropertySet> xColumnDefintion; in createColumn()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java42 import com.sun.star.beans.XPropertySet;
79 XPropertySet model_props = (XPropertySet) in createControlShape()
80 UnoRuntime.queryInterface(XPropertySet.class,aCon); in createControlShape()
114 XPropertySet model_props = (XPropertySet) in createUnoControlShape()
115 UnoRuntime.queryInterface(XPropertySet.class,aCon); in createUnoControlShape()
235XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm()
264XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm()
277XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm()
307XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java167XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, maDiagram ); in testDiagram()
189 XPropertySet aSeriesProp; in testDataRowProperties()
253 XPropertySet aPointProp = maDiagram.getDataPointProperties( 0, 1 ); in testDataPointProperties()
277 XPropertySet aArea = maChartDocument.getArea(); in testArea()
293 XPropertySet aWall = ((X3DDisplay) UnoRuntime.queryInterface( in testWall()
308 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle()
309 XPropertySet.class, maChartDocument ); in testTitle()
313XPropertySet aTitleProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, aTitle ); in testTitle()
344 XPropertySet aAxisProp = ((XAxisXSupplier) UnoRuntime.queryInterface( in testAxis()
383 XPropertySet aGridProp = (XPropertySet) UnoRuntime.queryInterface( in testGrid()
[all …]
H A DChartInDraw.java145 XPropertySet aArea = maChartDocument.getArea(); in testArea()
161 XPropertySet aWall = ((X3DDisplay) UnoRuntime.queryInterface( in testWall()
176 XPropertySet aDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle()
177 XPropertySet.class, maChartDocument ); in testTitle()
181XPropertySet aTitleProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, aTitle ); in testTitle()
197XPropertySet aLegendProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, aLegend ); in testLegend()
211XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, maDiagram ); in testThreeD()
220 XPropertySet aFloor = ((X3DDisplay) UnoRuntime.queryInterface( in testThreeD()
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java41 import com.sun.star.beans.XPropertySet;
116 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillGradient()
117 XPropertySet.class, xShape); in testFillGradient()
133 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testFillGradient()
156 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillColor()
157 XPropertySet.class, xShape); in testFillColor()
162 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testFillColor()
184 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testFillHatch()
185 XPropertySet.class, xShape); in testFillHatch()
196 xPropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testFillHatch()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java25 import com.sun.star.beans.XPropertySet;
95 protected XPropertySet createControlAndShape( String sFormComponentService, int nXPos, in createControlAndShape()
109 XPropertySet xShapeProps = UNO.queryPropertySet( xShape ); in createControlAndShape()
134 XPropertySet xModelProps = UNO.queryPropertySet( xModel ); in createControlAndShape()
178 protected XPropertySet createControlAndShape( String sFormComponentService, int nXPos, in createControlAndShape()
207 XPropertySet xLabelModel = createControlAndShape( "FixedText", nXPos, nYPos, 25, 6 ); in insertControlLine()
211XPropertySet xFieldModel = createControlAndShape( sControlType, nXPos + 26, nYPos, 40, nHeight ); in insertControlLine()
250 …public XPropertySet getRadioModelByRefValue( XPropertySet form, String name, String refValue ) thr… in getRadioModelByRefValue()
257 XPropertySet control = UNO.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByRefValue()
275 …public XPropertySet getRadioModelByTag( XPropertySet form, String name, String tag ) throws com.su… in getRadioModelByTag()
[all …]
/trunk/main/xmloff/source/forms/
H A Dlayerexport.hxx45 typedef ::std::set < ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
50 … typedef ::std::map < ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
133 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn,
140 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl,
146 …void exportForm(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
165 …getControlId(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxC…
173 …yle( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl );
179 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject );
257 …ontrol(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject);
263 …ormat(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl);
[all …]
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java124XPropertySet controlModel = m_formLayer.createControlAndShape( "DatabaseTextField", 30, 9, 30, 6 ); in checkTextFieldBinding()
150XPropertySet primaryRadio = createRadio( 28, "radio button no. 1", "radio group", "primary" ); in checkBooleanRadioBinding()
151XPropertySet secondaryRadio = createRadio( 33, "radio button no. 2", "radio group", "secodary" ); in checkBooleanRadioBinding()
187XPropertySet primaryRadio = createRadio( 46, "radio button A", "radio ref group", "primary" ); in checkStringRadioBinding()
188XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio ref group", "secodary" ); in checkStringRadioBinding()
222XPropertySet checkBox = m_formLayer.createControlAndShape( "DatabaseCheckBox", 30, 59, 40, 4 ); in checkBooleanCheckBoxBinding()
252XPropertySet checkBox = m_formLayer.createControlAndShape( "DatabaseCheckBox", 30, 68, 40, 4 ); in checkStringCheckBoxBinding()
284XPropertySet listBox = m_formLayer.createControlAndShape( "DatabaseListBox", 30, 80, 40, 6 ); in checkListBoxBinding()
326XPropertySet listBox = m_formLayer.createControlAndShape( "DatabaseListBox", 30, 94, 40, 6 ); in checkListBoxIndexBinding()
377 …private boolean verifyRadioStates( XPropertySet radio1, XPropertySet radio2, short value1, short v… in verifyRadioStates()
[all …]
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DAccessibilityOptTest.cxx55 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetAutoDetectSystemHC()
73 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsForPagePreviews()
91 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsHelpTipsDisappear()
109 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsAllowAnimatedGraphics()
127 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsAllowAnimatedText()
145 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsAutomaticFontColor()
163 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsSystemFont()
181 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetHelpTipSeconds()
199 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkIsSelectionInReadonly()
217 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkSetAutoDetectSystemHC()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java34 import com.sun.star.beans.XPropertySet;
80XPropertySet xPortionProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xPortion… in getNextField()
91XPropertySet xPortionProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xPortion… in getNextField()
101 public XPropertySet getFieldProps(XTextField xField) { in getFieldProps()
102 XPropertySet xProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xField); in getFieldProps()
106 …public void checkField(XTextField xField, XPropertySet xProps, short nFormat, String aExpectedFldR… in checkField()
134 XPropertySet xProps = null; in checkCrossReferences()
201XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNewField); in checkCrossReferences()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSymbolProperties.cxx73 …virtual sal_Int32 getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet )…
76 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
89 …virtual OUString getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) …
100 …virtual awt::Size getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet )…
113 …virtual sal_Bool getValueFromSeries( const Reference< beans::XPropertySet >& xSeriesPropertySet ) …
282 Any WrappedSymbolTypeProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerProp… in getPropertyValue()
365 const Reference< beans::XPropertySet >& xSeriesPropertySet, in setValueToSeries()
429 uno::Reference< beans::XPropertySet > xProp( rSymbol.Graphic, uno::UNO_QUERY ); in lcl_correctSymbolSizeForBitmaps()
495 const Reference< beans::XPropertySet >& xSeriesPropertySet, in setValueToSeries()
520 Reference< beans::XPropertySet > xSeriesPropertySet( xInnerPropertyState, uno::UNO_QUERY ); in getPropertyState()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DResizeHideShowRowColumn.java40 import com.sun.star.beans.XPropertySet;
67 XPropertySet PropSet = null; in testResizeColumn()
94 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aColumnObj); in testResizeColumn()
119 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aColumnObj); in testResizeColumn()
149 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aColumnObj); in testResizeColumn()
159 XPropertySet PropSet = null; in testResizeRow()
186 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj ); in testResizeRow()
211 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testResizeRow()
241 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testResizeRow()
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java40 import com.sun.star.beans.XPropertySet;
103XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testNewDocumentFromTemplate()
121XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testSaveDocument()
130 xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testSaveDocument()
146XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testSaveAsDocument()
198XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testSaveAsTemplate()
/trunk/test/testuno/source/fvt/uno/sd/character/
H A DCheckCharacterStyle.java52 import com.sun.star.beans.XPropertySet;
75 private XPropertySet xtextProps = null;
110 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in setUp()
143 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontColor()
158 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontUnderline()
173 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontSize()
187 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontBoldStyle()
201 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontItalicStyle()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.hxx127 typedef ::std::map< Reference<XPropertySet> ,Reference<XPropertySet> > TTableColumnMap;
162 Reference<XPropertySet> m_xDataSource;
182 void exportStyleName(XPropertySet* _xProp,SvXMLAttributeList& _rAtt);
188 ,const ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >& _aMemFunc
190 void exportComponent(XPropertySet* _xProp);
191 void exportQuery(XPropertySet* _xProp);
192 void exportTable(XPropertySet* _xProp);
193 void exportFilter(XPropertySet* _xProp
196 void exportTableName(XPropertySet* _xProp,sal_Bool _bUpdate);
197 void exportAutoStyle(XPropertySet* _xProp);
[all …]
/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java49 import com.sun.star.beans.XPropertySet;
233 XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface( in saveData()
234 XPropertySet.class, xControl.getModel()); in saveData()
259 XPropertySet xLeaf = (XPropertySet) UnoRuntime.queryInterface( in saveData()
260 XPropertySet.class, m_xAccessLeaves.getByName(sWindowName)); in saveData()
304 XPropertySet xLeaf = (XPropertySet) UnoRuntime.queryInterface( in loadData()
305 XPropertySet.class, m_xAccessLeaves.getByName(sWindowName)); in loadData()
328 XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface( in loadData()
329 XPropertySet.class, xControl.getModel()); in loadData()
367 XPropertySet xPropDlg = (XPropertySet) UnoRuntime.queryInterface( in getWindowName()
[all …]

Completed in 112 milliseconds

12345678910>>...110