/aoo4110/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 96 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in setSize() 112 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getSize() 118 …eturn ::com::sun::star::awt::Size(_pShape->m_aProps.aComponent.m_nWidth,_pShape->m_aProps.aCompone… in getSize() 128 aOldPos.X = _pShape->m_aProps.aComponent.m_nPosX; in setPosition() 129 aOldPos.Y = _pShape->m_aProps.aComponent.m_nPosY; in setPosition() 132 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in setPosition() 137 _pShape->m_aProps.aComponent.m_nPosX = aOldPos.X; in setPosition() 138 _pShape->m_aProps.aComponent.m_nPosY = aOldPos.Y; in setPosition() 148 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getPosition() 154 …eturn ::com::sun::star::awt::Point(_pShape->m_aProps.aComponent.m_nPosX,_pShape->m_aProps.aCompone… in getPosition() [all …]
|
H A D | ReportControlModel.hxx | 91 OReportComponentProperties aComponent; member in reportdesign::OReportControlModel 105 ,aComponent(_xContext) in OReportControlModel()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | Shape.cxx | 69 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in DBG_NAME() 84 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in OShape() 85 m_aProps.aComponent.m_xFactory = _xFactory; in OShape() 94 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OShape() 116 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 163 REPORTCOMPONENT_IMPL(OShape,m_aProps.aComponent) 164 REPORTCOMPONENT_IMPL2(OShape,m_aProps.aComponent) 165 REPORTCOMPONENT_MASTERDETAIL(OShape,m_aProps.aComponent) 200 if ( m_aProps.aComponent.m_xProperty.is() ) in getInfoHelper() 222 return m_aProps.aComponent.m_xProperty->getPropertyValue( PropertyName); in getPropertyValue() [all …]
|
H A D | FixedText.cxx | 59 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in DBG_NAME() 60 m_aProps.aComponent.m_nBorder = 0; // no border in DBG_NAME() 71 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in OFixedText() 72 m_aProps.aComponent.m_nBorder = 0; // no border in OFixedText() 73 m_aProps.aComponent.m_xFactory = _xFactory; in OFixedText() 76 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedText() 96 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 145 REPORTCOMPONENT_IMPL(OFixedText,m_aProps.aComponent) 146 REPORTCOMPONENT_IMPL2(OFixedText,m_aProps.aComponent) 225 …uno::Reference< report::XFixedText> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SERVIC… in createClone() [all …]
|
H A D | FormattedField.cxx | 67 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in DBG_NAME() 79 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in OFormattedField() 80 m_aProps.aComponent.m_xFactory = _xFactory; in OFormattedField() 83 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFormattedField() 104 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 147 REPORTCOMPONENT_IMPL(OFormattedField,m_aProps.aComponent) 148 REPORTCOMPONENT_IMPL2(OFormattedField,m_aProps.aComponent) 232 …uno::Reference< report::XFormattedField> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,S… in createClone() 297 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
|
H A D | ImageControl.cxx | 132 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in DBG_NAME() 145 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in OImageControl() 146 m_aProps.aComponent.m_xFactory = _xFactory; in OImageControl() 149 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OImageControl() 171 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 217 REPORTCOMPONENT_IMPL(OImageControl,m_aProps.aComponent) 218 REPORTCOMPONENT_IMPL2(OImageControl,m_aProps.aComponent) 355 …uno::Reference< report::XImageControl> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SER… in createClone() 390 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
|
H A D | FixedLine.cxx | 150 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDLINE,m_aProps.aComponent.m_xContext->get… in DBG_NAME() 151 m_aProps.aComponent.m_nWidth = MIN_WIDTH; in DBG_NAME() 167 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDLINE,m_aProps.aComponent.m_xContext->get… in OFixedLine() 168 m_aProps.aComponent.m_xFactory = _xFactory; in OFixedLine() 186 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedLine() 211 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT() 256 REPORTCOMPONENT_IMPL3(OFixedLine,m_aProps.aComponent) 369 …uno::Reference< report::XFixedLine> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SERVIC… in createClone() 456 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ViewGridLayout.java | 39 public ViewGridLayout (JComponent aComponent) in ViewGridLayout() argument 41 maComponent = aComponent; in ViewGridLayout() 61 public JComponent AddLabeledComponent (String sTitle, JComponent aComponent) in AddLabeledComponent() argument 75 aComponent.setFont (saFont); in AddLabeledComponent() 76 maComponent.add (aComponent, constraints); in AddLabeledComponent() 80 return aComponent; in AddLabeledComponent() 83 public JComponent AddComponent (JComponent aComponent) in AddComponent() argument 93 maComponent.add (aComponent, constraints); in AddComponent() 97 return aComponent; in AddComponent()
|
H A D | ObjectViewContainer.java | 233 Component aComponent = getComponent (getComponentCount()-1); in UpdateLayoutManager() local 235 GridBagConstraints aConstraints = aLayout.getConstraints (aComponent); in UpdateLayoutManager() 237 aLayout.setConstraints (aComponent, aConstraints); in UpdateLayoutManager()
|
/aoo4110/main/framework/qa/complex/dispatches/ |
H A D | checkdispatchapi.java | 246 Object aComponent = impl_createUNOComponent("com.sun.star.script.BasicIDE"); in checkDispatchInfoOfBasic() local 247 impl_checkDispatchInfo(aComponent); in checkDispatchInfoOfBasic() 253 Object aComponent = impl_createUNOComponent("com.sun.star.frame.StartModule"); in checkDispatchInfoOfStartModule() local 254 impl_checkDispatchInfo(aComponent); in checkDispatchInfoOfStartModule() 358 Object aComponent = null; in impl_createUNOComponent() local 361 aComponent = m_xMSF.createInstance(sName); in impl_createUNOComponent() 365 aComponent = null; in impl_createUNOComponent() 368 if (aComponent == null) in impl_createUNOComponent() 372 return aComponent; in impl_createUNOComponent() 379 private void impl_checkDispatchInfo(Object aComponent) in impl_checkDispatchInfo() argument [all …]
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | DialogFocusTraversalPolicy.java | 47 …awt.Component getComponentAfter(java.awt.Container focusCycleRoot, java.awt.Component aComponent) { in getComponentAfter() argument 49 index = list.indexOf(aComponent); in getComponentAfter() 62 x = list.indexOf(aComponent); in getComponentAfter() 74 …wt.Component getComponentBefore(java.awt.Container focusCycleRoot, java.awt.Component aComponent) { in getComponentBefore() argument 75 int index = list.indexOf(aComponent), x = -1; in getComponentBefore() 89 x = list.indexOf(aComponent); in getComponentBefore()
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | XBackend.idl | 83 @param aComponent 99 sequence<XLayer> listOwnLayers([in] string aComponent) 109 @param aComponent 127 XUpdateHandler getOwnUpdateHandler([in] string aComponent) 137 @param aComponent 157 sequence<XLayer> listLayers([in] string aComponent, 167 @param aComponent 189 XUpdateHandler getUpdateHandler([in] string aComponent,
|
H A D | XSingleLayerStratum.idl | 82 @param aComponent 109 XLayer getLayer([in] string aComponent, 119 @param aComponent 135 XUpdatableLayer getUpdatableLayer([in] string aComponent)
|
H A D | XMultiLayerStratum.idl | 80 @param aComponent 108 sequence<string> listLayerIds([in] string aComponent, 124 @param aComponent 147 string getUpdateLayerId([in] string aComponent,
|
H A D | XSchemaSupplier.idl | 61 @param aComponent 74 XSchema getComponentSchema([in] string aComponent)
|
H A D | XVersionedSchemaSupplier.idl | 56 @param aComponent 82 string getSchemaVersion([in] string aComponent)
|
/aoo4110/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | SSR.java | 114 private JComponent addComponent (JComponent aComponent, in addComponent() argument 118 aComponent.setDoubleBuffered (false); in addComponent() 129 mFrame.getContentPane().add (aComponent, aConstraints); in addComponent() 131 return aComponent; in addComponent()
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FLTools.java | 151 static Object getParent( Object aComponent, Class aInterfaceClass ) in getParent() argument 153 XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class, aComponent ); in getParent() 161 static XPropertySet getParent( Object aComponent ) in getParent() argument 163 return (XPropertySet)getParent( aComponent, XPropertySet.class ); in getParent()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | synchronousdispatch.cxx | 72 uno::Reference < lang::XComponent > aComponent; in dispatch() local 83 aRet >>= aComponent; in dispatch() 92 return aComponent; in dispatch()
|
H A D | componentmodule.cxx | 129 …ComponentDescription aComponent( _rImplementationName, _rServiceNames, ::rtl::OUString(), _pCreate… in registerImplementation() local 130 registerImplementation( aComponent ); in registerImplementation()
|
/aoo4110/main/framework/source/helper/ |
H A D | ocomponentenumeration.cxx | 152 Any aComponent; in nextElement() local 153 aComponent <<= m_seqComponents[m_nPosition]; in nextElement() 158 return aComponent; in nextElement()
|
/aoo4110/main/toolkit/test/accessibility/ov/ |
H A D | ObjectViewContainer.java | 173 Component aComponent = getComponent (getComponentCount()-1); in UpdateLayoutManager() local 175 GridBagConstraints aConstraints = aLayout.getConstraints (aComponent); in UpdateLayoutManager() 177 aLayout.setConstraints (aComponent, aConstraints); in UpdateLayoutManager()
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | dbfTools.java | 71 static Object getParent( Object aComponent, Class aInterfaceClass ) in getParent() argument 73 XChild xAsChild = UnoRuntime.queryInterface( XChild.class, aComponent ); in getParent()
|
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | FocusTraversalPolicy.java | 42 java.awt.Component aComponent) { in getComponentAfter() argument 48 java.awt.Component aComponent) { in getComponentBefore() argument
|
/aoo4110/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 580 FormComponentScripts aComponent( in next() local 586 return aComponent; in next() 1873 FormComponentScripts aComponent( aCompIter.next() ); in impl_adjustFormComponentEvents_throw() local 1874 Sequence< ScriptEventDescriptor > aEvents( aComponent.getEvents() ); in impl_adjustFormComponentEvents_throw() 1889 aComponent.setEvents( aEvents ); in impl_adjustFormComponentEvents_throw() 1892 Reference< XIndexAccess > xContainer( aComponent.getComponent(), UNO_QUERY ); in impl_adjustFormComponentEvents_throw()
|