/aoo4110/main/sc/source/core/tool/ |
H A D | parclass.cxx | 66 { ocOpen, {{ Bounds }, 0 }}, 206 { ocNone, {{ Bounds }, 0 } } 259 if ( j == 0 || pRun->aData.nParam[j-1] != Bounds ) in Init() 261 pRun->aData.nParam[j] = Bounds; in Init() 265 pRun->aData.nParam[CommonData::nMaxParams-1] != Bounds) in Init() 326 eType = Bounds; in GetParameterType() 347 eRet = Bounds; in GetExternalParameterType() 372 eRet = Bounds; in GetExternalParameterType() 384 eRet = Bounds; in GetExternalParameterType() 456 pRun->aData.nParam[j] = Bounds; in MergeArgumentsFromFunctionResource() [all …]
|
/aoo4110/main/toolkit/source/layout/core/ |
H A D | helper.cxx | 170 desc.Bounds.X = 0; in toolkitCreateWidget() 171 desc.Bounds.Y = 0; in toolkitCreateWidget() 172 desc.Bounds.Width = 300; in toolkitCreateWidget() 173 desc.Bounds.Height = 200; in toolkitCreateWidget()
|
/aoo4110/main/framework/source/services/ |
H A D | taskcreatorsrv.cxx | 267 aDescriptor.Bounds = aPosSize ; in implts_createContainerWindow() 280 aDescriptor.Bounds = aPosSize ; in implts_createContainerWindow()
|
/aoo4110/main/framework/source/tabwin/ |
H A D | tabwindow.cxx | 355 … aDescriptor.Bounds = css::awt::Rectangle( 0, 0, aSize.Width, aSize.Height ); in initialize() 393 aDescriptor.Bounds = css::awt::Rectangle(0,0,0,0); in initialize() 403 aDescriptor.Bounds = css::awt::Rectangle( 0,0,0,0 ); in initialize()
|
H A D | tabwinfactory.cxx | 141 …aDescriptor.Bounds = css::awt::Rectangle(0,0,0,0) … in createInstanceWithArgumentsAndContext()
|
/aoo4110/main/sc/source/core/inc/ |
H A D | parclass.hxx | 45 Bounds, enumerator
|
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | FunctionHelper.java | 229 aDescriptor.Bounds = new com.sun.star.awt.Rectangle(0,0,0,0); in impl_createWindow() 284 aDescriptor.Bounds = new com.sun.star.awt.Rectangle(0,0,0,0); in impl_createWindow()
|
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/ |
H A D | OSQLMessageDialog.java | 120 aDescriptor.Bounds = new com.sun.star.awt.Rectangle(0,0,0,0); in createTestEnvironment()
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/ |
H A D | DocumentPreview.java | 159 aDescriptor.Bounds = new Rectangle(0, 0, r.Width, r.Height); in createPreviewFrame()
|
/aoo4110/main/embeddedobj/test/Container1/ |
H A D | WindowHelper.java | 94 aDescriptor.Bounds = new com.sun.star.awt.Rectangle( (int)aBounds.getX(), in createWindow()
|
/aoo4110/main/extensions/qa/integration/extensions/ |
H A D | ObjectInspector.java | 162 … windowDescriptor.Bounds = new com.sun.star.awt.Rectangle( 500, 100, 400, 600 ); in createFloatingWindow()
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/ |
H A D | addon.cxx | 61 aDescriptor.Bounds = Rectangle(0,0,300,200); in ShowMessageBox()
|
/aoo4110/main/odk/examples/DevelopersGuide/GUI/ |
H A D | DialogDocument.java | 98 aWindowDescriptor.Bounds = _aRectangle; in showDocumentinDialogWindow()
|
H A D | UnoMenu.java | 134 aWindowDescriptor.Bounds = _aRectangle; in showTopWindow()
|
/aoo4110/main/bean/com/sun/star/beans/ |
H A D | LocalOfficeWindow.java | 226 desc.Bounds = aRect; in createUNOWindowPeer()
|
/aoo4110/main/bean/com/sun/star/comp/beans/ |
H A D | LocalOfficeWindow.java | 209 desc.Bounds = aRect; in createUNOWindowPeer()
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ |
H A D | ProtocolHandlerAddon.java | 209 aDescriptor.Bounds = new Rectangle(0,0,300,200); in showMessageBox()
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | ProtocolHandlerAddon.java | 209 aDescriptor.Bounds = new Rectangle(0,0,300,200); in showMessageBox()
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/dialogcomponent/ |
H A D | DialogComponent.java | 256 aDescriptor.Bounds = new Rectangle(0,0,300,200); in showMessageBox()
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | WindowDescriptor.idl | 156 com::sun::star::awt::Rectangle Bounds;
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | DesktopTools.java | 385 descriptor.Bounds = bounds; in createFloatingWindow()
|
/aoo4110/main/UnoControls/source/controls/ |
H A D | framecontrol.cxx | 485 pDescriptor->Bounds = getPosSize () ; in impl_getWindowDescriptor()
|
H A D | statusindicator.cxx | 451 pDescriptor->Bounds = getPosSize () ; in impl_getWindowDescriptor()
|
/aoo4110/main/UnoControls/source/base/ |
H A D | basecontainercontrol.cxx | 568 aDescriptor->Bounds = getPosSize () ; in impl_getWindowDescriptor()
|
/aoo4110/main/wizards/com/sun/star/wizards/document/ |
H A D | OfficeDocument.java | 214 aDescriptor.Bounds = new Rectangle(10, 10, 640, 480); in createNewPreviewFrame()
|