Searched refs:pUseMe (Results 1 – 2 of 2) sorted by relevance
267 const SwAsciiOptions *pUseMe=&rOpt; in ReadChars() local288 pUseMe=&aEmpty; in ReadChars()293 CharSet currentCharSet = pUseMe->GetCharSet(); in ReadChars()305 else if (pUseMe != &aEmpty) // Already successfully figured out type in ReadChars()404 case 0x0a: if( LINEEND_LF == pUseMe->GetParaFlags() ) in ReadChars()416 case 0x0d: if( LINEEND_LF != pUseMe->GetParaFlags() ) in ReadChars()423 if( LINEEND_CRLF == pUseMe->GetParaFlags() ) in ReadChars()
547 const i18n::ForbiddenCharacters *pUseMe = 0; in ExportDopTypography() local608 if (!pUseMe) in ExportDopTypography()610 pUseMe = pForbidden; in ExportDopTypography()624 (pUseMe->beginLine.getLength()); in ExportDopTypography()629 (pUseMe->endLine.getLength()); in ExportDopTypography()633 memcpy(rTypo.rgxchFPunct,pUseMe->beginLine.getStr(), in ExportDopTypography()636 memcpy(rTypo.rgxchLPunct,pUseMe->endLine.getStr(), in ExportDopTypography()
Completed in 46 milliseconds