Searched refs:nfc (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XNumberFormatCode.java | 62 NumberFormatCode nfc = null; in _getDefault() local 67 String str = nfc.Code; in _getDefault() 79 str = nfc.Code; in _getDefault() 100 NumberFormatCode nfc = null; in _getFormatCode() local 103 nfc = oObj.getFormatCode in _getFormatCode() 106 nfc = oObj.getFormatCode in _getFormatCode() 121 NumberFormatCode[] nfc = null; in _getAllFormatCode() local 125 res &= ( nfc.length != 0 ); in _getAllFormatCode() 127 res &= ( nfc.length != 0 ); in _getAllFormatCode() 138 NumberFormatCode[] nfc = null; in _getAllFormatCodes() local [all …]
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 359 static sal_Int32 TransformPieceAddress(long nfc, sal_Bool& bIsUnicodeAddress) in TransformPieceAddress() argument 361 bIsUnicodeAddress = 0 == (0x40000000 & nfc); in TransformPieceAddress() 363 ? nfc in TransformPieceAddress() 364 : (nfc & 0x3fffFFFF) / 2; in TransformPieceAddress()
|
H A D | ww8struc.hxx | 509 SVBT8 nfc; // 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Roman member
|
H A D | dump8a.cxx | 124 sal_uInt8 nfc, nFlags, ixchFollow, cbChpx, cbPapx; in Dump_LVL() local 126 *xTableStream >> nStart >> nfc >> nFlags; in Dump_LVL() 134 << " Fmt: " << (sal_uInt16)nfc in Dump_LVL()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 462 static sal_Int32 TransformPieceAddress(long nfc, bool& bIsUnicodeAddress) in TransformPieceAddress() argument 464 bIsUnicodeAddress = 0 == (0x40000000 & nfc); in TransformPieceAddress() 465 return bIsUnicodeAddress ? nfc : (nfc & 0x3fffFFFF) / 2; in TransformPieceAddress()
|
H A D | ww8struc.hxx | 554 …SVBT8 nfc; // 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Rom… member 612 sal_uInt8 nfc;
|
H A D | wrtw8num.cxx | 640 ByteToSVBT8(11, rAnlv.nfc); in BuildAnlvBulletBase() 814 ByteToSVBT8(WW8Export::GetNumId(rFmt.GetNumberingType()), rAnlv.nfc); in BuildAnlvBase()
|
H A D | ww8par2.cxx | 653 static_cast< sal_Int16 >(( SVBT8ToByte( rAV.nfc ) < 8 ) in SetBaseAnlv() 654 ? eNumA[SVBT8ToByte( rAV.nfc ) ] in SetBaseAnlv() 676 if( SVBT8ToByte( rAV.nfc ) == 5 || SVBT8ToByte( rAV.nfc ) == 7 ) in SetBaseAnlv()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1struct.hxx | 868 SVBT8 nfc;// 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Roman
|
Completed in 102 milliseconds