Home
last modified time | relevance | path

Searched refs:pCurrCnts (Results 1 – 1 of 1) sorted by path

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx3166 HTMLTableCnts* pCurrCnts; // der aktuelle Inhalt oder 0 member in _CellSaveStruct
3197 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 43 milliseconds