Searched refs:_from (Results 1 – 2 of 2) sorted by relevance
55 const ::rtl::OUString& _source, const sal_Char* _from, const sal_Char* _to, in searchAndReplaceAllAsciiWithAscii() argument58 sal_Int32 fromLength = strlen( _from ); in searchAndReplaceAllAsciiWithAscii()59 sal_Int32 n = _source.indexOfAsciiL( _from, fromLength, _beginAt ); in searchAndReplaceAllAsciiWithAscii()68 n = dest.indexOfAsciiL( _from, fromLength, n + to.getLength() ); in searchAndReplaceAllAsciiWithAscii()
210 virtual void SAL_CALL setFrom( const Any& _from ) throw (RuntimeException);1429 void SAL_CALL AnimationNode::setFrom( const Any& _from ) in setFrom() argument1433 if( _from != maFrom ) in setFrom()1435 maFrom = _from; in setFrom()
Completed in 22 milliseconds