Searched refs:pCurShell (Results 1 – 2 of 2) sorted by relevance
867 SwWrtShell* pCurShell = rData.pSh; in InsertFld() local868 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 …]
2797 ViewShell *pCurShell = pRootFrm ? pRootFrm->GetCurrShell() : NULL; in repaintTextFrames() local2798 if( pCurShell ) in repaintTextFrames()2799 pCurShell->InvalidateWindows( aRec ); in repaintTextFrames()