Searched refs:FindUnquoted (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | global.hxx | 698 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…
|
/aoo4110/main/sc/source/core/tool/ |
H A D | address.cxx | 985 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 D | compiler.cxx | 1869 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | global.cxx | 841 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 60 milliseconds