Searched refs:pUseMe (Results 1 – 2 of 2) sorted by relevance
269 const SwAsciiOptions *pUseMe=&rOpt; in ReadChars() local290 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()
561 const i18n::ForbiddenCharacters *pUseMe = 0; in ExportDopTypography() local622 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 44 milliseconds