Home
last modified time | relevance | path

Searched refs:pTextWin (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1536 Reference< XFrame > xTextFrame = pTextWin->getFrame(); in loadHelpContent()
2087 pTextWin ( new TextWin_Impl( this ) ), in SfxHelpTextWindow_Impl()
2100 xFrame->initialize( VCLUnoHelper::GetInterface ( pTextWin ) ); in SfxHelpTextWindow_Impl()
2563 pTextWin->SetPosSizePixel( Point( 0, nToolBoxHeight ), aSize ); in Resize()
2585 aPos = Point( pTextWin->GetPosPixel().X() + 20, 20 ); in PreNotify()
2586 aPos.Y() += pTextWin->GetPosPixel().Y(); in PreNotify()
2831 pSrchDlg = new sfx2::SearchDialog( pTextWin, DEFINE_CONST_UNICODE("HelpSearchDialog") ); in DoSearch()
2898 pTextWin->GrabFocus(); in GetFocus()
2945 … InsertItem( TEXTWIN_ID, pTextWin, nTextSize, SPLITWINDOW_APPEND, COLSET_ID, SWIB_PERCENTSIZE ); in MakeLayout()
2951 InsertItem( TEXTWIN_ID, pTextWin, 100, SPLITWINDOW_APPEND, 1, SWIB_PERCENTSIZE ); in MakeLayout()
[all …]
H A Dnewhelp.hxx450 Window* pTextWin; member in SfxHelpTextWindow_Impl
519 SfxHelpTextWindow_Impl* pTextWin; member in SfxHelpWindow_Impl
559 getTextFrame() const { return pTextWin->getFrame(); } in getTextFrame()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx821 pTextWin = new Window( this ); in SvtFrameWindow_Impl()
824 xWindow = VCLUnoHelper::GetInterface( pTextWin ); in SvtFrameWindow_Impl()
846 pTextWin->Hide(); in ViewEditWin()
855 pTextWin->Show(); in ViewTextWin()
861 pTextWin->Hide(); in ViewEmptyWin()
908 pTextWin->SetSizePixel( aWinSize ); in Resize()
964 pTextWin->EnableInput( sal_False, sal_True ); in OpenFile()
965 if ( pTextWin->IsReallyVisible() ) in OpenFile()
H A Dtemplwin.hxx198 Window* pTextWin; member in SvtFrameWindow_Impl