Home
last modified time | relevance | path

Searched refs:xProps (Results 1 – 25 of 196) sorted by relevance

12345678

/trunk/main/sc/source/ui/vba/
H A Dvbavalidation.cxx80 lcl_setValidationProps( m_xRange, xProps ); in setIgnoreBlank()
100 lcl_setValidationProps( m_xRange, xProps ); in setInCellDropdown()
117 lcl_setValidationProps( m_xRange, xProps ); in setShowInput()
134 lcl_setValidationProps( m_xRange, xProps ); in setShowError()
151 lcl_setValidationProps( m_xRange, xProps ); in setErrorTitle()
168 lcl_setValidationProps( m_xRange, xProps ); in setInputMessage()
185 lcl_setValidationProps( m_xRange, xProps ); in setInputTitle()
202 lcl_setValidationProps( m_xRange, xProps ); in setErrorMessage()
223 lcl_setValidationProps( m_xRange, xProps ); in Delete()
232 xProps->getPropertyValue( STYPE ) >>= nValType; in Add()
[all …]
H A Dvbafont.cxx70 uno::Reference< beans::XPropertySet > xProps( xTxt->createTextCursor(), uno::UNO_QUERY_THROW ); in lcl_TextProperties() local
71 return xProps; in lcl_TextProperties()
92 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSuperscript()
101 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSuperscript() local
132 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in getSuperscript()
143 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in getSuperscript() local
145xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapement" ) ) ) >>= n… in getSuperscript()
164 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSubscript()
172 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSubscript() local
206 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in getSubscript()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java103 return xProps; in getFieldProps()
108 xProps.setPropertyValue("ReferenceFieldPart", new Short(nFormat)); in checkField()
134 XPropertySet xProps = null; in checkCrossReferences() local
137 xProps = getFieldProps(xField); in checkCrossReferences()
138 checkField(xField, xProps, ReferenceFieldPart.NUMBER, FldResult2); in checkCrossReferences()
143 xProps = getFieldProps(xField); in checkCrossReferences()
144 checkField(xField, xProps, ReferenceFieldPart.NUMBER, FldResult1); in checkCrossReferences()
149 xProps = getFieldProps(xField); in checkCrossReferences()
155 xProps = getFieldProps(xField); in checkCrossReferences()
161 xProps = getFieldProps(xField); in checkCrossReferences()
[all …]
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java94 com.sun.star.beans.XPropertySet xProps = in getFieldProps() local
98 assertNotNull("Cannot retrieve field properties.", xProps); in getFieldProps()
100 return xProps; in getFieldProps()
104 com.sun.star.beans.XPropertySet xProps, in checkField() argument
150 com.sun.star.beans.XPropertySet xProps = null; in checkCrossReferences() local
153 xProps = getFieldProps( xField ); in checkCrossReferences()
159 xProps = getFieldProps( xField ); in checkCrossReferences()
165 xProps = getFieldProps( xField ); in checkCrossReferences()
171 xProps = getFieldProps( xField ); in checkCrossReferences()
177 xProps = getFieldProps( xField ); in checkCrossReferences()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx1729 if(xProps.is()) in StartElement()
2192 if( xProps.is() ) in StartElement()
2537 if(xProps.is()) in StartElement()
2659 if(xProps.is()) in StartElement()
2686 if(xProps.is()) in StartElement()
2793 if(xProps.is()) in StartElement()
3020 if( xProps.is() ) in EndElement()
3180 if(xProps.is()) in StartElement()
3228 if( xProps.is() ) in EndElement()
3468 if( xProps.is() ) in EndElement()
[all …]
H A Danimexp.cxx289 Reference< XPropertySet > xProps( xShape, UNO_QUERY ); in prepare() local
290 if( xProps.is() ) in prepare()
293 xProps->getPropertyValue( mpImpl->msEffect ) >>= eEffect; in prepare()
297 xProps->getPropertyValue( mpImpl->msAnimPath ) >>= xPath; in prepare()
321 Reference< XPropertySet > xProps( xShape, UNO_QUERY ); in collect() local
322 if( xProps.is() ) in collect()
357 xProps->getPropertyValue( mpImpl->msEffect ) >>= eEffect; in collect()
374 xProps->getPropertyValue( mpImpl->msAnimPath ) >>= xPath; in collect()
408 xProps->getPropertyValue( mpImpl->msDimPrev ) >>= bDimPrev; in collect()
409 xProps->getPropertyValue( mpImpl->msDimHide ) >>= bDimHide; in collect()
[all …]
H A Dshapeexport2.cxx610 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY_THROW ); local
611 xProps->getPropertyValue( OUString::createFromAscii( "Title" ) ) >>= aTitle;
612 xProps->getPropertyValue( OUString::createFromAscii( "Description" ) ) >>= aDescription;
1276 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY ); local
1296 aAny = xProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("EdgeLine1Delta")));
1338 xProps->getPropertySetInfo()->hasPropertyByName(
1340 xProps->getPropertySetInfo()->hasPropertyByName(
1418 xProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("EndShape")) ) >>= xRefE;
1473 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY ); local
1494 xProps->getPropertySetInfo()->hasPropertyByName(
[all …]
H A Dviewcontext.cxx63 uno::Reference< beans::XPropertySet > xProps( GetImport().GetModel(), uno::UNO_QUERY ); in CreateChildContext() local
64 if( xProps.is() ) in CreateChildContext()
65xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "MapUnit" ) ) ) >>= nMeasureUnit; in CreateChildContext()
79 uno::Reference< beans::XPropertySet > xProps( GetImport().GetModel(), uno::UNO_QUERY ); in EndElement() local
80 if( xProps.is() ) in EndElement()
85 xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "VisibleArea" ) ), aAny ); in EndElement()
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx50 uno::Reference< beans::XPropertySet > xProps( mxContainer, uno::UNO_QUERY_THROW ); in Container() local
51 xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Border" ) ), in Container()
142 uno::Reference< beans::XPropertySet > xProps( mxContainer, uno::UNO_QUERY_THROW ); in Table() local
143 xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Columns" ) ), in Table()
173 uno::Reference< beans::XPropertySet > xProps in setProps() local
175 xProps->setPropertyValue( rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "XExpand" ) ), in setProps()
188 uno::Reference< beans::XPropertySet > xProps( mxContainer, uno::UNO_QUERY_THROW ); in Box() local
219 uno::Reference< beans::XPropertySet > xProps in setProps() local
222 xProps->setPropertyValue( rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "Expand" ) ), in setProps()
224 xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Fill" ) ), in setProps()
[all …]
/trunk/main/forms/source/component/
H A DGroupManager.cxx363 Event.Element >>= xProps; in elementInserted()
364 if ( xProps.is() ) in elementInserted()
365 InsertElement( xProps ); in elementInserted()
372 Event.Element >>= xProps; in elementRemoved()
373 if ( xProps.is() ) in elementRemoved()
374 RemoveElement( xProps ); in elementRemoved()
382 if ( xProps.is() ) in elementReplaced()
383 RemoveElement( xProps ); in elementReplaced()
385 xProps.clear(); in elementReplaced()
386 Event.Element >>= xProps; in elementReplaced()
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1374 if (! xProps.is()) in exportDialogModel()
1394 xProps, xPropState, in exportDialogModel()
1400 xProps, xPropState, in exportDialogModel()
1413 xProps, xPropState, in exportDialogModel()
1421 xProps, xPropState, in exportDialogModel()
1429 xProps, xPropState, in exportDialogModel()
1437 xProps, xPropState, in exportDialogModel()
1445 xProps, xPropState, in exportDialogModel()
1453 xProps, xPropState, in exportDialogModel()
1461 xProps, xPropState, in exportDialogModel()
[all …]
H A Dxmldlg_import.cxx134 xProps->setPropertyValue( in importTextColorStyle()
148 xProps->setPropertyValue( in importTextColorStyle()
163 xProps->setPropertyValue( in importTextLineColorStyle()
177 xProps->setPropertyValue( in importTextLineColorStyle()
192 xProps->setPropertyValue( in importFillColorStyle()
206 xProps->setPropertyValue( in importFillColorStyle()
221 xProps->setPropertyValue( in importBackgroundColorStyle()
235 xProps->setPropertyValue( in importBackgroundColorStyle()
329 xProps->setPropertyValue( in setFontProperties()
331 xProps->setPropertyValue( in setFontProperties()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1170 if( !xProps.is() ) in SetConfigurationSettings()
1356 xProps->setPropertyValue( in SetConfigurationSettings()
1363 xProps->setPropertyValue( in SetConfigurationSettings()
1369 xProps->setPropertyValue( in SetConfigurationSettings()
1375 xProps->setPropertyValue( in SetConfigurationSettings()
1392 xProps->setPropertyValue in SetConfigurationSettings()
1400 xProps->setPropertyValue( in SetConfigurationSettings()
1406 xProps->setPropertyValue( in SetConfigurationSettings()
1412 xProps->setPropertyValue( in SetConfigurationSettings()
1429 xProps->setPropertyValue( in SetConfigurationSettings()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java171 XPropertySet xProps = UnoRuntime.queryInterface(XPropertySet.class, xDocInfo); in checkDocInfo() local
172 showPropertySet(xProps); in checkDocInfo()
174 assertTrue("Double doesn't work", checkType(xProps, "doubleValue", "java.lang.Double")); in checkDocInfo()
175 … assertTrue("Boolean doesn't work", checkType(xProps, "booleanValue", "java.lang.Boolean")); in checkDocInfo()
211 showPropertySet(xProps); in checkDocInfo()
222 private void showPropertySet(XPropertySet xProps) in showPropertySet() argument
230 XPropertySetInfo xPropsInfo = xProps.getPropertySetInfo(); in showPropertySet()
275 private boolean checkType(XPropertySet xProps, String aName, in checkType() argument
282 getPropertyByName(xProps, aName).getClass().getName(); in checkType()
298 private Object getPropertyByName(XPropertySet xProps, String aName) in getPropertyByName() argument
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx191 if ( xProps.get() ) in lcl_sendPartialGETRequest()
192 xProps->addProperties( in lcl_sendPartialGETRequest()
1538 if ( !( xProps.get() in getPropertyValues()
1635 xProps->addProperty( in getPropertyValues()
1642 if ( !xProps.get() ) in getPropertyValues()
1650 xProps->addProperty( in getPropertyValues()
1654 xProps->addProperty( in getPropertyValues()
1658 xProps->addProperty( in getPropertyValues()
1681 xProps->addProperty( in getPropertyValues()
1691 xProps->getValue( in getPropertyValues()
[all …]
/trunk/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.cxx119 Reference<css::beans::XPropertySet> xProps; in readRelativeKey() local
120 xAccess->getByHierarchicalName(sRelPath) >>= xProps; in readRelativeKey()
121 if (!xProps.is()) in readRelativeKey()
125 return xProps->getPropertyValue(sKey); in readRelativeKey()
136 Reference<css::beans::XPropertySet> xProps; in writeRelativeKey() local
137 xAccess->getByHierarchicalName(sRelPath) >>= xProps; in writeRelativeKey()
138 if (!xProps.is()) in writeRelativeKey()
142 xProps->setPropertyValue(sKey, aValue); in writeRelativeKey()
/trunk/main/comphelper/source/misc/
H A Dconfigurationhelper.cxx98 css::uno::Reference< css::beans::XPropertySet > xProps; in readRelativeKey() local
99 xAccess->getByHierarchicalName(sRelPath) >>= xProps; in readRelativeKey()
100 if (!xProps.is()) in readRelativeKey()
111 return xProps->getPropertyValue(sKey); in readRelativeKey()
122 css::uno::Reference< css::beans::XPropertySet > xProps; in writeRelativeKey() local
123 xAccess->getByHierarchicalName(sRelPath) >>= xProps; in writeRelativeKey()
124 if (!xProps.is()) in writeRelativeKey()
135 xProps->setPropertyValue(sKey, aValue); in writeRelativeKey()
/trunk/main/oox/source/export/
H A Dshapes.cxx414 Reference< XPropertySet > xProps( xShape, UNO_QUERY ); in WriteBezierShape() local
415 if( xProps.is() ) { in WriteBezierShape()
417 WriteFill( xProps ); in WriteBezierShape()
418 WriteOutline( xProps ); in WriteBezierShape()
538 Reference< XPropertySet > xProps( xShape, UNO_QUERY ); in WriteEllipseShape() local
539 if( xProps.is() ) in WriteEllipseShape()
541 WriteFill( xProps ); in WriteEllipseShape()
542 WriteOutline( xProps ); in WriteEllipseShape()
848 if( xProps.is() ) in WriteRectangleShape()
850 WriteFill( xProps ); in WriteRectangleShape()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java174 XPropertySet xProps = (XPropertySet) in DataSourceInfo() local
178 Name = (String)xProps.getPropertyValue("Name") ; in DataSourceInfo()
179 URL = (String)xProps.getPropertyValue("URL") ; in DataSourceInfo()
180 Info = (PropertyValue[])xProps.getPropertyValue("Info") ; in DataSourceInfo()
181 User = (String)xProps.getPropertyValue("User") ; in DataSourceInfo()
182 Password = (String)xProps.getPropertyValue("Password") ; in DataSourceInfo()
183 IsPasswordRequired = (Boolean)xProps.getPropertyValue("IsPasswordRequired") ; in DataSourceInfo()
185 xProps.getPropertyValue("SuppressVersionColumns") ; in DataSourceInfo()
186 IsReadOnly = (Boolean)xProps.getPropertyValue("IsReadOnly") ; in DataSourceInfo()
187 TableFilter = (String[])xProps.getPropertyValue("TableFilter") ; in DataSourceInfo()
[all …]
/trunk/main/oox/source/drawingml/
H A Dtextfield.cxx80 Reference< XPropertySet > xProps( xIface, UNO_QUERY_THROW ); in lclCreateTextFields() local
120 xProps->setPropertyValue( CREATE_OUSTRING( "IsDate" ), makeAny( bIsDate ) ); in lclCreateTextFields()
121 xProps->setPropertyValue( CREATE_OUSTRING( "IsFixed" ), makeAny( false ) ); in lclCreateTextFields()
147 Reference< XPropertySet > xProps( xStart, UNO_QUERY); in insertAt() local
148 PropertySet aPropSet( xProps ); in insertAt()
150 … maTextParagraphProperties.pushToPropSet( rFilterBase, xProps, aioBulletList, NULL, sal_True, 18 ); in insertAt()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java165 XDocumentProperties xProps = null; in validate() local
177xProps = UnoRuntime.queryInterface(XDocumentPropertiesSupplier.class, component).getDocumentProper… in validate()
183 if (xProps != null) in validate()
185 title = xProps.getTitle(); in validate()
186 description = xProps.getDescription(); in validate()
187 author = xProps.getAuthor(); in validate()
188 createDate = xProps.getCreationDate(); in validate()
189 updateDate = xProps.getModificationDate(); in validate()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx807 uno::Reference<beans::XPropertySet> const xProps( xShape, uno::UNO_QUERY_THROW ); in ActivityImpl() local
809 getPropertyValue( meAnimKind, xProps, OUSTR("TextAnimationKind") ); in ActivityImpl()
816 getPropertyValue( nRepeat, xProps, OUSTR("TextAnimationCount") ); in ActivityImpl()
827 getPropertyValue( mbVisibleWhenStarted, xProps, in ActivityImpl()
832 getPropertyValue( mbVisibleWhenStopped, xProps, in ActivityImpl()
835 getPropertyValue( mfRotationAngle, xProps, in ActivityImpl()
841 getPropertyValue( nDelay, xProps, OUSTR("TextAnimationDelay") ); in ActivityImpl()
861 getPropertyValue( meDirection, xProps, OUSTR("TextAnimationDirection") ); in ActivityImpl()
864 getPropertyValue( mnStepWidth, xProps, OUSTR("TextAnimationAmount") ); in ActivityImpl()
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx339 … uno::Reference< beans::XPropertySet > xProps( xEmbeddedObj->getComponent(), uno::UNO_QUERY ); in AddRangesIfProtectedChart() local
340 if ( xProps.is() && in AddRangesIfProtectedChart()
341 …( xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog"… in AddRangesIfProtectedChart()
432 … uno::Reference< beans::XPropertySet > xProps( xEmbeddedObj->getComponent(), uno::UNO_QUERY ); in CreateProtectedChartListenersAndNotify() local
433 if ( xProps.is() && in CreateProtectedChartListenersAndNotify()
434 …( xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog"… in CreateProtectedChartListenersAndNotify()
454xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableDataTableDialog" )… in CreateProtectedChartListenersAndNotify()
456xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableComplexChartTypes"… in CreateProtectedChartListenersAndNotify()
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx469 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in makeAxisVisible() local
470 if( xProps.is() ) in makeAxisVisible()
472 xProps->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_True ) ); in makeAxisVisible()
473 LineProperties::SetLineVisible( xProps ); in makeAxisVisible()
495 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in makeAxisInvisible() local
496 if( xProps.is() ) in makeAxisInvisible()
671 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in isAxisVisible() local
672 if( xProps.is() ) in isAxisVisible()
674 xProps->getPropertyValue( C2U( "Show" ) ) >>= bRet; in isAxisVisible()
675 bRet = bRet && ( LineProperties::IsLineVisible( xProps ) in isAxisVisible()
[all …]
/trunk/main/connectivity/source/commontools/
H A Dconncleanup.cxx57 Reference< XPropertySet > xProps(_rxRowSet, UNO_QUERY); in OAutoConnectionDisposer() local
58 …OSL_ENSURE(xProps.is(), "OAutoConnectionDisposer::OAutoConnectionDisposer: invalid rowset (no XPro… in OAutoConnectionDisposer()
60 if (!xProps.is()) in OAutoConnectionDisposer()
65 xProps->setPropertyValue( getActiveConnectionPropertyName(), makeAny( _rxConnection ) ); in OAutoConnectionDisposer()
67 startPropertyListening( xProps ); in OAutoConnectionDisposer()

Completed in 199 milliseconds

12345678