Home
last modified time | relevance | path

Searched refs:FindUnquoted (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/inc/
H A Dglobal.hxx698 SC_DLLPUBLIC static xub_StrLen FindUnquoted( const String& rString, sal_Unicode cChar, xub…
704 SC_DLLPUBLIC static const sal_Unicode* FindUnquoted( const sal_Unicode* pString, sal_Unicode cCh…
/trunk/main/sc/source/core/tool/
H A Daddress.cxx985 if ( ScGlobal::FindUnquoted( p, '.') ) in lcl_ScAddress_Parse_OOo()
1221 …if (pExtInfo || (ScGlobal::FindUnquoted( rRefString, SC_COMPILER_FILE_TAB_SEP) == STRING_NOTFOUND)) in ConvertSingleRef()
1244 …if (pExtInfo || (ScGlobal::FindUnquoted( rRefString, SC_COMPILER_FILE_TAB_SEP) == STRING_NOTFOUND)) in ConvertDoubleRef()
1323 xub_StrLen nPos = ScGlobal::FindUnquoted( r, ':'); in lcl_ScRange_Parse_OOo()
H A Dcompiler.cxx1869 xub_StrLen nPos = ScGlobal::FindUnquoted( rString, SC_COMPILER_FILE_TAB_SEP); in GetDocTabPos()
2847 const xub_StrLen nPos = ScGlobal::FindUnquoted( rName, '.'); in IsReference()
2850 if (ScGlobal::FindUnquoted( rName, ':') != STRING_NOTFOUND) in IsReference()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx841 xub_StrLen ScGlobal::FindUnquoted( const String& rString, sal_Unicode cChar, xub_StrLen nStart, sal… in FindUnquoted() function in ScGlobal
865 const sal_Unicode* ScGlobal::FindUnquoted( const sal_Unicode* pString, sal_Unicode cChar, sal_Unico… in FindUnquoted() function in ScGlobal

Completed in 67 milliseconds