Home
last modified time | relevance | path

Searched refs:pCurShell (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx867 SwWrtShell* pCurShell = rData.pSh; in InsertFld() local
868 if(!pCurShell) in InsertFld()
869 pCurShell = pWrtShell ? pWrtShell : ::lcl_GetShell(); in InsertFld()
870 DBG_ASSERT(pCurShell, "no SwWrtShell found"); in InsertFld()
871 if(!pCurShell) in InsertFld()
878 SwPostItFieldType* pType = (SwPostItFieldType*)pCurShell->GetFldType(0, RES_POSTITFLD); in InsertFld()
894 (SwScriptFieldType*)pCurShell->GetFldType(0, RES_SCRIPTFLD); in InsertFld()
902 pCurShell->GetFldType( 0, RES_COMBINED_CHARS ); in InsertFld()
910 (SwAuthorityFieldType*)pCurShell->GetFldType(0, RES_AUTHORITY); in InsertFld()
914 (SwAuthorityFieldType*)pCurShell->InsertFldType( in InsertFld()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx2797 ViewShell *pCurShell = pRootFrm ? pRootFrm->GetCurrShell() : NULL; in repaintTextFrames() local
2798 if( pCurShell ) in repaintTextFrames()
2799 pCurShell->InvalidateWindows( aRec ); in repaintTextFrames()