Lines Matching refs:nL
381 sal_Int32 nL=0; in IMPL_LINK() local
382 for( nL=0; nL<8; nL++) in IMPL_LINK()
383 …m_pLightSourceInfoList[nL].aLightSource = lcl_getLightSourceFromProperties( m_xSceneProperties, nL… in IMPL_LINK()
384 for( nL=0; nL<8; nL++) in IMPL_LINK()
385 m_pLightSourceInfoList[nL].initButtonFromSource(); in IMPL_LINK()
407 for( sal_Int32 nL=0; nL<8; nL++) in applyLightSourcesToModel() local
408 applyLightSourceToModel( nL ); in applyLightSourcesToModel()
499 sal_Int32 nL=0; in IMPL_LINK() local
500 for( nL=0; nL<8; nL++) in IMPL_LINK()
502 pInfo = &m_pLightSourceInfoList[nL]; in IMPL_LINK()
508 applyLightSourceToModel( nL ); in IMPL_LINK()
527 sal_Int32 nL=0; in IMPL_LINK() local
528 for( nL=0; nL<8; nL++) in IMPL_LINK()
530 pInfo = &m_pLightSourceInfoList[nL]; in IMPL_LINK()
538 applyLightSourceToModel( nL ); in IMPL_LINK()
551 sal_Int32 nL=0; in IMPL_LINK() local
552 for( nL=0; nL<8; nL++) in IMPL_LINK()
554 if( m_pLightSourceInfoList[nL].pButton == pButton ) in IMPL_LINK()
556 pInfo = &m_pLightSourceInfoList[nL]; in IMPL_LINK()
569 applyLightSourceToModel( nL ); in IMPL_LINK()
575 for( nL=0; nL<8; nL++) in IMPL_LINK()
577 LightButton* pLightButton = m_pLightSourceInfoList[nL].pButton; in IMPL_LINK()