| /aoo4110/main/writerfilter/inc/resourcemodel/ | 
| H A D | TableData.hxx | 82     void setEnd(T end) { mEnd = end; mbOpen = false; }  in setEnd()  function in writerfilter::CellData171             mCells.back()->setEnd(end);  in endCell()
 
 | 
| /aoo4110/main/basegfx/source/polygon/ | 
| H A D | b2dtrapezoid.cxx | 137 			void setEnd( const B2DPoint* pNewEnd)  in setEnd()  function in basegfx::trapezoidhelper::TrDeEdgeEntry259                     aEdge.setEnd(&rCutPoint);  in splitEdgeAtGivenPoint()
 270 				aEdge.setEnd(&rCutPoint);  in splitEdgeAtGivenPoint()
 
 | 
| /aoo4110/main/sd/source/ui/unoidl/ | 
| H A D | randomnode.cxx | 106     void SAL_CALL setEnd( const Any& _end ) throw (RuntimeException);326 void SAL_CALL RandomAnimationNode::setEnd( const Any& _end ) throw (RuntimeException)  in setEnd()  function in sd::RandomAnimationNode
 
 | 
| /aoo4110/main/framework/inc/classes/ | 
| H A D | checkediterator.hxx | 157 		inline void setEnd()  in setEnd()  function in framework::CheckedIterator
 | 
| /aoo4110/main/sw/source/ui/vba/ | 
| H A D | vbaselection.cxx | 652 void SAL_CALL SwVbaSelection::setEnd( ::sal_Int32 _end ) throw (uno::RuntimeException)  in setEnd()  function in SwVbaSelection654     getRange()->setEnd( _end );  in setEnd()
 
 | 
| H A D | vbarange.hxx | 82     virtual void SAL_CALL setEnd( ::sal_Int32 _end ) throw (css::uno::RuntimeException);
 | 
| H A D | vbaselection.hxx | 95     virtual void SAL_CALL setEnd( ::sal_Int32 _end ) throw (css::uno::RuntimeException);
 | 
| H A D | vbarange.cxx | 314 void SAL_CALL SwVbaRange::setEnd( ::sal_Int32 _end ) throw (uno::RuntimeException)  in setEnd()  function in SwVbaRange
 | 
| /aoo4110/main/svtools/source/table/ | 
| H A D | tablecontrol_impl.hxx | 61         void setEnd( long const i_end ) { nEndPixel = i_end; }  in setEnd()  function
 | 
| /aoo4110/main/sd/source/core/ | 
| H A D | CustomAnimationCloner.cxx | 165 			xNode->setEnd( transformValue( xNode->getEnd() ) );  in transformNode()
 | 
| H A D | CustomAnimationEffect.cxx | 962 void CustomAnimationEffect::setEnd( const Any& rEnd )  in setEnd()  function in sd::CustomAnimationEffect965 		mxNode->setEnd( rEnd );  in setEnd()
 1061 			xNewNode->setEnd( mxNode->getEnd() );  in setIterateType()
 
 | 
| /aoo4110/main/oox/source/ppt/ | 
| H A D | timenode.cxx | 259 					xNode->setEnd( aAny );  in setNode()
 | 
| /aoo4110/main/animations/source/animcore/ | 
| H A D | animcore.cxx | 166     virtual void SAL_CALL setEnd( const Any& _end ) throw (RuntimeException);893 void SAL_CALL AnimationNode::setEnd( const Any& _end ) throw (RuntimeException)  in setEnd()  function in animcore::AnimationNode
 
 | 
| /aoo4110/main/sd/inc/ | 
| H A D | CustomAnimationEffect.hxx | 94 	void			setEnd( const ::com::sun::star::uno::Any& rEnd );
 | 
| /aoo4110/main/sd/source/filter/ppt/ | 
| H A D | pptinanimations.cxx | 2370 		xAudio->setEnd( aEmpty );  in importAudioContainer()2954 	xNode->setEnd( aEnd );  in importAnimationEvents()
 
 | 
| /aoo4110/main/xmloff/source/draw/ | 
| H A D | animationimport.cxx | 831 				mxNode->setEnd( mpHelper->convertTiming( rValue ) );  in init_node()
 | 
| /aoo4110/main/sd/source/ui/animations/ | 
| H A D | CustomAnimationPane.cxx | 1550 				pEffect->setEnd( aEndValue );  in changeSelection()
 |