Home
last modified time | relevance | path

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

/trunk/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx393 getChar(); in getNextToken()
400 getChar(); in getNextToken()
415 getChar(); in getNextToken()
480 getChar(); in getNextToken()
494 getChar(); in getNextToken()
525 getChar(); in getNextToken()
564 getChar(); in getNextToken()
575 getChar(); in getNextToken()
626 c = getChar(); in getNextToken()
638 getChar(); in getNextToken()
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java85 getChar(); in parse()
228 getChar(); in match()
246 bContinue = getChar(); in match()
262 success = getChar(); in skipWhite()
294 private boolean getChar() throws FormulaParsingException { in getChar() method in FormulaParser
408 status = getChar(); in getLogicalOperator()
429 status = getChar(); in getTokenString()
451 status = getChar(); in getNum()
484 success = getChar(); in expression()
487 success = getChar(); in expression()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java108 retValue = (byte) getChar(aTypeObject); in toByte()
163 retValue = getChar(aTypeObject); in toChar()
229 retValue = (byte) getChar(aTypeObject); in toShort()
512 retValue = (int) getChar(aTypeObject); in toInt()
568 retValue = (long) getChar(aTypeObject); in toLong()
624 retValue = (float) getChar(aTypeObject); in toFloat()
680 retValue = (double) getChar(aTypeObject); in toDouble()
1255 private static char getChar(TypeObject typeObject) in getChar() method in NumericalHelper
/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
685 if( !pDec->getChar( *p->pChar ) ) in ImpPutDecimal()
692 if( !pDec->getChar( *p->pChar ) ) in ImpPutDecimal()
H A Dsbxdec.hxx95 bool getChar( sal_Unicode& rVal );
/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
276 while( is_white_Array[ (ch = stream->getChar()) & 255 ] ) in token()
283 ch = stream->getChar(); in token()
309 while ((ch = stream->getChar()) == ' ' || ch == '\t' ) ; in linetoken()
315 ch = stream->getChar(); in linetoken()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx147 while((c=str->getChar()) != EOF) in writeJpeg_()
188 o_rOutputBuf.push_back(static_cast<char>(str->getChar() ^ 0xff)); in writePbm_()
193 o_rOutputBuf.push_back(static_cast<char>(str->getChar())); in writePbm_()
H A Dpnghelper.cxx227 aScanlines.push_back( str->getChar() ); in createPng()
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx476 m_c = aValue.getChar(); in setPropertyValue()
840 b = b && ( r1->getPropertyValue( L"char" ).getChar() == in compareMyPropertySet()
841 r2->getPropertyValue( L"char" ).getChar() ); in compareMyPropertySet()
/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
604 sal_Unicode aChar = _xLBT->getChar(); in getValue()
840 aRet.Char = xLBT->getChar(); in performTest()
/trunk/main/extensions/workben/
H A Dpythontest.cxx375 fprintf( f, "char %s : %d\n", pc , ( INT32) aValue.getChar() ); in dumpVarToStream()
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java319 short getChar() { return m_Char; } in getChar() method in ControlCharacterNode
320 ControlCharacterNode dup() { return new ControlCharacterNode(getChar()); } in dup()
1138 insertControlCharacter(m_xCursor, cchar.getChar()); in insertChildren()
1224 insertControlCharacter(m_xCursor, cchar.getChar()); in insertNode()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java885 (char) (Array.getChar(oldValue, i) + 1)); in changePValue()
926 field.setChar(newValue, (char) (field.getChar(oldValue) + 1)); in changePValue()
/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/testtools/source/bridgetest/
H A Dbridgetest.cxx478 aRet.Char = xLBT->getChar(); in performTest()
H A Dcppobj.cxx227 virtual sal_Unicode SAL_CALL getChar() throw(com::sun::star::uno::RuntimeException) in getChar() function in bridge_object::Test_Impl

Completed in 183 milliseconds