Home
last modified time | relevance | path

Searched refs:getTarget (Results 1 – 25 of 56) sorted by relevance

123

/aoo41x/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx213 if( !xIterNode->getTarget().hasValue() ) in operator ()()
220 xTargetShape.set( xIterNode->getTarget(), in operator ()()
228 if( !(xIterNode->getTarget() >>= aTarget) ) in operator ()()
304 if( (xAnimateNode->getTarget() >>= aTarget.mxRef) ) in operator ()()
316 if( !(xAnimateNode->getTarget() >>= aUnoTarget) ) in operator ()()
/aoo41x/main/sd/source/core/
H A DCustomAnimationCloner.cxx173 xIter->setTarget( transformValue( xIter->getTarget() ) ); in transformNode()
197 xAnimate->setTarget( transformValue( xAnimate->getTarget() ) ); in transformNode()
204 xCommand->setTarget( transformValue( xCommand->getTarget() ) ); in transformNode()
H A DCustomAnimationEffect.cxx219 maTarget = xIter->getTarget(); in setNode()
252 maTarget = xCommand->getTarget(); in setNode()
273 maTarget = xAnimate->getTarget(); in setNode()
2427 Any aIterTarget( (*aIter)->getTarget() ); in disposeTextRange()
2498 Any aTarget( pEffect->getTarget() ); in addEffect()
2778 if( pEffect->getTarget().getValueType() == ::getCppuType((const ParagraphTarget*)0) ) in setTextGrouping()
2799 if( pEffect->getTarget().getValueType() == ::getCppuType((const ParagraphTarget*)0) ) in setTextGrouping()
2851 …if( (aEffects.size() == 1) && ((*aIter)->getTarget().getValueType() != ::getCppuType((const Paragr… in setAnimateForm()
2883 if( pEffect->getTarget().getValueType() == ::getCppuType((const ParagraphTarget*)0) ) in setAnimateForm()
2913 if( pEffect->getTarget().getValueType() == ::getCppuType((const ParagraphTarget*)0) ) in setTextGroupingAuto()
[all …]
/aoo41x/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx198 xIterNode->getTarget().hasValue(), in implCreateIteratedNodes()
201 uno::Reference< drawing::XShape > xTargetShape( xIterNode->getTarget(), in implCreateIteratedNodes()
211 if( !(xIterNode->getTarget() >>= aTarget) ) in implCreateIteratedNodes()
H A Danimationbasenode.cxx70 uno::Reference< drawing::XShape > xShape( mxAnimateNode->getTarget(), in AnimationBaseNode()
117 if( !(mxAnimateNode->getTarget() >>= aTarget) ) in AnimationBaseNode()
H A Dbasenode.cxx713 uno::Reference< drawing::XShape > xTargetShape( xAnimate->getTarget(), in showState()
721 if( (xAnimate->getTarget() >>= aTarget) ) in showState()
H A Danimationcommandnode.cxx55 uno::Reference< drawing::XShape > xShape( mxCommandNode->getTarget(), in AnimationCommandNode()
/aoo41x/main/unoxml/source/events/
H A Duievent.cxx67 Reference< XEventTarget > SAL_CALL CUIEvent::getTarget() throw (RuntimeException) in getTarget() function in DOM::events::CUIEvent
69 return CEvent::getTarget(); in getTarget()
H A Dmutationevent.cxx90 Reference< XEventTarget > SAL_CALL CMutationEvent::getTarget() throw (RuntimeException) in getTarget() function in DOM::events::CMutationEvent
92 return CEvent::getTarget(); in getTarget()
H A Dmouseevent.cxx150 Reference< XEventTarget > SAL_CALL CMouseEvent::getTarget() throw (RuntimeException) in getTarget() function in DOM::events::CMouseEvent
152 return CUIEvent::getTarget(); in getTarget()
H A Devent.hxx67 virtual Reference< XEventTarget > SAL_CALL getTarget() throw (RuntimeException);
H A Duievent.hxx65 virtual Reference< XEventTarget > SAL_CALL getTarget() throw (RuntimeException);
H A Dmutationevent.hxx79 virtual Reference< XEventTarget > SAL_CALL getTarget() throw (RuntimeException);
H A Devent.cxx48 CEvent::getTarget() throw (RuntimeException) in getTarget() function in DOM::events::CEvent
/aoo41x/main/unoxml/source/dom/
H A Dprocessinginstruction.cxx46 xExtended->processingInstruction(getTarget(), getData()); in saxify()
75 CProcessingInstruction::getTarget() throw (RuntimeException) in getTarget() function in DOM::CProcessingInstruction
/aoo41x/main/writerfilter/inc/ooxml/
H A DOOXMLDocument.hxx120 virtual const ::rtl::OUString & getTarget() const = 0;
247 virtual const ::rtl::OUString & getTarget() const = 0;
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLParserState.cxx127 const ::rtl::OUString & OOXMLParserState::getTarget() const in getTarget() function in writerfilter::ooxml::OOXMLParserState
129 return mpDocument->getTarget(); in getTarget()
H A DOOXMLDocumentImpl.cxx141 const ::rtl::OUString & OOXMLDocumentImpl::getTarget() const in getTarget() function in writerfilter::ooxml::OOXMLDocumentImpl
143 return mpStream->getTarget(); in getTarget()
H A DOOXMLParserState.hxx87 const rtl::OUString & getTarget() const;
/aoo41x/main/xmloff/source/draw/
H A Danimationexport.cxx687 prepareValue( xIter->getTarget() ); in prepareNode()
711 prepareValue( xAnimate->getTarget() ); in prepareNode()
718 prepareValue( xCommand->getTarget() ); in prepareNode()
1015 Any aTemp( xIter->getTarget() ); in exportContainer()
1094 Any aTemp( xAnimate->getTarget() ); in exportAnimate()
1387 Any aTemp( xCommand->getTarget() ); in exportCommand()
/aoo41x/main/sd/source/ui/unoidl/
H A Drandomnode.cxx581 Any aTarget( mxFirstNode->getTarget() ); in createEnumeration()
669 Any aTarget( xAnimate->getTarget() ); in appendChild()
/aoo41x/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dtextaspolygonextractor2d.hxx92 const TextAsPolygonDataNodeVector& getTarget() const { return maTarget; } in getTarget() function in drawinglayer::processor2d::TextAsPolygonExtractor2D
/aoo41x/main/forms/source/xforms/
H A Dxformsevent.cxx49 XFormsEventConcrete::XEventTarget_t SAL_CALL XFormsEventConcrete::getTarget() throw (RuntimeExcepti… in getTarget() function in com::sun::star::xforms::XFormsEventConcrete
H A Dxformsevent.hxx49 virtual XEventTarget_t SAL_CALL getTarget() throw (RuntimeException_t);
/aoo41x/main/sd/inc/
H A DCustomAnimationEffect.hxx116 ::com::sun::star::uno::Any getTarget() const { return maTarget; } in getTarget() function in sd::CustomAnimationEffect
252 …const ::com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& getTarget() const { ret… in getTarget() function in sd::CustomAnimationTextGroup

Completed in 142 milliseconds

123