Home
last modified time | relevance | path

Searched refs:xPropSet (Results 226 – 250 of 335) sorted by relevance

12345678910>>...14

/trunk/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx143 … uno::Reference< beans::XPropertySet > xPropSet( pCanvas->getUNOCanvas()->getDevice(), in startApplet() local
147 xPropSet->getPropertyValue( in startApplet()
H A Ddrawshape.cxx451 uno::Reference<beans::XPropertySet> xPropSet( mxShape, in DrawShape() local
453 if( xPropSet.is() ) in DrawShape()
454 getPropertyValue( eKind, xPropSet, in DrawShape()
/trunk/main/xmloff/source/text/
H A DXMLIndexTOCContext.cxx196 Reference<XPropertySet> xPropSet(xIfc, UNO_QUERY); in StartElement() local
197 xTOCPropertySet = xPropSet; in StartElement()
H A Dtxtftne.cxx178 Reference<XPropertySet> xPropSet(rFootnote, UNO_QUERY); in exportTextFootnoteHelper() local
179 Any aAny = xPropSet->getPropertyValue(sReferenceId); in exportTextFootnoteHelper()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx235 Reference < XPropertySet > xPropSet( xBeamerFrame, UNO_QUERY ); in showPreview() local
239 … Reference < XPropertySet > xLMPropSet(xPropSet->getPropertyValue( aLayoutManager ),UNO_QUERY); in showPreview()
/trunk/main/stoc/test/
H A Dtestregistry.cxx462 Reference< XPropertySet > xPropSet( rSMgr, UNO_QUERY); in test_DefaultRegistry() local
463 TEST_ENSHURE( xPropSet.is(), "test_DefaultRegistry error0"); in test_DefaultRegistry()
465 …Any aPropertyAny( xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("Registry")) ) … in test_DefaultRegistry()
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx858 uno::Reference< beans::XPropertySet > xPropSet( in getOfficeInstDirs() local
860 if ( xPropSet.is() ) in getOfficeInstDirs()
863 xPropSet->getPropertyValue( in getOfficeInstDirs()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx366 Reference< XPropertySet > xPropSet( rFrame, UNO_QUERY ); in loadView() local
368 if ( xPropSet.is() ) in loadView()
372 … Any a = xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))); in loadView()
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx97 Reference< XPropertySet > xPropSet( m_xFrame, UNO_QUERY ); in getLayoutManager() local
98 if ( xPropSet.is() ) in getLayoutManager()
103 … a = xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))); in getLayoutManager()
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx1284 … uno::Reference < beans::XPropertySet > xPropSet( GetStorage(), uno::UNO_QUERY_THROW ); in ImplAnalyzeSignature() local
1285 …aArgs[0] = xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) )… in ImplAnalyzeSignature()
1362 uno::Reference < beans::XPropertySet > xPropSet( GetStorage(), uno::UNO_QUERY_THROW ); in ImplSign() local
1363xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>= aODF… in ImplSign()
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx128 uno::Reference< beans::XPropertySet > xPropSet( xFunctionAccess, uno::UNO_QUERY_THROW ); in invoke() local
129xPropSet->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsArrayFunction" ) ), u… in invoke()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java160 … XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextRange); in addPortion() local
161 return xPropSet; in addPortion()
/trunk/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java156 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in changeChartType() local
158 xPropSet.setPropertyValue( "Dim3D", new Boolean( booleanIs3D ) ); in changeChartType()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx928 uno::Reference< beans::XPropertySet > xPropSet( getControl(), uno::UNO_QUERY ); in getPropertyState() local
930 if( xControl.is() && xPropSet.is() ) in getPropertyState()
932 uno::Reference< beans::XPropertySetInfo > xInfo( xPropSet->getPropertySetInfo() ); in getPropertyState()
953 uno::Reference< beans::XPropertySet > xPropSet( getControl(), uno::UNO_QUERY ); in setPropertyToDefault() local
955 if( xControl.is() && xPropSet.is() ) in setPropertyToDefault()
957 uno::Reference< beans::XPropertySetInfo > xInfo( xPropSet->getPropertySetInfo() ); in setPropertyToDefault()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java233 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in addPortion() local
235 return xPropSet; in addPortion()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx130 uno::Reference<beans::XPropertySet> xPropSet( in initControls() local
136 xPropSet->getPropertyValue(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" ))) >>= aLabel; in initControls()
142 xPropSet->setPropertyValue(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" )), in initControls()
/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx629 css::uno::Reference< css::beans::XPropertySet > xPropSet( m_xFrame, css::uno::UNO_QUERY ); in DataChanged() local
630 if ( xPropSet.is() ) in DataChanged()
631xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xL… in DataChanged()
/trunk/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx383 Reference< beans::XPropertySet > xPropSet( m_xParent, uno::UNO_QUERY ); in impl_store() local
384 if ( !hasInternalDataProvider() && xPropSet.is() ) in impl_store()
389 xPropSet->setPropertyValue( OUString::createFromAscii("SavedObject"), in impl_store()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx667 uno::Reference< beans::XPropertySet > xPropSet( xShape, in getShapeDefault() local
670 ENSURE_OR_THROW( xPropSet.is(), in getShapeDefault()
673 return xPropSet->getPropertyValue( rPropertyName ); in getShapeDefault()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx1247 uno::Reference< beans::XPropertySet > xPropSet( in getSlideSizeImpl() local
1252xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= nDocWidt… in getSlideSizeImpl()
1253xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= nDocHei… in getSlideSizeImpl()
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx204 …uno::Reference< beans::XPropertySet > xPropSet( xUnoAccess->queryAdapter( ::getCppuType( (const un… in setValue() local
205 xPropSet->setPropertyValue( aDfltPropName, aValue ); in setValue()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DXMLScanner.cxx283 uno::Reference<beans::XPropertySet> xPropSet(xStorage, uno::UNO_QUERY_THROW); in run()
284xPropSet->setPropertyValue(rtl::OUString::createFromAscii("MediaType"), uno::makeAny(rtl::OUString… in run()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx810 uno::Reference< beans::XPropertySet > xPropSet( rStyle, uno::UNO_QUERY ); in exportStyleAttributes() local
811 if (xPropSet.is()) in exportStyleAttributes()
813 uno::Reference< beans::XPropertySetInfo > xPropSetInfo(xPropSet->getPropertySetInfo()); in exportStyleAttributes()
817 uno::Reference< beans::XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in exportStyleAttributes()
822 if (xPropSet->getPropertyValue( sNumberFormat ) >>= nNumberFormat) in exportStyleAttributes()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx1279 uno::Reference< beans::XPropertySet > xPropSet( xGraphicStream, uno::UNO_QUERY ); in InsertGraphicStream() local
1280 if ( !xPropSet.is() ) in InsertGraphicStream()
1283xPropSet->setPropertyValue( ::rtl::OUString::createFromAscii( "UseCommonStoragePasswordEncryption"… in InsertGraphicStream()
1287 xPropSet->setPropertyValue( ::rtl::OUString::createFromAscii("MediaType"), aAny ); in InsertGraphicStream()
1289 xPropSet->setPropertyValue( ::rtl::OUString::createFromAscii( "Compressed" ), in InsertGraphicStream()
/trunk/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx69 Reference< beans::XPropertySet > xPropSet( xController->getFrame(), uno::UNO_QUERY ); in lcl_isStatusBarVisible() local
70 if( xPropSet.is() ) in lcl_isStatusBarVisible()
73 xPropSet->getPropertyValue( C2U( "LayoutManager" ) ) >>= xLayoutManager; in lcl_isStatusBarVisible()

Completed in 171 milliseconds

12345678910>>...14