Home
last modified time | relevance | path

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

12345678

/AOO41X/main/sc/source/ui/vba/
H A Dvbavalidation.cxx51 … uno::Reference< table::XCellRange >& xRange, const uno::Reference< beans::XPropertySet >& xProps ) in lcl_setValidationProps() argument
54 xRangeProps->setPropertyValue( VALIDATION , uno::makeAny( xProps ) ); in lcl_setValidationProps()
60 uno::Reference< beans::XPropertySet > xProps( xRange, uno::UNO_QUERY_THROW ); in lcl_getValidationProps() local
62 xValProps.set( xProps->getPropertyValue( VALIDATION ), uno::UNO_QUERY_THROW ); in lcl_getValidationProps()
69 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in getIgnoreBlank() local
71 xProps->getPropertyValue( IGNOREBLANK ) >>= bBlank; in getIgnoreBlank()
78 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in setIgnoreBlank() local
79 xProps->setPropertyValue( IGNOREBLANK, uno::makeAny( _ignoreblank ) ); in setIgnoreBlank()
80 lcl_setValidationProps( m_xRange, xProps ); in setIgnoreBlank()
86 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getInCellDropdown() local
[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()
91 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSuperscript() local
92 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSuperscript()
101 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSuperscript() local
112xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapement" ) ), ( uno:… in setSuperscript()
113xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapementHeight" ) ), … in setSuperscript()
131 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSuperscript() local
132 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in getSuperscript()
143 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in getSuperscript() local
[all …]
/AOO41X/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java102 XPropertySet xProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xField); in getFieldProps() local
103 return xProps; in getFieldProps()
106 …public void checkField(XTextField xField, XPropertySet xProps, short nFormat, String aExpectedFldR… in checkField() argument
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()
139 checkField(xField, xProps, ReferenceFieldPart.NUMBER_NO_CONTEXT, FldResult1); in checkCrossReferences()
140 checkField(xField, xProps, ReferenceFieldPart.NUMBER_FULL_CONTEXT, FldResult3); in checkCrossReferences()
143 xProps = getFieldProps(xField); in checkCrossReferences()
[all …]
/AOO41X/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
110 xProps.setPropertyValue("ReferenceFieldPart", new Short(nFormat)); in checkField()
150 com.sun.star.beans.XPropertySet xProps = null; in checkCrossReferences() local
153 xProps = getFieldProps( xField ); in checkCrossReferences()
154 checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER, FldResult2 ); in checkCrossReferences()
155 … checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_NO_CONTEXT, FldResult1 ); in checkCrossReferences()
156 …checkField( xField, xProps, com.sun.star.text.ReferenceFieldPart.NUMBER_FULL_CONTEXT, FldResult3 ); in checkCrossReferences()
[all …]
/AOO41X/main/xmloff/source/draw/
H A Dximpshap.cxx1728 uno::Reference< beans::XPropertySet > xProps(mxShape, uno::UNO_QUERY); in StartElement() local
1729 if(xProps.is()) in StartElement()
1731 … uno::Reference< beans::XPropertySetInfo > xPropsInfo( xProps->getPropertySetInfo() ); in StartElement()
1735xProps->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmptyPresentationObject") ), ::c… in StartElement()
1738xProps->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("IsPlaceholderDependent") ), ::cppu… in StartElement()
2061 uno::Reference< beans::XPropertySet > xProps( mxShape, uno::UNO_QUERY ); in StartElement() local
2062 if( xProps.is() ) in StartElement()
2066xProps->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("StartPosition")), aAny); in StartElement()
2069xProps->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("EndPosition")), aAny ); in StartElement()
2072 xProps->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("EdgeKind")), aAny ); in StartElement()
[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()
326 Reference< XPropertySetInfo > xInfo( xProps->getPropertySetInfo() ); in collect()
330 if( any2bool( xProps->getPropertyValue( mpImpl->msSoundOn ) ) ) in collect()
332 xProps->getPropertyValue( mpImpl->msSound ) >>= aEffect.maSoundURL; in collect()
333 xProps->getPropertyValue( mpImpl->msPlayFull ) >>= aEffect.mbPlayFull; in collect()
[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()
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
1283 uno::Any aAny = xProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("EdgeKind")));
1296 aAny = xProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("EdgeLine1Delta")));
1298 aAny = xProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("EdgeLine2Delta")));
1300 aAny = xProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("EdgeLine3Delta")));
1338 xProps->getPropertySetInfo()->hasPropertyByName(
1340 xProps->getPropertySetInfo()->hasPropertyByName(
[all …]
/AOO41X/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()
177 xProps->setPropertyValue( rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "YExpand" ) ), in setProps()
179 xProps->setPropertyValue( rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "ColSpan" ) ), in setProps()
181 xProps->setPropertyValue( rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "RowSpan" ) ), in setProps()
188 uno::Reference< beans::XPropertySet > xProps( mxContainer, uno::UNO_QUERY_THROW ); in Box() local
[all …]
/AOO41X/main/forms/source/component/
H A DGroupManager.cxx362 Reference< XPropertySet > xProps; in elementInserted() local
363 Event.Element >>= xProps; in elementInserted()
364 if ( xProps.is() ) in elementInserted()
365 InsertElement( xProps ); in elementInserted()
371 Reference<XPropertySet> xProps; in elementRemoved() local
372 Event.Element >>= xProps; in elementRemoved()
373 if ( xProps.is() ) in elementRemoved()
374 RemoveElement( xProps ); in elementRemoved()
380 Reference<XPropertySet> xProps; in elementReplaced() local
381 Event.ReplacedElement >>= xProps; in elementReplaced()
[all …]
/AOO41X/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1341 Reference< beans::XPropertySet > xProps; in exportDialogModel() local
1342 OSL_VERIFY( aControlModel >>= xProps ); in exportDialogModel()
1343 if (! xProps.is()) in exportDialogModel()
1345 Reference< beans::XPropertyState > xPropState( xProps, UNO_QUERY ); in exportDialogModel()
1349 Reference< lang::XServiceInfo > xServiceInfo( xProps, UNO_QUERY ); in exportDialogModel()
1363 xProps, xPropState, in exportDialogModel()
1369 xProps, xPropState, in exportDialogModel()
1382 xProps, xPropState, in exportDialogModel()
1390 xProps, xPropState, in exportDialogModel()
1398 xProps, xPropState, in exportDialogModel()
[all …]
H A Dxmldlg_import.cxx127 Reference< beans::XPropertySet > const & xProps ) in importTextColorStyle()
133 xProps->setPropertyValue( in importTextColorStyle()
147 xProps->setPropertyValue( in importTextColorStyle()
156 Reference< beans::XPropertySet > const & xProps ) in importTextLineColorStyle()
162 xProps->setPropertyValue( in importTextLineColorStyle()
176 xProps->setPropertyValue( in importTextLineColorStyle()
185 Reference< beans::XPropertySet > const & xProps ) in importFillColorStyle()
191 xProps->setPropertyValue( in importFillColorStyle()
205 xProps->setPropertyValue( in importFillColorStyle()
214 Reference< beans::XPropertySet > const & xProps ) in importBackgroundColorStyle()
[all …]
/AOO41X/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 …]
/AOO41X/main/sw/source/filter/xml/
H A Dxmlimp.cxx1173 …Reference< XPropertySet > xProps( xFac->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "co… in SetConfigurationSettings() local
1174 if( !xProps.is() ) in SetConfigurationSettings()
1177 Reference< XPropertySetInfo > xInfo( xProps->getPropertySetInfo() ); in SetConfigurationSettings()
1286 xProps->setPropertyValue( pValues->Name, pValues->Value ); in SetConfigurationSettings()
1338 xProps->setPropertyValue( sCurrentDatabaseDataSource, aCurrentDatabaseDataSource ); in SetConfigurationSettings()
1342 xProps->setPropertyValue( sCurrentDatabaseCommand, aCurrentDatabaseCommand ); in SetConfigurationSettings()
1346 xProps->setPropertyValue( sCurrentDatabaseCommandType, aCurrentDatabaseCommandType ); in SetConfigurationSettings()
1360 xProps->setPropertyValue( in SetConfigurationSettings()
1367 xProps->setPropertyValue( in SetConfigurationSettings()
1373 xProps->setPropertyValue( in SetConfigurationSettings()
[all …]
/AOO41X/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx100 std::auto_ptr< ContentProperties > &xProps, in lcl_sendPartialGETRequest()
191 if ( xProps.get() ) in lcl_sendPartialGETRequest()
192 xProps->addProperties( in lcl_sendPartialGETRequest()
196 xProps.reset ( new ContentProperties( aResource ) ); in lcl_sendPartialGETRequest()
314 uno::Reference< beans::XPropertySet > const xProps( in queryInterface() local
317 xCtx.set( xProps->getPropertyValue( in queryInterface()
1352 const std::auto_ptr< PropertyValueMap > & xProps = rData.getProperties(); in getPropertyValues() local
1354 PropertyValueMap::const_iterator it = xProps->begin(); in getPropertyValues()
1355 PropertyValueMap::const_iterator end = xProps->end(); in getPropertyValues()
1385 std::auto_ptr< ContentProperties > xProps; in getPropertyValues() local
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
847 Reference< XPropertySet > xProps( xShape, UNO_QUERY ); in WriteRectangleShape() local
848 if( xProps.is() ) in WriteRectangleShape()
[all …]
/AOO41X/main/qadevOOo/runner/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 …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sw/source/ui/index/
H A Dcntex.cxx105 uno::Reference< XPropertySet > & xProps, in lcl_SetProp()
113 xProps->setPropertyValue(uPropName, aValue); in lcl_SetProp()
117 uno::Reference< XPropertySet > & xProps, in lcl_SetProp()
120 lcl_SetProp( xInfo, xProps, SW_PROP_NAME_STR(nId), rValue); in lcl_SetProp()
123 uno::Reference< XPropertySet > & xProps, in lcl_SetProp()
131 xProps->setPropertyValue(uPropName, aValue); in lcl_SetProp()
137 uno::Reference< beans::XPropertySet > & xProps, in lcl_SetBOOLProp()
145 xProps->setPropertyValue(uPropName, aValue); in lcl_SetBOOLProp()

12345678