Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/html/
H A Dhtmlform.cxx766 uno::Reference< awt::XLayoutConstrains > xLC( xControl, UNO_QUERY ); in SetControlSize() local
767 awt::Size aTmpSz( xLC->getPreferredSize() ); in SetControlSize()
775 uno::Reference< awt::XTextLayoutConstrains > xLC( xControl, UNO_QUERY ); in SetControlSize() local
776 ASSERT( xLC.is(), "kein XTextLayoutConstrains" ); in SetControlSize()
777 if( xLC.is() ) in SetControlSize()
785 …aTmpSz = xLC->getMinimumSize( static_cast< sal_Int16 >(aTmpSz.Width), static_cast< sal_Int16 >(aTm… in SetControlSize()
H A Dhtmlforw.cxx730 uno::Reference< awt::XTextLayoutConstrains > xLC( xControl, uno::UNO_QUERY ); in GetControlSize() local
731 ASSERT( xLC.is(), "kein XTextLayoutConstrains" ); in GetControlSize()
732 if( !xLC.is() ) in GetControlSize()
736 xLC->getColumnsAndLines( nCols, nLines ); in GetControlSize()

Completed in 26 milliseconds