Home
last modified time | relevance | path

Searched refs:aComponent (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx96 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 …]
/trunk/main/reportdesign/source/core/api/
H A DShape.cxx70 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in DBG_NAME()
85 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_SHAPE,m_aProps.aComponent.m_xContext->getServ… in OShape()
86 m_aProps.aComponent.m_xFactory = _xFactory; in OShape()
95 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OShape()
117 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
164 REPORTCOMPONENT_IMPL(OShape,m_aProps.aComponent)
165 REPORTCOMPONENT_IMPL2(OShape,m_aProps.aComponent)
166 REPORTCOMPONENT_MASTERDETAIL(OShape,m_aProps.aComponent)
201 if ( m_aProps.aComponent.m_xProperty.is() ) in getInfoHelper()
223 return m_aProps.aComponent.m_xProperty->getPropertyValue( PropertyName); in getPropertyValue()
[all …]
H A DFixedText.cxx60 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in DBG_NAME()
61 m_aProps.aComponent.m_nBorder = 0; // no border in DBG_NAME()
72 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in OFixedText()
73 m_aProps.aComponent.m_nBorder = 0; // no border in OFixedText()
74 m_aProps.aComponent.m_xFactory = _xFactory; in OFixedText()
77 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedText()
97 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
146 REPORTCOMPONENT_IMPL(OFixedText,m_aProps.aComponent)
147 REPORTCOMPONENT_IMPL2(OFixedText,m_aProps.aComponent)
226 …uno::Reference< report::XFixedText> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SERVIC… in createClone()
[all …]
H A DFormattedField.cxx68 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in DBG_NAME()
80 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in OFormattedField()
81 m_aProps.aComponent.m_xFactory = _xFactory; in OFormattedField()
84 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFormattedField()
105 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
148 REPORTCOMPONENT_IMPL(OFormattedField,m_aProps.aComponent)
149 REPORTCOMPONENT_IMPL2(OFormattedField,m_aProps.aComponent)
233 …uno::Reference< report::XFormattedField> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,S… in createClone()
298 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
H A DImageControl.cxx129 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in DBG_NAME()
142 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in OImageControl()
143 m_aProps.aComponent.m_xFactory = _xFactory; in OImageControl()
146 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OImageControl()
168 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
214 REPORTCOMPONENT_IMPL(OImageControl,m_aProps.aComponent)
215 REPORTCOMPONENT_IMPL2(OImageControl,m_aProps.aComponent)
352 …uno::Reference< report::XImageControl> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SER… in createClone()
387 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
H A DFixedLine.cxx151 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDLINE,m_aProps.aComponent.m_xContext->get… in DBG_NAME()
152 m_aProps.aComponent.m_nWidth = MIN_WIDTH; in DBG_NAME()
168 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDLINE,m_aProps.aComponent.m_xContext->get… in OFixedLine()
169 m_aProps.aComponent.m_xFactory = _xFactory; in OFixedLine()
187 m_aProps.aComponent.setShape(_xShape,this,m_refCount); in OFixedLine()
212 …return aReturn.hasValue() ? aReturn : (m_aProps.aComponent.m_xProxy.is() ? m_aProps.aComponent.m_x… in IMPLEMENT_FORWARD_REFCOUNT()
257 REPORTCOMPONENT_IMPL3(OFixedLine,m_aProps.aComponent)
370 …uno::Reference< report::XFixedLine> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SERVIC… in createClone()
457 return new OFormatCondition(m_aProps.aComponent.m_xContext); in createFormatCondition()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DViewGridLayout.java39 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 DObjectViewContainer.java233 Component aComponent = getComponent (getComponentCount()-1); in UpdateLayoutManager() local
235 GridBagConstraints aConstraints = aLayout.getConstraints (aComponent); in UpdateLayoutManager()
237 aLayout.setConstraints (aComponent, aConstraints); in UpdateLayoutManager()
/trunk/main/framework/qa/complex/dispatches/
H A Dcheckdispatchapi.java246 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 …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDialogFocusTraversalPolicy.java47 …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()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXBackend.idl83 @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 DXSingleLayerStratum.idl82 @param aComponent
109 XLayer getLayer([in] string aComponent,
119 @param aComponent
135 XUpdatableLayer getUpdatableLayer([in] string aComponent)
H A DXMultiLayerStratum.idl80 @param aComponent
108 sequence<string> listLayerIds([in] string aComponent,
124 @param aComponent
147 string getUpdateLayerId([in] string aComponent,
H A DXSchemaSupplier.idl61 @param aComponent
74 XSchema getComponentSchema([in] string aComponent)
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DSSR.java114 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()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java151 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()
/trunk/main/comphelper/source/misc/
H A Dsynchronousdispatch.cxx72 uno::Reference < lang::XComponent > aComponent; in dispatch() local
83 aRet >>= aComponent; in dispatch()
92 return aComponent; in dispatch()
H A Dcomponentmodule.cxx129 …ComponentDescription aComponent( _rImplementationName, _rServiceNames, ::rtl::OUString(), _pCreate… in registerImplementation() local
130 registerImplementation( aComponent ); in registerImplementation()
/trunk/main/framework/source/helper/
H A Docomponentenumeration.cxx152 Any aComponent; in nextElement() local
153 aComponent <<= m_seqComponents[m_nPosition]; in nextElement()
158 return aComponent; in nextElement()
/trunk/main/toolkit/test/accessibility/ov/
H A DObjectViewContainer.java173 Component aComponent = getComponent (getComponentCount()-1); in UpdateLayoutManager() local
175 GridBagConstraints aConstraints = aLayout.getConstraints (aComponent); in UpdateLayoutManager()
177 aLayout.setConstraints (aComponent, aConstraints); in UpdateLayoutManager()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java356 final Container aComponent = getParent().getParent(); in ShowRun() local
357 if (aComponent instanceof JScrollPane) in ShowRun()
358 ((JScrollPane)aComponent).getVerticalScrollBar().setValue( in ShowRun()
/trunk/main/forms/qa/integration/forms/
H A DdbfTools.java71 static Object getParent( Object aComponent, Class aInterfaceClass ) in getParent() argument
73 XChild xAsChild = UnoRuntime.queryInterface( XChild.class, aComponent ); in getParent()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DFocusTraversalPolicy.java42 java.awt.Component aComponent) { in getComponentAfter() argument
48 java.awt.Component aComponent) { in getComponentBefore() argument
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx580 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()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx394 …for ( ::std::vector< ::rtl::OUString >::const_iterator aComponent = aAdditionalFilterComponents.… in analyzeFieldLinks()
395 aComponent != aAdditionalFilterComponents.end(); in analyzeFieldLinks()
396 ++aComponent in analyzeFieldLinks()
403 sAdditionalFilter.append(*aComponent); in analyzeFieldLinks()

Completed in 111 milliseconds

12