Home
last modified time | relevance | path

Searched refs:xProp (Results 1 – 25 of 237) sorted by relevance

12345678910

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java259 XPropertySet xProp = xDisp.getWall(); in testDiagram() local
260 if( xProp != null ) in testDiagram()
367 XPropertySet xProp = xYAxisSuppl.getYAxis(); in testAxis() local
368 assure( "No y-axis found", xProp != null ); in testAxis()
371 Object oMax = xProp.getPropertyValue( "Max" ); in testAxis()
378 oMax = xProp.getPropertyValue( "Max" ); in testAxis()
405 Object oOrigin = xProp.getPropertyValue( "Origin" ); in testAxis()
630 XPropertySet xProp = xDia.getDataRowProperties( 0 ); in testDataSeriesAndPoints() local
678 xProp = xDia.getDataPointProperties( 1, 0 ); in testDataSeriesAndPoints()
725 XPropertySet xProp = xDia.getDataRowProperties( 0 ); in testStatistics() local
[all …]
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx86 if( xProp.is()) in setShapeName()
108 if( xProp.is()) in getShapeName()
493 if( xProp.is()) in impl_createCube()
736 if( xProp.is()) in impl_createConeOrCylinder()
1002 if( xProp.is()) in createPieSegment2D()
1068 if( xProp.is()) in createPieSegment()
1148 if( xProp.is()) in createStripe()
1207 if( xProp.is()) in createArea3D()
1267 if( xProp.is()) in createArea2D()
1841 if( xProp.is()) in createSymbol2D()
[all …]
H A DVLineProperties.cxx53 if(xProp.is()) in initFromPropertySet()
57 this->Color = xProp->getPropertyValue( C2U( "BorderColor" ) ); in initFromPropertySet()
58 this->LineStyle = xProp->getPropertyValue( C2U( "BorderStyle" ) ); in initFromPropertySet()
59 this->Transparence = xProp->getPropertyValue( C2U( "BorderTransparency" ) ); in initFromPropertySet()
60 this->Width = xProp->getPropertyValue( C2U( "BorderWidth" ) ); in initFromPropertySet()
61 this->DashName = xProp->getPropertyValue( C2U( "BorderDashName" ) ); in initFromPropertySet()
69 this->Color = xProp->getPropertyValue( C2U( "LineColor" ) ); in initFromPropertySet()
70 this->LineStyle = xProp->getPropertyValue( C2U( "LineStyle" ) ); in initFromPropertySet()
71 this->Transparence = xProp->getPropertyValue( C2U( "LineTransparence" ) ); in initFromPropertySet()
72 this->Width = xProp->getPropertyValue( C2U( "LineWidth" ) ); in initFromPropertySet()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java157 System.out.println("Name: " + xProp.getPropertyValue("Name")); in displayTableProperties()
162 if(xProp.getPropertySetInfo().hasPropertyByName("Type")) in displayTableProperties()
163 System.out.println("Type: " + xProp.getPropertyValue("Type")); in displayTableProperties()
197 System.out.println(" " + xProp.getPropertyValue("Name")); in printKeys()
234 System.out.println("Name: " + xProp.getPropertyValue("Name")); in printColumnProperties()
235 System.out.println("Type: " + xProp.getPropertyValue("Type")); in printColumnProperties()
243 if(xProp.getPropertySetInfo().hasPropertyByName("IsRowVersion")) in printColumnProperties()
245 if(xProp.getPropertySetInfo().hasPropertyByName("Description")) in printColumnProperties()
247 if(xProp.getPropertySetInfo().hasPropertyByName("DefaultValue")) in printColumnProperties()
274 System.out.println("Name: " + xProp.getPropertyValue("Name")); in printKeyProperties()
[all …]
H A DRowSet.java95 xProp.setPropertyValue("DataSourceName","Bibliography"); in useRowSet()
96 xProp.setPropertyValue("Command","biblio"); in useRowSet()
97 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in useRowSet()
118 xProp.setPropertyValue("DataSourceName","Bibliography"); in showRowSetPrivileges()
119 xProp.setPropertyValue("Command","biblio"); in showRowSetPrivileges()
125 Integer aPriv = (Integer)xProp.getPropertyValue("Privileges"); in showRowSetPrivileges()
152 xProp.setPropertyValue("DataSourceName","Bibliography"); in showRowSetRowCount()
153 xProp.setPropertyValue("Command","biblio"); in showRowSetRowCount()
166 System.out.println("There are " + xProp.getPropertyValue("RowCount") + " rows!"); in showRowSetRowCount()
191 xProp.setPropertyValue("DataSourceName","Bibliography"); in showRowSetEvents()
[all …]
H A DSales.java112 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in retrieveSalesData2() local
114 xProp.setPropertyValue("ResultSetType", new java.lang.Integer(ResultSetType.SCROLL_INSENSITIVE)); in retrieveSalesData2()
115xProp.setPropertyValue("ResultSetConcurrency", new java.lang.Integer(ResultSetConcurrency.UPDATABL… in retrieveSalesData2()
151 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in insertRow() local
152 xProp.setPropertyValue("ResultSetType", new java.lang.Integer(ResultSetType.SCROLL_INSENSITIVE)); in insertRow()
175 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in deleteRow() local
176 xProp.setPropertyValue("ResultSetType", new java.lang.Integer(ResultSetType.SCROLL_INSENSITIVE)); in deleteRow()
195 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in refreshRow() local
196 xProp.setPropertyValue("ResultSetType", new java.lang.Integer(ResultSetType.SCROLL_INSENSITIVE)); in refreshRow()
224 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,stmt); in displayColumnNames() local
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx110 if( xProp.is() ) in getCameraDefaultFromDiagram()
202 xProp.is()) in SchXMLPlotAreaContext()
206 xProp->setPropertyValue( in SchXMLPlotAreaContext()
208 xProp->setPropertyValue( in SchXMLPlotAreaContext()
210 xProp->setPropertyValue( in SchXMLPlotAreaContext()
212 xProp->setPropertyValue( in SchXMLPlotAreaContext()
214 xProp->setPropertyValue( in SchXMLPlotAreaContext()
333 if( xProp.is()) in StartElement()
383 if(xProp.is()) in StartElement()
892 if( xProp.is()) in StartElement()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx262 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in setFastPropertyValue_NoBroadcast() local
275 xProp->setPropertyValue(PROPERTY_NAME,_rValue); in setFastPropertyValue_NoBroadcast()
287 xProp->setPropertyValue(PROPERTY_TYPE,_rValue); in setFastPropertyValue_NoBroadcast()
354 _rValue = xProp->getPropertyValue(PROPERTY_NAME); in getFastPropertyValue()
366 _rValue = xProp->getPropertyValue(PROPERTY_TYPE); in getFastPropertyValue()
378 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in construct() local
379 if ( xProp.is() ) in construct()
392 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in createArrayHelper() local
422 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in getInfoHelper() local
596 Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); in fillPrivileges() local
[all …]
/trunk/main/sc/workben/
H A Dtest.cxx357 if (xProp.is()) in lcl_SetText()
539 if ( xProp ) in lcl_Cursor()
753 if (!xProp) return; in lcl_Names()
1380 if (!xPos || !xProp || !xPar) return; in lcl_CellAttrib()
1425 if (!xProp) return; in lcl_Styles()
1451 if (!xProp) return; in lcl_PageStyle()
1493 if (!xProp) return; in lcl_AutoForm()
1556 if (!xProp) return; in lcl_Pivot()
1778 if ( xProp ) in IMPL_LINK()
1803 if ( xProp ) in IMPL_LINK()
[all …]
/trunk/main/chart2/source/tools/
H A DReferenceSizeProvider.cxx150 const Reference< beans::XPropertySet > & xProp, in setValuesAtPropertySet()
153 if( ! xProp.is()) in setValuesAtPropertySet()
173 xProp->setPropertyValue( aRefSizeName, uno::Any()); in setValuesAtPropertySet()
188 const Reference< beans::XPropertySet > & xProp, in getAutoResizeFromPropSet()
194 if( xProp.is()) in getAutoResizeFromPropSet()
229 if( xProp.is()) in impl_getAutoResizeFromTitled()
230 getAutoResizeFromPropSet( xProp, rInOutState ); in impl_getAutoResizeFromTitled()
278 if( xProp.is()) in getAutoResizeState()
279 getAutoResizeFromPropSet( xProp, eResult ); in getAutoResizeState()
362 if( xProp.is()) in setAutoResizeState()
[all …]
H A DDataSeriesHelper.cxx81 return ( xProp.is() && in operator ()()
82 (xProp->getPropertyValue( in operator ()()
86 return ( xProp.is() && in operator ()()
87 (xProp->getPropertyValue( in operator ()()
212 if( xProp.is() ) in GetRole()
413 if( xProp.is() ) in setStackModeAtSeries()
468 if( xProp.is() ) in getAttachedAxisIndex()
694 if( xProp.is() ) in lcl_SequenceHasUnhiddenData()
751 if( xProp.is()) in translateIndexFromHiddenToFullSequence()
783 if( xProp.is() ) in hasDataLabelsAtSeries()
[all …]
H A DLegendHelper.cxx49 uno::Reference< beans::XPropertySet > xProp( xLegend, uno::UNO_QUERY ); in showLegend() local
50 if( xProp.is()) in showLegend()
52 xProp->setPropertyValue( C2U("Show"), uno::makeAny(sal_True) ); in showLegend()
58 if( !(xProp->getPropertyValue( C2U( "AnchorPosition" )) >>= ePos ) ) in showLegend()
59 xProp->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny( ePos )); in showLegend()
66 if( !(xProp->getPropertyValue( C2U( "Expansion" )) >>= eExpansion ) ) in showLegend()
67 xProp->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eExpansion )); in showLegend()
69 xProp->setPropertyValue( C2U( "RelativePosition" ), uno::Any()); in showLegend()
79 uno::Reference< beans::XPropertySet > xProp( xLegend, uno::UNO_QUERY ); in hideLegend() local
80 if( xProp.is()) in hideLegend()
[all …]
H A DChartModelHelper.cxx81 if(xProp.is()) in createInternalDataProvider()
85xProp->getPropertyValue( ::rtl::OUString::createFromAscii("DataRowSource")) >>= aDataRowSource; in createInternalDataProvider()
203 uno::Reference< beans::XPropertySet > xProp( xDiagram, uno::UNO_QUERY ); in isIncludeHiddenCells() local
204 if (!xProp.is()) in isIncludeHiddenCells()
209 xProp->getPropertyValue(C2U("IncludeHiddenCells")) >>= bIncluded; in isIncludeHiddenCells()
257 uno::Reference< beans::XPropertySet > xProp; in setIncludeHiddenCells() local
262 if(xProp.is()) in setIncludeHiddenCells()
263 xProp->setPropertyValue(C2U("IncludeHiddenCells"), aNewValue ); in setIncludeHiddenCells()
264xProp.set( uno::Reference< beans::XPropertySet >( aData[i]->getLabel(), uno::UNO_QUERY ) ); in setIncludeHiddenCells()
265 if(xProp.is()) in setIncludeHiddenCells()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx183 if ( xProp.is() ) in disposing()
185 removeObjectListener(xProp); in disposing()
430 if (!xProp.is()) in getByIndex()
433 xProp = createObject(aPos->first); in getByIndex()
438 return makeAny(xProp); in getByIndex()
463 xProp = createObject(_rName); in implGetByName()
464 aMapPos->second = xProp; in implGetByName()
465 addObjectListener(xProp); in implGetByName()
468 return xProp; in implGetByName()
719 if ( xProp.is() ) in addObjectListener()
[all …]
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx742 SfxOlePropertyRef xProp; in GetProperty() local
745 xProp = aIt->second; in GetProperty()
746 return xProp; in GetProperty()
806 if( xProp.get() ) in SetProperty()
807 maPropMap[ xProp->GetPropId() ] = xProp; in SetProperty()
847 SetProperty( xProp ); in SetThumbnailValue()
854 SfxOlePropertyRef xProp( pBlob ); in SetBlobValue() local
856 SetProperty( xProp ); in SetBlobValue()
1032 SfxOlePropertyRef xProp; in LoadProperty() local
1055 if( xProp.get() ) in LoadProperty()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx314 pAutoStyle->FillPropertySet(xProp); in copyStyleElements()
315 xProp->getPropertyValue(PROPERTY_FONTNAME) >>= aFont.Name; in copyStyleElements()
316 xProp->getPropertyValue(PROPERTY_CHARFONTHEIGHT) >>= aFont.Height; in copyStyleElements()
317 xProp->getPropertyValue(PROPERTY_FONTWIDTH) >>= aFont.Width; in copyStyleElements()
319 xProp->getPropertyValue(PROPERTY_FONTFAMILY) >>= aFont.Family; in copyStyleElements()
320 xProp->getPropertyValue(PROPERTY_FONTCHARSET) >>= aFont.CharSet; in copyStyleElements()
321 xProp->getPropertyValue(PROPERTY_FONTPITCH) >>= aFont.Pitch; in copyStyleElements()
323 xProp->getPropertyValue(PROPERTY_FONTWEIGHT) >>= aFont.Weight; in copyStyleElements()
324 xProp->getPropertyValue(PROPERTY_CHARPOSTURE) >>= aFont.Slant; in copyStyleElements()
328 xProp->getPropertyValue(PROPERTY_FONTKERNING) >>= aFont.Kerning; in copyStyleElements()
[all …]
/trunk/main/chart2/source/view/axes/
H A DVAxisProperties.cxx302 uno::Reference< beans::XPropertySet > xProp = in init() local
304 if( !xProp.is() ) in init()
308 initAxisPositioning( xProp ); in init()
357 m_aLineProperties.initFromPropertySet( xProp ); in init()
360 xProp->getPropertyValue( C2U( "DisplayLabels" ) ) >>= m_bDisplayLabels; in init()
363 xProp->getPropertyValue( C2U( "MajorTickmarks" ) ) >>= m_nMajorTickmarks; in init()
364 xProp->getPropertyValue( C2U( "MinorTickmarks" ) ) >>= m_nMinorTickmarks; in init()
413 uno::Reference< beans::XPropertySet > xProp = in init() local
415 if(xProp.is()) in init()
419 xProp->getPropertyValue( C2U( "TextBreak" ) ) >>= this->bLineBreakAllowed; in init()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dmiscuno.cxx61 sal_Bool ScUnoHelpFunctions::GetBoolProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetBoolProperty() argument
65 if ( xProp.is() ) in GetBoolProperty()
69 uno::Any aAny(xProp->getPropertyValue( rName )); in GetBoolProperty()
87 sal_Int32 ScUnoHelpFunctions::GetLongProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetLongProperty() argument
91 if ( xProp.is() ) in GetLongProperty()
96 xProp->getPropertyValue( rName ) >>= nRet; in GetLongProperty()
107 sal_Int32 ScUnoHelpFunctions::GetEnumProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetEnumProperty() argument
111 if ( xProp.is() ) in GetEnumProperty()
115 uno::Any aAny(xProp->getPropertyValue( rName )); in GetEnumProperty()
141 if (!xProp.is()) in GetStringProperty()
[all …]
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx511 Reference<XPropertySet> xProp(getDataSource()); in exportApplicationConnectionSettings() local
794 Reference<XPropertySet> xProp(getDataSource()); in exportSequence() local
812 Reference<XPropertySet> xProp(getDataSource()); in exportLogin() local
848 Reference< XNameAccess > xSub(xProp,UNO_QUERY); in exportCollection()
853 else if ( xProp.is() ) in exportCollection()
854 _aMemFunc(this,xProp.get()); in exportCollection()
1012 if ( xProp.is() ) in exportColumns()
1016 exportStyleName(xProp.get(),*pAtt); in exportColumns()
1317 if ( xProp.is() ) in GetViewSettings()
1336 Reference<XPropertySet> xProp(getDataSource()); in GetConfigurationSettings() local
[all …]
H A DxmlColumn.cxx151 Reference<XPropertySet> xProp(xFac->createDataDescriptor()); in EndElement() local
152 if ( xProp.is() ) in EndElement()
154 xProp->setPropertyValue(PROPERTY_NAME,makeAny(m_sName)); in EndElement()
155 xProp->setPropertyValue(PROPERTY_HIDDEN,makeAny(m_bHidden)); in EndElement()
157 xProp->setPropertyValue(PROPERTY_HELPTEXT,makeAny(m_sHelpMessage)); in EndElement()
160 xProp->setPropertyValue(PROPERTY_CONTROLDEFAULT,m_aDefaultValue); in EndElement()
164 xAppend->appendByDescriptor(xProp); in EndElement()
165 m_xParentContainer->getByName(m_sName) >>= xProp; in EndElement()
175 pAutoStyle->FillPropertySet(xProp); in EndElement()
187 pAutoStyle->FillPropertySet(xProp); in EndElement()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx196 Reference<XPropertySet> xProp; in alterColumnByName() local
197 m_pColumns->getByName(colName) >>= xProp; in alterColumnByName()
202 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nOldType; in alterColumnByName()
205 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION)) >>= nOldPrec; in alterColumnByName()
207 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nOldScale; in alterColumnByName()
211 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nOldNullable; in alterColumnByName()
216 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISAUTOINCREMENT)) >>= bOldAutoIncrement; in alterColumnByName()
220 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_DESCRIPTION)) >>= sOldDesc; in alterColumnByName()
262 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_DEFAULTVALUE)) >>= sOldDefault; in alterColumnByName()
309 Reference<XPropertySet> xProp = pColumn; in alterColumnType() local
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx315 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() ); in setPosition() local
316 if( xProp.is() ) in setPosition()
338 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() ); in setSize() local
339 if( xProp.is() ) in setSize()
348 , xProp, aNewPositionAndSize, aPageRectangle ); in setSize()
391 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet(), uno::UNO_QUERY ); in updateReferenceSize() local
392 if( xProp.is() ) in updateReferenceSize()
394 if( xProp->getPropertyValue( C2U("ReferencePageSize") ).hasValue() ) in updateReferenceSize()
395 xProp->setPropertyValue( C2U("ReferencePageSize"), uno::makeAny( in updateReferenceSize()
403 if( xProp.is() ) in getReferenceSize()
[all …]
H A DTitleWrapper.cxx311 Reference< beans::XPropertySet > xProp; in getFirstCharacterPropertySet() local
318 xProp.set( aStrings[0], uno::UNO_QUERY ); in getFirstCharacterPropertySet()
321 return xProp; in getFirstCharacterPropertySet()
330 Reference< beans::XFastPropertySet > xFastProp( xProp, uno::UNO_QUERY ); in getFastCharacterPropertyValue()
331 if(xProp.is()) in getFastCharacterPropertyValue()
336 rValue = pWrappedProperty->getPropertyValue( xProp ); in getFastCharacterPropertyValue()
490 if( xProp.is() ) in updateReferenceSize()
492 if( xProp->getPropertyValue( C2U("ReferencePageSize") ).hasValue() ) in updateReferenceSize()
493 xProp->setPropertyValue( C2U("ReferencePageSize"), uno::makeAny( in updateReferenceSize()
501 if( xProp.is() ) in getReferenceSize()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx706 xProp->getPropertyValue(PROPERTY_NAME) >>= sName; in _elementInserted()
710 uno::Reference< report::XGroup> xGroup(xProp,uno::UNO_QUERY); in _elementInserted()
719 if ( xProp.is() ) in _elementInserted()
720 sName = lcl_getName(xProp); in _elementInserted()
730 SvLBoxEntry* pEntry = find(xProp); in _elementRemoved()
744 SvLBoxEntry* pEntry = find(xProp); in _elementReplaced()
748 xProp.set(_rEvent.Element,uno::UNO_QUERY); in _elementReplaced()
749 pData->setContent(xProp); in _elementReplaced()
751 xProp->getPropertyValue(PROPERTY_NAME) >>= sName; in _elementReplaced()
786 if ( xProp.is() ) in DBG_NAME()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx177 Reference<XPropertySet> xProp; in alterColumnByName() local
178 m_pColumns->getByName(colName) >>= xProp; in alterColumnByName()
186 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nOldType; in alterColumnByName()
188 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sOldTypeName; in alterColumnByName()
192 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_PRECISION)) >>= nOldPrec; in alterColumnByName()
194 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_SCALE)) >>= nOldScale; in alterColumnByName()
199 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_ISNULLABLE)) >>= nOldNullable; in alterColumnByName()
242 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_DEFAULTVALUE)) >>= sOldDefault; in alterColumnByName()
290 Reference<XPropertySet> xProp = pColumn; in alterColumnType() local
291 ::comphelper::copyProperties(_xDescriptor,xProp); in alterColumnType()
[all …]

Completed in 215 milliseconds

12345678910