Home
last modified time | relevance | path

Searched refs:nLoop (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1033 for( int nLoop = 0; nLoop < 2; ++nLoop ) in InsertTxbxText() local
1057 if( !nLoop ) in InsertTxbxText()
H A Dww8par2.cxx1918 for (int nLoop = 0; nLoop < 2; ++nLoop) in WW8TabDesc() local
2018 if( !nLoop ) in WW8TabDesc()
/trunk/main/vcl/source/window/
H A Dmenu.cxx4879 sal_uInt16 nLoop = n; in ImplCursorUpDown() local
4887 nLoop = n-1; in ImplCursorUpDown()
4892 nLoop = n+1; in ImplCursorUpDown()
4944 } while ( n != nLoop ); in ImplCursorUpDown()
5785 sal_uInt16 nLoop = n; in ImplHandleKeyEvent() local
5788 { n = (sal_uInt16)-1; nLoop = n+1; } in ImplHandleKeyEvent()
5790 { n = pMenu->GetItemCount(); nLoop = n-1; } in ImplHandleKeyEvent()
5817 } while ( n != nLoop ); in ImplHandleKeyEvent()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1118 int n = 0, nLoop = 0; in implCursorUpDown() local
1141 nLoop = n; in implCursorUpDown()
1149 nLoop = n-1; in implCursorUpDown()
1154 nLoop = mpImpl->maEntryVector.size()-1; in implCursorUpDown()
1187 } while ( n != nLoop ); in implCursorUpDown()
/trunk/main/testtools/source/performance/
H A Dubtest.cxx587 i = nLoop; in benchmark()
597 i = nLoop; in benchmark()
606 i = nLoop; in benchmark()
613 i = nLoop; in benchmark()
621 i = nLoop; in benchmark()
628 i = nLoop; in benchmark()
637 i = nLoop; in benchmark()
656 i = nLoop; in benchmark()
662 i = nLoop; in benchmark()
669 i = nLoop; in benchmark()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx329 sal_uInt32 nLoop = pOption->GetSNumber(); in NewMarquee() local
330 nCount = (sal_uInt16)(nLoop>0 ? nLoop : 0 ); in NewMarquee()
/trunk/main/sw/source/core/inc/
H A Dlayouter.hxx127 void LoopControl( SwPageFrm* pPage, sal_uInt8 nLoop );
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx195 for( sal_uInt16 nLoop = 1; nLoop <= 2; ++nLoop ) in SetRedlineMode() local
3143 Show( nLoop ); in CallDisplayFunc()
3146 Hide( nLoop ); in CallDisplayFunc()
3149 ShowOriginal( nLoop ); in CallDisplayFunc()
3156 if( 1 <= nLoop ) in Show()
3197 if( 1 <= nLoop ) in Hide()
3203 switch( nLoop ) in Hide()
3213 if( 1 <= nLoop ) in Hide()
3239 switch( nLoop ) in ShowOriginal()
3249 if( 1 <= nLoop ) in ShowOriginal()
[all …]
/trunk/main/sw/inc/
H A Dredline.hxx249 void CallDisplayFunc( sal_uInt16 nLoop = 0 );
250 void Show( sal_uInt16 nLoop = 0 );
251 void Hide( sal_uInt16 nLoop = 0 );
252 void ShowOriginal( sal_uInt16 nLoop = 0 );
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx2580 sal_uInt16 nLoop = pStyleFamilies->Count(); in updateFamilyImages() local
2581 for( ; nLoop--; ) in updateFamilyImages()
2583 const SfxStyleFamilyItem *pItem = pStyleFamilies->GetObject( nLoop ); in updateFamilyImages()
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx1399 for (sal_Int32 nLoop=0; nLoop<3; ++nLoop) in CreateFont() local
/trunk/main/scripting/source/pyprov/
H A Dofficehelper.py71 nLoop = 20
77 nLoop -= 1
78 if nLoop <= 0:
/trunk/main/idl/source/cmptools/
H A Dhash.cxx91 sal_uInt32 nLoop; in Test_Insert() local
102 nLoop = 0; // divide to range in Test_Insert()
103 while( (nMax != nLoop) && IsEntry( nIndex ) ) in Test_Insert()
111 nLoop++; in Test_Insert()
118 DBG_ASSERT( nMax != nLoop, "Hash table full" ); in Test_Insert()
119 if( nMax != nLoop ) in Test_Insert()
/trunk/main/bridges/test/
H A Dtestclient.cxx96 sal_Int32 nLoop = 10000; in testLatency() local
101 for( i = 0 ; i < nLoop ; i++ ) in testLatency()
113 printf( "System latency per call : %g\n" , (( fEnd-fStart )/2.) / ((double)(nLoop)) ); in testLatency()
/trunk/main/basic/source/comp/
H A Dloops.cxx247 sal_uInt32 nLoop = aGen.GetPC(); in For() local
253 aGen.Gen( _JUMP, nLoop ); in For()

Completed in 172 milliseconds