Searched refs:aSrtLst (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 551 SortedIndividualInt32List aSrtLst; in getWorkday() local 553 aSrtLst.InsertHolidayList( aAnyConv, xOptions, aHDay, nNullDate, sal_False ); in getWorkday() 569 if( !aSrtLst.Find( nActDate ) ) in getWorkday() 588 if( !aSrtLst.Find( nActDate ) ) in getWorkday() 667 SortedIndividualInt32List aSrtLst; in getNetworkdays() local 669 aSrtLst.InsertHolidayList( aAnyConv, xOpt, aHDay, nNullDate, sal_False ); in getNetworkdays() 679 if( GetDayOfWeek( nActDate ) < 5 && !aSrtLst.Find( nActDate ) ) in getNetworkdays() 689 if( GetDayOfWeek( nActDate ) < 5 && !aSrtLst.Find( nActDate ) ) in getNetworkdays()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 660 _SetGetExpFlds aSrtLst( 64 ); in MoveFldType() local 670 ::lcl_MakeFldLst( aSrtLst, *pFldType, ( IsReadOnlyAvailable() ? true : false ) ); in MoveFldType() 682 … ::lcl_MakeFldLst( aSrtLst, *pFldType, ( IsReadOnlyAvailable() ? true : false ), true ); in MoveFldType() 696 ::lcl_MakeFldLst( aSrtLst, *pFldType, ( IsReadOnlyAvailable() ? true : false ) ); in MoveFldType() 702 if( !aSrtLst.Count() ) in MoveFldType() 742 sal_Bool bFound = aSrtLst.Seek_Entry( &aSrch, &nPos ); in MoveFldType() 753 if( ++nPos >= aSrtLst.Count() ) in MoveFldType() 759 else if( bNext ? nPos >= aSrtLst.Count() : !nPos--) in MoveFldType() 764 const _SetGetExpFld& rFnd = **( aSrtLst.GetData() + nPos ); in MoveFldType()
|
Completed in 35 milliseconds