Home
last modified time | relevance | path

Searched refs:pColWidths (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx406 Table* pColWidths = mpParser->GetColWidths(); in WriteToDocument() local
407 if ( pColWidths->Count() ) in WriteToDocument()
413 sal_uInt16 nWidth = (sal_uInt16)(sal_uLong) pColWidths->Get( nCol ); in WriteToDocument()
487 Table* pColWidths = mpParser->GetColWidths(); in GraphicSize() local
488 long nThisWidth = (long) pColWidths->Get( nCol ); in GraphicSize()
493 nColWidths += (long) pColWidths->Get( nC ); in GraphicSize()
498 pColWidths->Replace( nCol, (void*)(nWidth - nColWidths + nThisWidth) ); in GraphicSize()
500 pColWidths->Insert( nCol, (void*)(nWidth - nColWidths) ); in GraphicSize()
594 pColWidths( new Table ), in ScEEParser()
611 delete pColWidths; in ~ScEEParser()
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx123 Table* pColWidths; member in ScEEParser
143 Table* GetColWidths() const { return pColWidths; } in GetColWidths()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx187 pColWidths->Insert( j-1, (void*)aSize.Width() ); in Read()

Completed in 51 milliseconds