Lines Matching refs:S
418 template < class T, class S >
432 S offset() in offset()
435 static const S max = std::numeric_limits< S >::max(); in offset()
436 …result = m_nNumOp0 + ( ( sizeof(S) + 1 ) * m_nNumSingleParams ) + ( (( sizeof(S) * 2 )+ 1 ) * m_n… in offset()
440 return static_cast<S>(result); in offset()
447 template < class T, class S >
483 m_ConvertedBuf += (S)nOp1; in processOpCode1()
491 m_ConvertedBuf += (S)nOp1; in processOpCode2()
492 m_ConvertedBuf += (S)nOp2; in processOpCode2()
504 static S convertBufferOffSet( sal_uInt8* pStart, T nOp1 ) in convertBufferOffSet()
507 OffSetAccumulator< T, S > aVisitor; in convertBufferOffSet()
525 template <class T, class S>
527 PCodeBuffConvertor<T,S>::convert() in convert()
530 BufferTransformer< T, S > aTrnsfrmer; in convert()
533 m_nCnvtdSize = static_cast<S>( aTrnsfrmer.buffer().GetSize() ); in convert()