Lines Matching refs:_pFtCurrentPath
622 _pImp->_pFtCurrentPath = new FixedText( this, SvtResId( FT_EXPLORERFILE_CURRENTPATH ) ); in Init_Impl()
623 WinBits nTmpStyle = _pImp->_pFtCurrentPath->GetStyle(); in Init_Impl()
625 _pImp->_pFtCurrentPath->SetStyle( nTmpStyle ); in Init_Impl()
681 _pImp->_pFtCurrentPath->GetOutputSizePixel().Height() in Init_Impl()
683 _pImp->_pFtCurrentPath->SetOutputSizePixel( aCurPathSize ); in Init_Impl()
694 Point aCurPathPos = _pImp->_pFtCurrentPath->GetPosPixel(); in Init_Impl()
696 _pImp->_pFtCurrentPath->SetPosPixel( aCurPathPos ); in Init_Impl()
1091 aFileName = pThis->_pImp->_pFtCurrentPath->GetText(); in IMPL_STATIC_LINK()
1590 _pImp->_pFtCurrentPath->SetText( sText ); in UpdateControls()
2560 _pImp->_pFtCurrentPath, in implArrangeControls()
2795 _pImp->GetFilterListControl(), _pImp->_pFtCurrentPath, in Resize()
2894 pReturn = _pImp->_pFtCurrentPath; in getControl()