Lines Matching refs:_pFtCurrentPath
620 _pImp->_pFtCurrentPath = new FixedText( this, SvtResId( FT_EXPLORERFILE_CURRENTPATH ) ); in Init_Impl()
621 WinBits nTmpStyle = _pImp->_pFtCurrentPath->GetStyle(); in Init_Impl()
623 _pImp->_pFtCurrentPath->SetStyle( nTmpStyle ); in Init_Impl()
679 _pImp->_pFtCurrentPath->GetOutputSizePixel().Height() in Init_Impl()
681 _pImp->_pFtCurrentPath->SetOutputSizePixel( aCurPathSize ); in Init_Impl()
692 Point aCurPathPos = _pImp->_pFtCurrentPath->GetPosPixel(); in Init_Impl()
694 _pImp->_pFtCurrentPath->SetPosPixel( aCurPathPos ); in Init_Impl()
1089 aFileName = pThis->_pImp->_pFtCurrentPath->GetText(); in IMPL_STATIC_LINK()
1588 _pImp->_pFtCurrentPath->SetText( sText ); in UpdateControls()
2558 _pImp->_pFtCurrentPath, in implArrangeControls()
2793 _pImp->GetFilterListControl(), _pImp->_pFtCurrentPath, in Resize()
2892 pReturn = _pImp->_pFtCurrentPath; in getControl()