Lines Matching refs:Append

173 	inline void				Append( void* pNewElement );
191 using MyList::Append;
192 inline void Append( STRING* pNew );
193 inline void Append( const STRING& rNew );
263 using MyList::Append;
264 inline void Append( const sal_Char* pNew );
279 using MyList::Append;
280 inline void Append( FuncData* pNew );
365 …inline void ListAppend( double fValue ) { MyList::Append( new double( fValue ) ); } in ListAppend()
367 using MyList::Append;
368 …inline void Append( double fValue ) throw( CSS::uno::RuntimeException, CSS::lang::… in Append() function in ScaDoubleList
373 void Append(
380 void Append(
387 void Append(
402 …void Append( const CSS::uno::Sequence< CSS::uno::Sequence< double > >& rVal…
404 …void Append( const CSS::uno::Sequence< CSS::uno::Sequence< sal_Int32 > >& r…
409 void Append(
512 using MyList::Append;
513 inline void Append( Complex* pNew );
514 …void Append( const SEQSEQ( STRING )& rComplexNumList, ComplListAppendHandl eAH = AH_EmpyAs0 ) …
515 …void Append( const SEQ( ANY )& aMultPars,ComplListAppendHandl eAH = AH_EmpyAs0 ) THROWDEF_RTE_…
687 inline void MyList::Append( void* p ) in Append() function in MyList
721 inline void StringList::Append( STRING* p ) in Append() function in StringList
723 MyList::Append( p ); in Append()
727 inline void StringList::Append( const STRING& r ) in Append() function in StringList
729 MyList::Append( new STRING( r ) ); in Append()
779 inline void CStrList::Append( const sal_Char* p ) in Append() function in CStrList
781 MyList::Append( ( void* ) p ); in Append()
793 inline void FuncDataList::Append( FuncData* p ) in Append() function in FuncDataList
795 MyList::Append( p ); in Append()
885 inline void ComplexList::Append( Complex* p ) in Append() function in ComplexList
887 MyList::Append( p ); in Append()