Searched refs:RequestedSpace (Results 1 – 5 of 5) sorted by relevance
105 …DefaultAcceptor::requestDockingAreaSpace( const css::awt::Rectangle& RequestedSpace ) throw (css::… in requestDockingAreaSpace() argument134 if ((( aSize.Width - RequestedSpace.X - RequestedSpace.Width ) < aMinSize.Width ) || in requestDockingAreaSpace()135 … (( aSize.Height - RequestedSpace.Y - RequestedSpace.Height ) < aMinSize.Height ) ) in requestDockingAreaSpace()
1433 const ::com::sun::star::awt::Rectangle& RequestedSpace in requestDockingAreaSpace()1444 RequestedSpace.X,RequestedSpace.Y, in requestDockingAreaSpace()1445 RequestedSpace.Width,RequestedSpace.Height); in requestDockingAreaSpace()
91 …al_Bool SAL_CALL requestDockingAreaSpace( const css::awt::Rectangle& RequestedSpace ) throw (css::…
270 const ::com::sun::star::awt::Rectangle& RequestedSpace
90 boolean requestDockingAreaSpace( [in] com::sun::star::awt::Rectangle RequestedSpace );
Completed in 49 milliseconds