Home
last modified time | relevance | path

Searched refs:ResId (Results 126 – 150 of 822) sorted by relevance

12345678910>>...33

/trunk/main/sfx2/inc/sfx2/
H A Dbasedlgs.hxx80 SfxModalDialog(Window *pParent, const ResId& );
110 Window*, const ResId& );
149 const ResId& rResId);
/trunk/main/svx/inc/svx/
H A Drubydialog.hxx57 RubyPreview(SvxRubyDialog& rParent, const ResId& rResId);
77 RubyEdit(Window* pParent, const ResId& rResId) : in RubyEdit()
191 Window* pParent, const ResId& rResId );
/trunk/main/vcl/inc/vcl/
H A Dimage.hxx70 Image( const ResId& rResId );
109 ImageList( const ResId& rResId );
119 void InsertFromHorizontalBitmap( const ResId& rResId,
H A Dscrbar.hxx79 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
97 explicit ScrollBar( Window* pParent, const ResId& );
160 explicit ScrollBarBox( Window* pParent, const ResId& );
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 Dlstbox.hxx76 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
87 explicit ListBox( Window* pParent, const ResId& );
267 explicit MultiListBox( Window* pParent, const ResId& );
H A Dmenu.hxx171 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
228 void InsertItem( const ResId& rResId, sal_uInt16 nPos = MENU_APPEND );
419 explicit MenuBar( const ResId& );
509 explicit PopupMenu( const ResId& );
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/desktop/source/deployment/misc/
H A Ddp_resource.cxx70 ResId getResId( sal_uInt16 id ) in getResId()
73 return ResId( id, *DeploymentResMgr::get() ); in getResId()
80 String ret( ResId( id, *DeploymentResMgr::get() ) ); in getResourceString()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx204 HexColorControl( Window* pParent, const ResId& rResId );
216 HexColorControl::HexColorControl( Window* pParent, const ResId& rResId ) in HexColorControl()
345 ColorPreviewControl( Window* pParent, const ResId& rResId );
356 ColorPreviewControl::ColorPreviewControl( Window* pParent, const ResId& rResId ) in ColorPreviewControl()
391 ColorFieldControl( Window* pParent, const ResId& rResId );
432 ColorFieldControl::ColorFieldControl( Window* pParent, const ResId& rResId ) in ColorFieldControl()
797 ColorSliderControl( Window* pParent, const ResId& rResId );
831 ColorSliderControl::ColorSliderControl( Window* pParent, const ResId& rResId ) in ColorSliderControl()
/trunk/main/starmath/source/
H A Ddialog.cxx87 aNormal ( ResId( RID_FONTREGULAR, *SM_MOD()->GetResMgr() ) ), in SmFontStyles()
88 aBold ( ResId( RID_FONTBOLD, *SM_MOD()->GetResMgr() ) ), in SmFontStyles()
89 aItalic ( ResId( RID_FONTITALIC, *SM_MOD()->GetResMgr() ) ) in SmFontStyles()
658 SmCategoryDesc::SmCategoryDesc(const ResId& rResId, sal_uInt16 nCategoryIdx) : 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()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx112 …FormattedField(Window* pParent, const ResId& rResId, SvNumberFormatter* pInitialFormatter = NULL, …
299 DoubleNumericField(Window* pParent, const ResId& rResId) in DoubleNumericField()
331 DoubleCurrencyField(Window* pParent, const ResId& rResId);
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1037 SwAssignFieldsControl(Window* pParent, const ResId& rResId,
1052 Window* pParent, const ResId& rResId, SwMailMergeConfigItem& rConfigItem) : in SwAssignFieldsControl()
1057 m_aVScroll(this, ResId(SCR_1, *rResId.GetResMgr() )), in SwAssignFieldsControl()
1059 m_aWindow(this, ResId(WIN_DATA, *rResId.GetResMgr())), in SwAssignFieldsControl()
1119 FixedInfo* pNewText = new FixedInfo(&m_aWindow, ResId( FT_FIELDS, *rResId.GetResMgr())); in SwAssignFieldsControl()
1123 ListBox* pNewLB = new ListBox(&m_aWindow, ResId(LB_FIELDS, *rResId.GetResMgr())); in SwAssignFieldsControl()
1128 … FixedInfo* pNewPreview = new FixedInfo(&m_aWindow, ResId( FT_PREVIEW, *rResId.GetResMgr() )); in SwAssignFieldsControl()
1448 DDListBox::DDListBox(SwCustomizeAddressBlockDialog* pParent, const ResId rResId) : in DDListBox()
1503 AddressMultiLineEdit::AddressMultiLineEdit(SwCustomizeAddressBlockDialog* pParent, const ResId& rRe… in AddressMultiLineEdit()
H A Dmmaddressblockpage.hxx160 DDListBox(SwCustomizeAddressBlockDialog* pParent, const ResId rResId);
185 AddressMultiLineEdit(SwCustomizeAddressBlockDialog* pParent, const ResId& rResId);
217 SwRestrictedComboBox(Window* pParent, const ResId& rResId): in SwRestrictedComboBox()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.hxx107 ExtBasicTreeListBox( Window* pParent, const ResId& rRes );
123 BasicCheckBox( Window* pParent, const ResId& rResId );
209 ObjectPage( Window* pParent, const ResId& rResId, sal_uInt16 nMode );
H A Dobjdlg.cxx50 ObjectTreeListBox::ObjectTreeListBox( Window* pParent, const ResId& rRes ) in ObjectTreeListBox()
292 Window * pParent, ResId const & rResId, in ObjectCatalogToolBox_Impl()
293 ResId const & rImagesHighContrastId): in ObjectCatalogToolBox_Impl()
/trunk/main/svx/source/inc/
H A Ddocrecovery.hxx430 IExtendedTabPage( Window* pParent, const ResId& rResId ) in IExtendedTabPage()
628 const ResId& rResId );
857 ErrorDescriptionEdit( Window* pParent, const ResId& rResId );
946 ErrorRepEdit( Window* pParent, const ResId& rResId );
/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);
H A Dapplicat.hxx63 class SmResId : public ResId
67 ResId(nId) in SmResId()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx52 TabDialog( pParent, ResId( DLG_XML_FILTER_TABDIALOG, rResMgr ) ), in XMLFilterTabDialog()
55 maTabCtrl( this, ResId( 1, rResMgr ) ), in XMLFilterTabDialog()
301 ResId aResId( nErrorId, mrResMgr ); in onOk()
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx77 DropListBox_Impl( Window* pParent, const ResId& rId, SfxCommonTemplateDialog_Impl* pD ) : in DropListBox_Impl()
99 SfxActionListBox( SfxCommonTemplateDialog_Impl* pParent, const ResId &rResId );
151 ResId* m_pStyleFamiliesId;
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx123 PopupMenu( ResId( RID_SVXMNU_PSZ_FUNC, DIALOG_MGR() ) ), in FunctionPopup_Impl()
432 Image aTmpPosImage( ResId( RID_SVXBMP_POSITION, DIALOG_MGR() ) ); in GetDefItemWidth()
433 Image aTmpSizeImage( ResId( RID_SVXBMP_SIZE, DIALOG_MGR() ) ); in GetDefItemWidth()
/trunk/main/automation/source/inc/
H A Dsttresid.hxx30 class SttResId : public ResId
34 SttResId( sal_uInt32 nId ) : ResId( nId, *getSttResMgr() ) {} in SttResId()
/trunk/main/basic/inc/
H A Dbasrid.hxx29 class SttResId : public ResId
35 class BasResId : public ResId
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx166 Window* _pParent, const ResId& rResId ) : in SvxContourDlg()
386 Window* _pParent, const ResId& rResId ) : in SvxSuperContourDlg()
390 aTbx1 ( this, ResId( TBX1, *rResId.GetResMgr() ) ), in SvxSuperContourDlg()
391 aMtfTolerance ( this, ResId( MTF_TOLERANCE, *rResId.GetResMgr() ) ), in SvxSuperContourDlg()
392 aContourWnd ( this, ResId( CTL_CONTOUR, *rResId.GetResMgr() ) ), in SvxSuperContourDlg()

Completed in 125 milliseconds

12345678910>>...33