Searched refs:nPanelIndex (Results 1 – 4 of 4) sorted by relevance
294 bool FocusManager::IsPanelTitleVisible (const sal_Int32 nPanelIndex) const in IsPanelTitleVisible()296 if (nPanelIndex<0 || nPanelIndex>=static_cast<sal_Int32>(maPanels.size())) in IsPanelTitleVisible()299 TitleBar* pTitleBar = maPanels[nPanelIndex]->GetTitleBar(); in IsPanelTitleVisible()309 const sal_Int32 nPanelIndex, in FocusPanel() argument312 if (nPanelIndex<0 || nPanelIndex>=static_cast<sal_Int32>(maPanels.size())) in FocusPanel()319 Panel& rPanel (*maPanels[nPanelIndex]); in FocusPanel()336 FocusPanelContent(nPanelIndex); in FocusPanel()339 FocusPanelContent(nPanelIndex); in FocusPanel()348 void FocusManager::FocusPanelContent (const sal_Int32 nPanelIndex) in FocusPanelContent() argument350 Window* pWindow = VCLUnoHelper::GetWindow(maPanels[nPanelIndex]->GetElementWindow()); in FocusPanelContent()
124 bool IsPanelTitleVisible (const sal_Int32 nPanelIndex) const;136 const sal_Int32 nPanelIndex,139 void FocusPanelContent (const sal_Int32 nPanelIndex);
1059 size_t nPanelIndex = size_t( i_pMenu->GetCurItemId() - MID_FIRST_PANEL ); in IMPL_LINK() local1060 impl_togglePanelVisibility( nPanelIndex ); in IMPL_LINK()
1009 for( sal_Int32 nPanelIndex = 0; (nPanelIndex < nPanelCount) && !mxStrm->isEof(); ++nPanelIndex ) in implDumpCommonExtra() local
Completed in 44 milliseconds