Home
last modified time | relevance | path

Searched defs:getChar (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java294 private boolean getChar() throws FormulaParsingException { in getChar() method in FormulaParser
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java1255 private static char getChar(TypeObject typeObject) in getChar() method in NumericalHelper
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx111 int getChar() { return (m_nPos < m_nLen) ? int(m_pMemory[m_nPos++]) : -1; } in getChar() function in psp::FileInputStream
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx227 virtual sal_Unicode SAL_CALL getChar() throw(com::sun::star::uno::RuntimeException) in getChar() function in bridge_object::Test_Impl
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java512 public char getChar() throws com.sun.star.uno.RuntimeException { in getChar() method in TestComponent._TestObject
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java319 short getChar() { return m_Char; } in getChar() method in ControlCharacterNode
/trunk/main/svtools/inc/svtools/
H A Dsyntaxhighlight.hxx119 sal_Unicode getChar( void ) { nCol++; return *mpActualPos++; } in getChar() function in SimpleTokenizer_Impl
/trunk/main/stoc/test/
H A Dtestiadapter.cxx214 virtual sal_Unicode SAL_CALL getChar() throw(com::sun::star::uno::RuntimeException) in getChar() function in Test_Impl
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx254 bool SbxDecimal::getChar( sal_Unicode& rVal ) in getChar() function in SbxDecimal
374 bool SbxDecimal::getChar( sal_Unicode& rVal ) { (void)rVal; return false; } in getChar() function in SbxDecimal

Completed in 89 milliseconds