Home
last modified time | relevance | path

Searched refs:xSrcTst (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1974 …SotStorageStreamRef xSrcTst = xObjStor->OpenSotStream( String( RTL_CONSTASCII_USTRINGPARAM( "\1Ole… in ImportOLE() local
1975 if ( xSrcTst.Is() ) in ImportOLE()
1978 sal_Bool bGetItAsOle = ( sizeof( aTestA ) == xSrcTst->Read( aTestA, sizeof( aTestA ) ) ); in ImportOLE()
1981xSrcTst = xObjStor->OpenSotStream( String( RTL_CONSTASCII_USTRINGPARAM( "Contents" ) ), STREAM_REA… in ImportOLE()
1982 … bGetItAsOle = ( xSrcTst.Is() && sizeof( aTestA ) == xSrcTst->Read( aTestA, sizeof( aTestA ) ) ); in ImportOLE()
H A Dmsdffimp.cxx7377 SvStorageStreamRef xSrcTst = xObjStg->OpenSotStream( in CreateSdrOLEFromStorage() local
7380 bValidStorage = xSrcTst.Is() && sizeof( aTestA ) == in CreateSdrOLEFromStorage()
7381 xSrcTst->Read( aTestA, sizeof( aTestA ) ); in CreateSdrOLEFromStorage()
7385 xSrcTst = xObjStg->OpenSotStream( in CreateSdrOLEFromStorage()
7388 bValidStorage = xSrcTst.Is() && sizeof(aTestA) == in CreateSdrOLEFromStorage()
7389 xSrcTst->Read(aTestA, sizeof(aTestA)); in CreateSdrOLEFromStorage()

Completed in 76 milliseconds