Home
last modified time | relevance | path

Searched refs:pShellRes (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx1131 ShellResource* pShellRes = ViewShell::GetShellRes(); in InitTOXTypes() local
1132 SwTOXType * pNew = new SwTOXType(TOX_CONTENT, pShellRes->aTOXContentName ); in InitTOXTypes()
1134 pNew = new SwTOXType(TOX_INDEX, pShellRes->aTOXIndexName ); in InitTOXTypes()
1136 pNew = new SwTOXType(TOX_USER, pShellRes->aTOXUserName ); in InitTOXTypes()
1138 pNew = new SwTOXType(TOX_ILLUSTRATIONS, pShellRes->aTOXIllustrationsName ); in InitTOXTypes()
1140 pNew = new SwTOXType(TOX_OBJECTS, pShellRes->aTOXObjectsName ); in InitTOXTypes()
1142 pNew = new SwTOXType(TOX_TABLES, pShellRes->aTOXTablesName ); in InitTOXTypes()
1144 pNew = new SwTOXType(TOX_AUTHORITIES, pShellRes->aTOXAuthoritiesName ); in InitTOXTypes()
/trunk/main/sw/inc/
H A Dviewsh.hxx192 static ShellResource* pShellRes; // Resourcen fuer die Shell member in ViewShell
446 static void SetShellRes( ShellResource* pRes ) { pShellRes = pRes; } in SetShellRes()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx158 ShellResource* pShellRes = ViewShell::GetShellRes(); in lcl_ConvertTOUNameToProgrammaticName() local
160 if(rTmp.equals(pShellRes->aTOXUserName)) in lcl_ConvertTOUNameToProgrammaticName()
175 ShellResource* pShellRes = ViewShell::GetShellRes(); in lcl_ConvertTOUNameToUserName() local
178 rTmp = pShellRes->aTOXUserName; in lcl_ConvertTOUNameToUserName()
180 else if(!pShellRes->aTOXUserName.EqualsAscii(cUserDefined) && in lcl_ConvertTOUNameToUserName()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx79 ShellResource *ViewShell::pShellRes = 0; member in ViewShell
2630 return pShellRes; in GetShellRes()

Completed in 49 milliseconds