Lines Matching refs:i

327 	for ( SCTAB i=0; i<nCount && pTab[i]; i++ )  in InvalidateTextWidth()  local
328 if ( pTab[i]->GetPageStyle() == rStyleName ) in InvalidateTextWidth()
329 InvalidateTextWidth( i ); in InvalidateTextWidth()
347 SCTAB i; in IsPageStyleInUse() local
349 for ( i = 0; !bInUse && i < nCount && pTab[i]; i++ ) in IsPageStyleInUse()
350 bInUse = ( pTab[i]->GetPageStyle() == rStrPageStyle ); in IsPageStyleInUse()
353 *pInTab = i-1; in IsPageStyleInUse()
365 for ( SCTAB i=0; i<nCount && pTab[i]; i++ ) in RemovePageStyleInUse() local
366 if ( pTab[i]->GetPageStyle() == rStyle ) in RemovePageStyleInUse()
369 pTab[i]->SetPageStyle( ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ); in RemovePageStyleInUse()
380 for ( SCTAB i=0; i<nCount && pTab[i]; i++ ) in RenamePageStyleInUse() local
381 if ( pTab[i]->GetPageStyle() == rOld ) in RenamePageStyleInUse()
384 pTab[i]->SetPageStyle( rNew ); in RenamePageStyleInUse()
924 for (sal_uInt16 i=0; i<nCount; i++) in IdleCheckLinks() local
926 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in IdleCheckLinks()
954 sal_uInt16 i; in SaveDdeLinks() local
955 for (i=0; i<nCount; i++) in SaveDdeLinks()
957 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in SaveDdeLinks()
970 for (i=0; i<nCount; i++) in SaveDdeLinks()
972 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in SaveDdeLinks()
989 for (sal_uInt16 i=0; i<nCount; i++) in LoadDdeLinks() local
1003 for (sal_uInt16 i=0; i<nCount; i++) in HasDdeLinks() local
1004 if ((*rLinks[i])->ISA(ScDdeLink)) in HasDdeLinks()
1033 for (sal_uInt16 i = 0; i < nCount; ++i) in UpdateExternalRefLinks() local
1035 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in UpdateExternalRefLinks()
1069 sal_uInt16 i; in UpdateDdeLinks() local
1074 for (i=0; i<nCount; i++) in UpdateDdeLinks()
1076 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in UpdateDdeLinks()
1095 for (i=0; i<nCount; i++) in UpdateDdeLinks()
1097 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in UpdateDdeLinks()
1115 for (sal_uInt16 i=0; i<nCount; i++) in UpdateDdeLink() local
1117 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in UpdateDdeLink()
1140 for (sal_uInt16 i=0; i<nCount; i++) in DisconnectDdeLinks() local
1142 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in DisconnectDdeLinks()
1163 for (sal_uInt16 i=0; i<nCount; i++) in CopyDdeLinks() local
1165 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in CopyDdeLinks()
1184 for (sal_uInt16 i=0; i<nCount; i++) in GetDdeLinkCount() local
1185 if ((*rLinks[i])->ISA(ScDdeLink)) in GetDdeLinkCount()
1331 for (sal_uInt16 i=0; i<nCount; i++) in HasAreaLinks() local
1332 if ((*rLinks[i])->ISA(ScAreaLink)) in HasAreaLinks()
1345 for (sal_uInt16 i=0; i<nCount; i++) in UpdateAreaLinks() local
1347 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in UpdateAreaLinks()
1381 for (sal_uInt16 i=0; i<nCount; i++) in UpdateRefAreaLinks() local
1383 ::sfx2::SvBaseLink* pBase = *rLinks[i]; in UpdateRefAreaLinks()