/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | PropertySetHelper.java | 127 Object aObject = null; in getPropertyValueAsInteger() local 145 if (aObject != null) in getPropertyValueAsInteger() 167 Object aObject = null; in getPropertyValueAsShort() local 185 if (aObject != null) in getPropertyValueAsShort() 207 Object aObject = null; in getPropertyValueAsDouble() local 225 if (aObject == null) in getPropertyValueAsDouble() 232 if (aObject != null) in getPropertyValueAsDouble() 254 Object aObject = null; in getPropertyValueAsBoolean() local 273 if (aObject != null) in getPropertyValueAsBoolean() 313 if (aObject != null) in getPropertyValueAsString() [all …]
|
/aoo4110/main/toolkit/test/accessibility/ |
H A D | Canvas.java | 93 if (aObject == null) in addNode() 102 maObjects.put (aNode, aObject); in addNode() 103 maObjectList.add (aObject); in addNode() 116 maObjectList.remove (aObject); in removeNode() 117 maObjects.remove (aObject); in removeNode() 129 if (aObject != null) in updateNode() 130 aObject.update(); in updateNode() 137 if (aObject != null) in updateNodeGeometry() 138 aObject.updateGeometry(); in updateNodeGeometry() 396 if (aObject != null) in FindCanvasShapeUnderMouse() [all …]
|
H A D | AccessibilityTree.java | 256 Object aObject = aPath.getLastPathComponent(); in popupTrigger() local 258 if( aObject instanceof AccTreeNode ) in popupTrigger() 260 AccTreeNode aNode = (AccTreeNode)aObject; in popupTrigger() 274 else if (aObject instanceof AccessibleTreeNode) in popupTrigger() 276 AccessibleTreeNode aNode = (AccessibleTreeNode)aObject; in popupTrigger() 358 abstract public boolean expand (Object aObject); in expand() argument 364 public boolean expand(Object aObject) { return true; } in expand() argument 370 public boolean expand (Object aObject) in expand() argument 372 if (aObject instanceof AccTreeNode) in expand() 374 AccTreeNode aNode = (AccTreeNode)aObject; in expand()
|
H A D | AccessibilityTreeModel.java | 447 protected XAccessibleEventBroadcaster getBroadcaster (Object aObject) in getBroadcaster() argument 449 if (aObject instanceof AccTreeNode) in getBroadcaster() 451 XAccessibleEventBroadcaster.class, ((AccTreeNode)aObject).getContext()); in getBroadcaster() 456 protected void registerAccListener( Object aObject ) in registerAccListener() argument 460 XAccessibleEventBroadcaster xBroadcaster = getBroadcaster( aObject ); in registerAccListener() 467 protected void removeAccListener( Object aObject ) in removeAccListener() argument 469 XAccessibleEventBroadcaster xBroadcaster = getBroadcaster( aObject ); in removeAccListener()
|
H A D | NodeMap.java | 104 AccessibleTreeNode GetNode (Object aObject) in GetNode() argument 106 if (aObject instanceof XAccessibleContext) in GetNode() 107 return GetNode ((XAccessibleContext)aObject); in GetNode()
|
H A D | EventListener.java | 55 private static String objectToString(Object aObject) in objectToString() argument 57 if (aObject == null) in objectToString() 60 return aObject.toString(); in objectToString()
|
H A D | TopWindowListener.java | 131 Object aObject = maModel.getRoot(); in RemoveTopLevelNode() local 132 if (aObject instanceof VectorNode && xTopLevelObject != null) in RemoveTopLevelNode() 135 VectorNode aRoot = (VectorNode) aObject; in RemoveTopLevelNode()
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | UNO.java | 35 public static XPropertySet queryPropertySet( Object aObject ) in queryPropertySet() argument 39 public static XControlModel queryControlModel( Object aObject ) in queryControlModel() argument 43 public static XIndexContainer queryIndexContainer( Object aObject ) in queryIndexContainer() argument 47 public static XReset queryReset( Object aObject ) in queryReset() argument 49 return (XReset)UnoRuntime.queryInterface( XReset.class, aObject ); in queryReset() 51 public static XServiceInfo queryServiceInfo( Object aObject ) in queryServiceInfo() argument 55 public static XColumn queryColumn( Object aObject ) in queryColumn() argument 57 return (XColumn)UnoRuntime.queryInterface( XColumn.class, aObject ); in queryColumn() 60 public static XComponent queryComponent( Object aObject ) in queryComponent() argument 62 return (XComponent)UnoRuntime.queryInterface( XComponent.class, aObject ); in queryComponent() [all …]
|
/aoo4110/main/embeddedobj/source/commonembedding/ |
H A D | xfactory.cxx | 141 if ( !aObject.getLength() ) in createInstanceInitFromEntry() 147 aObject ) ), in createInstanceInitFromEntry() 209 if ( !aObject.getLength() ) in createInstanceInitFromMediaDescriptor() 216 aObject ) ), in createInstanceInitFromMediaDescriptor() 266 if ( !aObject.getLength() ) in createInstanceInitNew() 272 aObject ) ), in createInstanceInitNew() 318 if ( !aObject.getLength() ) in createInstanceUserInit() 333 aObject ) ), in createInstanceUserInit() 393 aObject, in createInstanceLink() 459 aObject, in createInstanceLinkUserInit() [all …]
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | AccessibilityTreeModel.java | 63 synchronized public boolean isLeaf (Object aObject) in isLeaf() argument 67 if (aObject != null) in isLeaf() 69 AccessibilityNode aNode = (AccessibilityNode)aObject; in isLeaf() 100 synchronized public int getChildCount (Object aObject) in getChildCount() argument 102 AccessibilityNode aNode = (AccessibilityNode)aObject; in getChildCount()
|
/aoo4110/main/fpicker/source/office/ |
H A D | iodlgimp.cxx | 218 INetURLObject aObject( pBox->GetViewURL() ); in FillURLMenu() local 219 sal_Int32 nCount = aObject.getSegmentCount(); in FillURLMenu() 229 aObject.removeSegment(); in FillURLMenu() 230 String* pParentURL = new String( aObject.GetMainURL( INetURLObject::NO_DECODE ) ); in FillURLMenu() 237 aTitle = aObject.getName(); in FillURLMenu() 240 ? SvFileInformationManager::GetImage( aObject, bIsHighContrast ) in FillURLMenu()
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 113 Any aObject; // getObject member 189 if ( rValue.aObject.hasValue() ) \ 192 if ( rValue.aObject >>= aValue ) \ 209 rValue.aObject, \ 488 aValue = rValue.aObject; in getObject() 583 rValue.aObject = aValue; in getObject() 785 SETVALUE_IMPL( rPropName, OBJECT_VALUE_SET, aObject, rValue ); in appendObject() 819 SETVALUE_IMPL( rPropName, NO_VALUE_SET, aObject, Any() ); in appendVoid()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | addincol.cxx | 93 aObject( rO ), in ScUnoAddInFuncData() 125 if ( aObject >>= xAddIn ) in GetCompNames() 230 aObject = rNewObj; in SetFunction() 617 xFunc, aObject, in ReadConfiguration() 830 uno::Any aObject; in ReadFromAddIn() local 831 aObject <<= xAddIn; in ReadFromAddIn() 1015 xFunc, aObject, in ReadFromAddIn() 1101 uno::Any aObject; in UpdateFromAddIn() local 1102 aObject <<= xInterface; in UpdateFromAddIn() 1551 uno::Any aObject; in ExecuteCallWithArgs() local [all …]
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbastyles.cxx | 32 lcl_createAPIStyleToVBAObject( const css::uno::Any& aObject, const uno::Reference< XHelperInterface… in lcl_createAPIStyleToVBAObject() argument 34 uno::Reference< beans::XPropertySet > xStyleProps( aObject, uno::UNO_QUERY_THROW ); in lcl_createAPIStyleToVBAObject() 61 ScVbaStyles::createCollectionObject(const uno::Any& aObject) in createCollectionObject() argument 63 return lcl_createAPIStyleToVBAObject( aObject, mxParent, mxContext, mxModel ); in createCollectionObject()
|
H A D | vbaformatconditions.cxx | 86 …atConditions, const uno::Reference< beans::XPropertySet >& xRangeProps, const uno::Any& aObject ) in xSheetConditionToFormatCondition() argument 89 aObject >>= xSheetConditionalEntry; in xSheetConditionToFormatCondition() 97 ScVbaFormatConditions::createCollectionObject(const uno::Any& aObject ) in createCollectionObject() argument 99 …angeParent, uno::UNO_QUERY_THROW ), mxContext, mxStyles, this, mxParentRangePropertySet, aObject ); in createCollectionObject()
|
/aoo4110/main/sc/inc/ |
H A D | dpsdbtab.hxx | 45 String aObject; member 53 aObject == rOther.aObject && in operator ==()
|
/aoo4110/main/vbahelper/source/msforms/ |
H A D | vbauserform.cxx | 192 uno::Any aObject = getValue( aPropertyName ); in setValue() local 195 if ( aObject.hasValue() ) in setValue() 201 uno::Reference< script::XDefaultProperty > xDfltProp( aObject, uno::UNO_QUERY_THROW ); in setValue() 203 … uno::Reference< beans::XIntrospectionAccess > xUnoAccess( getIntrospectionAccess( aObject ) ); in setValue()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 465 uno::Sequence< beans::NamedValue > aObject = in GetObjectPropsByMediaType() local 467 if ( aObject.getLength() ) in GetObjectPropsByMediaType() 468 return aObject; in GetObjectPropsByMediaType() 672 uno::Sequence< beans::NamedValue >& aObject ) in UpdateMediaDescriptorWithFilterName() 675 for ( sal_Int32 nInd = 0; nInd < aObject.getLength(); nInd++ ) in UpdateMediaDescriptorWithFilterName() 676 if ( aObject[nInd].Name.equalsAscii( "ObjectDocumentServiceName" ) ) in UpdateMediaDescriptorWithFilterName() 678 aObject[nInd].Value >>= aDocName; in UpdateMediaDescriptorWithFilterName()
|
/aoo4110/main/desktop/source/splash/ |
H A D | firststart.cxx | 83 EventObject aObject; in dispose() local 84 aObject.Source = (XComponent*)this; in dispose() 85 m_aListeners.disposeAndClear( aObject ); in dispose()
|
/aoo4110/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 476 NamedDatabaseObject aObject; in describeCurrentSelectionForType() local 482 aObject = rTableTree.describeObject( pEntry ); in describeCurrentSelectionForType() 486 aObject.Type = DatabaseObject::QUERY; in describeCurrentSelectionForType() 487 aObject.Name = pList->GetEntryText( pEntry ); in describeCurrentSelectionForType() 507 aObject.Type = ( _eType == E_FORM ) ? DatabaseObject::FORM : DatabaseObject::REPORT; in describeCurrentSelectionForType() 509 …aObject.Type = ( _eType == E_FORM ) ? DatabaseObjectContainer::FORMS_FOLDER : DatabaseObjectContai… in describeCurrentSelectionForType() 510 aObject.Name = sName; in describeCurrentSelectionForType() 518 if ( aObject.Name.getLength() ) in describeCurrentSelectionForType() 520 aSelected.push_back( aObject ); in describeCurrentSelectionForType()
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | tabletree.cxx | 563 NamedDatabaseObject aObject; in describeObject() local 569 aObject.Type = DatabaseObjectContainer::TABLES; in describeObject() 600 aObject.Type = DatabaseObject::TABLE; in describeObject() 601 aObject.Name = getQualifiedTableName( _pEntry ); in describeObject() 604 return aObject; in describeObject()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/ |
H A D | AccessibilityWorkBench.java | 586 Object aObject = aPath.getLastPathComponent(); in valueChanged() local 587 implSetCurrentObject( aObject ); in valueChanged() 588 if (aObject instanceof XAccessible) in valueChanged() 591 … maObjectViewContainer.SetObject( ((XAccessible)aObject).getAccessibleContext() ); in valueChanged() 594 maCanvas.SelectObject ((TreeNode) aObject); in valueChanged()
|
/aoo4110/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
H A D | OwnEmbeddedObjectFactory.java | 120 OwnEmbeddedObject aObject = new OwnEmbeddedObject( m_xContext, m_classID ); in createInstanceUserInit() local 121 aObject.setPersistentEntry( xStorage, sEntName, nEntryConnectionMode, aArgs, aObjectArgs ); in createInstanceUserInit() 123 return aObject; in createInstanceUserInit()
|
/aoo4110/main/desktop/source/so_comp/ |
H A D | evaluation.cxx | 104 EventObject aObject; in dispose() local 105 aObject.Source = (XComponent*)this; in dispose() 106 m_aListeners.disposeAndClear( aObject ); in dispose()
|
H A D | oemjob.cxx | 100 EventObject aObject; in dispose() local 101 aObject.Source = (XComponent*)this; in dispose() 102 m_aListeners.disposeAndClear( aObject ); in dispose()
|