Lines Matching refs:xP

209 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >  xP = ImplGetCompatiblePeer…  in Impl_getMinimumSize()
210 DBG_ASSERT( xP.is(), "Layout: No Peer!" ); in Impl_getMinimumSize()
211 if ( xP.is() ) in Impl_getMinimumSize()
213 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XLayoutConstrains > xL( xP, ::com::sun::… in Impl_getMinimumSize()
217 if ( !getPeer().is() || ( getPeer() != xP ) ) in Impl_getMinimumSize()
218 xP->dispose(); in Impl_getMinimumSize()
226 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xP = ImplGetCompatiblePeer… in Impl_getPreferredSize()
227 DBG_ASSERT( xP.is(), "Layout: No Peer!" ); in Impl_getPreferredSize()
228 if ( xP.is() ) in Impl_getPreferredSize()
230 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XLayoutConstrains > xL( xP, ::com::sun::… in Impl_getPreferredSize()
234 if ( !getPeer().is() || ( getPeer() != xP ) ) in Impl_getPreferredSize()
235 xP->dispose(); in Impl_getPreferredSize()
243 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xP = ImplGetCompatiblePeer… in Impl_calcAdjustedSize()
244 DBG_ASSERT( xP.is(), "Layout: No Peer!" ); in Impl_calcAdjustedSize()
245 if ( xP.is() ) in Impl_calcAdjustedSize()
247 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XLayoutConstrains > xL( xP, ::com::sun::s… in Impl_calcAdjustedSize()
251 if ( !getPeer().is() || ( getPeer() != xP ) ) in Impl_calcAdjustedSize()
252 xP->dispose(); in Impl_calcAdjustedSize()
260 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xP = ImplGetCompatiblePeer… in Impl_getMinimumSize()
261 DBG_ASSERT( xP.is(), "Layout: No Peer!" ); in Impl_getMinimumSize()
262 if ( xP.is() ) in Impl_getMinimumSize()
264 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XTextLayoutConstrains > xL( xP, ::com::s… in Impl_getMinimumSize()
268 if ( !getPeer().is() || ( getPeer() != xP ) ) in Impl_getMinimumSize()
269 xP->dispose(); in Impl_getMinimumSize()
276 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xP = ImplGetCompatiblePeer… in Impl_getColumnsAndLines()
277 DBG_ASSERT( xP.is(), "Layout: No Peer!" ); in Impl_getColumnsAndLines()
278 if ( xP.is() ) in Impl_getColumnsAndLines()
280 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XTextLayoutConstrains > xL( xP, ::com::s… in Impl_getColumnsAndLines()
284 if ( !getPeer().is() || ( getPeer() != xP ) ) in Impl_getColumnsAndLines()
285 xP->dispose(); in Impl_getColumnsAndLines()