Searched refs:pSwResMgr (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdialmgr.cxx | 40 ResMgr* pSwResMgr=0; variable 44 if ( !pSwResMgr ) in GetResMgr() 46 pSwResMgr = SfxApplication::CreateResManager( "sw" ); in GetResMgr() 49 return pSwResMgr; in GetResMgr()
|
H A D | swuiexp.cxx | 39 if ( !pSwResMgr) in GetFactory()
|
/aoo41x/main/sw/inc/ |
H A D | swtypes.hxx | 179 extern ResMgr* pSwResMgr; // steht in swapp0.cxx 180 #define SW_RES(i) ResId(i,*pSwResMgr) 181 #define SW_RESSTR(i) UniString(ResId(i,*pSwResMgr))
|
/aoo41x/main/sw/source/ui/app/ |
H A D | swmodule.cxx | 163 ResMgr *pSwResMgr = 0; variable 211 pSwResMgr = GetResMgr(); in SwModule() 216 pSwResMgr ); in SwModule()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | initui.cxx | 247 : Resource( ResId(RID_SHELLRES_AUTOFMTSTRS, *pSwResMgr) ) in ImpAutoFmtNameListLoader() 251 String* p = new String( ResId( n + 1, *pSwResMgr) ); in ImpAutoFmtNameListLoader()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 2033 ResId aId( nDefStrId, *pSwResMgr ); in lcl_GetUniqueFlyName() 2139 ResId nFrmId( STR_FRAME_DEFNAME, *pSwResMgr ), in SetAllUniqueFlyNames() 2140 nGrfId( STR_GRAPHIC_DEFNAME, *pSwResMgr ), in SetAllUniqueFlyNames() 2141 nOLEId( STR_OBJECT_DEFNAME, *pSwResMgr ); in SetAllUniqueFlyNames()
|
H A D | poolfmt.cxx | 362 ResId aResId( nResId + nId, *pSwResMgr ); in GetTxtCollFromPool() 1156 ResId aResId( nRCId + nId, *pSwResMgr ); in GetFmtFromPool() 1478 … const ResId aResId( sal_uInt32(RC_POOLPAGEDESC_BEGIN + nId - RES_POOLPAGE_BEGIN), *pSwResMgr ); in GetPageDescFromPool() 1658 ResId aResId( sal_uInt32(RC_POOLNUMRULE_BEGIN + nId - RES_POOLNUMRULE_BEGIN), *pSwResMgr ); in GetNumRuleFromPool()
|
H A D | SwStyleNameMapper.cxx | 37 extern ResMgr* pSwResMgr; 894 const ResId rRId( nStt, *pSwResMgr ); in NewUINameArray()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mailmergechildwindow.cxx | 101 ResId aResId( nIResId, *pSwResMgr ); in SwMailMergeChildWin()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 1432 ResId aId( STR_REGION_DEFNAME, *pSwResMgr ); in GetUniqueSectionName()
|
H A D | ndtbl.cxx | 3973 ResId aId( STR_TABLE_DEFNAME, *pSwResMgr ); in GetUniqueTblName()
|
Completed in 116 milliseconds