| /trunk/main/xmloff/source/text/ |
| H A D | txtfldi.cxx | 867 const Reference<XPropertySet> & xPropertySet) in PrepareField() argument 872 xPropertySet->setPropertyValue(sPropertySubType, aAny); in PrepareField() 875 xPropertySet->setPropertyValue(sPropertyUserText, aAny); in PrepareField() 878 xPropertySet->setPropertyValue(sPropertyNumberingType, aAny); in PrepareField() 940 const Reference<XPropertySet> & xPropertySet) in PrepareField() argument 946 xPropertySet->getPropertySetInfo()); in PrepareField() 962 xPropertySet->setPropertyValue(sPropertyNumberingType, aAny); in PrepareField() 982 xPropertySet->setPropertyValue(sPropertyOffset, aAny); in PrepareField() 988 xPropertySet->setPropertyValue(sPropertySubType, aAny); in PrepareField() 1053 const Reference<XPropertySet> & xPropertySet) { in PrepareField() argument [all …]
|
| H A D | txtvfldi.cxx | 215 const Reference<XPropertySet> & xPropertySet) in PrepareField() argument 231 xPropertySet->setPropertyValue(sPropertyContent, aAny); in PrepareField() 239 xPropertySet->setPropertyValue(sPropertyHint, aAny); in PrepareField() 246 xPropertySet->setPropertyValue(sPropertyHelp, aAny); in PrepareField() 253 xPropertySet->setPropertyValue(sPropertyTooltip, aAny); in PrepareField() 261 xPropertySet->setPropertyValue(sPropertyIsVisible, aAny); in PrepareField() 265 if (xPropertySet->getPropertySetInfo()-> in PrepareField() 279 xPropertySet->setPropertyValue(sPropertyIsDisplayFormula, aAny); in PrepareField() 284 aValueHelper.PrepareField(xPropertySet); in PrepareField() 291 xPropertySet->setPropertyValue(sPropertyCurrentPresentation, aAny); in PrepareField() [all …]
|
| /trunk/main/wizards/com/sun/star/wizards/document/ |
| H A D | Control.java | 49 public XPropertySet xPropertySet; field in Control 98 xPropertySet = UnoRuntime.queryInterface( XPropertySet.class, oControlModel ); in createControl() 100 XPropertySetInfo xPSI = xPropertySet.getPropertySetInfo(); in createControl() 102 …xPropertySet.setPropertyValue( "MouseWheelBehavior", new Short( com.sun.star.awt.MouseWheelBehavio… in createControl() 132 xPropertySet.setPropertyValue(PropertyNames.PROPERTY_NAME, sControlName); in insertControlInContainer() 243 if (xPropertySet.getPropertySetInfo().hasPropertyByName("Text")) in getPreferredSize() 245 xPropertySet.setPropertyValue("Text", sText); in getPreferredSize() 247 … else if (xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_LABEL)) in getPreferredSize() 249 xPropertySet.setPropertyValue(PropertyNames.PROPERTY_LABEL, sText); in getPreferredSize() 266 if (xPropertySet.getPropertySetInfo().hasPropertyByName(_sPropertyName)) in setPropertyValue() [all …]
|
| H A D | DatabaseControl.java | 206 xPropertySet.setPropertyValue("TreatAsNumber", Boolean.TRUE); in setNumericLimits() 225 xPropertySet.setPropertyValue("EffectiveMax", new Double(Long.MAX_VALUE)); in setNumericLimits() 226 xPropertySet.setPropertyValue("EffectiveMin", new Double(Long.MIN_VALUE)); in setNumericLimits() 229 … xPropertySet.setPropertyValue("EffectiveMax", new Double(Integer.MAX_VALUE)); in setNumericLimits() 230 … xPropertySet.setPropertyValue("EffectiveMin", new Double(Integer.MIN_VALUE)); in setNumericLimits() 233 xPropertySet.setPropertyValue("EffectiveMax", new Double(Short.MAX_VALUE)); in setNumericLimits() 234 xPropertySet.setPropertyValue("EffectiveMin", new Double(Short.MIN_VALUE)); in setNumericLimits() 237 xPropertySet.setPropertyValue("EffectiveMax", new Double(127)); in setNumericLimits() 238 xPropertySet.setPropertyValue("EffectiveMin", new Double(-128)); in setNumericLimits() 253 … xPropertySet.setPropertyValue("ScaleMode", com.sun.star.awt.ImageScaleMode.ISOTROPIC); in setNumericLimits()
|
| /trunk/main/xmloff/inc/ |
| H A D | txtfldi.hxx | 198 ::com::sun::star::beans::XPropertySet> & xPropertySet) = 0; 255 ::com::sun::star::beans::XPropertySet> & xPropertySet); 290 ::com::sun::star::beans::XPropertySet> & xPropertySet); 327 ::com::sun::star::beans::XPropertySet> & xPropertySet); 370 ::com::sun::star::beans::XPropertySet> & xPropertySet); 425 ::com::sun::star::beans::XPropertySet> & xPropertySet); 461 ::com::sun::star::beans::XPropertySet> & xPropertySet); 510 ::com::sun::star::beans::XPropertySet> & xPropertySet); 571 ::com::sun::star::beans::XPropertySet> & xPropertySet); 599 ::com::sun::star::beans::XPropertySet> & xPropertySet); [all …]
|
| H A D | txtvfldi.hxx | 102 ::com::sun::star::beans::XPropertySet> & xPropertySet); 210 ::com::sun::star::beans::XPropertySet> & xPropertySet); 243 ::com::sun::star::beans::XPropertySet> & xPropertySet); 266 ::com::sun::star::beans::XPropertySet> & xPropertySet); 287 ::com::sun::star::beans::XPropertySet> & xPropertySet); 363 ::com::sun::star::beans::XPropertySet> & xPropertySet); 389 ::com::sun::star::beans::XPropertySet> & xPropertySet); 425 ::com::sun::star::beans::XPropertySet> & xPropertySet); 462 ::com::sun::star::beans::XPropertySet> & xPropertySet); 573 ::com::sun::star::beans::XPropertySet> & xPropertySet);
|
| /trunk/main/sdext/source/minimizer/ |
| H A D | unodialog.cxx | 226 Reference< XPropertySet > xPropertySet( xButtonModel, UNO_QUERY_THROW ); in insertButton() local 227 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertButton() 250 …Reference< XPropertySet > xPropertySet( insertControlModel( OUString( RTL_CONSTASCII_USTRINGPARAM(… in insertFixedText() local 252 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertFixedText() 268 …Reference< XPropertySet > xPropertySet( insertControlModel( OUString( RTL_CONSTASCII_USTRINGPARAM(… in insertCheckBox() local 270 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertCheckBox() 286 …Reference< XPropertySet > xPropertySet( insertControlModel( OUString( RTL_CONSTASCII_USTRINGPARAM(… in insertFormattedField() local 288 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertFormattedField() 304 …Reference< XPropertySet > xPropertySet( insertControlModel( OUString( RTL_CONSTASCII_USTRINGPARAM(… in insertComboBox() local 306 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertComboBox() [all …]
|
| H A D | optimizerdialog.cxx | 127 Reference< XPropertySet > xPropertySet( mxRoadmapControlModel, UNO_QUERY_THROW ); in InitRoadmap() local 128 xPropertySet->setPropertyValue( TKGet( TK_Name ), Any( TKGet( TK_rdmNavi ) ) ); in InitRoadmap() 141 xPropertySet->setPropertyValue( TKGet( TK_ImageURL ), Any( sBitmap ) ); in InitRoadmap() 142 xPropertySet->setPropertyValue( TKGet( TK_Activated ), Any( (sal_Bool)sal_True ) ); in InitRoadmap() 143 xPropertySet->setPropertyValue( TKGet( TK_Complete ), Any( (sal_Bool)sal_True ) ); in InitRoadmap() 144 …xPropertySet->setPropertyValue( TKGet( TK_CurrentItemID ), Any( (sal_Int16)ITEM_ID_INTRODUCTION ) … in InitRoadmap() 145 xPropertySet->setPropertyValue( TKGet( TK_Text ), Any( getString( STR_STEPS ) ) ); in InitRoadmap() 161 Reference< XPropertySet > xPropertySet( xRoadmapItem, UNO_QUERY_THROW ); in InsertRoadmapItem() local 162 xPropertySet->setPropertyValue( TKGet( TK_Label ), Any( rLabel ) ); in InsertRoadmapItem() 163 xPropertySet->setPropertyValue( TKGet( TK_Enabled ), Any( bEnabled ) ); in InsertRoadmapItem() [all …]
|
| /trunk/main/toolkit/source/controls/ |
| H A D | roadmapcontrol.cxx | 207 Reference< XPropertySet > xPropertySet( xRoadmapItem, UNO_QUERY ); in SetRMItemDefaultProperties() local 212 Any aValue = xPropertySet->getPropertyValue( ::rtl::OUString::createFromAscii( "ID" ) ); in SetRMItemDefaultProperties() 217 xPropertySet->setPropertyValue( ::rtl::OUString::createFromAscii( "ID" ), aAny ); in SetRMItemDefaultProperties() 239 Reference< XPropertySet > xPropertySet( CurRoadmapItem, UNO_QUERY ); in GetUniqueID() local 240 aAny = xPropertySet->getPropertyValue( ::rtl::OUString::createFromAscii( "ID" ) ); in GetUniqueID() 264 sal_Int16 UnoControlRoadmapModel::GetCurrentItemID( Reference< XPropertySet > xPropertySet ) in GetCurrentItemID() argument 266 Any aAny = xPropertySet->getPropertyValue( GetPropertyName( BASEPROPERTY_CURRENTITEMID ) ); in GetCurrentItemID() 285 …Reference< XPropertySet > xPropertySet( (XAggregation*) (::cppu::OWeakAggObject*)this, UNO_QUERY ); in insertByIndex() local 286 sal_Int16 n_CurrentItemID = GetCurrentItemID( xPropertySet ); in insertByIndex() 291 xPropertySet->setPropertyValue( GetPropertyName( BASEPROPERTY_CURRENTITEMID ), aAny ); in insertByIndex() [all …]
|
| /trunk/main/wizards/com/sun/star/wizards/db/ |
| H A D | ColumnPropertySet.java | 37 public XPropertySet xPropertySet; field in ColumnPropertySet 43 xPropertySet = _xPropertySet; in ColumnPropertySet() 83 xPropertySet.setPropertyValue("Precision", precision); in assignPropertyValues() 91 xPropertySet.setPropertyValue(PropertyNames.PROPERTY_NAME, _sNewName); in assignPropertyValues() 105 … assignPropertyValue("IsNullable", new Integer(oTypeInspector.isNullable(xPropertySet))); in assignPropertyValues() 137 return ((Integer) xPropertySet.getPropertyValue("Precision")).intValue(); in getPrecision() 168 xPropertySet.setPropertyValue("Type", new Integer(nType)); in assignPropertyValue() 175 xPropertySet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in assignPropertyValue() 181 nScale = oTypeInspector.getScale(xPropertySet); in assignPropertyValue() 182 xPropertySet.setPropertyValue("Scale", new Integer(nScale)); in assignPropertyValue() [all …]
|
| /trunk/main/chart2/source/model/main/ |
| H A D | DataSeries.cxx | 190 Reference< beans::XPropertySet > xPropertySet; in DataSeries() local 194 if( ( aValue >>= xPropertySet ) in DataSeries() 195 && xPropertySet.is()) in DataSeries() 196 ModifyListenerHelper::addListener( xPropertySet, m_xModifyEventForwarder ); in DataSeries() 199 if( ( aValue >>= xPropertySet ) in DataSeries() 200 && xPropertySet.is()) in DataSeries() 201 ModifyListenerHelper::addListener( xPropertySet, m_xModifyEventForwarder ); in DataSeries() 219 Reference< beans::XPropertySet > xPropertySet; in Init() local 223 if( ( aValue >>= xPropertySet ) in Init() 224 && xPropertySet.is()) in Init() [all …]
|
| H A D | DataPoint.cxx | 123 Reference< beans::XPropertySet > xPropertySet; in DataPoint() local 127 if( ( aValue >>= xPropertySet ) in DataPoint() 128 && xPropertySet.is()) in DataPoint() 129 ModifyListenerHelper::addListener( xPropertySet, m_xModifyEventForwarder ); in DataPoint() 132 if( ( aValue >>= xPropertySet ) in DataPoint() 133 && xPropertySet.is()) in DataPoint() 134 ModifyListenerHelper::addListener( xPropertySet, m_xModifyEventForwarder ); in DataPoint() 144 Reference< beans::XPropertySet > xPropertySet; in ~DataPoint() local 148 if( ( aValue >>= xPropertySet ) in ~DataPoint() 149 && xPropertySet.is()) in ~DataPoint() [all …]
|
| /trunk/main/chart2/source/model/template/ |
| H A D | CandleStickChartType.cxx | 180 Reference< beans::XPropertySet > xPropertySet; in CandleStickChartType() local 184 if( ( aValue >>= xPropertySet ) in CandleStickChartType() 185 && xPropertySet.is()) in CandleStickChartType() 186 ModifyListenerHelper::addListener( xPropertySet, m_xModifyEventForwarder ); in CandleStickChartType() 189 if( ( aValue >>= xPropertySet ) in CandleStickChartType() 190 && xPropertySet.is()) in CandleStickChartType() 191 ModifyListenerHelper::addListener( xPropertySet, m_xModifyEventForwarder ); in CandleStickChartType() 198 Reference< beans::XPropertySet > xPropertySet; in ~CandleStickChartType() local 202 if( ( aValue >>= xPropertySet ) in ~CandleStickChartType() 203 && xPropertySet.is()) in ~CandleStickChartType() [all …]
|
| /trunk/main/wizards/com/sun/star/wizards/form/ |
| H A D | StyleApplier.java | 283 … oGridControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue); in changeBorderLayouts() 295 … XPropertySet xPropertySet = oTimeStampControl.getControlofGroupShapeByIndex(i); in changeBorderLayouts() local 296 … if (xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_BORDER)) in changeBorderLayouts() 298 … xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue); in changeBorderLayouts() 304 …if (DBControls[n].xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_BORDE… in changeBorderLayouts() 306 … DBControls[n].xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue); in changeBorderLayouts() 409 private void setDBControlColors(XPropertySet xPropertySet, int[] _iStyleColors) in setDBControlColors() argument 413 if (xPropertySet.getPropertySetInfo().hasPropertyByName("TextColor")) in setDBControlColors() 417 xPropertySet.setPropertyValue("TextColor", Integer.decode("#00000")); in setDBControlColors() 420 if (xPropertySet.getPropertySetInfo().hasPropertyByName("BackgroundColor")) in setDBControlColors() [all …]
|
| /trunk/main/odk/examples/java/Text/ |
| H A D | HardFormatting.java | 71 com.sun.star.beans.XPropertySet xPropertySet = null; in main() local 76 xPropertySet = (com.sun.star.beans.XPropertySet) in main() 96 xPropertySet = (com.sun.star.beans.XPropertySet) in main() 101 +xPropertySet.getPropertyValue("ParaStyleName").toString() in main() 103 + xPropertySet.getPropertyValue("CharFontName").toString() in main() 105 + xPropertySet.getPropertyValue("CharWeight").toString() ); in main() 111 xPropertySet = (com.sun.star.beans.XPropertySet) in main() 114 xPropertySet.setPropertyValue("CharWeight", in main() 116 xPropertySet.setPropertyValue("CharColor", new Integer( 255 ) ); in main() 120 + xPropertySet.getPropertyValue("ParaStyleName").toString() in main() [all …]
|
| H A D | StyleCreation.java | 75 com.sun.star.beans.XPropertySet xPropertySet = in main() local 81 xPropertySet.setPropertyValue("CharFontName", new String( "Helvetica" ) ); in main() 84 xPropertySet.setPropertyValue("CharHeight", new Float( 36 ) ); in main() 87 xPropertySet.setPropertyValue("CharWeight", in main() 91 xPropertySet.setPropertyValue("CharAutoKerning", new Boolean( true ) ); in main() 93 xPropertySet.setPropertyValue("ParaAdjust", in main() 97 xPropertySet.setPropertyValue("ParaFirstLineIndent", new Integer( 0 ) ); in main() 100 xPropertySet.setPropertyValue("BreakType", in main() 105 xParaStyleCollection.insertByName( "myheading", xPropertySet ); in main()
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLCalculationSettingsContext.cxx | 141 … uno::Reference <beans::XPropertySet> xPropertySet (GetScImport().GetModel(), uno::UNO_QUERY); in EndElement() local 142 if (xPropertySet.is()) in EndElement() 144 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_CALCASSHOWN)), uno… in EndElement() 145 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_IGNORECASE)), uno:… in EndElement() 146 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_LOOKUPLABELS)), un… in EndElement() 147 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_MATCHWHOLE)), uno:… in EndElement() 148 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_REGEXENABLED)), un… in EndElement() 149 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITERENABLED)), uno… in EndElement() 150 …xPropertySet->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITERCOUNT)), uno:… in EndElement() 151 …xPropertySet->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITEREPSILON)), un… in EndElement() [all …]
|
| H A D | XMLExportDatabaseRanges.cxx | 79 uno::Reference <beans::XPropertySet> xPropertySet (rExport.GetModel(), uno::UNO_QUERY); in GetEmptyDatabaseRanges() local 80 if (xPropertySet.is()) in GetEmptyDatabaseRanges() 82 …uno::Reference <sheet::XDatabaseRanges> xDatabaseRanges(xPropertySet->getPropertyValue(rtl::OUStri… in GetEmptyDatabaseRanges() 281 uno::Reference <beans::XPropertySet> xPropertySet (xSheetFilterDescriptor, uno::UNO_QUERY); in WriteFilterDescriptor() local 282 if (xPropertySet.is()) in WriteFilterDescriptor() 284 …if (::cppu::any2bool(xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_U… in WriteFilterDescriptor() 287 …if (xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_OUTPOS))) … in WriteFilterDescriptor() 306 …if (::cppu::any2bool(xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_U… in WriteFilterDescriptor() 310 …sal_Bool bIsCaseSensitive = ::cppu::any2bool(xPropertySet->getPropertyValue(rtl::OUString(RTL_CONS… in WriteFilterDescriptor() 311 …sal_Bool bUseRegularExpressions = ::cppu::any2bool(xPropertySet->getPropertyValue(rtl::OUString(RT… in WriteFilterDescriptor() [all …]
|
| H A D | xmlcelli.cxx | 523 …uno::Reference<beans::XPropertySet> xPropertySet(xPropSet->getPropertyValue(rtl::OUString(RTL_CONS… in SetContentValidation() local 524 if (xPropertySet.is()) in SetContentValidation() 527 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRMESS)), uno… in SetContentValidation() 529 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRTITLE)), un… in SetContentValidation() 531 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INPMESS)), uno… in SetContentValidation() 533 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INPTITLE)), un… in SetContentValidation() 534 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWERR)), uno… in SetContentValidation() 535 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWINP)), uno… in SetContentValidation() 536 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_TYPE)), uno::m… in SetContentValidation() 537 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_IGNOREBL)), un… in SetContentValidation() [all …]
|
| /trunk/main/framework/source/application/ |
| H A D | login.cxx | 156 …Reference< XPropertySet > xPropertySet( xLoginDialog … in Main() local 162 ( xPropertySet.is() == sal_True ) && in Main() 171 xPropertySet->setPropertyValue( PROPERTYNAME_PARENTWINDOW, aParentWindow ); in Main() 176 xPropertySet->setPropertyValue( PROPERTYNAME_CONNECTIONTYPE, aConnectionType ); in Main() 192 xPropertySet->getPropertyValue( PROPERTYNAME_USERNAME ) >>= sUserName ; in Main() 193 xPropertySet->getPropertyValue( PROPERTYNAME_PASSWORD ) >>= sPassword ; in Main() 194 xPropertySet->getPropertyValue( PROPERTYNAME_SERVER ) >>= sServer ; in Main() 195 xPropertySet->getPropertyValue( PROPERTYNAME_CONNECTIONTYPE ) >>= sConnectionType ; in Main() 198 xPropertySet->getPropertyValue( sConnectionType ) >>= nPort; in Main()
|
| /trunk/test/testuno/source/fvt/uno/sw/ |
| H A D | DocumentTest.java | 103 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testNewDocumentFromTemplate() local 104 String paraStyle = (String)xPropertySet.getPropertyValue("ParaStyleName"); in testNewDocumentFromTemplate() 121 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testSaveDocument() local 122 xPropertySet.setPropertyValue("ParaStyleName", "Heading 1"); in testSaveDocument() 130 xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor); in testSaveDocument() 131 …Equals("Modify plain text to heading 1 style. ", "Heading 1", (String)xPropertySet.getPropertyValu… in testSaveDocument() 146 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testSaveAsDocument() local 148 xPropertySet.setPropertyValue("ParaStyleName", "Heading 1"); in testSaveAsDocument() 198 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testSaveAsTemplate() local 200 xPropertySet.setPropertyValue("ParaStyleName", "Heading 1"); in testSaveAsTemplate()
|
| /trunk/main/wizards/com/sun/star/wizards/table/ |
| H A D | FieldDescription.java | 43 private XPropertySet xPropertySet; field in FieldDescription 114 if (xPropertySet.getPropertySetInfo().hasPropertyByName(_propertyname)) in propertyexists() 116 Object oValue = xPropertySet.getPropertyValue(_propertyname); in propertyexists() 131 xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, _xNameAccessFieldNode); in setFieldProperties() 139 …aPropertyValues.addElement(Properties.createProperty("Type", xPropertySet.getPropertyValue("Type")… in setFieldProperties() 143 …aPropertyValues.addElement(Properties.createProperty("Scale", xPropertySet.getPropertyValue("Scale… in setFieldProperties() 148 …aPropertyValues.addElement(Properties.createProperty("Precision", xPropertySet.getPropertyValue("P… in setFieldProperties() 153 …aPropertyValues.addElement(Properties.createProperty("DefaultValue", xPropertySet.getPropertyValue… in setFieldProperties()
|
| /trunk/main/sw/qa/complex/checkColor/ |
| H A D | CheckChangeColor.java | 63 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xPageStyl… in checkChangeColor() local 67 Any.complete(xPropertySet.getPropertyValue("IsLandscape"))); in checkChangeColor() 70 Any.complete(xPropertySet.getPropertyValue("Size")).getType()); in checkChangeColor() 72 xPropertySet.setPropertyValue("BackColor", 0xFF000000); in checkChangeColor() 73 xPropertySet.setPropertyValue("IsLandscape", true); in checkChangeColor() 76 Any.complete(xPropertySet.getPropertyValue("BackColor"))); in checkChangeColor() 79 Any.complete(xPropertySet.getPropertyValue("IsLandscape"))); in checkChangeColor()
|
| /trunk/main/chart2/source/controller/itemsetwrapper/ |
| H A D | DataPointItemConverter.cxx | 107 … SfxItemSet & rItemSet, const uno::Reference< beans::XPropertySet > & xPropertySet, bool bOverwrit… in lcl_NumberFormatFromItemToPropertySet() argument 110 if( !xPropertySet.is() ) in lcl_NumberFormatFromItemToPropertySet() 135 uno::Any aOldValue( xPropertySet->getPropertyValue(aPropertyName) ); in lcl_NumberFormatFromItemToPropertySet() 138 Reference< chart2::XDataSeries > xSeries( xPropertySet, uno::UNO_QUERY); in lcl_NumberFormatFromItemToPropertySet() 148 xPropertySet->setPropertyValue(aPropertyName, aValue ); in lcl_NumberFormatFromItemToPropertySet() 154 … SfxItemSet & rItemSet, const uno::Reference< beans::XPropertySet > & xPropertySet, bool bOverwrit… in lcl_UseSourceFormatFromItemToPropertySet() argument 157 if( !xPropertySet.is() ) in lcl_UseSourceFormatFromItemToPropertySet() 182 uno::Any aOldValue( xPropertySet->getPropertyValue(aPropertyName) ); in lcl_UseSourceFormatFromItemToPropertySet() 185 Reference< chart2::XDataSeries > xSeries( xPropertySet, uno::UNO_QUERY); in lcl_UseSourceFormatFromItemToPropertySet() 195 xPropertySet->setPropertyValue( aPropertyName, aNewValue ); in lcl_UseSourceFormatFromItemToPropertySet()
|
| /trunk/main/basctl/source/basicide/ |
| H A D | localizationmgr.cxx | 208 Reference< XPropertySet > xPropertySet; in implHandleControlResourceProperties() local 209 aControlAny >>= xPropertySet; in implHandleControlResourceProperties() 210 if( xPropertySet.is() ) in implHandleControlResourceProperties() 217 Reference< XPropertySetInfo > xPropertySetInfo = xPropertySet->getPropertySetInfo(); in implHandleControlResourceProperties() 239 Any aPropAny = xPropertySet->getPropertyValue( aPropName ); in implHandleControlResourceProperties() 267 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties() 284 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties() 340 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties() 378 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties() 413 Any aPropAny = xPropertySet->getPropertyValue( aPropName ); in implHandleControlResourceProperties() [all …]
|