Home
last modified time | relevance | path

Searched refs:XPropertySet (Results 126 – 150 of 3110) sorted by relevance

12345678910>>...125

/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs77 unoidl.com.sun.star.beans.XPropertySet xPropSet = null; in doCellSamples()
188 unoidl.com.sun.star.beans.XPropertySet xPropSet = null; in doCellRangeSamples()
843 unoidl.com.sun.star.beans.XPropertySet xPropSet = in doDocumentSamples()
866 unoidl.com.sun.star.beans.XPropertySet xCellPropSet = in doDocumentSamples()
869 unoidl.com.sun.star.beans.XPropertySet xValidPropSet = in doDocumentSamples()
870 (unoidl.com.sun.star.beans.XPropertySet) in doDocumentSamples()
1012 unoidl.com.sun.star.beans.XPropertySet xDocProp = in doNamedRangesSamples()
1217 unoidl.com.sun.star.beans.XPropertySet xFilterProp = in doDatabaseSamples()
1310 unoidl.com.sun.star.beans.XPropertySet xDocProp = in doDatabaseSamples()
1369 unoidl.com.sun.star.beans.XPropertySet xFieldProp; in doDataPilotSamples()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx66 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
247 Reference< beans::XPropertySet > xPropertySet( this->getInnerPropertySet() ); in setPosition()
309 Reference< beans::XPropertySet > TitleWrapper::getFirstCharacterPropertySet() in getFirstCharacterPropertySet()
311 Reference< beans::XPropertySet > xProp; in getFirstCharacterPropertySet()
329 Reference< beans::XPropertySet > xProp( getFirstCharacterPropertySet(), uno::UNO_QUERY ); in getFastCharacterPropertyValue()
361 Reference< beans::XPropertySet > xPropSet( xFastPropertySet, uno::UNO_QUERY ); in setFastCharacterPropertyValue()
463 Reference< beans::XPropertySet > xPropSet( getFirstCharacterPropertySet(), uno::UNO_QUERY ); in addPropertyChangeListener()
489 Reference< beans::XPropertySet > xProp( this->getTitleObject(), uno::UNO_QUERY ); in updateReferenceSize()
500 Reference< beans::XPropertySet > xProp( this->getTitleObject(), uno::UNO_QUERY ); in getReferenceSize()
520 Reference< beans::XPropertySet > TitleWrapper::getInnerPropertySet() in getInnerPropertySet()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx319 …d SetStyleSheet( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &,
360 …d SetStyleSheet( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &,
380 … SetStyleSheet( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &,
490 < ::com::sun::star::beans::XPropertySet > mXPropSet;
494 < ::com::sun::star::beans::XPropertySet > &, const String& );
500 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &,
505 const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > &,
704 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > mXPagePropSet;
705 … ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > mXBackgroundPropSet;
777 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPagePropSet );
[all …]
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java37 import com.sun.star.beans.XPropertySet;
167 XPropertySet xCellPropSet = (XPropertySet) UnoRuntime.queryInterface( in test()
168 XPropertySet.class, xCellRange); in test()
171 XPropertySet xValidPropSet = (XPropertySet) UnoRuntime in test()
172 .queryInterface(XPropertySet.class, in test()
208 xCellPropSet = (XPropertySet) UnoRuntime.queryInterface( in test()
209 XPropertySet.class, xCellRange); in test()
211 xValidPropSet = (XPropertySet) UnoRuntime in test()
212 .queryInterface(XPropertySet.class, in test()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiOptionsEventHandlerImpl.java32 import com.sun.star.beans.XPropertySet;
68 protected XPropertySet GetPropSet( String sControl ) in GetPropSet()
73XPropertySet xListProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xControl.get… in GetPropSet()
85 XPropertySet xListProps = GetPropSet( "WikiList" ); in RefreshView()
102 XPropertySet xListProps = GetPropSet( "WikiList" ); in CheckButtonState()
108 XPropertySet xEditProps = GetPropSet( "EditButton" ); in CheckButtonState()
109 XPropertySet xRemoveProps = GetPropSet( "RemoveButton" ); in CheckButtonState()
133 XPropertySet xListProps = GetPropSet( "WikiList" ); in EditSetting()
162 XPropertySet xListProps = GetPropSet("WikiList"); in RemoveSetting()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldGroupItemObj.java25 import com.sun.star.beans.XPropertySet;
228 XPropertySet fieldPropSet = null; in createTestEnvironment()
233 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
234 XPropertySet.class, oDataPilotField); in createTestEnvironment()
238 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
239 XPropertySet.class, oDataPilotField); in createTestEnvironment()
245 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
246 XPropertySet.class, oDataPilotField); in createTestEnvironment()
337XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getBy… in createTestEnvironment()
340 … xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
H A DScDataPilotFieldGroupObj.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()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableCellProtect.java38 import com.sun.star.beans.XPropertySet;
79XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableBorderSpacingtoContent()
116XPropertySet xCursorProps_assert_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,… in testtableBorderSpacingtoContent()
132XPropertySet xCursorProps_assert_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,… in testtableBorderSpacingtoContent()
H A DTableBorderSpacingtoContent.java37 import com.sun.star.beans.XPropertySet;
78XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableBorderSpacingtoContent()
118XPropertySet xCursorProps_assert_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,… in testtableBorderSpacingtoContent()
137XPropertySet xCursorProps_assert_doc = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,… in testtableBorderSpacingtoContent()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java27 import com.sun.star.beans.XPropertySet;
258 XPropertySet column; in getOrderStatement()
261 … column = UnoRuntime.queryInterface(XPropertySet.class, columns.getByName(expression)); in getOrderStatement()
393 …final XPropertySet rowSetProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, rowSe… in createRowSet()
441 …final XPropertySet rowSetProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, rowSe… in createParameter()
463 …final XPropertySet parameter = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, params… in createParameter()
534 final XPropertySet rowSetProp) in fillOrderStatement()
568 …final XPropertySet prop = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, queries.get… in fillOrderStatement()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java35 import com.sun.star.beans.XPropertySet;
174 XPropertySet xProps = (XPropertySet) in DataSourceInfo()
175 UnoRuntime.queryInterface(XPropertySet.class, dataSource) ; in DataSourceInfo()
252 XPropertySet props = (XPropertySet) UnoRuntime.queryInterface in getDataSourceService()
253 (XPropertySet.class, src) ; in getDataSourceService()
349 XPropertySet xSrcProp = (XPropertySet) in connectToTextDB()
350 UnoRuntime.queryInterface(XPropertySet.class, newSource); in connectToTextDB()
394 XPropertySet xSrcProp = (XPropertySet) in connectToDBase()
395 UnoRuntime.queryInterface(XPropertySet.class, newSource); in connectToDBase()
463 XPropertySet srcPs = (XPropertySet) UnoRuntime.queryInterface in registerTestDB()
[all …]
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx77 using ::com::sun::star::beans::XPropertySet;
137 Reference< XPropertySet >( _rObject.GetUnoControlModel(), UNO_QUERY ), in initializeControlModel()
167 … Reference< XPropertySet > xElement( xContainer->getByIndex( --index ), UNO_QUERY_THROW ); in lcl_getUniqueLabel_nothrow()
207 Reference< XPropertySet > xForm; in lcl_getDataSourceIndirectProperties()
223 Reference< XPropertySet > xDsProperties; in lcl_getDataSourceIndirectProperties()
368 static void lcl_initializeCharacterAttributes( const Reference< XPropertySet >& _rxModel ) in lcl_initializeCharacterAttributes()
372 …Reference< XPropertySet > xStyle( ControlLayouter::getDefaultDocumentTextStyle( _rxModel ), UNO_SE… in lcl_initializeCharacterAttributes()
525 … void FormControlFactory::initializeTextFieldLineEnds( const Reference< XPropertySet >& _rxModel ) in initializeTextFieldLineEnds()
562 …void FormControlFactory::initializeFieldDependentProperties( const Reference< XPropertySet >& _rxD… in initializeFieldDependentProperties()
563 …const Reference< XPropertySet >& _rxControlModel, const Reference< XNumberFormats >& _rxNumberForm… in initializeFieldDependentProperties()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBackColor.java68XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBackColorSetting()
95XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphBackColorSetting()
101XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphBackColorSetting()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterBackColor.java60XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterBackColorSetting()
88XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBackColorSetting()
94XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBackColorSetting()
H A DCharacterBlink.java68XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterBlinkSetting()
96XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBlinkSetting()
102XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBlinkSetting()
H A DCharacterColor.java68XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterColorSetting()
96XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterColorSetting()
102XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterColorSetting()
H A DCharacterHidden.java68XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterHiddenSetting()
96XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterHiddenSetting()
102XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterHiddenSetting()
H A DCharacterOutline.java68XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterOutlineSetting()
96XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterOutlineSetting()
102XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterOutlineSetting()
H A DCharacterShadow.java68XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterShadowSetting()
96XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterShadowSetting()
102XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterShadowSetting()
H A DCharacterSize.java60XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSizeSetting()
88XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterSizeSetting()
94XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterSizeSetting()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XObjectInputStream.java31 import com.sun.star.beans.XPropertySet;
100 XPropertySet props1 = null ; in _readObject()
101 XPropertySet props2 = null ; in _readObject()
103 props1 = (XPropertySet) UnoRuntime.queryInterface in _readObject()
104 (XPropertySet.class, objRead) ; in _readObject()
106 props2 = (XPropertySet) UnoRuntime.queryInterface in _readObject()
107 (XPropertySet.class, objWrite) ; in _readObject()
124 protected boolean compareProperties(XPropertySet props1, in compareProperties()
125 XPropertySet props2) { in compareProperties()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx77 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xModel;
78 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xField; // Verbindun…
130 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& getModel() const … in getModel()
131 void setModel(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > _xModel);
147 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& GetField() const … in GetField()
167 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xField(m_xField); in UpdateControl()
583 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel
605 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel
630 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel
659 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java29 import com.sun.star.beans.XPropertySet;
108XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in getSDKPath()
158XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in assignSDKPath()
164XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFolderPi… in assignSDKPath()
253XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in setSourceCodeLanguage()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java45 import com.sun.star.beans.XPropertySet;
143 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testDataSeries()
144 XPropertySet.class, xChartDoc.getDiagram() in testDataSeries()
151 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testDataSeries()
166 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testDataPoint()
167 XPropertySet.class, xChartDoc.getDiagram() in testDataPoint()
174 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testDataPoint()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOGridControlModel.java35 import com.sun.star.beans.XPropertySet;
181 XPropertySet aControl = null; in createTestEnvironment()
182 XPropertySet aControl2 = null; in createTestEnvironment()
183 XPropertySet aControl3 = null; in createTestEnvironment()
184 XPropertySet aControl4 = null; in createTestEnvironment()
185 XPropertySet aControl5 = null; in createTestEnvironment()
327 XPropertySet aControl = null; in createTestEnvironment()
328 XPropertySet aControl2 = null; in createTestEnvironment()
329 XPropertySet aControl3 = null; in createTestEnvironment()
330 XPropertySet aControl4 = null; in createTestEnvironment()
[all …]

Completed in 169 milliseconds

12345678910>>...125