Home
last modified time | relevance | path

Searched refs:_from (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/comphelper/source/misc/
H A Dstring.cxx55 const ::rtl::OUString& _source, const sal_Char* _from, const sal_Char* _to, in searchAndReplaceAllAsciiWithAscii() argument
58 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()
/aoo4110/main/animations/source/animcore/
H A Danimcore.cxx210 virtual void SAL_CALL setFrom( const Any& _from ) throw (RuntimeException);
1429 void SAL_CALL AnimationNode::setFrom( const Any& _from ) in setFrom() argument
1433 if( _from != maFrom ) in setFrom()
1435 maFrom = _from; in setFrom()

Completed in 39 milliseconds