Searched refs:UnicodeStrChr (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | reffind.cxx | 49 return !ScGlobal::UnicodeStrChr( ScRefFinder::pDelimiters, c ); in IsText()
|
H A D | address.cxx | 369 p = ScGlobal::UnicodeStrChr( start+1, ']' ); in Parse_XL_Header()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1391 while ( *p && !ScGlobal::UnicodeStrChr( pSeps, *p ) ) in ScanNextFieldFromString() 1403 while ( *p && !ScGlobal::UnicodeStrChr( pSeps, *p ) ) in ScanNextFieldFromString() 1411 while ( *p && ScGlobal::UnicodeStrChr( pSeps, *p ) ) in ScanNextFieldFromString()
|
H A D | docsh.cxx | 413 ScGlobal::UnicodeStrChr( pNameBuffer, SC_COMPILER_FILE_TAB_SEP ) ) in AfterXMLLoading()
|
/trunk/main/sc/inc/ |
H A D | global.hxx | 658 static const sal_Unicode* UnicodeStrChr( const sal_Unicode* pStr, sal_Unicode c );
|
/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 146 while ( nPos<nLen && ScGlobal::UnicodeStrChr( aDelimiters.GetBuffer(), pChar[nPos] ) ) in InitRangeFinder() 160 while ( nPos<nLen && !ScGlobal::UnicodeStrChr( aDelimiters.GetBuffer(), pChar[nPos] ) ) in InitRangeFinder()
|
/trunk/main/sc/source/core/data/ |
H A D | global.cxx | 784 const sal_Unicode* ScGlobal::UnicodeStrChr( const sal_Unicode* pStr, in UnicodeStrChr() function in ScGlobal
|
Completed in 113 milliseconds