Searched refs:pCurrCnts (Results 1 – 1 of 1) sorted by relevance
3166 HTMLTableCnts* pCurrCnts; // der aktuelle Inhalt oder 0 member in _CellSaveStruct3197 void ClearIsInSection() { pCurrCnts = 0; } in ClearIsInSection()3198 sal_Bool IsInSection() const { return pCurrCnts!=0; } in IsInSection()3199 HTMLTableCnts *GetCurrContents() const { return pCurrCnts; } in GetCurrContents()3215 pCurrCnts( 0 ), in _CellSaveStruct()3369 pCurrCnts = pNewCnts; in AddContents()3417 (!rPos.nContent.GetIndex() && pCurrCnts==pCnts && in StartNoBreak()3439 if( pCnts && pCurrCnts==pCnts ) in CheckNoBreak()
Completed in 45 milliseconds