Searched refs:xControllerBorder (Results 1 – 2 of 2) sorted by relevance
230 uno::Reference< frame::XControllerBorder > xControllerBorder( rxController, uno::UNO_QUERY ); in startControllerListening() local231 if( xControllerBorder.is() ) in startControllerListening()232 try { xControllerBorder->addBorderResizeListener( this ); } catch( uno::Exception& ) {} in startControllerListening()250 uno::Reference< frame::XControllerBorder > xControllerBorder( rxController, uno::UNO_QUERY ); in stopControllerListening() local251 if( xControllerBorder.is() ) in stopControllerListening()252 try { xControllerBorder->removeBorderResizeListener( this ); } catch( uno::Exception& ) {} in stopControllerListening()
534 …uno::Reference< frame::XControllerBorder > xControllerBorder( m_xFrame->getController(), uno::UNO_… in ShowInplace() local535 if ( xControllerBorder.is() ) in ShowInplace()537 m_aBorderWidths = xControllerBorder->getBorder(); in ShowInplace()538 xControllerBorder->addBorderResizeListener( (frame::XBorderResizeListener*)this ); in ShowInplace()1297 …uno::Reference< frame::XControllerBorder > xControllerBorder( m_xFrame->getController(), uno::UNO_… in calcAdjustedRectangle() local1298 if ( xControllerBorder.is() ) in calcAdjustedRectangle()1301 aObjRect = xControllerBorder->queryBorderedArea( aObjRect ); in calcAdjustedRectangle()
Completed in 50 milliseconds