Home
last modified time | relevance | path

Searched refs:rResId (Results 1 – 25 of 473) sorted by last modified time

12345678910>>...19

/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx77 const ResId& rResId,
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx443 Bitmap( const ResId& rResId );
H A Dbutton.hxx324 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
439 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
H A Dbtndlg.hxx78 ButtonDialog( Window* pParent, const ResId& rResId );
H A Dbitmapex.hxx67 BitmapEx( const ResId& rResId );
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx216 TabControl::TabControl( Window* pParent, const ResId& rResId ) : in TabControl() argument
219 rResId.SetRT( RSC_TABCONTROL ); in TabControl()
220 WinBits nStyle = ImplInitRes( rResId ); in TabControl()
222 ImplLoadRes( rResId ); in TabControl()
230 void TabControl::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() argument
232 Control::ImplLoadRes( rResId ); in ImplLoadRes()
243 InsertPage( ResId( (RSHEADER_TYPE *)GetClassRes(), *rResId.GetResMgr() ) ); in ImplLoadRes()
1625 void TabControl::InsertPage( const ResId& rResId, sal_uInt16 nPos ) in InsertPage() argument
1627 GetRes( rResId.SetRT( RSC_TABCONTROLITEM ) ); in InsertPage()
H A Dspinbtn.cxx67 SpinButton::SpinButton( Window* pParent, const ResId& rResId ) in SpinButton() argument
71 rResId.SetRT( RSC_SPINBUTTON ); in SpinButton()
72 ImplInit( pParent, ImplInitRes( rResId ) ); in SpinButton()
73 ImplLoadRes( rResId ); in SpinButton()
H A Dmorebtn.cxx97 MoreButton::MoreButton( Window* pParent, const ResId& rResId ) : in MoreButton() argument
100 rResId.SetRT( RSC_MOREBUTTON ); in MoreButton()
101 WinBits nStyle = ImplInitRes( rResId ); in MoreButton()
103 ImplLoadRes( rResId ); in MoreButton()
111 void MoreButton::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() argument
113 PushButton::ImplLoadRes( rResId ); in ImplLoadRes()
H A Dlstbox.cxx64 ListBox::ListBox( Window* pParent, const ResId& rResId ) : in ListBox() argument
68 rResId.SetRT( RSC_LISTBOX ); in ListBox()
69 WinBits nStyle = ImplInitRes( rResId ); in ListBox()
71 ImplLoadRes( rResId ); in ListBox()
206 void ListBox::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() argument
208 Control::ImplLoadRes( rResId ); in ImplLoadRes()
1712 MultiListBox::MultiListBox( Window* pParent, const ResId& rResId ) : in MultiListBox() argument
1715 rResId.SetRT( RSC_MULTILISTBOX ); in MultiListBox()
1716 WinBits nStyle = ImplInitRes( rResId ); in MultiListBox()
1718 ImplLoadRes( rResId ); in MultiListBox()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx334 SwColumnOnlyExample::SwColumnOnlyExample( Window* pParent, const ResId& rResId) : in SwColumnOnlyExample() argument
335 Window(pParent, rResId), in SwColumnOnlyExample()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1714 void ToolBox::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() argument
1716 ResMgr* pMgr = rResId.GetResMgr(); in ImplLoadRes()
1720 DockingWindow::ImplLoadRes( rResId ); in ImplLoadRes()
1779 ToolBox::ToolBox( Window* pParent, const ResId& rResId ) : in ToolBox() argument
1784 rResId.SetRT( RSC_TOOLBOX ); in ToolBox()
1785 WinBits nStyle = ImplInitRes( rResId ); in ToolBox()
1787 ImplLoadRes( rResId ); in ToolBox()
H A Dsplitwin.cxx1469 SplitWindow::SplitWindow( Window* pParent, const ResId& rResId ) : in SplitWindow() argument
1472 rResId.SetRT( RSC_SPLITWINDOW ); in SplitWindow()
1473 WinBits nStyle = ImplInitRes( rResId ); in SplitWindow()
1475 ImplLoadRes( rResId ); in SplitWindow()
H A Dwindow.cxx1215 WinBits Window::ImplInitRes( const ResId& rResId ) in ImplInitRes() argument
1217 GetRes( rResId ); in ImplInitRes()
1222 rResId.SetWinBits( nStyle ); in ImplInitRes()
1228 void Window::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() argument
1236 rtl::OString aHelpId = ImplAutoHelpID( rResId.GetResMgr() ); in ImplLoadRes()
4365 Window::Window( Window* pParent, const ResId& rResId ) in Window() argument
4370 rResId.SetRT( RSC_WINDOW ); in Window()
4371 WinBits nStyle = ImplInitRes( rResId ); in Window()
4373 ImplLoadRes( rResId ); in Window()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx660 SwIndexTreeLB(Window* pWin, const ResId& rResId) : in SwIndexTreeLB() argument
661 SvTreeListBox(pWin, rResId), pHeaderBar(0){} in SwIndexTreeLB()
729 SwHeaderTree(Window* pParent, const ResId rResId);
739 SwHeaderTree::SwHeaderTree(Window* pParent, const ResId rResId) : in SwHeaderTree() argument
740 Control(pParent, rResId), in SwHeaderTree()
741 aStylesHB( this, ResId(HB_STYLES, *rResId.GetResMgr())), in SwHeaderTree()
742 aStylesTLB( this, ResId(TLB_STYLES, *rResId.GetResMgr())) in SwHeaderTree()
2027 SvTreeListBox(pPar, rResId), in SwIdxTreeListBox()
3150 Window( pParent, rResId ), in SwTokenWindow()
3157 sCharStyle(ResId(STR_CHARSTYLE, *rResId.GetResMgr())), in SwTokenWindow()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx31 CellLineStyleValueSet::CellLineStyleValueSet( Window* pParent, const ResId& rResId) in CellLineStyleValueSet() argument
32 : ValueSet( pParent, rResId ), in CellLineStyleValueSet()
H A DCellLineStyleValueSet.hxx39 CellLineStyleValueSet( Window* pParent, const ResId& rResId);
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx90 BitmapEx::BitmapEx( const ResId& rResId ) : in BitmapEx() argument
97 ResMgr::GetResourceSkipHeader( rResId.SetRT( RSC_BITMAP ), &pResMgr ); in BitmapEx()
H A Dbitmap.cxx54 Bitmap::Bitmap( const ResId& rResId ) : in Bitmap() argument
57 const BitmapEx aBmpEx( rResId ); in Bitmap()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx132 NextButton (::Window* pParent, const ResId& rResId);
1979 NextButton::NextButton (::Window* pParent, const ResId& rResId) in NextButton() argument
1980 : maNextButton1(pParent, rResId), in NextButton()
1981 maNextButton2(pParent, rResId), in NextButton()
H A Ddlgassim.cxx44 const ResId& rResId ) in SdPageListControl() argument
45 : SvTreeListBox(pParent, rResId) in SdPageListControl()
H A Dheaderfooterdlg.cxx96 PresLayoutPreview( ::Window* pParent, const ResId& rResId, SdPage* pMaster );
828 PresLayoutPreview::PresLayoutPreview( ::Window* pParent, const ResId& rResId, SdPage* pMaster ) in PresLayoutPreview() argument
829 :Control( pParent, rResId ), mpMaster( pMaster ), maPageSize( pMaster->GetSize() ) in PresLayoutPreview()
/trunk/main/svx/source/tbxctrls/
H A DSvxColorValueSet.cxx37 SvxColorValueSet::SvxColorValueSet(Window* _pParent, const ResId& rResId) in SvxColorValueSet() argument
38 : ValueSet(_pParent, rResId) in SvxColorValueSet()
/trunk/main/svx/inc/svx/
H A DSvxColorValueSet.hxx40 SvxColorValueSet(Window* pParent, const ResId& rResId);
/trunk/main/padmin/source/
H A Dadddlg.cxx44 APTabPage::APTabPage( AddPrinterDialog* pParent, const ResId& rResId ) in APTabPage() argument
45 : TabPage( pParent, rResId ), in APTabPage()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx396 ScEditWindow::ScEditWindow( Window* pParent, const ResId& rResId, ScEditWindowLocation eLoc ) in ScEditWindow() argument
397 : Control( pParent, rResId ), in ScEditWindow()
707 ScExtIButton::ScExtIButton(Window* pParent, const ResId& rResId ) in ScExtIButton() argument
708 : ImageButton(pParent,rResId), in ScExtIButton()

Completed in 230 milliseconds

12345678910>>...19