Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx267 const SwAsciiOptions *pUseMe=&rOpt; in ReadChars() local
288 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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx547 const i18n::ForbiddenCharacters *pUseMe = 0; in ExportDopTypography() local
608 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 65 milliseconds