/aoo42x/main/sfx2/source/appl/ |
H A D | workwin.cxx | 887 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 …]
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | scroll.cxx | 76 long nThumb, nVisible; in ViewPortChgd() local 80 nVisible = rRect.GetWidth(); in ViewPortChgd() 85 nVisible = rRect.GetHeight(); in ViewPortChgd() 88 SetVisibleSize( nVisible ); in ViewPortChgd()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview4.cxx | 341 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 D | viewfun2.cxx | 2893 SCTAB nVisible = 0; in HideTable() local 2898 ++nVisible; in HideTable() 2901 if (nVisible > 1) in HideTable()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 777 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()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | doubleref.cxx | 179 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()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgexport.cxx | 407 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()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | tkscrollbar.cxx | 185 …void UnoScrollBarControl::setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(… in setValues() argument 190 aAny <<= nVisible; in setValues()
|
/aoo42x/main/sfx2/source/inc/ |
H A D | workwin.hxx | 105 sal_uInt16 nVisible; member 115 nVisible = bIsVisible ? CHILD_VISIBLE : CHILD_NOT_VISIBLE; in SfxChild_Impl()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table3.cxx | 1675 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 D | dptabres.cxx | 357 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()
|
/aoo42x/main/sc/inc/ |
H A D | dptabres.hxx | 142 void AddColIndex( long nVisible, long nSorted ); 143 void AddRowIndex( long nVisible, long nSorted );
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlsubti.cxx | 598 SCTAB nVisible = static_cast<SCTAB>( rImport.GetVisibleSheet() ); in UpdateRowHeights() local 604 if ( nTab == nVisible || ( pPage && pPage->GetObjCount() != 0 ) ) in UpdateRowHeights()
|
/aoo42x/main/toolkit/inc/toolkit/controls/ |
H A D | tkscrollbar.hxx | 97 …void SAL_CALL setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(::com::sun::…
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XScrollBar.idl | 70 [in] long nVisible,
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 444 long nVisible = nScrollPos + EDIT_ROW_COUNT; in ShowConditions() local 445 long nMax = std::max( nVisible, (long) maConditions.size() ); in ShowConditions()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | impop.cxx | 1211 SCTAB nVisible = GetDocViewSettings().GetDisplScTab(); in AdjustRowHeight() local 1213 GetDoc().SetPendingRowHeights(nVisible, false); in AdjustRowHeight()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaworksheet.cxx | 234 ScVbaWorksheet::setVisible( sal_Int32 nVisible ) throw (uno::RuntimeException) in setVisible() argument 238 switch( nVisible ) in setVisible()
|
H A D | vbaworksheet.hxx | 92 virtual void SAL_CALL setVisible( sal_Int32 nVisible ) throw (css::uno::RuntimeException);
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 195 …static void SetScrollBar( ScrollBar& rScroll, long nRangeMax, long nVisible, long nPos, sal_Bool …
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 569 …void SAL_CALL setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(::com::sun::…
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 3094 void VCLXScrollBar::setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(::com::… in setValues() argument 3101 pScrollBar->SetVisibleSize( nVisible ); in setValues()
|