Searched refs:bIsUnicode (Results 1 – 9 of 9) sorted by relevance
79 bool bIsUnicode) in ReadPString() argument91 for(sal_uInt16 i=0; i < nIdLen / (bIsUnicode ? 2 : 1); i++) in ReadPString()93 if (bIsUnicode) in ReadPString()181 bool bIsUnicode; in ReadVBAProject() local190 bIsUnicode = true; in ReadVBAProject()197 bIsUnicode = false; in ReadVBAProject()205 bIsUnicode = true; in ReadVBAProject()211 bIsUnicode = false; in ReadVBAProject()262 sal_uInt8 nType = ReadPString(xVBAProject,bIsUnicode); in ReadVBAProject()266 nType = ReadPString(xVBAProject,bIsUnicode); in ReadVBAProject()[all …]
109 sal_uInt8 ReadPString(SvStorageStreamRef &xVBAProject, bool bIsUnicode);
1115 bool bIsUnicode = false; in AktPieceStartCp2Fc() local1144 bool bIsUnicode = false; in AktPieceStartFc2Cp() local1419 bool bIsUnicode = false; in WW8Fc2Cp() local1437 bIsUnicode ); in WW8Fc2Cp()1473 bIsUnicode=true; in WW8Fc2Cp()1485 bool bIsUnicode; in WW8Cp2Fc() local1984 bool bIsUnicode, bPosOk; in WW8ReadString() local2002 if( bIsUnicode ) in WW8ReadString()3086 bIsUnicode); in GetSprms()3130 bIsUnicode = false; in GetSprms()[all …]
1240 bool bIsUnicode = false; in AktPieceStartCp2Fc() local1269 bool bIsUnicode = false; in AktPieceStartFc2Cp() local1510 bool bIsUnicode = false; in WW8Fc2Cp() local1534 bIsUnicode=true; in WW8Fc2Cp()1571 bIsUnicode=true; in WW8Fc2Cp()1583 bool bIsUnicode; in WW8Cp2Fc() local1585 pIsUnicode = &bIsUnicode; in WW8Cp2Fc()2165 bool bIsUnicode, bPosOk; in WW8ReadString() local2183 if( bIsUnicode ) in WW8ReadString()3381 bool bIsUnicode=false; in GetSprms() local[all …]
2821 WW8_FC nStreamPos = pSBase->WW8Cp2Fc(nCpOfs+rPos, &bIsUnicode); in ReadPlainChars()2847 if (!bIsUnicode || bVer67) in ReadPlainChars()2850 if (!bIsUnicode) in ReadPlainChars()2865 if (bIsUnicode) in ReadPlainChars()2883 pStrm->SeekRel( bIsUnicode ? -2 : -1 ); in ReadPlainChars()2887 if (bIsUnicode) in ReadPlainChars()2917 if (!bIsUnicode) in ReadPlainChars()3064 pStrm->Seek( pSBase->WW8Cp2Fc(nCpOfs+nPosCp, &bIsUnicode) ); in ReadChar()3068 if( bIsUnicode ) in ReadChar()3162 if( bIsUnicode ) in ReadChar()[all …]
1268 void WW8_WrPct::AppendPc(WW8_FC nStartFc, bool bIsUnicode) in AppendPc() argument1286 if ( !bIsUnicode ) in AppendPc()1298 bIsUni = bIsUnicode; in AppendPc()
283 void AppendPc(WW8_FC nStartFc, bool bIsUnicode);
1177 bool bIsUnicode; // aktuelles Text-Stueck ist als 2-Bytiger-Unicode kodiert member in SwWW8ImplReader
336 bool bIsUnicode = false; in detect() local340 bIsUnicode = true; in detect()356 const OUString sFragment( (bIsUnicode) in detect()
Completed in 152 milliseconds