Searched refs:m_pResMgr (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/tools/inc/tools/ |
H A D | rc.hxx | 38 ResMgr* m_pResMgr; member in Resource 42 { return m_pResMgr->IsAvailable( rId, this ); } in IsAvailableRes() 52 { return m_pResMgr->GetClass(); } in GetClassRes() 60 { return m_pResMgr->Increment( nBytes ); } in IncrementRes() 68 { return m_pResMgr->GetRemainSize(); } in GetRemainSizeRes() 79 { return m_pResMgr->ReadLong(); } in ReadLongRes() 82 { return m_pResMgr->ReadShort(); } in ReadShortRes() 85 { return m_pResMgr->ReadString(); } in ReadStringRes() 88 { return m_pResMgr->ReadByteString(); } in ReadByteStringRes() 93 { m_pResMgr->PopContext( this ); } in FreeResource() [all …]
|
H A D | resid.hxx | 55 mutable ResMgr * m_pResMgr; // load from this ResMgr (mutable for setting on demand) member in ResId 61 …m_pResource = pRes; m_nResId = nId; m_nRT = RSC_NOTYPE; m_pResMgr = &rMgr; m_nRT2 = RSC_NOTYPE; m_… in ImplInit() 62 OSL_ENSURE( m_pResMgr != NULL, "ResId without ResMgr created" ); in ImplInit() 134 ResMgr * GetResMgr() const { return m_pResMgr; } in GetResMgr() 137 m_pResMgr = pMgr; in SetResMgr() 138 OSL_ENSURE( m_pResMgr != NULL, "invalid ResMgr set on ResId" ); in SetResMgr()
|
H A D | StringListResource.hxx | 39 while( IsAvailableRes(ResId(i,*m_pResMgr).SetRT(RSC_STRING)) ) in StringListResource() 41 String sStr = String(ResId(i,*m_pResMgr)); in StringListResource()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hltpbase.cxx | 340 mpGrpMore = new FixedLine ( this, ResId (GRP_MORE, *m_pResMgr) ); in InitStdControls() 341 mpFtFrame = new FixedText ( this, ResId (FT_FRAME, *m_pResMgr) ); in InitStdControls() 342 … mpCbbFrame = new SvxFramesComboBox ( this, ResId (CB_FRAME, *m_pResMgr), GetDispatcher() ); in InitStdControls() 343 mpFtForm = new FixedText ( this, ResId (FT_FORM, *m_pResMgr) ); in InitStdControls() 344 mpLbForm = new ListBox ( this, ResId (LB_FORM, *m_pResMgr) ); in InitStdControls() 345 mpFtIndication= new FixedText ( this, ResId (FT_INDICATION, *m_pResMgr) ); in InitStdControls() 346 mpEdIndication= new Edit ( this, ResId (ED_INDICATION, *m_pResMgr) ); in InitStdControls() 347 mpFtText = new FixedText ( this, ResId (FT_TEXT, *m_pResMgr) ); in InitStdControls() 348 mpEdText = new Edit ( this, ResId (ED_TEXT, *m_pResMgr) ); in InitStdControls() 349 mpBtScript = new ImageButton ( this, ResId (BTN_SCRIPT, *m_pResMgr) ); in InitStdControls() [all …]
|
/aoo41x/main/toolkit/source/helper/ |
H A D | tkresmgr.cxx | 48 ResMgr* TkResMgr::m_pResMgr = NULL; member in TkResMgr 70 m_pResMgr = ResMgr::CreateResMgr( sResMgrName.GetBuffer() ); in ensureImplExists() 97 if ( m_pResMgr ) in loadImage() 98 aReturn = Image( ResId( nResId, *m_pResMgr ) ); in loadImage()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdownicon.cxx | 254 m_pResMgr( NULL ), in ShutdownIcon() 370 if( ! m_pResMgr ) in GetResString() 371 m_pResMgr = SfxResId::GetResMgr(); in GetResString() 372 ResId aResId( id, *m_pResMgr ); in GetResString() 374 if( !m_pResMgr || !m_pResMgr->IsAvailable( aResId ) ) in GetResString() 377 UniString aRes( ResId(id, *m_pResMgr) ); in GetResString() 654 m_pResMgr = pResMgr; in init()
|
H A D | shutdownicon.hxx | 79 ResMgr* m_pResMgr; member in ShutdownIcon
|
/aoo41x/main/tools/source/rc/ |
H A D | rc.cxx | 47 m_pResMgr = rResId.GetResMgr(); in GetRes() 48 m_pResMgr->GetResource( rResId, this ); in GetRes()
|
H A D | resmgr.cxx | 483 if( m_pResMgr ) in TestRes() 484 m_pResMgr->TestStack( this ); in TestRes()
|
/aoo41x/main/toolkit/inc/toolkit/helper/ |
H A D | tkresmgr.hxx | 43 static ResMgr* m_pResMgr; member in TkResMgr
|
/aoo41x/main/svx/source/inc/ |
H A D | stringlistresource.hxx | 66 return String( ResId( _nResId, *m_pResMgr ) ); in getString()
|
/aoo41x/main/uui/source/ |
H A D | iahndl.cxx | 1576 *m_pResMgr); in getString() 1582 m_pResMgr->PopContext(); in getString()
|
Completed in 91 milliseconds