Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx4903 sal_Unicode cCurrPrefix = 0; in lclGetPrefixChar() local
4913 if( (cNewPrefix == 0) || ((cCurrPrefix != 0) && (cNewPrefix != cCurrPrefix)) ) in lclGetPrefixChar()
4915 cCurrPrefix = cNewPrefix; in lclGetPrefixChar()
4919 return cCurrPrefix; in lclGetPrefixChar()
4924 sal_Unicode cCurrPrefix = 0; in lclGetPrefixChar() local
4931 if( (cNewPrefix == 0) || ((cCurrPrefix != 0) && (cNewPrefix != cCurrPrefix)) ) in lclGetPrefixChar()
4933 cCurrPrefix = cNewPrefix; in lclGetPrefixChar()
4936 return cCurrPrefix; in lclGetPrefixChar()

Completed in 41 milliseconds