Searched refs:_pFtCurrentPath (Results 1 – 3 of 3) sorted by relevance
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()[all …]
377 _pFtCurrentPath ( NULL ), in SvtExpFileDlg_Impl()395 delete _pFtCurrentPath; in ~SvtExpFileDlg_Impl()
218 FixedText* _pFtCurrentPath; member in SvtExpFileDlg_Impl