Home
last modified time | relevance | path

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

/AOO41X/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()
111 xVBAProject->SeekRel(-(2 + 3 * (bIsUnicode ? 2 : 1))); 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()
[all …]
H A Dmsvbasic.hxx111 sal_uInt8 ReadPString(SvStorageStreamRef &xVBAProject, bool bIsUnicode);
/AOO41X/main/sw/source/filter/ww8/dump/ !
H A Dww8scan.cxx1115 bool bIsUnicode = false; in AktPieceStartCp2Fc() local
1118 nFC = WW8PLCFx_PCD::TransformPieceAddress( nFC, bIsUnicode ); in AktPieceStartCp2Fc()
1120 return nFC + (nCp - nCpStart) * (bIsUnicode ? 2 : 1); in AktPieceStartCp2Fc()
1144 bool bIsUnicode = false; in AktPieceStartFc2Cp() local
1147 nFcStart = WW8PLCFx_PCD::TransformPieceAddress( nFcStart, bIsUnicode ); in AktPieceStartFc2Cp()
1149 sal_Int32 nUnicodeFactor = bIsUnicode ? 2 : 1; in AktPieceStartFc2Cp()
1419 bool bIsUnicode = false; in WW8Fc2Cp() local
1437 bIsUnicode ); in WW8Fc2Cp()
1438 sal_Int32 nLen = (nCpEnd - nCpStart) * (bIsUnicode ? 2 : 1); in WW8Fc2Cp()
1448 nCpStart + ((nFcPos - nFcStart) / (bIsUnicode ? 2 : 1)); in WW8Fc2Cp()
[all …]
/AOO41X/main/sw/source/filter/ww8/ !
H A Dww8scan.cxx1240 bool bIsUnicode = false; in AktPieceStartCp2Fc() local
1243 nFC = WW8PLCFx_PCD::TransformPieceAddress( nFC, bIsUnicode ); in AktPieceStartCp2Fc()
1245 return nFC + (nCp - nCpStart) * (bIsUnicode ? 2 : 1); in AktPieceStartCp2Fc()
1269 bool bIsUnicode = false; in AktPieceStartFc2Cp() local
1272 nFcStart = WW8PLCFx_PCD::TransformPieceAddress( nFcStart, bIsUnicode ); in AktPieceStartFc2Cp()
1274 sal_Int32 nUnicodeFactor = bIsUnicode ? 2 : 1; in AktPieceStartFc2Cp()
1510 bool bIsUnicode = false; in WW8Fc2Cp() local
1529 bIsUnicode ); in WW8Fc2Cp()
1534 bIsUnicode=true; in WW8Fc2Cp()
1536 sal_Int32 nLen = (nCpEnd - nCpStart) * (bIsUnicode ? 2 : 1); in WW8Fc2Cp()
[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.cxx1282 void WW8_WrPct::AppendPc(WW8_FC nStartFc, bool bIsUnicode) in AppendPc() argument
1300 if ( !bIsUnicode ) in AppendPc()
1312 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
/AOO41X/main/starmath/source/ !
H A Dsmdetect.cxx344 bool bIsUnicode = false; in detect() local
348 bIsUnicode = true; in detect()
364 const OUString sFragment( (bIsUnicode) in detect()