Home
last modified time | relevance | path

Searched refs:nPanelCount (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldeck.cxx249 const size_t nPanelCount( m_aPanels.GetPanelCount() ); in DoAction() local
256 if ( nPanelCount > 0 ) in DoAction()
260 if ( !aCurrentPanel && ( nPanelCount > 0 ) ) in DoAction()
261 aActivatePanel = nPanelCount - 1; in DoAction()
267 if ( !aCurrentPanel && ( nPanelCount > 0 ) ) in DoAction()
270 if ( !!aCurrentPanel && ( *aCurrentPanel < nPanelCount - 1 ) ) in DoAction()
274 if ( nPanelCount > 0 ) in DoAction()
275 aActivatePanel = nPanelCount - 1; in DoAction()
H A Ddrawerlayouter.cxx72 const size_t nPanelCount( m_rPanelDeck.GetPanelCount() ); in IMPLEMENT_IREFERENCE() local
73 if ( nPanelCount == 0 ) in IMPLEMENT_IREFERENCE()
84 const size_t nUpperBound = !!aActivePanel ? *aActivePanel : nPanelCount - 1; in IMPLEMENT_IREFERENCE()
95 for ( size_t j = nPanelCount - 1; j > nUpperBound; --j ) in IMPLEMENT_IREFERENCE()
123 const size_t nPanelCount( m_rPanelDeck.GetPanelCount() ); in SetFocusToPanelSelector() local
124 if ( !nPanelCount ) in SetFocusToPanelSelector()
H A Dpaneltabbar.cxx1235 const size_t nPanelCount( m_pImpl->m_rPanelDeck.GetPanelCount() ); in KeyInput() local
1236 if ( nPanelCount < 2 ) in KeyInput()
1273 m_pImpl->m_aFocusedItem.reset( ( *m_pImpl->m_aFocusedItem + 1 ) % nPanelCount ); in KeyInput()
1277 … m_pImpl->m_aFocusedItem.reset( ( *m_pImpl->m_aFocusedItem + nPanelCount - 1 ) % nPanelCount ); in KeyInput()
/trunk/main/oox/source/dump/
H A Doledumper.cxx1007 sal_Int32 nPanelCount = dumpDec< sal_Int32 >( "panel-count" ); in implDumpCommonExtra() local
1009 for( sal_Int32 nPanelIndex = 0; (nPanelIndex < nPanelCount) && !mxStrm->isEof(); ++nPanelIndex ) in implDumpCommonExtra()

Completed in 45 milliseconds