Searched refs:aTestA (Results 1 – 4 of 4) sorted by relevance
195 sal_uInt8 aTestA[10]; // Ist der 01Ole-Stream ueberhaupt vorhanden in SwWw6ReadMacPICTStream() local196 sal_uLong nReadTst = pStp->Read( aTestA, sizeof( aTestA ) ); in SwWw6ReadMacPICTStream()197 if (nReadTst != sizeof(aTestA)) in SwWw6ReadMacPICTStream()
187 String aTestA = aUrl1.GetMainURL(INetURLObject::NO_DECODE); in testSetFSys() local193 ByteString(aTestA, RTL_TEXTENCODING_ISO_8859_1).GetBuffer(), in testSetFSys()
7369 sal_uInt8 aTestA[10]; // exist the \1CompObj-Stream ? in CreateSdrOLEFromStorage() local7373 bValidStorage = xSrcTst.Is() && sizeof( aTestA ) == in CreateSdrOLEFromStorage()7374 xSrcTst->Read( aTestA, sizeof( aTestA ) ); in CreateSdrOLEFromStorage()7381 bValidStorage = xSrcTst.Is() && sizeof(aTestA) == in CreateSdrOLEFromStorage()7382 xSrcTst->Read(aTestA, sizeof(aTestA)); in CreateSdrOLEFromStorage()
1977 sal_uInt8 aTestA[ 10 ]; in ImportOLE() local1978 … sal_Bool bGetItAsOle = ( sizeof( aTestA ) == xSrcTst->Read( aTestA, sizeof( aTestA ) ) ); in ImportOLE()1982 … bGetItAsOle = ( xSrcTst.Is() && sizeof( aTestA ) == xSrcTst->Read( aTestA, sizeof( aTestA ) ) ); in ImportOLE()