Home
last modified time | relevance | path

Searched refs:XPropertySet (Results 151 – 175 of 3110) sorted by relevance

12345678910>>...125

/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DLayerDemo.java33 import com.sun.star.beans.XPropertySet;
91 XPropertySet xTextProp = ShapeHelper.addPortion( xRect2, in main()
112 XPropertySet xLayerPropSet; in main()
116 xLayerPropSet = (XPropertySet) in main()
117 (XPropertySet)UnoRuntime.queryInterface( in main()
118 XPropertySet.class, xNotVisibleAndEditable ); in main()
127 xLayerPropSet = (XPropertySet) in main()
128 (XPropertySet)UnoRuntime.queryInterface( in main()
129 XPropertySet.class, xNotEditable ); in main()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStardarFilterTest.java38 import com.sun.star.beans.XPropertySet;
136XPropertySet xFilterProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFilterDes… in testStandardFilter()
145 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilter()
160 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilter()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterHyperlink.java62XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterBackHyperlinkSetting()
93XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBackHyperlinkSetting()
101XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBackHyperlinkSetting()
H A DCharacterStyle.java61XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterStyleSetting()
90XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterStyleSetting()
97XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterStyleSetting()
/trunk/main/xmloff/source/xforms/
H A Dxformsapi.hxx35 namespace beans { class XPropertySet; }
45 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> lcl_createXFormsModel();
47 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> lcl_createXFormsBinding();
51 const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xModel );
53 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> lcl_findXFormsBinding( com::sun…
55 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> lcl_findXFormsSubmission( com::…
58 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xPropSet,
64 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xPropSet, in lcl_setValue()
72 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> lcl_getXFormsModel( const com::…
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DContextMenuInterceptor.java25 import com.sun.star.beans.XPropertySet;
53 com.sun.star.beans.XPropertySet xRootMenuEntry = in notifyContextMenuExecute()
54 …UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.createInstanc… in notifyContextMenuExecute()
57 com.sun.star.beans.XPropertySet xSeparator = in notifyContextMenuExecute()
58 …UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.createInstanc… in notifyContextMenuExecute()
76XPropertySet xMenuEntry = UnoRuntime.queryInterface(XPropertySet.class, xMenuElementFactory.create… in notifyContextMenuExecute()
86 …xMenuEntry = UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.… in notifyContextMenuExecute()
95 …xMenuEntry = UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.… in notifyContextMenuExecute()
/trunk/main/connectivity/inc/connectivity/
H A Ddbtools.hxx54 class XPropertySet;
103 …erFormat(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xColumn,
231 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& i_xTable
441 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxRowSet,
456 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxRowSetProps,
466 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxOld,
467 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxNew,
514 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable );
524 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable,
735 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>
[all …]
H A Dvirtualdbtools.hxx50 class XPropertySet;
145 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn,
151 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxOld,
152 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxNew,
170 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable
205 …sert(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxCursorSet)…
210 …date(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxCursorSet)…
265 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxColumn,
288 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
307 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx239 ::com::sun::star::beans::XPropertySet > & xSeriesProp,
1970 Reference< beans::XPropertySet > xPropSet; in exportPlotArea()
2437 const Reference< beans::XPropertySet > xAxisProps, in exportAxis()
2476 Reference< beans::XPropertySet > xTitleProps; in exportAxis()
2477 Reference< beans::XPropertySet > xMajorGridProps; in exportAxis()
2478 Reference< beans::XPropertySet > xMinorGridProps; in exportAxis()
2777 Reference< beans::XPropertySet > xPropSet; in exportSeries()
3097 const Reference< beans::XPropertySet > & xSeriesProp, in exportRegressionCurve()
3105 Reference< beans::XPropertySet > xStatProp; in exportRegressionCurve()
3122 Reference< beans::XPropertySet > xEquationProperties; in exportRegressionCurve()
[all …]
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.hxx84 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getData…
87 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getData…
108 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXAxi…
110 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXMai…
112 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXHel…
118 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYAxi…
120 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYHel…
122 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYMai…
126 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getUpBa…
128 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getDown…
[all …]
/trunk/main/chart2/source/tools/
H A DReferenceSizeProvider.cxx87 Reference< beans::XPropertySet > xTitleProp( xTitle, uno::UNO_QUERY_THROW ); in setValuesAtTitle()
100 Reference< beans::XPropertySet >( aStrSeq[i], uno::UNO_QUERY ), in setValuesAtTitle()
124 Reference< beans::XPropertySet > xSeriesProp( *aIt, uno::UNO_QUERY ); in setValuesAtAllDataSeries()
150 const Reference< beans::XPropertySet > & xProp, in setValuesAtPropertySet()
188 const Reference< beans::XPropertySet > & xProp, in getAutoResizeFromPropSet()
228 Reference< beans::XPropertySet > xProp( xTitled->getTitleObject(), uno::UNO_QUERY ); in impl_getAutoResizeFromTitled()
267 Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in getAutoResizeState()
277 Reference< beans::XPropertySet > xProp( aAxes[i], uno::UNO_QUERY ); in getAutoResizeState()
296 Reference< beans::XPropertySet > xSeriesProp( *aIt, uno::UNO_QUERY ); in getAutoResizeState()
353 Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in setAutoResizeState()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAxisAndGridExistenceProperties.cxx55 …lue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerProper…
156 …ty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerProper… in setPropertyValue()
186 Any WrappedAxisAndGridExistenceProperty::getPropertyValue( const Reference< beans::XPropertySet >& … in getPropertyValue()
226 …lue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerProper…
282 …ty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerProper… in setPropertyValue()
307 Any WrappedAxisTitleExistenceProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*… in getPropertyValue()
344 …lue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerProper…
392 …ty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerProper… in setPropertyValue()
406 …Reference< beans::XPropertySet > xProp( AxisHelper::getAxis( m_nDimensionIndex, m_bMain, xDiagram … in setPropertyValue()
418 Any WrappedAxisLabelExistenceProperty::getPropertyValue( const Reference< beans::XPropertySet >& /*… in getPropertyValue()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx70 using ::com::sun::star::beans::XPropertySet;
565 const Reference<XPropertySet> & rPropertySet) in ExportTableOfContentStart()
607 const Reference<XPropertySet> & rPropertySet) in ExportObjectIndexStart()
632 const Reference<XPropertySet> & rPropertySet) in ExportIllustrationIndexStart()
649 const Reference<XPropertySet> & rPropertySet) in ExportTableIndexStart()
666 const Reference<XPropertySet> & rPropertySet) in ExportAlphabeticalIndexStart()
730 const Reference<XPropertySet> & rPropertySet) in ExportUserIndexStart()
766 const Reference<XPropertySet> & rPropertySet) in ExportBibliographyStart()
784 const Reference<XPropertySet> & rPropertySet) in ExportBaseIndexStart()
920 const Reference<XPropertySet> &) in ExportBaseIndexBody() argument
[all …]
H A DXMLRedlineExport.cxx50 using ::com::sun::star::beans::XPropertySet;
113 const Reference<XPropertySet> & rPropSet, in ExportChange()
250 Reference<XPropertySet> xPropSet; in ExportChangesListElements()
275 const Reference<XPropertySet> & rPropSet) in ExportChangeAutoStyle()
316 Reference<XPropertySet> xPropSet; in ExportChangesListAutoStyles()
338 const Reference<XPropertySet> & rPropSet) in ExportChangeInline()
370 const Reference<XPropertySet> & rPropSet) in ExportChangedRegion()
458 const Reference<XPropertySet> & rPropSet) in GetRedlineID()
471 const Reference<XPropertySet> & rPropSet) in ExportChangeInfo()
557 const Reference<XPropertySet> & rPropSet, in ExportStartOrEndRedline()
[all …]
H A DXMLRedlineExport.hxx37 namespace beans { class XPropertySet; }
51 ::com::sun::star::beans::XPropertySet> > ChangesListType;
118 ::com::sun::star::beans::XPropertySet> & rPropSet,
144 ::com::sun::star::beans::XPropertySet> & rPropSet,
167 ::com::sun::star::beans::XPropertySet> & rPropSet);
173 ::com::sun::star::beans::XPropertySet> & rPropSet);
184 ::com::sun::star::beans::XPropertySet> & rPropSet);
189 ::com::sun::star::beans::XPropertySet> & rPropSet);
202 ::com::sun::star::beans::XPropertySet> & rPropSet);
H A Dtxtfldi.cxx265 Reference<XPropertySet> xPropSet; in EndElement()
297 Reference<XPropertySet> & xField, in CreateField()
613 const Reference<XPropertySet> & rPropertySet) in ForceUpdate()
726 const Reference<XPropertySet> & rPropSet) in PrepareField()
788 const Reference<XPropertySet> & rPropSet) in PrepareField()
867 const Reference<XPropertySet> & xPropertySet) in PrepareField()
3237 Reference<XPropertySet> xMaster; in EndElement()
3243 Reference<XPropertySet> xField; in EndElement()
3269 const Reference<XPropertySet> &) in PrepareField() argument
3300 const Reference<XPropertySet> &) in PrepareField() argument
[all …]
/trunk/main/xmloff/inc/
H A Dtxtvfldi.hxx102 ::com::sun::star::beans::XPropertySet> & xPropertySet);
210 ::com::sun::star::beans::XPropertySet> & xPropertySet);
243 ::com::sun::star::beans::XPropertySet> & xPropertySet);
266 ::com::sun::star::beans::XPropertySet> & xPropertySet);
287 ::com::sun::star::beans::XPropertySet> & xPropertySet);
339 ::com::sun::star::beans::XPropertySet> & xMaster);
363 ::com::sun::star::beans::XPropertySet> & xPropertySet);
389 ::com::sun::star::beans::XPropertySet> & xPropertySet);
425 ::com::sun::star::beans::XPropertySet> & xPropertySet);
462 ::com::sun::star::beans::XPropertySet> & xPropertySet);
[all …]
/trunk/main/forms/source/component/
H A DGroupManager.cxx54 bool isRadioButton( const Reference< XPropertySet >& _rxComponent ) in isRadioButton()
72 OGroupCompAcc::OGroupCompAcc(const Reference<XPropertySet>& rxElement, const OGroupComp& _rGroupCom… in OGroupCompAcc()
118 OGroupComp::OGroupComp(const Reference<XPropertySet>& rxSet, sal_Int32 nInsertPos ) in OGroupComp()
190 void OGroup::InsertComponent( const Reference<XPropertySet>& xSet ) in InsertComponent()
201 void OGroup::RemoveComponent( const Reference<XPropertySet>& rxElement ) in RemoveComponent()
343 Reference<XPropertySet> xSet(evt.Source, UNO_QUERY); in propertyChange()
362 Reference< XPropertySet > xProps; in elementInserted()
371 Reference<XPropertySet> xProps; in elementRemoved()
380 Reference<XPropertySet> xProps; in elementReplaced()
422 void OGroupManager::InsertElement( const Reference<XPropertySet>& xSet ) in InsertElement()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXMailMerge.java32 import com.sun.star.beans.XPropertySet;
113 XPropertySet oRowSetProps = (XPropertySet) in createTestEnvironment()
114 UnoRuntime.queryInterface(XPropertySet.class, oRowSet); in createTestEnvironment()
160 XPropertySet oObjProps = (XPropertySet) in createTestEnvironment()
161 UnoRuntime.queryInterface(XPropertySet.class, oObj); in createTestEnvironment()
251 oRowSetProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oRowSet); in createTestEnvironment()
344 XPropertySet xSrcProp = (XPropertySet) in getRemoteXConnection()
345 UnoRuntime.queryInterface(XPropertySet.class, newSource); in getRemoteXConnection()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphSpacingtoBorder.java70XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphSpacingtoBorderSetting()
120XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphSpacingtoBorderSetting()
130XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphSpacingtoBorderSetting()
H A DParagraphNumberingAndBullet_Number_BeforeAndAfterCharacter.java73XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletBeforeAndAfterCharacter()
111XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletBeforeAndAfterCharacter()
123XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletBeforeAndAfterCharacter()
H A DParagraphNumberingAndBulletTabStop.java73XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletTabStop()
109XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletTabStop()
119XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletTabStop()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapeCircle.java38 import com.sun.star.beans.XPropertySet;
178 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
179 (XPropertySet.class, oShape) ; in createTestEnvironment()
210 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment()
211 UnoRuntime.queryInterface(XPropertySet.class,oObj); in createTestEnvironment()
223 oShapeProps = (XPropertySet) in createTestEnvironment()
224 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DBasicMacroTools.java26 import com.sun.star.beans.XPropertySet;
63 XPropertySet xDocProps = (XPropertySet) UnoRuntime.queryInterface( in BasicMacroTools()
64 XPropertySet.class, xDoc); in BasicMacroTools()
246XPropertySet oSecureProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oSecure); in addSecureBasicMarcosURL()
249XPropertySet oScriptingSettings = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oSc… in addSecureBasicMarcosURL()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java35 import com.sun.star.beans.XPropertySet;
86 XPropertySet xMaster = xDependent.getTextFieldMaster(); in getUserFieldContent()
110 XPropertySet xPSet = createUserField(FieldName, FieldTitle); in insertUserField()
133 …public XPropertySet createUserField(String FieldName, String FieldTitle) throws com.sun.star.uno.E… in createUserField()
136 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oMaster); in createUserField()
159 XPropertySet xPropertySet = xDependent.getTextFieldMaster(); in getTextFieldsByProperty()
272 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oTextField); in updateDateFields()
295 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oTextField); in fixDateFields()

Completed in 318 milliseconds

12345678910>>...125