Searched refs:rpCh (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtw8num.cxx | 683 void WW8Export::BuildAnlvBulletBase(WW8_ANLV& rAnlv, sal_uInt8*& rpCh, in BuildAnlvBulletBase() argument 740 *rpCh = static_cast<sal_uInt8>(sNumStr.GetChar(0)); in BuildAnlvBulletBase() 757 *rpCh = static_cast< sal_uInt8 >(cChar - 0xF000); in BuildAnlvBulletBase() 760 *rpCh = ByteString::ConvertFromUnicode(cChar, eChrSet); in BuildAnlvBulletBase() 762 rpCh++; in BuildAnlvBulletBase() 838 static void SwWw8_InsertAnlText( const String& rStr, sal_uInt8*& rpCh, in SwWw8_InsertAnlText() argument 849 memcpy( rpCh, aO.GetData(), nCnt ); in SwWw8_InsertAnlText() 850 rpCh += nCnt; in SwWw8_InsertAnlText() 856 void WW8Export::BuildAnlvBase(WW8_ANLV& rAnlv, sal_uInt8*& rpCh, in BuildAnlvBase() argument 903 SwWw8_InsertAnlText( aDotStr, rpCh, rCharLen, in BuildAnlvBase() [all …]
|
| H A D | wrtww8.hxx | 963 void BuildAnlvBulletBase( WW8_ANLV& rAnlv, sal_uInt8*& rpCh, sal_uInt16& rCharLen, 965 static void BuildAnlvBase( WW8_ANLV& rAnlv, sal_uInt8*& rpCh, sal_uInt16& rCharLen,
|