Searched refs:ReadPString (Results 1 – 4 of 4) sorted by relevance
50 sal_uInt8 VBA_Impl::ReadPString(SvStorageStreamRef &xVBAProject) in ReadPString() function in VBA_Impl213 while ((testc = ReadPString(xVBAProject)) != 0) in ReadVBAProject()241 while ((testc = ReadPString(xVBAProject)) != 0) in ReadVBAProject()
92 sal_uInt8 ReadPString(SvStorageStreamRef &xVBAProject);
78 sal_uInt8 VBA_Impl::ReadPString(SvStorageStreamRef &xVBAProject, in ReadPString() function in VBA_Impl262 sal_uInt8 nType = ReadPString(xVBAProject,bIsUnicode); in ReadVBAProject()266 nType = ReadPString(xVBAProject,bIsUnicode); in ReadVBAProject()
111 sal_uInt8 ReadPString(SvStorageStreamRef &xVBAProject, bool bIsUnicode);
Completed in 30 milliseconds