Searched refs:aDesktop (Results 1 – 8 of 8) sorted by relevance
83 Rectangle aDesktop = pParentWin->GetDesktopRectPixel(); in SwGetChartDialogPos() local89 if ( aDesktop.Bottom() - aObjAbs.Bottom() >= rDialogSize.Height() + aSpace.Height() ) in SwGetChartDialogPos()95 else if ( aObjAbs.Top() - aDesktop.Top() >= rDialogSize.Height() + aSpace.Height() ) in SwGetChartDialogPos()103 … bool bFitLeft = ( aObjAbs.Left() - aDesktop.Left() >= rDialogSize.Width() + aSpace.Width() ); in SwGetChartDialogPos()104 … bool bFitRight = ( aDesktop.Right() - aObjAbs.Right() >= rDialogSize.Width() + aSpace.Width() ); in SwGetChartDialogPos()121 aRet.Y() = aDesktop.Bottom() - rDialogSize.Height(); in SwGetChartDialogPos()129 if ( aRet.X() + rDialogSize.Width() - 1 > aDesktop.Right() ) in SwGetChartDialogPos()130 aRet.X() = aDesktop.Right() - rDialogSize.Width() + 1; in SwGetChartDialogPos()131 if ( aRet.X() < aDesktop.Left() ) in SwGetChartDialogPos()132 aRet.X() = aDesktop.Left(); in SwGetChartDialogPos()[all …]
2059 Rectangle aDesktop = pWin->GetDesktopRectPixel(); in GetChartDialogPos() local2068 if ( aDesktop.Bottom() - aObjAbs.Bottom() >= rDialogSize.Height() + aSpace.Height() ) in GetChartDialogPos()2075 else if ( aObjAbs.Top() - aDesktop.Top() >= rDialogSize.Height() + aSpace.Height() ) in GetChartDialogPos()2084 … bool bFitLeft = ( aObjAbs.Left() - aDesktop.Left() >= rDialogSize.Width() + aSpace.Width() ); in GetChartDialogPos()2085 … bool bFitRight = ( aDesktop.Right() - aObjAbs.Right() >= rDialogSize.Width() + aSpace.Width() ); in GetChartDialogPos()2102 aRet.Y() = aDesktop.Bottom() - rDialogSize.Height(); in GetChartDialogPos()2110 if ( aRet.X() + rDialogSize.Width() - 1 > aDesktop.Right() ) in GetChartDialogPos()2111 aRet.X() = aDesktop.Right() - rDialogSize.Width() + 1; in GetChartDialogPos()2112 if ( aRet.X() < aDesktop.Left() ) in GetChartDialogPos()2113 aRet.X() = aDesktop.Left(); in GetChartDialogPos()[all …]
179 XDesktop aDesktop = null; in run() local190 aDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class, oDesktop); in run()196 XWindow xWin = aDesktop.getCurrentFrame().getContainerWindow(); in run()
42 desktop::Desktop aDesktop; in soffice_main() local44 aDesktop.SetAppName( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("soffice")) ); in soffice_main()
762 Rectangle aDesktop = GetDesktopRectPixel(); in SetWindowStateData() local775 …tate.mnX + displacement + aState.mnWidth + g.nRightDecoration) > (unsigned long) aDesktop.nRight || in SetWindowStateData()776 …te.mnY + displacement + aState.mnHeight + g.nBottomDecoration) > (unsigned long) aDesktop.nBottom ) in SetWindowStateData()782 …tate.mnX + displacement + aState.mnWidth + g.nRightDecoration) > (unsigned long) aDesktop.nRight || in SetWindowStateData()783 …te.mnY + displacement + aState.mnHeight + g.nBottomDecoration) > (unsigned long) aDesktop.nBottom ) in SetWindowStateData()
584 XDesktop aDesktop = (XDesktop) in terminate()586 if (aDesktop != null) in terminate()590 aDesktop.terminate(); in terminate()
201 XDesktop aDesktop = UnoRuntime.queryInterface(XDesktop.class, oDsk); in loadFromURL() local203 if (aDesktop != null) in loadFromURL()257 … XComponentLoader aCompLoader = UnoRuntime.queryInterface( XComponentLoader.class, aDesktop); in loadFromURL()
160 XDesktop aDesktop = UnoRuntime.queryInterface(XDesktop.class, oDsk); in loadFromURL() local162 if (aDesktop != null) in loadFromURL()211 … XComponentLoader aCompLoader = UnoRuntime.queryInterface( XComponentLoader.class, aDesktop); in loadFromURL()