Home
last modified time | relevance | path

Searched refs:xSrcTst (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/filter/source/msfilter/
H A Dmsdffimp.cxx7331 SvStorageStreamRef xSrcTst = xObjStg->OpenSotStream( in CreateSdrOLEFromStorage() local
7334 bValidStorage = xSrcTst.Is() && sizeof( aTestA ) == in CreateSdrOLEFromStorage()
7335 xSrcTst->Read( aTestA, sizeof( aTestA ) ); in CreateSdrOLEFromStorage()
7339 xSrcTst = xObjStg->OpenSotStream( in CreateSdrOLEFromStorage()
7342 bValidStorage = xSrcTst.Is() && sizeof(aTestA) == in CreateSdrOLEFromStorage()
7343 xSrcTst->Read(aTestA, sizeof(aTestA)); in CreateSdrOLEFromStorage()
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()

Completed in 66 milliseconds