Searched refs:xPageProps (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbasections.cxx | 80 uno::Reference< beans::XPropertySet > xPageProps( xStyle, uno::UNO_QUERY_THROW ); in SectionCollectionHelper() local 81 mxSections.push_back( xPageProps ); in SectionCollectionHelper() 98 … uno::Reference< beans::XPropertySet > xPageProps( mxSections[ Index ], uno::UNO_QUERY_THROW ); in getByIndex() local 99 …Reference< word::XSection >( new SwVbaSection( mxParent, mxContext, mxModel, xPageProps ) ) ); in getByIndex() 124 …uno::Reference< beans::XPropertySet > xPageProps( m_xEnumeration->nextElement(), uno::UNO_QUERY_TH… in nextElement() local 125 …::Reference< word::XSection > ( new SwVbaSection( m_xParent, m_xContext, mxModel, xPageProps ) ) ); in nextElement()
|
H A D | vbaview.cxx | 336 uno::Reference< beans::XPropertySet > xPageProps( xStyle, uno::UNO_QUERY_THROW ); in getHFTextRange() local 338 xPageProps->getPropertyValue( aPropIsOn ) >>= isOn; in getHFTextRange() 340 xPageProps->getPropertyValue( aPropIsShared ) >>= isShared; in getHFTextRange() 343 xPageProps->setPropertyValue( aPropIsOn, uno::makeAny( sal_True ) ); in getHFTextRange() 344 xPageProps->setPropertyValue( aPropBodyDistance, uno::makeAny( DEFAULT_BODY_DISTANCE ) ); in getHFTextRange() 358 xText.set( xPageProps->getPropertyValue( aTempPropText), uno::UNO_QUERY_THROW ); in getHFTextRange() 367 xText.set( xPageProps->getPropertyValue( aPropText ), uno::UNO_QUERY_THROW ); in getHFTextRange()
|
H A D | vbarange.cxx | 288 …uno::Reference< beans::XPropertySet > xPageProps( xPageStyles->getByName( aPageStyleName ), uno::U… in PageSetup() local 289 … uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, xModel, xPageProps ) ) ); in PageSetup()
|
H A D | vbadocument.cxx | 221 …uno::Reference< beans::XPropertySet > xPageProps( word::getCurrentPageStyle( mxModel ), uno::UNO_Q… in PageSetup() local 222 …uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, mxModel, xPageProps ) ) ); in PageSetup()
|
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | Organigram.java | 104 com.sun.star.beans.XPropertySet xPageProps = in drawOrganigram() local 108 int pageWidth = AnyConverter.toInt(xPageProps.getPropertyValue("Width")); in drawOrganigram() 109 int pageHeight = AnyConverter.toInt(xPageProps.getPropertyValue("Height")); in drawOrganigram() 110 int pageBorderTop = AnyConverter.toInt(xPageProps.getPropertyValue("BorderTop")); in drawOrganigram() 111 int pageBorderLeft = AnyConverter.toInt(xPageProps.getPropertyValue("BorderLeft")); in drawOrganigram() 112 int pageBorderRight = AnyConverter.toInt(xPageProps.getPropertyValue("BorderRight")); in drawOrganigram()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 1401 … /*rImport*/, const Reference< XAnimationNode >& xRootNode, Reference< XPropertySet >& xPageProps ) in postProcessRootNode() argument 1403 if( xRootNode.is() && xPageProps.is() ) try in postProcessRootNode() 1428 …xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionType" ) ), Any( xT… in postProcessRootNode() 1429 …xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionSubtype" ) ), Any(… in postProcessRootNode() 1430 …xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionDirection" ) ), An… in postProcessRootNode() 1431 …xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionFadeColor" ) ), An… in postProcessRootNode() 1435 …xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionDuration" ) ), Any… in postProcessRootNode() 1445 … xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ), Any(sal_True) ); in postProcessRootNode() 1456 …xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ), Any(sSoundURL) ); in postProcessRootNode() 1460 …xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LoopSound" ) ), Any( sal_Tru… in postProcessRootNode()
|
H A D | ximpbody.cxx | 293 uno::Reference< beans::XPropertySet > xPageProps( GetLocalShapesContext(), uno::UNO_QUERY ); in EndElement() local 295 …onNodeContext::postProcessRootNode( GetSdImport(), xNodeSupplier->getAnimationNode(), xPageProps ); in EndElement()
|
H A D | animationexport.cxx | 512 AnimationsExporterImpl( SvXMLExport& rExport, const Reference< XPropertySet >& xPageProps ); 542 …erImpl::AnimationsExporterImpl( SvXMLExport& rExport, const Reference< XPropertySet >& xPageProps ) in AnimationsExporterImpl() argument 545 , mxPageProps( xPageProps ) in AnimationsExporterImpl() 1716 …nsExporter::AnimationsExporter( SvXMLExport& rExport, const Reference< XPropertySet >& xPageProps ) in AnimationsExporter() argument 1718 mpImpl = new AnimationsExporterImpl( rExport, xPageProps ); in AnimationsExporter()
|
/aoo41x/main/xmloff/inc/ |
H A D | animationexport.hxx | 42 …rt, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xPageProps );
|
H A D | animationimport.hxx | 62 … >& xNode, ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xPageProps );
|
Completed in 62 milliseconds