Searched refs:pCondColl (Results 1 – 3 of 3) sorted by relevance
382 SwDepend* pCondColl; member in SwCntntNode753 return pCondColl ? (SwFmtColl*)pCondColl->GetRegisteredIn() : 0; in GetCondFmtColl()759 return pCondColl && pCondColl->GetRegisteredIn() in GetAnyFmtColl()760 ? *(SwFmtColl*)pCondColl->GetRegisteredIn() in GetAnyFmtColl()
1029 pCondColl( 0 ), in SwCntntNode()1046 if( pCondColl ) in ~SwCntntNode()1047 delete pCondColl; in ~SwCntntNode()1798 if( pCondColl && pCondColl->GetRegisteredIn() ) in GetNoCondAttr()1873 if( (!pColl && pCondColl) || ( pColl && !pCondColl ) || in SetCondFmtColl()1874 ( pColl && pColl != pCondColl->GetRegisteredIn() ) ) in SetCondFmtColl()1877 delete pCondColl; in SetCondFmtColl()1879 pCondColl = new SwDepend( this, pColl ); in SetCondFmtColl()1881 pCondColl = 0; in SetCondFmtColl()2028 else if( pCondColl ) in ChkCondColl()
432 SwTxtFmtColl* pCondColl = pDoc->FindTxtFmtCollByName( sName ); in Finish() local433 ASSERT( pCondColl, in Finish()435 if( pCondColl ) in Finish()437 SwCollCondition aCond( pCondColl, pCond->GetCondition(), in Finish()
Completed in 33 milliseconds