Home
last modified time | relevance | path

Searched refs:IsImagUnit (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx701 inline sal_Bool IsImagUnit( sal_Unicode c ) in IsImagUnit() function
765 else if( IsImagUnit( c ) ) in ParseDouble()
1838 inline sal_Bool Complex::IsImagUnit( sal_Unicode c ) in IsImagUnit() function in Complex
1849 if( IsImagUnit( *pStr ) && rStr.getLength() == 1) in ParseString()
1867 if( IsImagUnit( pStr[ 1 ] ) ) in ParseString()
1876 else if( ParseDouble( pStr, f ) && IsImagUnit( *pStr ) ) in ParseString()
H A Danalysishelper.hxx454 inline static sal_Bool IsImagUnit( sal_Unicode c );

Completed in 37 milliseconds