Home
last modified time | relevance | path

Searched refs:xPropertySet (Results 76 – 100 of 126) sorted by relevance

123456

/trunk/main/xmloff/source/text/
H A DXMLFootnoteImportContext.cxx138 Reference<XPropertySet> xPropertySet(xTextContent, UNO_QUERY); in StartElement() local
139 Any aAny =xPropertySet->getPropertyValue(sPropertyReferenceId); in StartElement()
H A Dtxtparai.cxx1000 const Reference<XPropertySet> xPropertySet( in InsertMeta() local
1008 OSL_ENSURE(xPropertySet.is(), "cannot insert MetaField?"); in InsertMeta()
1009 if (!xPropertySet.is()) return; in InsertMeta()
1024 xPropertySet->setPropertyValue( in InsertMeta()
1026 if ( xPropertySet->getPropertySetInfo()-> in InsertMeta()
1030 xPropertySet->setPropertyValue( sPropertyIsFixedLanguage, in InsertMeta()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextEmbeddedObject.java120 XPropertySet xPropertySet = (XPropertySet) in createTestEnvironment() local
122 xPropertySet.setPropertyValue( "CLSID", sChartClassID ); in createTestEnvironment()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx247 Reference< beans::XPropertySet > xPropertySet( this->getInnerPropertySet() ); in setPosition() local
248 if(xPropertySet.is()) in setPosition()
256xPropertySet->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) ); in setPosition()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3679 uno::Reference<beans::XPropertySet> xPropertySet(xSpreadDoc, uno::UNO_QUERY); in WriteCalculationSettings() local
3680 if (xPropertySet.is()) in WriteCalculationSettings()
3682 …sal_Bool bCalcAsShown (::cppu::any2bool( xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASC… in WriteCalculationSettings()
3683 …sal_Bool bIgnoreCase (::cppu::any2bool( xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCI… in WriteCalculationSettings()
3684 …sal_Bool bLookUpLabels (::cppu::any2bool( xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTAS… in WriteCalculationSettings()
3685 …sal_Bool bMatchWholeCell (::cppu::any2bool( xPropertySet->getPropertyValue(rtl::OUString(RTL_CONST… in WriteCalculationSettings()
3690xPropertySet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITERCOUNT))) >>= … in WriteCalculationSettings()
3692xPropertySet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITEREPSILON))) >>… in WriteCalculationSettings()
3694xPropertySet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_NULLDATE))) >>= a… in WriteCalculationSettings()
3894 uno::Reference <beans::XPropertySet> xPropertySet (xSpreadDoc, uno::UNO_QUERY); in WriteNamedExpressions() local
[all …]
H A Dxmlimprt.cxx2689 uno::Reference <beans::XPropertySet> xPropertySet (GetModel(), uno::UNO_QUERY); in SetLabelRanges() local
2690 if (xPropertySet.is()) in SetLabelRanges()
2692 …uno::Any aColAny = xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO… in SetLabelRanges()
2693 …uno::Any aRowAny = xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO… in SetLabelRanges()
2732 uno::Reference <beans::XPropertySet> xPropertySet (GetModel(), uno::UNO_QUERY); in SetNamedRanges() local
2733 if (xPropertySet.is()) in SetNamedRanges()
2735 …uno::Reference <sheet::XNamedRanges2> xNamedRanges(xPropertySet->getPropertyValue(rtl::OUString(RT… in SetNamedRanges()
H A Dxmldrani.cxx279 uno::Reference <beans::XPropertySet> xPropertySet( GetScImport().GetModel(), uno::UNO_QUERY ); in EndElement() local
281 if (pDoc && xPropertySet.is()) in EndElement()
283 …uno::Reference <sheet::XDatabaseRanges> xDatabaseRanges(xPropertySet->getPropertyValue(rtl::OUStri… in EndElement()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1459 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPropertySet( xRoadmapIt… in propertyChange()
1460 …::com::sun::star::uno::Any aValue = xPropertySet->getPropertyValue(::rtl::OUString::createFromAsci… in propertyChange()
1506 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPropertySet( xRoadmapIt… in GetRMItemData()
1507 if ( xPropertySet.is() ) in GetRMItemData()
1509 …::com::sun::star::uno::Any aValue = xPropertySet->getPropertyValue(::rtl::OUString::createFromAsci… in GetRMItemData()
1511 aValue = xPropertySet->getPropertyValue(::rtl::OUString::createFromAscii( "ID" )); in GetRMItemData()
1513 aValue = xPropertySet->getPropertyValue(::rtl::OUString::createFromAscii( "Enabled" )); in GetRMItemData()
/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java73 XPropertySet xPropertySet = (XPropertySet) in before() local
75 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before()
H A DTextPortionEnumerationTest.java1251 XPropertySet xPropertySet = (XPropertySet) in before() local
1253 Object defaultCtx = xPropertySet.getPropertyValue("DefaultContext"); in before()
2925 XPropertySet xPropertySet = (XPropertySet) in testMetaXChild() local
2928 Object oNTC = xPropertySet.getPropertyValue("NestedTextContent"); in testMetaXChild()
3743 XPropertySet xPropertySet = (XPropertySet) in testMetaFieldXPropertySet() local
3745 assertNotNull("PropertySet: not supported?", xPropertySet); in testMetaFieldXPropertySet()
3752 int def = (Integer) xPropertySet.getPropertyValue("NumberFormat"); in testMetaFieldXPropertySet()
3755 xPropertySet.setPropertyValue("NumberFormat", INT); in testMetaFieldXPropertySet()
3756 xPropertySet.setPropertyValue("IsFixedLanguage", true); in testMetaFieldXPropertySet()
3757 int format = (Integer) xPropertySet.getPropertyValue("NumberFormat"); in testMetaFieldXPropertySet()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx42 const uno::Reference< beans::XPropertySet >& xPropertySet, in VbaFontBase()
45 mxFont( xPropertySet, uno::UNO_SET_THROW ), in VbaFontBase()
H A Dvbashape.cxx154 uno::Reference< beans::XPropertySet > xPropertySet( xShape, uno::UNO_QUERY_THROW ); in getType() local
155xPropertySet->getPropertyValue( rtl::OUString::createFromAscii("EdgeKind")) >>= connectorType; in getType()
/trunk/main/sw/source/ui/vba/
H A Dvbafont.cxx106 …eans::XPropertySet > xPropertySet ) throw ( css::uno::RuntimeException ) : SwVbaFont_BASE( xParent… in SwVbaFont() argument
/trunk/main/xmloff/source/xforms/
H A Dxformsapi.cxx186 void lcl_setValue( Reference<XPropertySet>& xPropertySet, in lcl_setValue() argument
190 xPropertySet->setPropertyValue( rName, rAny ); in lcl_setValue()
/trunk/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx56 sal_Bool IsSeparator( Reference< XPropertySet > xPropertySet ) in IsSeparator() argument
58 Reference< XServiceInfo > xServiceInfo( xPropertySet, UNO_QUERY ); in IsSeparator()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx369 uno::Reference< beans::XPropertySet > xPropertySet( m_xChartTypeModel, uno::UNO_QUERY ); in createShapes() local
370 if ( (m_nDimension==3) && xPropertySet.is()) in createShapes()
374 uno::Any aAny = xPropertySet->getPropertyValue( C2U("3DRelativeHeight") ); in createShapes()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java234 XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface( in getPathList() local
237 String[] paths = (String[])xPropertySet.getPropertyValue("SecureURL"); in getPathList()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java269 XPropertySet xPropertySet = (XPropertySet) in connect() local
271 Object xContext = xPropertySet.getPropertyValue("DefaultContext"); in connect()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java296 private XPropertySet xPropertySet; field in DBMetaData.CommandObject
320 xPropertySet = UnoRuntime.queryInterface( XPropertySet.class, oCommand ); in CommandObject()
339 return xPropertySet; in getPropertySet()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java426 …XPropertySet xPropertySet = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, oTempF… in CreateTempFile() local
427 xPropertySet.setPropertyValue( "RemoveFile", Boolean.FALSE ); in CreateTempFile()
428 sURL = ( String ) xPropertySet.getPropertyValue( "Uri" ); in CreateTempFile()
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx47 const uno::Reference< beans::XPropertySet >& xPropertySet, in ScVbaFont()
49 ScVbaFont_BASE( xParent, xContext, dPalette.getPalette(), xPropertySet, bFormControl ), in ScVbaFont()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java353 XPropertySet xPropertySet = (XPropertySet) in connect() local
355 Object xContext = xPropertySet.getPropertyValue("DefaultContext"); in connect()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java572 …XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, this.xMSFDoc.createInsta… in setDrawObjectsCaptureMode() local
573xPropertySet.setPropertyValue("DoNotCaptureDrawObjsOnPage", Boolean.valueOf(!_bCaptureObjects)); in setDrawObjectsCaptureMode()
/trunk/main/forms/source/xforms/
H A Dsubmission.cxx357 const Reference<XPropertySet>& xPropertySet ) in getSubmission() argument
359 Reference<XUnoTunnel> xTunnel( xPropertySet, UNO_QUERY ); in getSubmission()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1469 Reference< XPropertySet > xPropertySet(xNewForm, UNO_QUERY); in NewForm() local
1470 if (!xPropertySet.is()) in NewForm()
1474 xPropertySet->setPropertyValue( FM_PROP_NAME, makeAny(aName) ); in NewForm()
1476 xPropertySet->setPropertyValue( FM_PROP_COMMANDTYPE, makeAny(sal_Int32(CommandType::TABLE))); in NewForm()

Completed in 220 milliseconds

123456