Home
last modified time | relevance | path

Searched refs:nVis (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx100 sal_uInt16 nVis = 0; in ExecuteTable() local
101 for ( SCTAB i=0; i < nTabCount && nVis<2; i++ ) in ExecuteTable()
103 ++nVis; in ExecuteTable()
122 sal_uInt16 nVis = 0; in ExecuteTable() local
123 for ( SCTAB i=0; i < nTabCount && nVis<2; i++ ) in ExecuteTable()
125 ++nVis; in ExecuteTable()
851 sal_uInt16 nVis = 0; in GetStateTable() local
854 ++nVis; in GetStateTable()
878 sal_uInt16 nVis = 0; in GetStateTable() local
881 ++nVis; in GetStateTable()
[all …]
H A Dtabview4.cxx390 long lcl_GetScrollRange( SCCOLROW nDocEnd, SCCOLROW nPos, SCCOLROW nVis, SCCOLROW nMax, SCCOLROW nS… in lcl_GetScrollRange() argument
394 ++nVis; in lcl_GetScrollRange()
396 SCCOLROW nEnd = Max(nDocEnd, (SCCOLROW)(nPos+nVis)) + nVis; in lcl_GetScrollRange()
H A Dtabview.cxx1613 SCROW nVis = MAXROW; in lcl_LastVisible() local
1614 while ( nVis > 0 && pDoc->GetRowHeight( nVis, nTab ) == 0 ) in lcl_LastVisible()
1615 --nVis; in lcl_LastVisible()
1616 return nVis; in lcl_LastVisible()
H A Dprintfun.cxx163 size_t nVis = 0; in CountVisible() local
166 ++nVis; in CountVisible()
167 return nVis; in CountVisible()
/trunk/main/sw/source/ui/uiview/
H A Dscroll.cxx140 long nVis = GetVisibleSize(); in AutoShow() local
143 if( nVis >= nLen - 1) in AutoShow()
149 (!bHori || nVis) ) //Optimierung fuer Browser. in AutoShow()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx1106 SCSIZE nVis = nCount; in TestInsertRow()
1107 while ( nVis && pItems[nVis-1].pCell->IsBlank() ) in TestInsertRow()
1108 --nVis; in TestInsertRow()
1110 if ( nVis ) in TestInsertRow()
1111 return ( pItems[nVis-1].nRow <= MAXROW-nSize ); in TestInsertRow()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx938 void SwColumnPage::SetLabels( sal_uInt16 nVis ) in SetLabels() argument
942 String sLbl2( String::CreateFromInt32( nVis + 1 )); in SetLabels()
947 sLbl2 = String::CreateFromInt32( nVis + 2 ); in SetLabels()
952 sLbl2 = String::CreateFromInt32( nVis + 3 ); in SetLabels()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1253 long nVis = nMostRight - aOrigin.X(); in AdjustScrollBars() local
1256 (nVis < nMostRight || nMaxRight < nMostRight) )) in AdjustScrollBars()
1274 (nVis < nMostRight || nMaxRight < nMostRight) ) in AdjustScrollBars()
1439 sal_uLong nVis = 0; in ShowVerSBar() local
1441 nVis = pView->GetVisibleCount(); in ShowVerSBar()
1442 if( bVerBar || (nVisibleCount && nVis > (sal_uLong)(nVisibleCount-1)) ) in ShowVerSBar()
H A Dsvtreebx.cxx970 long nVis = pImp->aVerSBar.GetVisibleSize(); in ScrollOutputArea() local
971 long nTemp = nThumb + nVis; in ScrollOutputArea()
/trunk/main/sw/source/ui/inc/
H A Dcolumn.hxx192 void SetLabels( sal_uInt16 nVis );
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx337 void SetObjectBarVisibility_Impl( sal_uInt16 nVis );
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx679 int nVis = 0; in GenerateSelectList() local
689 ++nVis; in GenerateSelectList()
692 if(nVis == 1) in GenerateSelectList()

Completed in 112 milliseconds