Searched refs:pActual (Results 1 – 5 of 5) sorted by relevance
1157 const SwCntntFrm *pActual= pCntnt; in GetCntntPos() local1188 pActual = pCntnt; in GetCntntPos()1226 pActual = pCntnt; in GetCntntPos()1236 if ( !pActual ) in GetCntntPos()1276 pActual = pCntnt; in GetCntntPos()1283 ASSERT( pActual, "Keinen Cntnt gefunden." ); in GetCntntPos()1285 ASSERT( pActual->IsInDocBody(), "Cnt nicht im Body." ); in GetCntntPos()1290 if ( pActual->IsInTab() && pCMS && pCMS->eState == MV_TBLSEL ) in GetCntntPos()1292 const SwTabFrm *pTab = pActual->FindTabFrm(); in GetCntntPos()1293 if ( pTab->IsFollow() && pTab->IsInHeadline( *pActual ) ) in GetCntntPos()[all …]
76 SvxIDPropertyCombine* pActual = pCombiList->First(); in GetUsrAnyForID() local77 while(pActual) in GetUsrAnyForID()79 if(pActual->nWID == nWID) in GetUsrAnyForID()80 return &pActual->aAny; in GetUsrAnyForID()81 pActual = pCombiList->Next(); in GetUsrAnyForID()
2071 SdrHdl* pActual = GetFocusHdl(); in SetFocusHdl() local2073 if(!pActual || pActual != pNew) in SetFocusHdl()2082 if(pActual) in SetFocusHdl()2084 pActual->Touch(); in SetFocusHdl()
1507 void OutlineView::SetActualPage( SdPage* pActual ) in SetActualPage() argument1509 …if( pActual && mpOutliner && dynamic_cast<Outliner*> ( mpOutliner )->GetIgnoreCurrentPageChangesLe… in SetActualPage()1512 Paragraph* pPara = GetParagraphForPage( mpOutliner, pActual ); in SetActualPage()
99 void SetActualPage( SdPage* pActual );