Home
last modified time | relevance | path

Searched refs:rResId (Results 451 – 473 of 473) sorted by relevance

1...<<111213141516171819

/trunk/main/vcl/source/window/
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()
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()
/trunk/main/rsc/doku/feinkonz.43/
H A Drsc.doc1810 MyDialog( Window* pParent, ResId & rResId );
1862 |*   1. rResId.Lock(), die Resource wird
1868 |*   4. rResId.Unlock(), ein Unlock auf
1877 MyDialog::MyDialog( Window* pParent, ResId & rResId ) :
1878    ( pParent, rResId.Lock()),
1888 rResId.Unlock(); // Resource freigeben.
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx265 static void InitAppRes( const ResId& rResId );
H A Dbitmap.hxx443 Bitmap( const ResId& rResId );
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx959 Window* pParent, const ResId& rResId) : in SfxDockingWindow() argument
960 DockingWindow(pParent, rResId), in SfxDockingWindow()
H A Dtempldlg.cxx369 const ResId &rResId) : in SfxActionListBox() argument
370 DropListBox_Impl(pParent->GetWindow(), rResId, pParent) in SfxActionListBox()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx717 SvLBox::SvLBox( Window* pParent, const ResId& rResId ) : in SvLBox() argument
718 Control( pParent, rResId ), in SvLBox()
H A Dsvtreebx.cxx72 SvTreeListBox::SvTreeListBox( Window* pParent , const ResId& rResId ) in SvTreeListBox() argument
73 : SvLBox( pParent,rResId ) in SvTreeListBox()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx125 ScContentTree::ScContentTree( Window* pParent, const ResId& rResId ) : in ScContentTree() argument
126 SvTreeListBox ( pParent, rResId ), in ScContentTree()
/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx174 SvTreeListBox( Window* pParent, const ResId& rResId );
H A Dsvlbox.hxx397 SvLBox( Window* pParent, const ResId& rResId );
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx192 SvxCharBasePage::SvxCharBasePage( Window* pParent, const ResId& rResId, const SfxItemSet& rItemset, in SvxCharBasePage() argument
194 SfxTabPage( pParent, rResId, rItemset ), in SvxCharBasePage()
195 m_aPreviewWin( this, ResId( nResIdPrewievWin, *rResId.GetResMgr() ) ), in SvxCharBasePage()
196 m_aFontTypeFT( this, ResId( nResIdFontTypeFT, *rResId.GetResMgr() ) ), in SvxCharBasePage()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx136 OFieldDescControl::OFieldDescControl( Window* pParent, const ResId& rResId, OTableDesignHelpBar* pH… in DBG_NAME()
137 :TabPage( pParent, rResId ) in DBG_NAME()
/trunk/main/svx/source/inc/
H A Ddatanavi.hxx124 DataTreeListBox( XFormsPage* pPage, DataGroupType _eGroup, const ResId& rResId );
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx167 BasicCheckBox::BasicCheckBox( Window* pParent, const ResId& rResId ) in BasicCheckBox() argument
168 :SvTabListBox( pParent, rResId ) in BasicCheckBox()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1308 SentenceEditWindow_Impl::SentenceEditWindow_Impl( SpellDialog* pParent, const ResId& rResId ) : in SentenceEditWindow_Impl() argument
1309 MultiLineEdit( pParent, rResId ), in SentenceEditWindow_Impl()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx54 Bitmap::Bitmap( const ResId& rResId ) : in Bitmap() argument
57 const BitmapEx aBmpEx( rResId ); in Bitmap()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx104 ValueSet::ValueSet( Window* pParent, const ResId& rResId, bool bDisableTransientChildren ) : in ValueSet() argument
105 Control( pParent, rResId ), in ValueSet()
/trunk/main/tools/inc/tools/
H A Dstring.hxx470 UniString( const ResId& rResId );
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx856 SwContentTree::SwContentTree(Window* pParent, const ResId& rResId) : in SwContentTree() argument
857 SvTreeListBox( pParent, rResId ), in SwContentTree()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx151 DataTreeListBox::DataTreeListBox( XFormsPage* pPage, DataGroupType _eGroup, const ResId& rResId ) : in DataTreeListBox() argument
153 SvTreeListBox( pPage, rResId ), in DataTreeListBox()
/trunk/main/cui/source/customize/
H A Dcfg.cxx1458 Window* pParent, const ResId& rResId) in SvxMenuEntriesListBox() argument
1459 : SvTreeListBox( pParent, rResId ) in SvxMenuEntriesListBox()

Completed in 348 milliseconds

1...<<111213141516171819