Searched defs:nHex (Results  1 – 7 of 7) sorted by relevance
| /aoo4110/main/svtools/source/svrtf/ | 
| H A D | rtfout.cxx | 184 SvStream& RTFOutFuncs::Out_Hex( SvStream& rStream, sal_uLong nHex, sal_uInt8 nLen )  in Out_Hex()
 | 
| /aoo4110/main/sw/inc/ | 
| H A D | shellio.hxx | 530 	inline SvStream& OutHex4( SvStream& rStrm, sal_uInt16 nHex )  in OutHex4()533 …inline SvStream& OutHex( sal_uInt16 nHex, sal_uInt8 nLen = 2 )      { return OutHex( Strm(), nHex,…  in OutHex()
 534 	inline SvStream& OutHex4( sal_uInt16 nHex )     { return OutHex( Strm(), nHex, 4 ); }  in OutHex4()
 
 | 
| /aoo4110/main/svtools/source/filter/ixpm/ | 
| H A D | xpmread.cxx | 444 	sal_uInt8 	nHex, nTemp;  in ImplGetRGBHex()  local
 | 
| /aoo4110/main/sw/source/filter/writer/ | 
| H A D | writer.cxx | 260 SvStream& Writer::OutHex( SvStream& rStrm, sal_uLong nHex, sal_uInt8 nLen )  in OutHex()
 | 
| /aoo4110/main/svtools/source/svhtml/ | 
| H A D | htmlout.cxx | 568 SvStream& HTMLOutFuncs::Out_Hex( SvStream& rStream, sal_uLong nHex, sal_uInt8 nLen,  in Out_Hex()
 | 
| /aoo4110/main/sw/source/filter/ww8/ | 
| H A D | rtfexport.cxx | 847 OString RtfExport::OutHex(sal_uLong nHex, sal_uInt8 nLen)  in OutHex()
 | 
| /aoo4110/main/sw/source/filter/html/ | 
| H A D | css1atr.cxx | 182 static void ConvToHex( sal_uInt16 nHex, ByteString& rStr )  in ConvToHex()
 | 
        Completed in 53 milliseconds