Home
last modified time | relevance | path

Searched refs:xProp (Results 26 – 50 of 237) sorted by relevance

12345678910

/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_LegendPosition.cxx101 uno::Reference< beans::XPropertySet > xProp( xDiagram->getLegend(), uno::UNO_QUERY ); in writeToResources() local
102 if( xProp.is() ) in writeToResources()
106 xProp->getPropertyValue( C2U("Show") ) >>= bShowLegend; in writeToResources()
112 xProp->getPropertyValue( C2U( "AnchorPosition" )) >>= ePos; in writeToResources()
146 …uno::Reference< beans::XPropertySet > xProp( LegendHelper::getLegend( xChartModel,m_xCC,bShowLegen… in writeToModel() local
147 if( xProp.is() ) in writeToModel()
150 xProp->setPropertyValue( C2U("Show"), uno::makeAny( bShowLegend )); in writeToModel()
173 xProp->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny( eNewPos )); in writeToModel()
174 xProp->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eExp )); in writeToModel()
175 xProp->setPropertyValue( C2U( "RelativePosition" ), uno::Any()); in writeToModel()
/aoo42x/main/chart2/source/model/template/
H A DDataInterpreter.cxx336 Reference< beans::XPropertySet > xProp( xSeq, uno::UNO_QUERY_THROW ); in GetRole() local
337 xProp->getPropertyValue( C2U("Role")) >>= aResult; in GetRole()
352 Reference< beans::XPropertySet > xProp( xSeq, uno::UNO_QUERY_THROW ); in SetRole() local
353 xProp->setPropertyValue( C2U("Role"), uno::makeAny( rRole )); in SetRole()
422 Reference< beans::XPropertySet > xProp; in lcl_ShowDataSource() local
432 xProp.set( aSequences[k]->getValues(), uno::UNO_QUERY ); in lcl_ShowDataSource()
433 if( xProp.is() && in lcl_ShowDataSource()
434 ( xProp->getPropertyValue( C2U( "Role" )) >>= aId )) in lcl_ShowDataSource()
446 xProp.set( aSequences[k]->getLabel(), uno::UNO_QUERY ); in lcl_ShowDataSource()
447 if( xProp.is() && in lcl_ShowDataSource()
[all …]
H A DPieChartTypeTemplate.cxx354 Reference< beans::XPropertySet > xProp( xSeries, uno::UNO_QUERY_THROW ); in matchesTemplate() local
355 xProp->getPropertyValue( C2U( "Offset" )) >>= fOffset; in matchesTemplate()
367 if( (xProp->getPropertyValue( C2U( "Offset" )) >>= fPointOffset ) ) in matchesTemplate()
478 uno::Reference< beans::XPropertySet > xProp( xSeries, uno::UNO_QUERY_THROW ); in applyStyle() local
496xProp->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList; in applyStyle()
506 if( (xProp->getPropertyValue( aOffsetPropName ) >>= fOffset) && in applyStyle()
533 xProp->setPropertyValue( aOffsetPropName, uno::makeAny( fOffsetToSet )); in applyStyle()
550 xProp->setPropertyValue( C2U("VaryColorsByPoint"), uno::makeAny( true )); in applyStyle()
612 Reference< beans::XPropertySet > xProp( xState, uno::UNO_QUERY ); in resetStyles() local
613 if( xProp.is() && in resetStyles()
[all …]
H A DNetChartTypeTemplate.cxx88 Reference< beans::XPropertySet > xProp( xSeries, uno::UNO_QUERY_THROW ); in applyStyle() local
90 DataSeriesHelper::switchSymbolsOnOrOff( xProp, m_bHasSymbols, nSeriesIndex ); in applyStyle()
91 DataSeriesHelper::switchLinesOnOrOff( xProp, m_bHasLines ); in applyStyle()
92 DataSeriesHelper::makeLinesThickOrThin( xProp, true ); in applyStyle()
133 Reference< beans::XPropertySet > xProp( *aIt, uno::UNO_QUERY_THROW ); in matchesTemplate() local
135 … bool bCurrentHasSymbol = (xProp->getPropertyValue( C2U( "Symbol" )) >>= aSymbProp) && in matchesTemplate()
147 … bool bCurrentHasLine = (xProp->getPropertyValue( C2U( "LineStyle" )) >>= eLineStyle) && in matchesTemplate()
H A DStockChartTypeTemplate.cxx253 Reference< beans::XPropertySet > xProp( xSeries, uno::UNO_QUERY ); in applyStyle() local
254 if( xProp.is() ) in applyStyle()
255 xProp->setPropertyValue( C2U("AttachedAxisIndex"), uno::makeAny( nNewAxisIndex ) ); in applyStyle()
265 if( xProp.is() ) in applyStyle()
268 xProp->getPropertyValue( C2U("LineStyle") ) >>= eStyle; in applyStyle()
270xProp->setPropertyValue( C2U("LineStyle"), uno::makeAny( drawing::LineStyle_SOLID )); in applyStyle()
293 Reference< beans::XPropertySet > xProp( *aIt, uno::UNO_QUERY ); in resetStyles() local
294 if( xProp.is() ) in resetStyles()
295 xProp->setPropertyValue( C2U("AttachedAxisIndex"), uno::makeAny( sal_Int32(0) ) ); in resetStyles()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddsselect.cxx201 Reference<XPropertySet> xProp(xDialog,UNO_QUERY);
202 if(xProp.is())
204 Reference<XPropertySetInfo> xPropInfo(xProp->getPropertySetInfo());
208 … sDatabaseName = String(::comphelper::getString(xProp->getPropertyValue(PROPERTY_DATABASENAME)));
213 …m_pOutputSet->Put(SfxStringItem(DSID_CONN_CTRLUSER, ::comphelper::getString(xProp->getPropertyValu…
215 …m_pOutputSet->Put(SfxStringItem(DSID_CONN_CTRLPWD, ::comphelper::getString(xProp->getPropertyValue…
217 …m_pOutputSet->Put(SfxStringItem(DSID_USER, ::comphelper::getString(xProp->getPropertyValue(PROPERT…
220 …m_pOutputSet->Put(SfxStringItem(DSID_PASSWORD, ::comphelper::getString(xProp->getPropertyValue(PRO…
224 …m_pOutputSet->Put(SfxInt32Item(DSID_CONN_CACHESIZE, ::comphelper::getINT32(xProp->getPropertyValue…
H A Dtablespage.cxx363 Reference<XPropertySet> xProp = m_pTablesDlg->getCurrentDataSource(); in implInitControls() local
364 OSL_ENSURE(xProp.is(),"No data source set!"); in implInitControls()
365 if ( xProp.is() ) in implInitControls()
367 Any aTableFilter = xProp->getPropertyValue(PROPERTY_TABLEFILTER); in implInitControls()
368 Any aTableTypeFilter = xProp->getPropertyValue(PROPERTY_TABLETYPEFILTER); in implInitControls()
370 Reference<XModifiable> xModi(getDataSourceOrModel(xProp),UNO_QUERY); in implInitControls()
375 xProp->setPropertyValue(PROPERTY_TABLEFILTER,makeAny(aNewTableFilter)); in implInitControls()
377 xProp->setPropertyValue( PROPERTY_TABLETYPEFILTER, makeAny( Sequence< ::rtl::OUString >() ) ); in implInitControls()
379 aErrorInfo = ::dbaui::createConnection(xProp,m_xORB,xEvt,m_xCurrentConnection); in implInitControls()
381 xProp->setPropertyValue(PROPERTY_TABLEFILTER,aTableFilter); in implInitControls()
[all …]
/aoo42x/main/qadevOOo/tests/java/ifc/util/
H A D_XChangesBatch.java41 private XPropertySet xProp = null; field in _XChangesBatch
53 xProp = (XPropertySet)tEnv.getObjRelation("XChangesBatch.PropertySet"); in before()
55 if (originalElement == null && xProp != null) in before()
56 originalElement = xProp.getPropertyValue(elementName); in before()
72 …if (changeElement == null || originalElement == null || elementName == null || (xProp == null && x… in before()
77 xProp == null?"Missing property 'XChangesBatch.PropertySet'":"" + in before()
151 if (xProp != null) { in executeChange()
153 xProp.setPropertyValue(elementName, element); in executeChange()
H A D_XChangesNotifier.java48 private XPropertySet xProp = null; field in _XChangesNotifier
100 xProp = (XPropertySet)tEnv.getObjRelation("XChangesNotifier.PropertySet"); in before()
102 if (originalElement == null && xProp != null) in before()
103 originalElement = xProp.getPropertyValue(elementName); in before()
119 …if (changeElement == null || originalElement == null || elementName == null || (xProp == null && x… in before()
124 xProp == null?"Missing property 'XChangesNotifier.PropertySet'":"" + in before()
197 if (xProp != null) { in executeChange()
199 xProp.setPropertyValue(elementName, element); in executeChange()
/aoo42x/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx569xProp->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BaseURI")), uno::makeAny(sVal)); in implImport()
576 xProp->setPropertyValue(s_sStreamName, uno::makeAny(s_sMeta)); in implImport()
585 ,xProp in implImport()
595 xProp->setPropertyValue(s_sOld,uno::makeAny(sal_True)); in implImport()
609 ,xProp in implImport()
623 ,xProp); in implImport()
637 ,xProp in implImport()
1119 uno::Reference<beans::XPropertySet> xProp = getImportInfo(); in isOldFormat() local
1120 if ( xProp.is() ) in isOldFormat()
1123 if ( xProp->getPropertySetInfo()->hasPropertyByName(s_sOld)) in isOldFormat()
[all …]
/aoo42x/main/connectivity/source/commontools/
H A Dparameters.cxx356 Reference< XPropertySet > xProp = m_xComponent; in analyzeFieldLinks() local
357 OSL_ENSURE(xProp.is(),"Some already released my component!"); in analyzeFieldLinks()
358 if ( xProp.is() ) in analyzeFieldLinks()
502 Reference< XPropertySet > xProp = m_xComponent; in updateParameterInfo() local
503 OSL_ENSURE(xProp.is(),"Some already released my component!"); in updateParameterInfo()
504 if ( xProp.is() ) in updateParameterInfo()
506 if ( !initializeComposerByComponent( xProp ) ) in updateParameterInfo()
706 Reference< XPropertySet > xProp = m_xComponent; in consultParameterListeners() local
707 OSL_ENSURE(xProp.is(),"Some already released my component!"); in consultParameterListeners()
755 Reference< XPropertySet > xProp = m_xComponent; in getConnection() local
[all …]
/aoo42x/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx279 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createShapes() local
280 if(xProp.is()) in createShapes()
286xProp->setPropertyValue( C2U( UNO_NAME_POLYPOLYGON ), uno::makeAny( PolyToPointSequence(aPoly) ) ); in createShapes()
306 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createShapes() local
307 if(xProp.is()) in createShapes()
310 … PropertyMapper::setMultiProperties( aBlackBox_Names, aBlackBox_Values, xProp ); in createShapes()
312 … PropertyMapper::setMultiProperties( aWhiteBox_Names, aWhiteBox_Values, xProp ); in createShapes()
338 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createShapes() local
339 if(xProp.is()) in createShapes()
341xProp->setPropertyValue( C2U( UNO_NAME_POLYPOLYGON ), uno::makeAny( PolyToPointSequence(aPoly) ) ); in createShapes()
/aoo42x/main/dbaccess/source/core/api/
H A Dviewcontainer.cxx98 ObjectType xProp; in createObject() local
100 xProp.set(m_xMasterContainer->getByName(_rName),UNO_QUERY); in createObject()
102 if ( !xProp.is() ) in createObject()
119 return xProp; in createObject()
144 Reference< XPropertySet > xProp = descriptor; in appendObject() local
151 xProp.set(m_xMasterContainer->getByName(aName),UNO_QUERY); in appendObject()
230 Reference<XPropertySet> xProp(Event.Element,UNO_QUERY); in elementInserted() local
232 xProp->getPropertyValue(PROPERTY_TYPE) >>= sType; in elementInserted()
/aoo42x/main/connectivity/source/cpool/
H A DZPoolCollection.cxx90 Reference<XPropertySet> xProp(getConfigPoolRoot(),UNO_QUERY); in OPoolCollection() local
91 if ( xProp.is() ) in OPoolCollection()
92 xProp->addPropertyChangeListener(getEnablePoolingNodeName(),this); in OPoolCollection()
333 Reference<XPropertySet> xProp(_xDriverNode,UNO_QUERY); in getConnectionPool() local
334 if(xProp.is()) in getConnectionPool()
335 xProp->addPropertyChangeListener(getEnableNodeName(),this); in getConnectionPool()
498 Reference<XPropertySet> xProp(Source.Source,UNO_QUERY); in disposing() local
501 if ( xProp.is() ) in disposing()
502 xProp->removePropertyChangeListener(getEnablePoolingNodeName(),this); in disposing()
505 else if ( xProp.is() ) in disposing()
[all …]
/aoo42x/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx85 if( xProp.is()) in lcl_setRoleAtLabeledSequence()
377 if( xProp.is()) in StartElement()
386 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xProp ); in StartElement()
708 uno::Reference< beans::XPropertySet > xProp( xDoc, uno::UNO_QUERY ); in EndElement() local
711 if( xProp.is()) in EndElement()
932 if( xProp.is()) in EndElement()
1026 uno::Reference< beans::XPropertySet > xProp( xDoc, uno::UNO_QUERY ); in CreateChildContext() local
1045 if( xProp.is()) in CreateChildContext()
1058 if( xProp.is()) in CreateChildContext()
1224 if( xProp.is()) in StartElement()
[all …]
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedGapwidthProperty.cxx95 Reference< beans::XPropertySet > xProp( aChartTypeList[nN], uno::UNO_QUERY ); in setPropertyValue() local
96 if( xProp.is() ) in setPropertyValue()
99 xProp->getPropertyValue( m_InnerSequencePropertyName ) >>= aBarPositionSequence; in setPropertyValue()
112xProp->setPropertyValue( m_InnerSequencePropertyName, uno::makeAny( aBarPositionSequence ) ); in setPropertyValue()
141 Reference< beans::XPropertySet > xProp( aChartTypeList[nN], uno::UNO_QUERY ); in getPropertyValue() local
142 if( xProp.is() ) in getPropertyValue()
145xProp->getPropertyValue( m_InnerSequencePropertyName ) >>= aBarPositionSequence; in getPropertyValue()
H A DWrappedAxisAndGridExistenceProperties.cxx406 …Reference< beans::XPropertySet > xProp( AxisHelper::getAxis( m_nDimensionIndex, m_bMain, xDiagram … in setPropertyValue() local
407 if( !xProp.is() && bNewValue ) in setPropertyValue()
410xProp.set( AxisHelper::createAxis( m_nDimensionIndex, m_bMain, xDiagram, m_spChart2ModelContact->m… in setPropertyValue()
411 if( xProp.is() ) in setPropertyValue()
412 xProp->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_False ) ); in setPropertyValue()
414 if( xProp.is() ) in setPropertyValue()
415 xProp->setPropertyValue( C2U( "DisplayLabels" ), rOuterValue ); in setPropertyValue()
423 …Reference< beans::XPropertySet > xProp( AxisHelper::getAxis( m_nDimensionIndex, m_bMain, xDiagram … in getPropertyValue() local
424 if( xProp.is() ) in getPropertyValue()
425 aRet = xProp->getPropertyValue( C2U( "DisplayLabels" )); in getPropertyValue()
H A DAxisWrapper.cxx585 Reference< beans::XPropertySet > xProp( this->getAxis(), uno::UNO_QUERY ); in updateReferenceSize() local
586 if( xProp.is() ) in updateReferenceSize()
588 if( xProp->getPropertyValue( C2U("ReferencePageSize") ).hasValue() ) in updateReferenceSize()
589 xProp->setPropertyValue( C2U("ReferencePageSize"), uno::makeAny( in updateReferenceSize()
596 Reference< beans::XPropertySet > xProp( this->getAxis(), uno::UNO_QUERY ); in getReferenceSize() local
597 if( xProp.is() ) in getReferenceSize()
598 aRet = xProp->getPropertyValue( C2U("ReferencePageSize") ); in getReferenceSize()
622 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in getAxis() local
623 if( xProp.is() ) in getAxis()
624 xProp->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_False ) ); in getAxis()
/aoo42x/main/sw/source/ui/uiview/
H A Dviewling.cxx162 Reference< beans::XPropertySet > xProp( xDialog, UNO_QUERY ); in ExecLingu() local
163 if( xProp.is() ) in ExecLingu()
168xProp->getPropertyValue( C2U("IsUseCharacterVariants") ) >>= bUseVariants; in ExecLingu()
291 Reference< beans::XPropertySet > xProp( ::GetLinguPropertySet() ); in SpellStart() local
292 sal_Bool bIsWrapReverse = (!pConvArgs && xProp.is()) ? in SpellStart()
293 *(sal_Bool*)xProp->getPropertyValue( C2U(UPN_IS_WRAP_REVERSE) ).getValue() : sal_False; in SpellStart()
481 Reference< beans::XPropertySet > xProp( ::GetLinguPropertySet() ); in HyphenateDocument() local
486 sal_Bool bHyphSpecial = xProp.is() ? in HyphenateDocument()
487 *(sal_Bool*)xProp->getPropertyValue( C2U(UPN_IS_HYPH_SPECIAL) ).getValue() : sal_False; in HyphenateDocument()
501 if (xProp.is()) in HyphenateDocument()
[all …]
/aoo42x/main/qadevOOo/tests/java/ifc/sdb/
H A D_XSingleSelectQueryComposer.java64 private XPropertySet xProp = null; field in _XSingleSelectQueryComposer
90 xProp = (XPropertySet) in before()
94 if (xProp == null) { in before()
172 oObj.appendFilterByColumn(xProp, true,SQLFilterOperator.EQUAL); in _appendFilterByColumn()
183 oObj.appendFilterByColumn(xProp, false,SQLFilterOperator.EQUAL); in _appendFilterByColumn()
216 oObj.appendGroupByColumn(xProp); in _appendGroupByColumn()
320 oObj.appendHavingClauseByColumn(xProp, true,SQLFilterOperator.EQUAL); in _appendHavingClauseByColumn()
352 oObj.appendOrderByColumn(xProp, true); in _appendOrderByColumn()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx912 if(xProp.is()) in propertyChange()
917 xProp->setPropertyValue(PROPERTY_WIDTH,evt.NewValue); in propertyChange()
925 if(xProp.is()) in propertyChange()
926 xProp->setPropertyValue(PROPERTY_HIDDEN,evt.NewValue); in propertyChange()
935 if(xProp.is()) in propertyChange()
962 if(xProp.is()) in propertyChange()
1849 Reference<XPropertySet> xProp(getRowSet(),UNO_QUERY); in GetState() local
1864 xProp->getPropertyValue(PROPERTY_COMMAND) >>= aName; in GetState()
1977 Reference<XPropertySet> xProp(getRowSet(),UNO_QUERY); in Execute() local
1978 implSelect(::svx::ODataAccessDescriptor(xProp)); in Execute()
[all …]
/aoo42x/main/desktop/source/app/
H A Dlangselect.cxx144 …Reference< XPropertySet > xProp(getConfigAccess("org.openoffice.System/L10N/", sal_False), UNO_QUE… in prepareLanguage() local
145 Any aWin16SysLocale = xProp->getPropertyValue(OUString::createFromAscii("SystemLocale")); in prepareLanguage()
229 …Reference< XPropertySet > xProp(getConfigAccess("org.openoffice.Setup/L10N/", sal_True), UNO_QUERY… in prepareLanguage() local
233xProp->setPropertyValue(OUString::createFromAscii("ooLocale"), makeAny(aLocaleString)); in prepareLanguage()
234 Reference< XChangesBatch >(xProp, UNO_QUERY_THROW)->commitChanges(); in prepareLanguage()
248 xProp->getPropertyValue(OUString::createFromAscii("ooSetupSystemLocale")) >>= sLocale; in prepareLanguage()
533 …Reference< XPropertySet > xProp(getConfigAccess("org.openoffice.Office.Linguistic/General", sal_Tr… in resetUserLanguage() local
534xProp->setPropertyValue(OUString::createFromAscii("UILocale"), makeAny(OUString::createFromAscii("… in resetUserLanguage()
535 Reference< XChangesBatch >(xProp, UNO_QUERY_THROW)->commitChanges(); in resetUserLanguage()
/aoo42x/main/chart2/source/view/main/
H A DVDataSeries.cxx220 uno::Reference<beans::XPropertySet> xProp(xDataSequence, uno::UNO_QUERY ); in VDataSeries() local
221 if( xProp.is()) in VDataSeries()
225 uno::Any aARole = xProp->getPropertyValue( C2U( "Role" ) ); in VDataSeries()
269 uno::Reference<beans::XPropertySet> xProp(xDataSeries, uno::UNO_QUERY ); in VDataSeries() local
270 if( xProp.is()) in VDataSeries()
279 xProp->getPropertyValue( C2U( "AttachedAxisIndex" ) ) >>= m_nAxisIndex; in VDataSeries()
742 const uno::Reference< beans::XPropertySet >& xProp ) in getSymbolPropertiesFromPropertySet()
747 if( xProp->getPropertyValue( C2U( "Symbol" ) ) >>= *apSymbolProps ) in getSymbolPropertiesFromPropertySet()
750 xProp->getPropertyValue( C2U( "Color" ) ) >>= apSymbolProps->FillColor; in getSymbolPropertiesFromPropertySet()
876 const uno::Reference< beans::XPropertySet >& xProp ) in getDataPointLabelFromPropertySet()
[all …]
H A DVLegendSymbolFactory.cxx45 const Reference< beans::XPropertySet > & xProp, in lcl_setPropetiesToShape()
56 if( xProp.is() && xShapeProp.is() ) in lcl_setPropetiesToShape()
62 ::chart::PropertyMapper::getValueMap( aValueMap, aFilledSeriesNameMap, xProp ); in lcl_setPropetiesToShape()
65 ::chart::PropertyMapper::getValueMap( aValueMap, aLineSeriesNameMap, xProp ); in lcl_setPropetiesToShape()
68 ::chart::PropertyMapper::getValueMap( aValueMap, aLineNameMap, xProp ); in lcl_setPropetiesToShape()
71 ::chart::PropertyMapper::getValueMap( aValueMap, aFillNameMap, xProp ); in lcl_setPropetiesToShape()
74 ::chart::PropertyMapper::getValueMap( aValueMap, aFillLineNameMap, xProp ); in lcl_setPropetiesToShape()
/aoo42x/main/chart2/source/tools/
H A DDiagramHelper.cxx155 Reference< beans::XPropertySet > xProp( xCooSys, uno::UNO_QUERY ); in setVertical() local
157 if( xProp.is() ) in setVertical()
165 xProp->setPropertyValue( C2U("SwapXAndYAxis"), aValue ); in setVertical()
230 Reference< beans::XPropertySet > xProp( aCooSys[i], uno::UNO_QUERY ); in getVertical() local
231 if( xProp.is()) in getVertical()
234 if( xProp->getPropertyValue( C2U("SwapXAndYAxis") ) >>= bCurrent ) in getVertical()
332 if(xProp.is()) in setStackMode()
611 Reference< beans::XPropertySet > xProp( xDataSeries, uno::UNO_QUERY_THROW ); in attachSeriesToAxis() local
612 if( !xProp.is() ) in attachSeriesToAxis()
941 if( xProp.is() ) in getCategoriesFromDiagram()
[all …]

Completed in 453 milliseconds

12345678910