Home
last modified time | relevance | path

Searched refs:pUseMe (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/filter/ascii/
H A Dparasc.cxx269 const SwAsciiOptions *pUseMe=&rOpt; in ReadChars() local
290 pUseMe=&aEmpty; in ReadChars()
295 CharSet currentCharSet = pUseMe->GetCharSet(); in ReadChars()
307 else if (pUseMe != &aEmpty) //Already successfully figured out type in ReadChars()
406 case 0x0a: if( LINEEND_LF == pUseMe->GetParaFlags() ) in ReadChars()
418 case 0x0d: if( LINEEND_LF != pUseMe->GetParaFlags() ) in ReadChars()
425 if( LINEEND_CRLF == pUseMe->GetParaFlags() ) in ReadChars()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx561 const i18n::ForbiddenCharacters *pUseMe = 0; in ExportDopTypography() local
622 if (!pUseMe) in ExportDopTypography()
624 pUseMe = pForbidden; in ExportDopTypography()
638 (pUseMe->beginLine.getLength()); in ExportDopTypography()
643 (pUseMe->endLine.getLength()); in ExportDopTypography()
647 memcpy(rTypo.rgxchFPunct,pUseMe->beginLine.getStr(), in ExportDopTypography()
650 memcpy(rTypo.rgxchLPunct,pUseMe->endLine.getStr(), in ExportDopTypography()

Completed in 107 milliseconds