Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx126 sal_Bool ScRTFParser::SeekTwips( sal_uInt16 nTwips, SCCOL* pCol ) in SeekTwips() function in ScRTFParser
166 SeekTwips( pE->nTwips, &nCol ); in ColAdjust()
238 if ( !( SeekTwips( nLastWidth, &n1 ) in NewCellRow()
239 && SeekTwips( pD->nTwips, &n2 ) && n1 == n2) ) in NewCellRow()
246 if ( !SeekTwips( pD->nTwips, &n ) ) in NewCellRow()
/trunk/main/sc/source/filter/inc/
H A Drtfparse.hxx75 sal_Bool SeekTwips( sal_uInt16 nTwips, SCCOL* pCol );

Completed in 26 milliseconds