sbxobj.hxx (234bd5c5) | sbxobj.hxx (22a7caf0) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 66 unchanged lines hidden (view full) --- 75 virtual SbxVariable* Find( const String&, SbxClassType ); 76 SbxVariable* FindQualified( const String&, SbxClassType ); 77 // Quick-Call-Interface for Methods 78 virtual sal_Bool Call( const String&, SbxArray* = NULL ); 79 // Execution of DDE-Commands 80 SbxVariable* Execute( const String& ); 81 // Manage elements 82 virtual sal_Bool GetAll( SbxClassType ) { return sal_True; } | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 66 unchanged lines hidden (view full) --- 75 virtual SbxVariable* Find( const String&, SbxClassType ); 76 SbxVariable* FindQualified( const String&, SbxClassType ); 77 // Quick-Call-Interface for Methods 78 virtual sal_Bool Call( const String&, SbxArray* = NULL ); 79 // Execution of DDE-Commands 80 SbxVariable* Execute( const String& ); 81 // Manage elements 82 virtual sal_Bool GetAll( SbxClassType ) { return sal_True; } |
83 SbxVariable* Make( const String&, SbxClassType, SbxDataType ); | 83 SbxVariable* Make( const String&, SbxClassType, SbxDataType, bool bIsRuntimeFunction = false ); |
84 virtual SbxObject* MakeObject( const String&, const String& ); 85 virtual void Insert( SbxVariable* ); 86 // AB 23.4.1997, Optimization, Insertion without check for duplicate Entries and 87 // without Broadcasts, only used in SO2/auto.cxx 88 void QuickInsert( SbxVariable* ); 89 // AB 23.3.1997, Special-Method, allow corresponding controls 90 void VCPtrInsert( SbxVariable* ); 91 virtual void Remove( const String&, SbxClassType ); --- 30 unchanged lines hidden --- | 84 virtual SbxObject* MakeObject( const String&, const String& ); 85 virtual void Insert( SbxVariable* ); 86 // AB 23.4.1997, Optimization, Insertion without check for duplicate Entries and 87 // without Broadcasts, only used in SO2/auto.cxx 88 void QuickInsert( SbxVariable* ); 89 // AB 23.3.1997, Special-Method, allow corresponding controls 90 void VCPtrInsert( SbxVariable* ); 91 virtual void Remove( const String&, SbxClassType ); --- 30 unchanged lines hidden --- |