Home
last modified time | relevance | path

Searched refs:nVisible (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx887 pCli->nVisible |= CHILD_FITS_IN; in Arrange_Impl()
890 if (pCli->nVisible != CHILD_VISIBLE) in Arrange_Impl()
1592 pCW->pCli->nVisible &= ~CHILD_ACTIVE; in UpdateChildWindows_Impl()
1693 pCW->pCli->nVisible = CHILD_VISIBLE; in CreateChildWin_Impl()
1695 pCW->pCli->nVisible ^= CHILD_ACTIVE; in CreateChildWin_Impl()
1880 pChild->nVisible &= ~CHILD_ACTIVE; in HidePopups_Impl()
1885 pChild->nVisible |= CHILD_ACTIVE; in HidePopups_Impl()
1940 pCW->pCli->nVisible = CHILD_VISIBLE; in ConfigChild_Impl()
2520 pCW->pCli->nVisible = CHILD_VISIBLE; in ShowChildWindow_Impl()
2758 pCli->nVisible |= CHILD_ACTIVE; in MakeChildsVisible_Impl()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dscroll.cxx76 long nThumb, nVisible; in ViewPortChgd() local
80 nVisible = rRect.GetWidth(); in ViewPortChgd()
85 nVisible = rRect.GetHeight(); in ViewPortChgd()
88 SetVisibleSize( nVisible ); in ViewPortChgd()
/trunk/main/sc/source/ui/view/
H A Dtabview4.cxx341 void ScTabView::SetScrollBar( ScrollBar& rScroll, long nRangeMax, long nVisible, long nPos, sal_Boo… in SetScrollBar() argument
343 if ( nVisible == 0 ) in SetScrollBar()
344 nVisible = 1; // #i59893# don't use visible size 0 in SetScrollBar()
353 rScroll.SetVisibleSize( nVisible ); in SetScrollBar()
354 rScroll.SetThumbPos( -nPos - nVisible ); in SetScrollBar()
359 rScroll.SetVisibleSize( nVisible ); in SetScrollBar()
H A Dviewfun2.cxx2893 SCTAB nVisible = 0; in HideTable() local
2898 ++nVisible; in HideTable()
2901 if (nVisible > 1) in HideTable()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx777 pWorkWin->RegisterChild_Impl( *GetSplitWindow(), eAlign, sal_True )->nVisible = CHILD_VISIBLE; in InsertWindow_Impl()
797 pWorkWin->RegisterChild_Impl( *GetSplitWindow(), eAlign, sal_True )->nVisible = CHILD_VISIBLE; in InsertWindow_Impl()
1154 pWorkWin->RegisterChild_Impl( *pEmptyWin, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetPinned_Impl()
1179 pWorkWin->RegisterChild_Impl( *this, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetPinned_Impl()
1213 pWorkWin->RegisterChild_Impl( *this, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetFadeIn_Impl()
1230 pWorkWin->RegisterChild_Impl( *pEmptyWin, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetFadeIn_Impl()
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx179 SCSIZE nVisible = pQueryRef->getVisibleDataCellCount(); in lcl_createExcelQuery() local
180 if ( nVisible > SCSIZE_MAX / sizeof(void*) ) in lcl_createExcelQuery()
183 nVisible = 0; in lcl_createExcelQuery()
186 SCSIZE nNewEntries = nVisible; in lcl_createExcelQuery()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx407 sal_Int32 nVisible = -1, nVisibleMaster = -1; in implExportDocument() local
532 while( ( nCurPage <= nLastPage ) && ( -1 == nVisible ) ) in implExportDocument()
555 nVisible = nCurPage; in implExportDocument()
581 if( -1 != nVisible ) in implExportDocument()
601 implExportPages( rxDrawPages, nFirstPage, nLastPage, nVisible, sal_False ); in implExportDocument()
/trunk/main/toolkit/source/controls/
H A Dtkscrollbar.cxx185 …void UnoScrollBarControl::setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(… in setValues() argument
190 aAny <<= nVisible; in setValues()
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx105 sal_uInt16 nVisible; member
115 nVisible = bIsVisible ? CHILD_VISIBLE : CHILD_NOT_VISIBLE; in SfxChild_Impl()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1675 sal_uLong nVisible = 0; in CreateExcelQuery() local
1677 nVisible += aCol[nCol].VisibleCount( nRow1+1, nRow2 ); in CreateExcelQuery()
1679 if ( nVisible > SCSIZE_MAX / sizeof(void*) ) in CreateExcelQuery()
1682 nVisible = 0; in CreateExcelQuery()
1685 SCSIZE nNewEntries = nVisible; in CreateExcelQuery()
H A Ddptabres.cxx357 void ScDPRunningTotalState::AddColIndex( long nVisible, long nSorted ) in AddColIndex() argument
362 pColVisible[nColIndexPos] = nVisible; in AddColIndex()
370 void ScDPRunningTotalState::AddRowIndex( long nVisible, long nSorted ) in AddRowIndex() argument
375 pRowVisible[nRowIndexPos] = nVisible; in AddRowIndex()
/trunk/main/sc/inc/
H A Ddptabres.hxx142 void AddColIndex( long nVisible, long nSorted );
143 void AddRowIndex( long nVisible, long nSorted );
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx598 SCTAB nVisible = static_cast<SCTAB>( rImport.GetVisibleSheet() ); in UpdateRowHeights() local
604 if ( nTab == nVisible || ( pPage && pPage->GetObjCount() != 0 ) ) in UpdateRowHeights()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dtkscrollbar.hxx97 …void SAL_CALL setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(::com::sun::…
/trunk/main/offapi/com/sun/star/awt/
H A DXScrollBar.idl70 [in] long nVisible,
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx444 long nVisible = nScrollPos + EDIT_ROW_COUNT; in ShowConditions() local
445 long nMax = std::max( nVisible, (long) maConditions.size() ); in ShowConditions()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx1211 SCTAB nVisible = GetDocViewSettings().GetDisplScTab(); in AdjustRowHeight() local
1213 GetDoc().SetPendingRowHeights(nVisible, false); in AdjustRowHeight()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx234 ScVbaWorksheet::setVisible( sal_Int32 nVisible ) throw (uno::RuntimeException) in setVisible() argument
238 switch( nVisible ) in setVisible()
H A Dvbaworksheet.hxx92 virtual void SAL_CALL setVisible( sal_Int32 nVisible ) throw (css::uno::RuntimeException);
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx195 …static void SetScrollBar( ScrollBar& rScroll, long nRangeMax, long nVisible, long nPos, sal_Bool …
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx569 …void SAL_CALL setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(::com::sun::…
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx3094 void VCLXScrollBar::setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(::com::… in setValues() argument
3101 pScrollBar->SetVisibleSize( nVisible ); in setValues()

Completed in 219 milliseconds