Searched refs:aTestA (Results 1 – 4 of 4) sorted by relevance
196 sal_uInt8 aTestA[10]; // Ist der 01Ole-Stream ueberhaupt vorhanden in SwWw6ReadMacPICTStream() local197 sal_uLong nReadTst = pStp->Read( aTestA, sizeof( aTestA ) ); in SwWw6ReadMacPICTStream()198 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()
7336 sal_uInt8 aTestA[10]; // exist the \1CompObj-Stream ? in CreateSdrOLEFromStorage() local7340 bValidStorage = xSrcTst.Is() && sizeof( aTestA ) == in CreateSdrOLEFromStorage()7341 xSrcTst->Read( aTestA, sizeof( aTestA ) ); in CreateSdrOLEFromStorage()7348 bValidStorage = xSrcTst.Is() && sizeof(aTestA) == in CreateSdrOLEFromStorage()7349 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()
Completed in 97 milliseconds