Home
last modified time | relevance | path

Searched refs:Get_Long (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx777 inline long Get_Long( sal_uInt8 *& p ) in Get_Long() function
2404 Entry aEntry(Get_Long(pStart)); in WW8Fkp()
2456 maEntries.push_back(Entry(Get_Long(pStart))); in WW8Fkp()
6079 dttmCreated = Get_Long( pData ); in WW8Dop()
6080 dttmRevised = Get_Long( pData ); in WW8Dop()
6081 dttmLastPrint = Get_Long( pData ); in WW8Dop()
6083 tmEdited = Get_Long( pData ); in WW8Dop()
6084 cWords = Get_Long( pData ); in WW8Dop()
6085 cCh = Get_Long( pData ); in WW8Dop()
6087 cParas = Get_Long( pData ); in WW8Dop()
[all …]
H A Dww8struc.hxx43 inline long Get_Long( sal_uInt8 *& p ) in Get_Long() function
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx869 inline long Get_Long( sal_uInt8 *& p ) in Get_Long() function
2674 Entry aEntry(Get_Long(pStart)); in WW8Fkp()
2772 maEntries.push_back(Entry(Get_Long(pStart))); in WW8Fkp()
6791 dttmCreated = Get_Long( pData ); // 20 0x14 in WW8Dop()
6792 dttmRevised = Get_Long( pData ); // 24 0x18 in WW8Dop()
6793 dttmLastPrint = Get_Long( pData ); // 28 0x1c in WW8Dop()
6795 tmEdited = Get_Long( pData ); // 34 0x22 in WW8Dop()
6796 cWords = Get_Long( pData ); // 38 0x26 in WW8Dop()
6797 cCh = Get_Long( pData ); // 42 0x2a in WW8Dop()
6799 cParas = Get_Long( pData ); // 48 0x30 in WW8Dop()
[all …]