Home
last modified time | relevance | path

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

12345678910>>...19

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1135 CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
1199 CustomAnimationEffectTabPage::CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, c… in CustomAnimationEffectTabPage() argument
1200 : TabPage( pParent, rResId ), mbHasText( sal_False ), mpSet(pSet ) in CustomAnimationEffectTabPage()
1862 CustomAnimationDurationTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
1887 CustomAnimationDurationTabPage::CustomAnimationDurationTabPage(Window* pParent, const ResId& rResId in CustomAnimationDurationTabPage() argument
1888 : TabPage( pParent, rResId ), mpSet( pSet ) in CustomAnimationDurationTabPage()
2241 CustomAnimationTextAnimTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet );
2261 CustomAnimationTextAnimTabPage::CustomAnimationTextAnimTabPage(Window* pParent, const ResId& rResId in CustomAnimationTextAnimTabPage() argument
2262 : TabPage( pParent, rResId ), in CustomAnimationTextAnimTabPage()
2535 PropertyControl::PropertyControl( Window* pParent, const ResId& rResId ) in PropertyControl() argument
[all …]
/trunk/main/vcl/source/control/
H A Dedit.cxx206 Edit::Edit( Window* pParent, const ResId& rResId ) : in Edit() argument
210 rResId.SetRT( RSC_EDIT ); in Edit()
211 WinBits nStyle = ImplInitRes( rResId ); in Edit()
213 ImplLoadRes( rResId ); in Edit()
217 if ( !(nStyle & WB_HIDE) && rResId.GetRT() != RSC_MULTILINEEDIT ) in Edit()
227 rResId.SetRT( RSC_EDIT ); in Edit()
228 WinBits nStyle = ImplInitRes( rResId ); in Edit()
230 ImplLoadRes( rResId ); in Edit()
236 if ( !(nStyle & WB_HIDE) && rResId.GetRT() != RSC_MULTILINEEDIT ) in Edit()
1365 void Edit::ImplLoadRes( const ResId& rResId ) in ImplLoadRes() argument
[all …]
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()
/trunk/main/vcl/inc/vcl/
H A Dtabctrl.hxx91 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
101 TabControl( Window* pParent, const ResId& rResId );
130 void InsertPage( const ResId& rResId,
H A Dedit.hxx126 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
154 Edit( Window* pParent, const ResId& rResId );
155 … Edit( Window* pParent, const ResId& rResId, bool bDisableAccessibleLabeledByRelation );
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx48 Svx3DPreviewControl::Svx3DPreviewControl(Window* pParent, const ResId& rResId) in Svx3DPreviewControl() argument
49 : Control(pParent, rResId), in Svx3DPreviewControl()
257 Svx3DLightControl::Svx3DLightControl(Window* pParent, const ResId& rResId) in Svx3DLightControl() argument
258 : Svx3DPreviewControl(pParent, rResId), in Svx3DLightControl()
984 SvxLightCtl3D::SvxLightCtl3D( Window* pParent, const ResId& rResId) in SvxLightCtl3D() argument
985 : Control(pParent, rResId), in SvxLightCtl3D()
H A Dsimptabl.cxx45 SvxSimpTblContainer::SvxSimpTblContainer( Window* pParent, const ResId& rResId): in SvxSimpTblContainer() argument
46 Control(pParent,rResId) in SvxSimpTblContainer()
105 SvxSimpleTable::SvxSimpleTable( Window* pParent,const ResId& rResId): in SvxSimpleTable() argument
107 aPrivContainer(pParent,rResId), in SvxSimpleTable()
H A Dsvxbmpnumvalueset.cxx426 SvxNumValueSet::SvxNumValueSet( Window* pParent, const ResId& rResId, sal_uInt16 nType ) : in SvxNumValueSet() argument
428 ValueSet( pParent, rResId ), in SvxNumValueSet()
497 SvxBmpNumValueSet::SvxBmpNumValueSet( Window* pParent, const ResId& rResId/*, const List& rStrNames… in SvxBmpNumValueSet() argument
499 SvxNumValueSet( pParent, rResId, NUM_PAGETYPE_BMP ), in SvxBmpNumValueSet()
H A Dstddlg.cxx51 SvxStandardDialog::SvxStandardDialog( Window *pParent, const ResId &rResId ) : in SvxStandardDialog() argument
52 SfxModalDialog( pParent, rResId ) in SvxStandardDialog()
/trunk/main/vcl/source/window/
H A Dsplit.cxx167 Splitter::Splitter( Window* pParent, const ResId& rResId ) : in Splitter() argument
171 rResId.SetRT( RSC_SPLITTER ); in Splitter()
172 WinBits nStyle = ImplInitRes( rResId ); in Splitter()
174 ImplLoadRes( rResId ); in Splitter()
H A Djavachild.cxx40 JavaChildWindow::JavaChildWindow( Window* pParent, const ResId& rResId ) : in JavaChildWindow() argument
41 SystemChildWindow( pParent, rResId ) in JavaChildWindow()
/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx55 SvxFramesComboBox::SvxFramesComboBox ( Window* pParent, const ResId& rResId, in SvxFramesComboBox() argument
57 : ComboBox (pParent, rResId) in SvxFramesComboBox()
278 const ResId &rResId, in SvxHyperlinkTabPageBase() argument
280 : IconChoicePage ( pParent, rResId, rItemSet ), in SvxHyperlinkTabPageBase()
H A Dpasswdomdlg.cxx56 PasswordReenterEdit_Impl( Window * pParent, const ResId &rResId );
64 PasswordReenterEdit_Impl::PasswordReenterEdit_Impl( Window * pParent, const ResId &rResId ) : in PasswordReenterEdit_Impl() argument
65 Edit( pParent, rResId ) in PasswordReenterEdit_Impl()
H A Diconcdlg.cxx88 IconChoicePage::IconChoicePage( Window *pParent, const ResId &rResId, in IconChoicePage() argument
90 : TabPage ( pParent, rResId ), in IconChoicePage()
214 IconChoiceDialog::IconChoiceDialog ( Window* pParent, const ResId &rResId, in IconChoiceDialog() argument
217 : ModalDialog ( pParent, rResId ), in IconChoiceDialog()
232 nResId ( rResId.GetId() ), in IconChoiceDialog()
/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx171 _SfxMacroTabPage::_SfxMacroTabPage( Window* pParent, const ResId& rResId, const SfxItemSet& rAttrSe… in _SfxMacroTabPage() argument
172 : SfxTabPage( pParent, rResId, rAttrSet ) in _SfxMacroTabPage()
457 SfxMacroTabPage::SfxMacroTabPage( Window* pParent, const ResId& rResId, const Reference< XFrame >& … in SfxMacroTabPage() argument
458 : _SfxMacroTabPage( pParent, rResId, rSet ) in SfxMacroTabPage()
/trunk/main/desktop/source/deployment/gui/
H A Dlicense_dialog.cxx66 LicenseView( Window* pParent, const ResId& rResId );
122 LicenseView::LicenseView( Window* pParent, const ResId& rResId ) in LicenseView() argument
123 : MultiLineEdit( pParent, rResId ) in LicenseView()
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx89 SwAddressControl_Impl(Window* pParent, const ResId& rResId );
102 SwAddressControl_Impl::SwAddressControl_Impl(Window* pParent, const ResId& rResId ) : in SwAddressControl_Impl() argument
103 Control(pParent, rResId), in SwAddressControl_Impl()
107 m_aScrollBar(this, ResId(SCR_1,*rResId.GetResMgr())), in SwAddressControl_Impl()
108 m_aWindow(this, ResId(WIN_DATA,*rResId.GetResMgr())), in SwAddressControl_Impl()
/trunk/main/starmath/source/
H A Ddialog.cxx658 SmCategoryDesc::SmCategoryDesc(const ResId& rResId, sal_uInt16 nCategoryIdx) : in SmCategoryDesc() argument
659 Resource(rResId), in SmCategoryDesc()
662 if (IsAvailableRes(ResId(1,*rResId.GetResMgr()).SetRT(RSC_STRING))) in SmCategoryDesc()
664 Name = XubString(ResId(1,*rResId.GetResMgr())); in SmCategoryDesc()
671 if (IsAvailableRes(ResId(nI2,*rResId.GetResMgr()).SetRT(RSC_STRING))) in SmCategoryDesc()
673 Strings [i] = new XubString(ResId(nI2,*rResId.GetResMgr())); in SmCategoryDesc()
674 Graphics [i] = new Bitmap(ResId(10*nI2,*rResId.GetResMgr())); in SmCategoryDesc()
675 GraphicsH[i] = new Bitmap(ResId(10*nI2+1,*rResId.GetResMgr())); in SmCategoryDesc()
1240 SmShowSymbolSet::SmShowSymbolSet(Window *pParent, const ResId& rResId) : in SmShowSymbolSet() argument
1241 Control(pParent, rResId), in SmShowSymbolSet()
/trunk/main/starmath/inc/
H A Dutility.hxx143 SmInfoText(Window* pParent, const ResId& rResId, sal_uInt16 nMax = 128);
336 SmStringPickComboBox(Window* pParent, const ResId& rResId, sal_uInt16 nMax = 4);
359 SmFontPickListBox(Window* pParent, const ResId& rResId, sal_uInt16 nMax = 4);
/trunk/main/sfx2/inc/sfx2/
H A Dtabdlg.hxx141 SfxTabDialog( Window* pParent, const ResId &rResId, sal_uInt16 nSetId, SfxBindings& rBindings,
143 SfxTabDialog( Window* pParent, const ResId &rResId, const SfxItemSet * = 0,
145 SfxTabDialog( SfxViewFrame *pViewFrame, Window* pParent, const ResId &rResId,
/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/chart2/source/controller/dialogs/
H A DRangeSelectionButton.cxx38 RangeSelectionButton::RangeSelectionButton( Window *pParent, const ResId& rResId ) : in RangeSelectionButton() argument
39 ImageButton( pParent, rResId ) in RangeSelectionButton()
H A Dtp_DataSourceControls.cxx41 SeriesListBox::SeriesListBox( Window* pParent, const ResId & rResId ) : in SeriesListBox() argument
42 SvTreeListBox( pParent, rResId ) in SeriesListBox()
/trunk/main/svx/source/gallery2/
H A DGallerySplitter.cxx31 const ResId& rResId, in DBG_NAME()
33 : Splitter( pParent, rResId ), in DBG_NAME()
/trunk/main/svtools/inc/svtools/
H A Dstdctrl.hxx44 FixedInfo( Window* pParent, const ResId& rResId );
60 SelectableFixedText( Window* pParent, const ResId& rResId );

Completed in 188 milliseconds

12345678910>>...19