Home
last modified time | relevance | path

Searched refs:pUCMode (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/svrtf/
H A Drtfout.cxx44 int *pUCMode, rtl_TextEncoding eDestEnc, sal_Bool bWriteHelpFile) in Out_Char() argument
133 if (bWriteAsUnicode && pUCMode) in Out_Char()
136 if (*pUCMode != nLen) in Out_Char()
139 *pUCMode = nLen; in Out_Char()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx867 OString RtfExport::OutChar(sal_Unicode c, int *pUCMode, rtl_TextEncoding eDestEnc) in OutChar() argument
921 if (bWriteAsUnicode && pUCMode) in OutChar()
924 if (*pUCMode != nLen) in OutChar()
930 *pUCMode = nLen; in OutChar()
H A Drtfexport.hxx172 static rtl::OString OutChar(sal_Unicode c, int *pUCMode, rtl_TextEncoding eDestEnc);
/trunk/main/svtools/inc/svtools/
H A Drtfout.hxx47 int *pUCMode,

Completed in 14 milliseconds