Lines Matching refs:n

138     for( sal_uLong n = 0; n < aModuleList.Count(); n++ )  in GetModule()  local
139 if( aModuleList.GetObject( n )->GetName() == rName ) in GetModule()
140 return aModuleList.GetObject( n ); in GetModule()
220 for( sal_uLong n = 0; n < GetModuleList().Count(); n++ ) in Save() local
222 SvMetaModule * pModule = GetModuleList().GetObject( n ); in Save()
361 sal_uLong n; in ReadIdFile() local
362 if( FindId( pTok->GetString(), &n ) ) in ReadIdFile()
363 nVal += n; in ReadIdFile()
628 sal_uLong n; in ReadKnownAttr() local
629 if( FindId( pTok->GetString(), &n ) ) in ReadKnownAttr()
654 sal_uLong n; in SearchKnownAttr() local
655 if( FindId( rId, &n ) ) in SearchKnownAttr()
679 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in ReadKnownClass() local
681 SvMetaClass * pClass = aClassList.GetObject( n ); in ReadKnownClass()
909 for( sal_uLong n = 0; n < GetModuleList().Count(); n++ ) in WriteSvIdl() local
911 SvMetaModule * pModule = GetModuleList().GetObject( n ); in WriteSvIdl()
931 sal_uLong n; in WriteSfx() local
932 for( n = 0; n < GetModuleList().Count(); n++ ) in WriteSfx()
934 SvMetaModule * pModule = GetModuleList().GetObject( n ); in WriteSfx()
939 for( n = 0; n < aUsedTypes.Count(); n++ ) in WriteSfx()
941 SvMetaType * pType = aUsedTypes.GetObject( n ); in WriteSfx()
955 sal_uLong n; in WriteHelpIds() local
956 for( n = 0; n < GetModuleList().Count(); n++ ) in WriteHelpIds()
958 SvMetaModule * pModule = GetModuleList().GetObject( n ); in WriteHelpIds()
964 for( n = 0; n < rAttrList.Count(); n++ ) in WriteHelpIds()
966 SvMetaAttribute * pAttr = rAttrList.GetObject( n ); in WriteHelpIds()
999 for ( sal_uLong n=0; n<nCount; n++ ) in WriteCSV() local
1001 if ( rList.GetObject(n)->IsNewAttribute() ) in WriteCSV()
1003 rList.GetObject(n)->WriteCSV( *this, rStrm ); in WriteCSV()
1023 for( sal_uLong n = 0; n < GetModuleList().Count(); n++ ) in WriteDocumentation() local
1025 SvMetaModule * pModule = GetModuleList().GetObject( n ); in WriteDocumentation()