Home
last modified time | relevance | path

Searched refs:xPageProps (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbasections.cxx80 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 Dvbaview.cxx336 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 Dvbarange.cxx288 …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 Dvbadocument.cxx221 …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()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DOrganigram.java104 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()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1401 … /*rImport*/, const Reference< XAnimationNode >& xRootNode, Reference< XPropertySet >& xPageProps ) in postProcessRootNode() argument
1403 if( xRootNode.is() && xPageProps.is() ) try in postProcessRootNode()
1428xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionType" ) ), Any( xT… in postProcessRootNode()
1429xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionSubtype" ) ), Any(… in postProcessRootNode()
1430xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionDirection" ) ), An… in postProcessRootNode()
1431xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionFadeColor" ) ), An… in postProcessRootNode()
1435xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionDuration" ) ), Any… in postProcessRootNode()
1445xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ), Any(sal_True) ); in postProcessRootNode()
1456xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ), Any(sSoundURL) ); in postProcessRootNode()
1460xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LoopSound" ) ), Any( sal_Tru… in postProcessRootNode()
H A Dximpbody.cxx293 uno::Reference< beans::XPropertySet > xPageProps( GetLocalShapesContext(), uno::UNO_QUERY ); in EndElement() local
295 …onNodeContext::postProcessRootNode( GetSdImport(), xNodeSupplier->getAnimationNode(), xPageProps ); in EndElement()
H A Danimationexport.cxx512 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()
/trunk/main/xmloff/inc/
H A Danimationexport.hxx42 …rt, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xPageProps );
H A Danimationimport.hxx62 … >& xNode, ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xPageProps );

Completed in 37 milliseconds