Searched defs:getChar (Results 1 – 9 of 9) sorted by relevance
119 sal_Unicode getChar( void ) { nCol++; return *mpActualPos++; } in getChar() function in SimpleTokenizer_Impl
294 private boolean getChar() throws FormulaParsingException { in getChar() method in FormulaParser
254 bool SbxDecimal::getChar( sal_Unicode& rVal ) in getChar() function in SbxDecimal374 bool SbxDecimal::getChar( sal_Unicode& rVal ) { (void)rVal; return false; } in getChar() function in SbxDecimal
111 int getChar() { return (m_nPos < m_nLen) ? int(m_pMemory[m_nPos++]) : -1; } in getChar() function in psp::FileInputStream
1255 private static char getChar(TypeObject typeObject) in getChar() method in NumericalHelper
214 virtual sal_Unicode SAL_CALL getChar() throw(com::sun::star::uno::RuntimeException) in getChar() function in Test_Impl
227 virtual sal_Unicode SAL_CALL getChar() throw(com::sun::star::uno::RuntimeException) in getChar() function in bridge_object::Test_Impl
512 public char getChar() throws com.sun.star.uno.RuntimeException { in getChar() method in TestComponent._TestObject
319 short getChar() { return m_Char; } in getChar() method in ControlCharacterNode
Completed in 90 milliseconds