Searched refs:pColWidths (Results 1 – 3 of 3) sorted by relevance
406 Table* pColWidths = mpParser->GetColWidths(); in WriteToDocument() local407 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() local488 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()
123 Table* pColWidths; member in ScEEParser143 Table* GetColWidths() const { return pColWidths; } in GetColWidths()
187 pColWidths->Insert( j-1, (void*)aSize.Width() ); in Read()
Completed in 37 milliseconds