Home
last modified time | relevance | path

Searched refs:bIsUnicode (Results 1 – 9 of 9) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx79 bool bIsUnicode) in ReadPString() argument
91 for(sal_uInt16 i=0; i < nIdLen / (bIsUnicode ? 2 : 1); i++) in ReadPString()
93 if (bIsUnicode) in ReadPString()
181 bool bIsUnicode; in ReadVBAProject() local
190 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 …]
H A Dmsvbasic.hxx109 sal_uInt8 ReadPString(SvStorageStreamRef &xVBAProject, bool bIsUnicode);
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1115 bool bIsUnicode = false; in AktPieceStartCp2Fc() local
1144 bool bIsUnicode = false; in AktPieceStartFc2Cp() local
1419 bool bIsUnicode = false; in WW8Fc2Cp() local
1437 bIsUnicode ); in WW8Fc2Cp()
1473 bIsUnicode=true; in WW8Fc2Cp()
1485 bool bIsUnicode; in WW8Cp2Fc() local
1984 bool bIsUnicode, bPosOk; in WW8ReadString() local
2002 if( bIsUnicode ) in WW8ReadString()
3086 bIsUnicode); in GetSprms()
3130 bIsUnicode = false; in GetSprms()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx1240 bool bIsUnicode = false; in AktPieceStartCp2Fc() local
1269 bool bIsUnicode = false; in AktPieceStartFc2Cp() local
1510 bool bIsUnicode = false; in WW8Fc2Cp() local
1534 bIsUnicode=true; in WW8Fc2Cp()
1571 bIsUnicode=true; in WW8Fc2Cp()
1583 bool bIsUnicode; in WW8Cp2Fc() local
1585 pIsUnicode = &bIsUnicode; in WW8Cp2Fc()
2165 bool bIsUnicode, bPosOk; in WW8ReadString() local
2183 if( bIsUnicode ) in WW8ReadString()
3381 bool bIsUnicode=false; in GetSprms() local
[all …]
H A Dww8par.cxx2821 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 …]
H A Dwrtww8.cxx1268 void WW8_WrPct::AppendPc(WW8_FC nStartFc, bool bIsUnicode) in AppendPc() argument
1286 if ( !bIsUnicode ) in AppendPc()
1298 bIsUni = bIsUnicode; in AppendPc()
H A Dwrtww8.hxx283 void AppendPc(WW8_FC nStartFc, bool bIsUnicode);
H A Dww8par.hxx1177 bool bIsUnicode; // aktuelles Text-Stueck ist als 2-Bytiger-Unicode kodiert member in SwWW8ImplReader
/trunk/main/starmath/source/
H A Dsmdetect.cxx336 bool bIsUnicode = false; in detect() local
340 bIsUnicode = true; in detect()
356 const OUString sFragment( (bIsUnicode) in detect()

Completed in 176 milliseconds