Home
last modified time | relevance | path

Searched refs:i_pWin (Results 1 – 4 of 4) sorted by path

/trunk/main/vcl/inc/vcl/
H A Darrange.hxx73 Element( Window* i_pWin, in Element()
78 : m_pElement( i_pWin ) in Element()
397 MatrixElement( Window* i_pWin, in MatrixElement()
403 : WindowArranger::Element( i_pWin, i_pChild, i_nExpandPriority, i_rMinSize ) in MatrixElement()
H A Dwindow.hxx1149 void addWindow( Window* i_pWin, bool i_bTakeOwnership = true );
1157 Window* removeWindow( Window* i_pWin, Window* i_pNewParent = NULL );
/trunk/main/vcl/source/window/
H A Dmenu.cxx2618 static String getShortenedString( const String& i_rLong, Window* i_pWin, long i_nMaxWidth ) in getShortenedString() argument
2622 aNonMnem = i_pWin->GetEllipsisString( aNonMnem, i_nMaxWidth, TEXT_DRAW_CENTERELLIPSIS ); in getShortenedString()
H A Dwindow4.cxx118 void Window::addWindow( Window* i_pWin, bool i_bTakeOwnership ) in addWindow() argument
121 if( pImpl && i_pWin ) in addWindow()
123 vcl::ExtWindowImpl* pChildImpl = i_pWin->ImplGetExtWindowImpl(); in addWindow()
126 i_pWin->SetParent( this ); in addWindow()
132 Window* Window::removeWindow( Window* i_pWin, Window* i_pNewParent ) in removeWindow() argument
135 if( i_pWin ) in removeWindow()
140 vcl::ExtWindowImpl* pChildImpl = i_pWin->ImplGetExtWindowImpl(); in removeWindow()
145 i_pWin->SetParent( i_pNewParent ); in removeWindow()
146 pRet = i_pWin; in removeWindow()

Completed in 60 milliseconds