Lines Matching refs:SdResId

248 SdPageObjsTLB::SdPageObjsTLB( Window* pParentWin, const SdResId& rSdResId )   in SdPageObjsTLB()
256 , maImgOle ( BitmapEx( SdResId( BMP_OLE ) ) ) in SdPageObjsTLB()
257 , maImgGraphic ( BitmapEx( SdResId( BMP_GRAPHIC ) ) ) in SdPageObjsTLB()
258 , maImgOleH ( BitmapEx( SdResId( BMP_OLE_H ) ) ) in SdPageObjsTLB()
259 , maImgGraphicH ( BitmapEx( SdResId( BMP_GRAPHIC_H ) ) ) in SdPageObjsTLB()
271 SetNodeBitmaps( Bitmap( SdResId( BMP_EXPAND ) ), in SdPageObjsTLB()
272 Bitmap( SdResId( BMP_COLLAPSE ) ) ); in SdPageObjsTLB()
274 SetNodeBitmaps( Bitmap( SdResId( BMP_EXPAND_H ) ), in SdPageObjsTLB()
275 Bitmap( SdResId( BMP_COLLAPSE_H ) ), in SdPageObjsTLB()
499 aRet = SdResId(STR_NAVIGATOR_SHAPE_BASE_NAME); in GetObjectName()
648 Image aImgDocOpen=Image( BitmapEx( SdResId( BMP_DOC_OPEN ) ) ); in Fill()
649 Image aImgDocClosed=Image( BitmapEx( SdResId( BMP_DOC_CLOSED ) ) ); in Fill()
650 Image aImgDocOpenH=Image( BitmapEx( SdResId( BMP_DOC_OPEN_H ) ) ); in Fill()
651 Image aImgDocClosedH=Image( BitmapEx( SdResId( BMP_DOC_CLOSED_H ) ) ); in Fill()
1040 Image aImgPage=Image( BitmapEx( SdResId( BMP_PAGE ) ) ); in RequestingChilds()
1041 Image aImgPageObjs=Image( BitmapEx( SdResId( BMP_PAGEOBJS ) ) ); in RequestingChilds()
1042 Image aImgObjects=Image( BitmapEx( SdResId( BMP_OBJECTS ) ) ); in RequestingChilds()
1043 Image aImgPageH=Image( BitmapEx( SdResId( BMP_PAGE_H ) ) ); in RequestingChilds()
1044 Image aImgPageObjsH=Image( BitmapEx( SdResId( BMP_PAGEOBJS_H ) ) ); in RequestingChilds()
1045 Image aImgObjectsH=Image( BitmapEx( SdResId( BMP_OBJECTS_H ) ) ); in RequestingChilds()
1167 ErrorBox aErrorBox( this, WB_OK, String( SdResId( STR_READ_DATA_ERROR ) ) ); in GetBookmarkDoc()
1857 : maImgPage( BitmapEx( SdResId( BMP_PAGE ) ) ), in IconProvider()
1858 maImgPageExcl( BitmapEx( SdResId( BMP_PAGE_EXCLUDED ) ) ), in IconProvider()
1859 maImgPageObjsExcl( BitmapEx( SdResId( BMP_PAGEOBJS_EXCLUDED ) ) ), in IconProvider()
1860 maImgPageObjs( BitmapEx( SdResId( BMP_PAGEOBJS ) ) ), in IconProvider()
1861 maImgObjects( BitmapEx( SdResId( BMP_OBJECTS ) ) ), in IconProvider()
1862 maImgGroup( BitmapEx( SdResId( BMP_GROUP ) ) ), in IconProvider()
1864 maImgPageH( BitmapEx( SdResId( BMP_PAGE_H ) ) ), in IconProvider()
1865 maImgPageExclH( BitmapEx( SdResId( BMP_PAGE_EXCLUDED_H ) ) ), in IconProvider()
1866 maImgPageObjsExclH( BitmapEx( SdResId( BMP_PAGEOBJS_EXCLUDED_H ) ) ), in IconProvider()
1867 maImgPageObjsH( BitmapEx( SdResId( BMP_PAGEOBJS_H ) ) ), in IconProvider()
1868 maImgObjectsH( BitmapEx( SdResId( BMP_OBJECTS_H ) ) ), in IconProvider()
1869 maImgGroupH( BitmapEx( SdResId( BMP_GROUP_H ) ) ) in IconProvider()