Lines Matching refs:pParent

69 IDEBaseWindow::IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, String aLibName, St…  in IDEBaseWindow()  argument
70 :Window( pParent, WinBits( WB_3DLOOK ) ) in IDEBaseWindow()
393 BasicDockingWindow::BasicDockingWindow( Window* pParent ) : in BasicDockingWindow() argument
394 DockingWindow( pParent, WB_BORDER | WB_3DLOOK | WB_DOCKABLE | WB_MOVEABLE | in BasicDockingWindow()
474 ExtendedEdit::ExtendedEdit( Window* pParent, IDEResId nRes ) : in ExtendedEdit() argument
475 Edit( pParent, nRes ) in ExtendedEdit()
516 BasicIDETabBar::BasicIDETabBar( Window* pParent ) : in BasicIDETabBar() argument
517 TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) ) in BasicIDETabBar()
932 sal_Bool QueryDel( const String& rName, const ResId& rId, Window* pParent ) in QueryDel() argument
939 QueryBox aQueryBox( pParent, WB_YES_NO | WB_DEF_YES, aQuery ); in QueryDel()
945 sal_Bool QueryDelMacro( const String& rName, Window* pParent ) in QueryDelMacro() argument
947 return QueryDel( rName, IDEResId( RID_STR_QUERYDELMACRO ), pParent ); in QueryDelMacro()
950 sal_Bool QueryReplaceMacro( const String& rName, Window* pParent ) in QueryReplaceMacro() argument
952 return QueryDel( rName, IDEResId( RID_STR_QUERYREPLACEMACRO ), pParent ); in QueryReplaceMacro()
955 sal_Bool QueryDelDialog( const String& rName, Window* pParent ) in QueryDelDialog() argument
957 return QueryDel( rName, IDEResId( RID_STR_QUERYDELDIALOG ), pParent ); in QueryDelDialog()
960 sal_Bool QueryDelLib( const String& rName, sal_Bool bRef, Window* pParent ) in QueryDelLib() argument
962 return QueryDel( rName, IDEResId( bRef ? RID_STR_QUERYDELLIBREF : RID_STR_QUERYDELLIB ), pParent ); in QueryDelLib()
965 sal_Bool QueryDelModule( const String& rName, Window* pParent ) in QueryDelModule() argument
967 return QueryDel( rName, IDEResId( RID_STR_QUERYDELMODULE ), pParent ); in QueryDelModule()