Searched refs:i_pWin (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | window4.cxx | 118 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()
|
H A D | menu.cxx | 2618 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()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 73 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 D | window.hxx | 1149 void addWindow( Window* i_pWin, bool i_bTakeOwnership = true ); 1157 Window* removeWindow( Window* i_pWin, Window* i_pNewParent = NULL );
|
Completed in 56 milliseconds