Lines Matching refs:sal_Int8
111 uno::Sequence< sal_Int8 > SAL_CALL Graphic::getImplementationId_Static() in getImplementationId_Static()
115 static uno::Sequence< sal_Int8 > aId; in getImplementationId_Static()
208 uno::Sequence< sal_Int8 > SAL_CALL Graphic::getImplementationId() in getImplementationId()
216 ::sal_Int8 SAL_CALL Graphic::getType() in getType()
219 ::sal_Int8 cRet = graphic::GraphicType::EMPTY; in getType()
244 uno::Sequence< ::sal_Int8 > SAL_CALL Graphic::getDIB( ) throw (uno::RuntimeException) in getDIB()
253 return ::com::sun::star::uno::Sequence<sal_Int8>( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getDIB()
257 return uno::Sequence<sal_Int8>(); in getDIB()
263 uno::Sequence< ::sal_Int8 > SAL_CALL Graphic::getMaskDIB( ) throw (uno::RuntimeException) in getMaskDIB()
272 return ::com::sun::star::uno::Sequence<sal_Int8>( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getMaskDIB()
276 return uno::Sequence<sal_Int8>(); in getMaskDIB()
289 sal_Int64 SAL_CALL Graphic::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething()