Home
last modified time | relevance | path

Searched refs:xPropertySet (Results 51 – 75 of 126) sorted by relevance

123456

/aoo42x/main/toolkit/test/accessibility/
H A DInformationWriter.java94 XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface( in printProperty() local
97 xPropertySet.getPropertyValue (name)); in printProperty()
128 XPropertySet xPropertySet = in showShapes() local
132 (Integer) xPropertySet.getPropertyValue ("ZOrder"); in showShapes()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotFieldGroupsObj.java336 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getBy… in createTestEnvironment() local
337 if (((Boolean)xPropertySet.getPropertyValue ("IsGroupField")).booleanValue ()) in createTestEnvironment()
339xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
342 dpgi = (DataPilotFieldGroupInfo) xPropertySet.getPropertyValue ("GroupInfo"); in createTestEnvironment()
H A DScDataPilotFieldGroupObj.java336 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getBy… in createTestEnvironment() local
337 if (((Boolean)xPropertySet.getPropertyValue ("IsGroupField")).booleanValue ()) in createTestEnvironment()
339xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
342 dpgi = (DataPilotFieldGroupInfo) xPropertySet.getPropertyValue ("GroupInfo"); in createTestEnvironment()
H A DScDataPilotFieldGroupItemObj.java337 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getBy… in createTestEnvironment() local
338 if (((Boolean)xPropertySet.getPropertyValue ("IsGroupField")).booleanValue ()) in createTestEnvironment()
340xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
343 dpgi = (DataPilotFieldGroupInfo) xPropertySet.getPropertyValue ("GroupInfo"); in createTestEnvironment()
H A DScUniqueCellFormatsObj.java118 XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface( in changeColor() local
124 xPropertySet.setPropertyValue("CellBackColor", new Integer(c2int)); in changeColor()
H A DScUniqueCellFormatsEnumeration.java124 XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface( in changeColor() local
130 xPropertySet.setPropertyValue("CellBackColor", new Integer(c2int)); in changeColor()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java98 XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface( in printProperty() local
101 xPropertySet.getPropertyValue (name)); in printProperty()
132 XPropertySet xPropertySet = in showShapes() local
136 (Integer) xPropertySet.getPropertyValue ("ZOrder"); in showShapes()
/aoo42x/main/comphelper/source/misc/
H A Dofficerestartmanager.cxx145 uno::Reference< beans::XPropertySet > xPropertySet( xDesktop, uno::UNO_QUERY_THROW ); in notify() local
149 xPropertySet->setPropertyValue( aVetoPropName, aValue ); in notify()
160 xPropertySet->setPropertyValue( aVetoPropName, aValue ); in notify()
/aoo42x/main/xmloff/source/text/
H A Dtxtparae.cxx1690 Reference < XPropertySet > xPropertySet( rText, UNO_QUERY ); in exportText() local
1701 if (xPropertySet.is()) in exportText()
1709 xPropertySet->getPropertyValue(sTextSection) >>= xBaseSection ; in exportText()
1732 pRedlineExport->ExportStartOrEndRedline( xPropertySet, sal_True ); in exportText()
1736 pRedlineExport->ExportStartOrEndRedline( xPropertySet, sal_False ); in exportText()
1758 Reference<XPropertySet> xPropertySet; in exportText() local
1761 xPropertySet.set(rText, uno::UNO_QUERY ); in exportText()
1762 pRedlineExport->ExportStartOrEndRedline( xPropertySet, sal_True ); in exportText()
3475 if (xPropertySet.is()) in exportTextDeclarations()
3480 if (xPropertySet->getPropertySetInfo()->hasPropertyByName( in exportTextDeclarations()
[all …]
/aoo42x/main/sc/source/filter/xml/
H A DXMLExportDDELinks.cxx174 uno::Reference <beans::XPropertySet> xPropertySet (xSpreadDoc, uno::UNO_QUERY); in WriteDDELinks() local
175 if (xPropertySet.is()) in WriteDDELinks()
177 …uno::Reference<container::XIndexAccess> xIndex(xPropertySet->getPropertyValue(rtl::OUString(RTL_CO… in WriteDDELinks()
/aoo42x/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java155 …nTextLen = AnyConverter.toShort(DBControlList[_index].xPropertySet.getPropertyValue("MaxTextLen")); in isReducable()
370 … DBControlList[i].setPropertyValue(LABELCONTROL, LabelControlList[i].xPropertySet); in positionControls()
585 …curLabelControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_ALIGN, new Short((short) com.… in insertLabel()
589 …curLabelControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_ALIGN, new Short((short) _iAl… in insertLabel()
/aoo42x/main/odk/examples/java/Text/
H A DBookmarkInsertion.java153 com.sun.star.beans.XPropertySet xPropertySet = null; in FindFirst() local
154 xPropertySet = (com.sun.star.beans.XPropertySet) in FindFirst()
158 xPropertySet.setPropertyValue("SearchRegularExpression", in FindFirst()
/aoo42x/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java159 XPropertySet xPropertySet = xDependent.getTextFieldMaster(); in getTextFieldsByProperty() local
160 if (xPropertySet.getPropertySetInfo().hasPropertyByName(_PropertyName)) in getTextFieldsByProperty()
162 Object oValue = xPropertySet.getPropertyValue(_PropertyName); in getTextFieldsByProperty()
/aoo42x/test/testuno/source/testlib/uno/
H A DSCUtil.java470 XPropertySet xPropertySet = in setProperties() local
472 xPropertySet.setPropertyValue(propName, value); in setProperties()
483 XPropertySet xPropertySet = in getProperties() local
485 Object value = xPropertySet.getPropertyValue(propName); in getProperties()
H A DTestUtil.java193 XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, obj); in printPropertiesList() local
194 XPropertySetInfo xPropertySetInfo = xPropertySet.getPropertySetInfo(); in printPropertiesList()
/aoo42x/main/odk/examples/java/Inspector/
H A DInspectorPane.java321 …XPropertySet xPropertySet = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, xIntro… in addPropertiesToTreeNode() local
322 if (xPropertySet != null) { in addPropertiesToTreeNode()
323 if (xPropertySet.getPropertySetInfo().hasPropertyByName(aProperty.Name)){ in addPropertiesToTreeNode()
324 Object objectElement = xPropertySet.getPropertyValue(aProperty.Name); in addPropertiesToTreeNode()
/aoo42x/main/qadevOOo/tests/java/ifc/document/
H A D_XDocumentInfoSupplier.java40 … XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, info); in _getDocumentInfo() local
43 title = (String)xPropertySet.getPropertyValue("Title"); in _getDocumentInfo()
/aoo42x/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx69 , const uno::Reference< beans::XPropertySet >& xPropertySet in SeriesOptionsItemConverter()
71 : ItemConverter( xPropertySet, rItemPool ) in SeriesOptionsItemConverter()
94 uno::Reference< XDataSeries > xDataSeries( xPropertySet, uno::UNO_QUERY ); in SeriesOptionsItemConverter()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java346 com.sun.star.beans.XPropertySet xPropertySet = in disableCommands() local
352 if ( xPropertySet != null ) { in disableCommands()
358 xPropertySet.setPropertyValue( "Command", in disableCommands()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java603 XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, oColumn); in clonePropertySet() local
604 Property[] aColProperties = xPropertySet.getPropertySetInfo().getProperties(); in clonePropertySet()
629 … ColumnDescriptor oColumnDescriptor = new ColumnDescriptor(oPropertySet.xPropertySet, sname); in addColumn()
671 … ColumnDescriptor oColumnDescriptor = new ColumnDescriptor(oPropertySet.xPropertySet, _columnname); in addColumn()
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextEmbeddedObjects.java112 XPropertySet xPropertySet = (XPropertySet) in createTestEnvironment() local
114 xPropertySet.setPropertyValue( "CLSID", sChartClassID ); in createTestEnvironment()
/aoo42x/main/forms/source/misc/
H A DInterfaceContainer.cxx815 _pElement->xPropertySet = _rxObject; in approveNewElement()
1012 …DBG_ASSERT( aElementMetaData.get()->xPropertySet.is(), "OInterfaceContainer::implReplaceByIndex: w… in implReplaceByIndex()
1014 aElementMetaData.get()->xPropertySet->getPropertyValue(PROPERTY_NAME) >>= sName; in implReplaceByIndex()
1015 aElementMetaData.get()->xPropertySet->addPropertyChangeListener(PROPERTY_NAME, this); in implReplaceByIndex()
1026 …ch( _nIndex, aElementMetaData.get()->xInterface, makeAny( aElementMetaData.get()->xPropertySet ) ); in implReplaceByIndex()
/aoo42x/main/wizards/com/sun/star/wizards/document/
H A DGridControl.java46 public XPropertySet xPropertySet; field in GridControl
64 xPropertySet = UnoRuntime.queryInterface( XPropertySet.class, oGridModel ); in GridControl()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper.java81 public void AddAsListenerTo( XPropertySet xPropertySet ) in AddAsListenerTo() argument
87 xPropSet = xPropertySet; in AddAsListenerTo()
/aoo42x/main/xmloff/source/xforms/
H A Dxformsexport.cxx771 Reference<XPropertySet> xPropertySet( in getXFormsSubmissionName() local
774 if( xPropertySet.is() && in getXFormsSubmissionName()
775 xPropertySet->getPropertySetInfo()->hasPropertyByName( sProp ) ) in getXFormsSubmissionName()
777 xPropertySet->getPropertyValue( sProp ) >>= sReturn; in getXFormsSubmissionName()

Completed in 95 milliseconds

123456