Lines Matching refs:nT

515 									WriteType nT )  in WriteParam()  argument
522 if( nT == WRITE_ODL || nT == WRITE_DOCU in WriteParam()
523 || nT == WRITE_C_HEADER || nT == WRITE_C_SOURCE ) in WriteParam()
531 rList.GetObject( i )->WriteParam( rBase, rOutStm, nTab, nT ); in WriteParam()
543 if ( nT != WRITE_DOCU ) in WriteParam()
546 pBaseType->WriteTypePrefix( rBase, rOutStm, nTab, nT ); in WriteParam()
555 if ( nT == WRITE_DOCU ) in WriteParam()
608 WriteType nT, WriteAttribute nA ) in WriteAttributes() argument
610 if( nT == WRITE_ODL ) in WriteAttributes()
739 WriteType nT, WriteAttribute nA ) in WriteRecursiv_Impl() argument
756 if ( nT == WRITE_DOCU ) in WriteRecursiv_Impl()
758 pAttr->Write( rBase, rOutStm, nTab, nT, nA ); in WriteRecursiv_Impl()
759 if( nT == WRITE_ODL && i +1 < nCount ) in WriteRecursiv_Impl()
773 WriteType nT, WriteAttribute nA ) in Write() argument
776 if( nT == WRITE_DOCU ) in Write()
798 if( nT == WRITE_ODL ) in Write()
803 WriteRecursiv_Impl( rBase, rOutStm, nTab, nT, nA ); in Write()
806 SvMetaReference::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
808 pBaseType->WriteTypePrefix( rBase, rOutStm, nTab, nT ); in Write()
816 pType->WriteMethodArgs( rBase, rOutStm, nTab, nT ); in Write()
820 else if( nT == WRITE_C_HEADER || nT == WRITE_C_SOURCE ) in Write()
831 pBaseType->WriteTypePrefix( rBase, rOutStm, nTab, nT ); in Write()
834 pType->WriteMethodArgs( rBase, rOutStm, nTab, nT ); in Write()
835 if( nT == WRITE_C_HEADER ) in Write()
847 WriteRecursiv_Impl( rBase, rOutStm, nTab, nT, nA ); in Write()
868 pBaseType->WriteTypePrefix( rBase, rOutStm, nTab, nT ); in Write()
870 if( nT == WRITE_C_HEADER ) in Write()
878 pBaseType->WriteTypePrefix( rBase, rOutStm, nTab, nT ); in Write()
886 if( nT == WRITE_C_HEADER ) in Write()
893 else if ( nT == WRITE_DOCU ) in Write()
912 pType2->WriteMethodArgs( rBase, rOutStm, nTab, nT ); in Write()
931 WriteRecursiv_Impl( rBase, rOutStm, nTab, nT, nA ); in Write()
1077 sal_uInt16 nT; in Load() local
1078 rStm >> nT; in Load()
1079 nType = nT; in Load()
1145 void SvMetaType::SetType( int nT ) in SetType() argument
1147 nType = nT; in SetType()
1578 WriteType nT, WriteAttribute nA ) in WriteContext() argument
1585 pAttr->Write( rBase, rOutStm, nTab, nT, nA ); in WriteContext()
1602 WriteType nT, WriteAttribute nA ) in Write() argument
1604 if( nT == WRITE_C_HEADER && nType != TYPE_ENUM ) in Write()
1609 if( nT == WRITE_ODL || nT == WRITE_C_HEADER || nT == WRITE_CXX_HEADER ) in Write()
1625 if( nT == WRITE_ODL || nT == WRITE_C_HEADER) in Write()
1627 if ( nT == WRITE_C_HEADER ) in Write()
1637 if ( nT == WRITE_ODL ) in Write()
1638 SvMetaName::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
1647 if( nT != WRITE_ODL && nT != WRITE_C_HEADER) in Write()
1653 WriteContext( rBase, rOutStm, nTab +1, nT, nA ); in Write()
1656 if( nT == WRITE_ODL || nT == WRITE_C_HEADER ) in Write()
1662 if ( nT == WRITE_C_HEADER ) in Write()
1879 WriteType nT, WriteAttribute nA ) in WriteAttributes() argument
1881 SvMetaExtern::WriteAttributes( rBase, rOutStm, nTab, nT, nA ); in WriteAttributes()
1991 sal_uInt16 nTab, WriteType nT in WriteMethodArgs() argument
1994 if( nT == WRITE_IDL ) in WriteMethodArgs()
2018 else if ( nT == WRITE_DOCU ) in WriteMethodArgs()
2027 pAttr->WriteParam( rBase, rOutStm, nTab+1, nT ); in WriteMethodArgs()
2040 if( nT == WRITE_C_HEADER || nT == WRITE_C_SOURCE ) in WriteMethodArgs()
2055 switch( nT ) in WriteMethodArgs()
2061 pAttr->WriteParam( rBase, rOutStm, nTab +1, nT ); in WriteMethodArgs()
2074 if( nT != WRITE_C_HEADER && nT != WRITE_C_SOURCE ) in WriteMethodArgs()
2091 sal_uInt16 nTab, WriteType nT ) in WriteTypePrefix() argument
2093 switch( nT ) in WriteTypePrefix()
2150 rBase, rOutStm, nTab, nT ); in WriteTypePrefix()
2151 else if( nT == WRITE_C_HEADER || nT == WRITE_C_SOURCE ) in WriteTypePrefix()
2182 rBase, rOutStm, nTab, nT ); in WriteTypePrefix()
2208 sal_uInt16 nTab, WriteType nT ) in WriteTheType() argument
2210 WriteTypePrefix( rBase, rOutStm, nTab, nT ); in WriteTheType()
2212 WriteMethodArgs( rBase, rOutStm, nTab +2, nT ); in WriteTheType()
2388 WriteType nT, WriteAttribute ) in Write() argument
2390 if ( nT == WRITE_C_HEADER || nT == WRITE_C_SOURCE ) in Write()
2564 WriteType nT, WriteAttribute nA ) in Write() argument
2566 SvMetaType::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
2576 WriteType nT, WriteAttribute nA ) in WriteContext() argument
2581 aEnumValueList.GetObject( n )->Write( rBase, rOutStm, nTab +1, nT, nA ); in WriteContext()