Home
last modified time | relevance | path

Searched refs:pLocalColOffset (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/filter/html/
H A Dhtmlpars.cxx98 pLocalColOffset( new ScHTMLColOffset ), in ScHTMLLayoutParser()
115 MakeColNoRef( pLocalColOffset, 0, 0, 0, 0 ); in ScHTMLLayoutParser()
127 if ( pS->pLocalColOffset != pLocalColOffset ) in ~ScHTMLLayoutParser()
128 delete pS->pLocalColOffset; in ~ScHTMLLayoutParser()
131 if ( pLocalColOffset ) in ~ScHTMLLayoutParser()
132 delete pLocalColOffset; in ~ScHTMLLayoutParser()
508 static_cast<sal_Int32>( pLocalColOffset->Count() - 1)); in GetWidth()
510 sal_uInt16 nOff2 = (sal_uInt16) (*pLocalColOffset)[nPos]; in GetWidth()
526 if ( pLocalColOffset->Count() <= 2 ) in SetWidths()
530 pLocalColOffset->Remove( (sal_uInt16)0, pLocalColOffset->Count() ); in SetWidths()
[all …]
/AOO42X/main/sc/source/filter/inc/
H A Dhtmlpars.hxx75 ScHTMLColOffset* pLocalColOffset; member
94 pLocalColOffset( pTO ), in ScHTMLTableStackEntry()
136 ScHTMLColOffset* pLocalColOffset; // je Table member in ScHTMLLayoutParser