Searched refs:nfc (Results 1 – 9 of 9) sorted by relevance
| /AOO42X/main/qadevOOo/tests/java/ifc/i18n/ |
| H A D | _XNumberFormatCode.java | 62 NumberFormatCode nfc = null; in _getDefault() local 65 nfc = oObj.getDefault(KNumberFormatType.SHORT, in _getDefault() 67 String str = nfc.Code; in _getDefault() 77 nfc = oObj.getDefault(KNumberFormatType.LONG, in _getDefault() 79 str = nfc.Code; in _getDefault() 100 NumberFormatCode nfc = null; in _getFormatCode() local 103 nfc = oObj.getFormatCode in _getFormatCode() 105 res &= ( ! nfc.Code.equals("") ); in _getFormatCode() 106 nfc = oObj.getFormatCode in _getFormatCode() 108 res &= ( ! nfc.Code.equals("") ); in _getFormatCode() [all …]
|
| /AOO42X/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 Rom… 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()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 461 static sal_Int32 TransformPieceAddress(long nfc, bool& bIsUnicodeAddress) in TransformPieceAddress() argument 463 bIsUnicodeAddress = 0 == (0x40000000 & nfc); in TransformPieceAddress() 464 return bIsUnicodeAddress ? nfc : (nfc & 0x3fffFFFF) / 2; in TransformPieceAddress()
|
| H A D | ww8struc.hxx | 553 …SVBT8 nfc; // 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Rom… member 611 sal_uInt8 nfc;
|
| H A D | wrtw8num.cxx | 686 ByteToSVBT8(11, rAnlv.nfc); in BuildAnlvBulletBase() 864 ByteToSVBT8(GetLevelNFC(rFmt.GetNumberingType(),pOutSet ), rAnlv.nfc); in BuildAnlvBase()
|
| H A D | ww8par2.cxx | 651 if (SVBT8ToByte( rAV.nfc ) < 8) { in SetBaseAnlv() 652 rNum.SetNumberingType(static_cast< sal_Int16 >(eNumA[SVBT8ToByte( rAV.nfc ) ])); in SetBaseAnlv() 655 switch(SVBT8ToByte( rAV.nfc )) in SetBaseAnlv() 704 if( SVBT8ToByte( rAV.nfc ) == 5 || SVBT8ToByte( rAV.nfc ) == 7 ) in SetBaseAnlv()
|
| /AOO42X/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
|