Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 25 of 149) sorted by relevance

123456

/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx66 … typedef ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > ObjectType; typedef
78 virtual void insert(const ::rtl::OUString& _sName,const ObjectType& _xObject) = 0;
87 virtual ObjectType getObject(sal_Int32 _nIndex) = 0;
88 virtual ObjectType getObject(const ::rtl::OUString& columnName) = 0;
89 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) = 0;
113 virtual ObjectType createObject(const ::rtl::OUString& _rName) = 0;
130 …virtual ObjectType appendObject( const ::rtl::OUString& _rForName, const ::com::sun::star::uno::Re…
139 virtual ::rtl::OUString getNameForObject(const ObjectType& _xObject);
150 ObjectType cloneDescriptor( const ObjectType& _descriptor );
166 void insertElement(const ::rtl::OUString& _sElementName,const ObjectType& _xElement);
[all …]
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx114 virtual void insert(const ::rtl::OUString& _sName,const ObjectType& _xObject) in insert()
208 virtual ObjectType getObject(sal_Int32 _nIndex) in getObject()
214 virtual ObjectType getObject(const ::rtl::OUString& columnName) in getObject()
219 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) in setObject()
250 m_pElements.reset(new OHardRefMap< ObjectType >(_bCase)); in OCollection()
371 ::rtl::OUString OCollection::getNameForObject(const ObjectType& _xObject) in getNameForObject()
389 ObjectType xNewlyCreated = appendObject( sName, descriptor ); in appendByDescriptor()
548 ObjectType OCollection::getObject(sal_Int32 _nIndex) in getObject()
550 ObjectType xName = m_pElements->getObject(_nIndex); in getObject()
584 ObjectType OCollection::cloneDescriptor( const ObjectType& _descriptor ) in cloneDescriptor()
[all …]
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dobjectformatter.hxx44 enum ObjectType enum
98 ObjectType eObjType,
106 ObjectType eObjType,
113 ObjectType eObjType );
120 ObjectType eObjType );
126 ObjectType eObjType );
143 ObjectType eObjType,
149 ObjectType eObjType,
/trunk/main/vbahelper/inc/vbahelper/
H A Dweakreference.hxx44 template< typename ObjectType >
54 … inline explicit WeakReference( const ::rtl::Reference< ObjectType >& rxObject ) SAL_THROW( () ) :
59 …inline WeakReference& SAL_CALL operator=( const ::rtl::Reference< ObjectType >& rxObject ) SAL_THR… in operator =()
70 inline SAL_CALL operator ::rtl::Reference< ObjectType >() SAL_THROW( () ) in operator ::rtl::Reference<ObjectType>()
73 ::rtl::Reference< ObjectType > xObject; in operator ::rtl::Reference<ObjectType>()
83 ObjectType* mpObject;
/trunk/main/chart2/source/inc/
H A DObjectIdentifier.hxx49 enum ObjectType enum
163 static rtl::OUString createChildParticleWithIndex( ObjectType eObjectType, sal_Int32 nIndex );
167 enum ObjectType eObjectType //e.g. OBJECTTYPE_DATA_SERIES
171 enum ObjectType //e.g. OBJECTTYPE_DATA_POINT or OBJECTTYPE_GRID
188 static rtl::OUString getStringForType( ObjectType eObjectType );
189 static ObjectType getObjectType( const rtl::OUString& rCID );
190 ObjectType getObjectType();
192 static rtl::OUString createSeriesSubObjectStub( ObjectType eSubObjectType
/trunk/main/chart2/source/tools/
H A DObjectIdentifier.cxx70 OUString lcl_createClassificationStringForType( ObjectType eObjectType in lcl_createClassificationStringForType()
345 enum ObjectType eObjectType = OBJECTTYPE_UNKNOWN; in createClassifiedIdentifierForObject()
434 ObjectType eObjectType( ObjectIdentifier::getObjectType( rChildParticle ) ); in createClassifiedIdentifierForParticles()
573 enum ObjectType eObjectType //e.g. OBJECTTYPE_DATA_SERIES in createClassifiedIdentifier()
825 OUString ObjectIdentifier::getStringForType( ObjectType eObjectType ) in getStringForType()
911 ObjectType ObjectIdentifier::getObjectType( const OUString& rCID ) in getObjectType()
913 ObjectType eRet; in getObjectType()
983 ObjectType ObjectIdentifier::getObjectType() in getObjectType()
985 ObjectType eObjectType( OBJECTTYPE_UNKNOWN ); in getObjectType()
1049 OUString ObjectIdentifier::createSeriesSubObjectStub( ObjectType eSubObjectType in createSeriesSubObjectStub()
[all …]
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx531 ObjectType meObjType; /// Object type for automatic format.
757 typedef RefMap< ObjectType, ObjectTypeFormatter > ObjectTypeFormatterMap;
773 ObjectTypeFormatter* getTypeFormatter( ObjectType eObjType );
1065 ObjectTypeFormatter* ObjectFormatterData::getTypeFormatter( ObjectType eObjType ) in getTypeFormatter()
1092 …rmatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, ObjectType eObjType, sal_In… in convertFrameFormatting()
1098 …odelRef< Shape >& rxShapeProp, const PictureOptionsModel& rPicOptions, ObjectType eObjType, sal_In… in convertFrameFormatting()
1104 …extFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxTextProp, ObjectType eObjType ) in convertTextFormatting()
1110 …const ModelRef< Shape >& rxShapeProp, const ModelRef< TextBody >& rxTextProp, ObjectType eObjType ) in convertFormatting()
1116 …Formatting( PropertySet& rPropSet, const TextCharacterProperties& rTextProps, ObjectType eObjType ) in convertTextFormatting()
1168 void ObjectFormatter::convertAutomaticLine( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 n… in convertAutomaticLine()
[all …]
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXDatabaseDocumentUI.idl181 @param ObjectType
238 if <arg>ObjectType</arg> denotes an invalid object type
247 [in] long ObjectType,
264 [in] long ObjectType,
274 @param ObjectType
279 …Upon successful return, and if and only if <arg>ObjectType</arg> equals <member>DatabaseObject::FO…
284 [in] long ObjectType,
298 @param ObjectType
303 …Upon successful return, and if and only if <arg>ObjectType</arg> equals <member>DatabaseObject::FO…
312 [in] long ObjectType,
/trunk/main/connectivity/inc/connectivity/
H A DTKeys.hxx39 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
42 …virtual sdbcx::ObjectType appendObject( const ::rtl::OUString& _rForName, const ::com::sun::star::…
55 const sdbcx::ObjectType& _rSourceDescriptor,
56 const sdbcx::ObjectType& _rDestDescriptor
/trunk/main/connectivity/source/drivers/dbase/
H A DDColumns.cxx42 sdbcx::ObjectType ODbaseColumns::createObject(const ::rtl::OUString& _rName) in createObject()
51 sdbcx::ObjectType xRet; in createObject()
53 xRet = sdbcx::ObjectType(*aIter,UNO_QUERY); in createObject()
70 sdbcx::ObjectType ODbaseColumns::appendObject( const ::rtl::OUString& _rForName, const Reference< X… in appendObject()
H A DDIndexColumns.cxx44 sdbcx::ObjectType ODbaseIndexColumns::createObject(const ::rtl::OUString& _rName) in createObject()
56 return sdbcx::ObjectType(); in createObject()
58 sdbcx::ObjectType xRet = new sdbcx::OIndexColumn(sal_True,_rName in createObject()
84 sdbcx::ObjectType ODbaseIndexColumns::appendObject( const ::rtl::OUString& /*_rForName*/, const Ref… in appendObject()
/trunk/main/connectivity/source/inc/ado/
H A DAwrapadox.hxx109 /* [in] */ ObjectTypeEnum ObjectType);
112 /* [in] */ ObjectTypeEnum ObjectType,
135 /* [in] */ ObjectTypeEnum ObjectType);
138 /* [in] */ ObjectTypeEnum ObjectType,
/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx60 sdbcx::ObjectType OKeysHelper::createObject(const ::rtl::OUString& _rName) in createObject()
62 sdbcx::ObjectType xRet = NULL; in createObject()
117 …KeysHelper::cloneDescriptorColumns( const sdbcx::ObjectType& _rSourceDescriptor, const sdbcx::Obje… in cloneDescriptorColumns()
134 sdbcx::ObjectType OKeysHelper::appendObject( const ::rtl::OUString& _rForName, const Reference< XPr… in appendObject()
/trunk/main/dbaccess/source/core/api/
H A DHelperCollections.cxx90 connectivity::sdbcx::ObjectType OPrivateColumns::createObject(const ::rtl::OUString& _rName) in createObject()
99 return connectivity::sdbcx::ObjectType(*aIter,UNO_QUERY); in createObject()
106 connectivity::sdbcx::ObjectType OPrivateTables::createObject(const ::rtl::OUString& _rName) in createObject()
113 return connectivity::sdbcx::ObjectType(m_aTables.find(_rName)->second,UNO_QUERY); in createObject()
H A DCIndexes.cxx64 ObjectType OIndexes::createObject(const ::rtl::OUString& _rName) in createObject()
66 ObjectType xRet; in createObject()
85 ObjectType OIndexes::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet … in appendObject()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx56 sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) in createObject()
75 sdbcx::ObjectType xRet = NULL; in createObject()
119 sdbcx::ObjectType OTables::appendObject( const ::rtl::OUString& _rForName, const Reference< XProper… in appendObject()
190 ::rtl::OUString OTables::getNameForObject(const sdbcx::ObjectType& _xObject) in getNameForObject()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTables.cxx56 sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) in createObject()
75 sdbcx::ObjectType xRet = NULL; in createObject()
136 sdbcx::ObjectType OTables::appendObject( const ::rtl::OUString& _rForName, const Reference< XProper… in appendObject()
223 ::rtl::OUString OTables::getNameForObject(const sdbcx::ObjectType& _xObject) in getNameForObject()
/trunk/main/connectivity/source/drivers/calc/
H A DCColumns.cxx39 sdbcx::ObjectType OCalcColumns::createObject(const ::rtl::OUString& _rName) in createObject()
45 sdbcx::ObjectType xRet; in createObject()
47 xRet = sdbcx::ObjectType(*aIter,UNO_QUERY); in createObject()
/trunk/main/connectivity/source/drivers/flat/
H A DEColumns.cxx39 sdbcx::ObjectType OFlatColumns::createObject(const ::rtl::OUString& _rName) in createObject()
45 sdbcx::ObjectType xRet; in createObject()
47 xRet = sdbcx::ObjectType(*aIter,UNO_QUERY); in createObject()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DConnectionLog.java28 public static enum ObjectType { enum in ConnectionLog
38 uniqueIds = new AtomicInteger[ObjectType.values().length];
46 public ConnectionLog(ResourceBasedEventLogger logger, ObjectType objectType) { in ConnectionLog()
/trunk/main/chart2/source/controller/inc/
H A DObjectNameProvider.hxx44 static rtl::OUString getName( ObjectType eObjectType, bool bPlural=false );
62 ObjectType eObjectType,
66 static rtl::OUString getName_ObjectForAllSeries( ObjectType eObjectType );
H A Ddlg_ObjectProperties.hxx44 ObjectType getObjectType() const;
72 ObjectType m_eObjectType;
112 ObjectType eObjectType;
/trunk/main/connectivity/source/inc/hsqldb/
H A DHTables.hxx37 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
40 …virtual sdbcx::ObjectType appendObject( const ::rtl::OUString& _rForName, const ::com::sun::star::…
44 virtual ::rtl::OUString getNameForObject(const sdbcx::ObjectType& _xObject);
/trunk/main/connectivity/source/drivers/adabas/
H A DBIndexColumns.cxx49 ObjectType OIndexColumns::createObject(const ::rtl::OUString& _rName) in createObject()
71 ObjectType xRet = NULL; in createObject()
113 ObjectType OIndexColumns::appendObject( const ::rtl::OUString& /*_rForName*/, const Reference< XPro… in appendObject()
/trunk/main/connectivity/source/inc/adabas/
H A DBTables.hxx37 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
40 …virtual sdbcx::ObjectType appendObject( const ::rtl::OUString& _rForName, const ::com::sun::star::…
46 virtual ::rtl::OUString getNameForObject(const sdbcx::ObjectType& _xObject);

Completed in 95 milliseconds

123456