Lines Matching refs:Control

213 …void lcl_MoveControl( Control* _pControl, sal_Int32 _nDeltaX, sal_Int32 _nDeltaY, sal_Int32* _pMax…  in lcl_MoveControl()
2035 for ( ::std::set< Control* >::iterator aLoop = m_aDisabledControls.begin(); in EnableUI()
2046 void SvtFileDialog::EnableControl( Control* _pControl, sal_Bool _bEnable ) in EnableControl()
2058 ::std::set< Control* >::iterator aPos = m_aDisabledControls.find( _pControl ); in EnableControl()
2558 Control* pControls[] = in implArrangeControls()
2579 Control** pCurrent = pControls; in implArrangeControls()
2752 Control* aMoveControlsVert[] = in Resize()
2759 Control** ppMoveControls = aMoveControlsVert; in Resize()
2760Control** ppMoveControlsEnd = ppMoveControls + sizeof( aMoveControlsVert ) / sizeof( aMoveControls… in Resize()
2767 Control* aMoveControlsBoth[] = in Resize()
2771 Control** ppMoveControls = aMoveControlsBoth; in Resize()
2772Control** ppMoveControlsEnd = ppMoveControls + sizeof( aMoveControlsBoth ) / sizeof( aMoveControls… in Resize()
2779 Control* aMoveControlsHor[] = in Resize()
2783 Control** ppMoveControls = aMoveControlsHor; in Resize()
2784Control** ppMoveControlsEnd = ppMoveControls + sizeof( aMoveControlsHor ) / sizeof( aMoveControlsH… in Resize()
2792 Control* aSizeControls[] = in Resize()
2798 Control** ppSizeControls = aSizeControls; in Resize()
2837 Control* SvtFileDialog::getControl( sal_Int16 _nControlId, sal_Bool _bLabelControl ) const in getControl()
2839 Control* pReturn = NULL; in getControl()
2844 pReturn = _bLabelControl ? NULL : static_cast< Control* >( _pFileView ); in getControl()
2849 ? static_cast< Control* >( _pImp->_pFtFileName ) in getControl()
2850 : static_cast< Control* >( _pImp->_pEdFileName ); in getControl()
2854 pReturn = static_cast< Control* >( _pImp->_pFtFileName ); in getControl()
2899 ? static_cast< Control* >( _pImp->_pFtFileVersion ) in getControl()
2900 : static_cast< Control* >( _pImp->_pLbFileVersion ); in getControl()
2905 ? static_cast< Control* >( _pImp->_pFtTemplates ) in getControl()
2906 : static_cast< Control* >( _pImp->_pLbTemplates ); in getControl()
2911 ? static_cast< Control* >( _pImp->_pFtImageTemplates ) in getControl()
2912 : static_cast< Control* >( _pImp->_pLbImageTemplates ); in getControl()
2968 Control* pControl = getControl( _nControlId, sal_False ); in enableControl()
2971 Control* pLabel = getControl( _nControlId, sal_True ); in enableControl()