Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx684 void WW8Export::BuildAnlvBulletBase(WW8_ANLV& rAnlv, sal_uInt8*& rpCh, in BuildAnlvBulletBase() argument
741 *rpCh = static_cast<sal_uInt8>(sNumStr.GetChar(0)); in BuildAnlvBulletBase()
758 *rpCh = static_cast< sal_uInt8 >(cChar - 0xF000); in BuildAnlvBulletBase()
763 rpCh++; in BuildAnlvBulletBase()
839 static void SwWw8_InsertAnlText( const String& rStr, sal_uInt8*& rpCh, in SwWw8_InsertAnlText() argument
850 memcpy( rpCh, aO.GetData(), nCnt ); in SwWw8_InsertAnlText()
851 rpCh += nCnt; in SwWw8_InsertAnlText()
857 void WW8Export::BuildAnlvBase(WW8_ANLV& rAnlv, sal_uInt8*& rpCh, in BuildAnlvBase() argument
904 SwWw8_InsertAnlText( aDotStr, rpCh, rCharLen, in BuildAnlvBase()
912 SwWw8_InsertAnlText( rFmt.GetPrefix(), rpCh, rCharLen, in BuildAnlvBase()
[all …]
H A Dwrtww8.hxx964 void BuildAnlvBulletBase( WW8_ANLV& rAnlv, sal_uInt8*& rpCh, sal_uInt16& rCharLen,
966 static void BuildAnlvBase( WW8_ANLV& rAnlv, sal_uInt8*& rpCh, sal_uInt16& rCharLen,

Completed in 33 milliseconds