Home
last modified time | relevance | path

Searched refs:nfc (Results 1 – 9 of 9) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XNumberFormatCode.java62 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 …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx359 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 Dww8struc.hxx509 SVBT8 nfc; // 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Roman member
H A Ddump8a.cxx124 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx462 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 Dww8struc.hxx554 …SVBT8 nfc; // 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Rom… member
612 sal_uInt8 nfc;
H A Dwrtw8num.cxx687 ByteToSVBT8(11, rAnlv.nfc); in BuildAnlvBulletBase()
865 ByteToSVBT8(GetLevelNFC(rFmt.GetNumberingType(),pOutSet ), rAnlv.nfc); in BuildAnlvBase()
H A Dww8par2.cxx652 if (SVBT8ToByte( rAV.nfc ) < 8) { in SetBaseAnlv()
653 rNum.SetNumberingType(static_cast< sal_Int16 >(eNumA[SVBT8ToByte( rAV.nfc ) ])); in SetBaseAnlv()
656 switch(SVBT8ToByte( rAV.nfc )) in SetBaseAnlv()
705 if( SVBT8ToByte( rAV.nfc ) == 5 || SVBT8ToByte( rAV.nfc ) == 7 ) in SetBaseAnlv()
/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx868 SVBT8 nfc;// 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Roman

Completed in 116 milliseconds