Home
last modified time | relevance | path

Searched refs:_aType (Results 1 – 16 of 16) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DSwingUnoNode.java37 public SwingUnoNode(Object _oUnoObject, Type _aType) { in SwingUnoNode() argument
39 m_oUnoNode = new UnoNode(_oUnoObject, _aType); in SwingUnoNode()
40 if (_aType != null){ in SwingUnoNode()
41 this.setLabel(_aType.getTypeName()); in SwingUnoNode()
H A DIntrospector.java195 protected XIdlMethod[] getMethodsOfInterface(Type _aType){ in getMethodsOfInterface() argument
197 XIdlClass xIdlClass = mxIdlReflection.forName(_aType.getTypeName()); in getMethodsOfInterface()
206 protected XIdlField[] getFieldsOfType(Type _aType){ in getFieldsOfType() argument
208 XIdlClass xIdlClass = mxIdlReflection.forName(_aType.getTypeName()); in getFieldsOfType()
H A DUnoNode.java67 public UnoNode(Object _oUnoObject, Type _aType) { in UnoNode() argument
69 aType = _aType; in UnoNode()
H A DSwingTreeControlProvider.java345 public XUnoNode addUnoNode(Object _oUnoObject, Type _aType){ in addUnoNode() argument
346 return new SwingUnoNode(_oUnoObject, _aType); in addUnoNode()
H A DInspectorPane.java374 private XUnoNode addUnoNode(XUnoNode _oParentNode, Object _oUnoObject, Type _aType){ in addUnoNode() argument
375 XUnoNode oUnoNode = this.m_xTreeControlProvider.addUnoNode(_oUnoObject, _aType); in addUnoNode()
H A DXTreeControlProvider.java63 public XUnoNode addUnoNode(Object _oUnoObject, Type _aType); in addUnoNode() argument
/trunk/main/svtools/source/brwbox/
H A Dbrwimpl.hxx43 inline void operator()(const THeaderCellMap::value_type& _aType) in operator ()()
46 _aType.second, ::com::sun::star::uno::UNO_QUERY ); in operator ()()
47 …OSL_ENSURE( xComp.is() || !_aType.second.is(), "THeaderCellMapFunctorDispose: invalid accessible c… in operator ()()
/trunk/main/dbaccess/source/ui/inc/
H A DRefFunctor.hxx43 inline void operator()(const ::vos::ORef<T>& _aType) const in operator ()()
45 m_aFunction(_aType.getBodyPtr()); in operator ()()
H A DTableCopyHelper.hxx66 inline bool operator()(const DataFlavorExVector::value_type& _aType) in operator ()()
68 switch (_aType.mnSotId) in operator ()()
/trunk/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx582 inline bool operator()(const SelectColumnsMetaData::value_type& _aType) in operator ()()
584 return m_nPos == _aType.second.nPosition; in operator ()()
595 inline bool operator()(const SelectColumnsMetaData::value_type& _aType) in operator ()()
597 return m_sTableName == _aType.second.sTableName; in operator ()()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java851 public void setTableName(int _aType, String _sTableName) in setTableName() argument
853 m_aCommandType = _aType; in setTableName()
857 getReportDefinition().setCommandType(_aType); in setTableName()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DIReportDocument.java84 …public void initializeFieldColumns(final int _aType, final String TableName, final String[] FieldN… in initializeFieldColumns() argument
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx160 inline bool operator()( const SupportedFeatures::value_type& _aType, const sal_Int32& _nId ) const in operator ()()
162 return !!( _nId == _aType.second.nFeatureId ); in operator ()()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dgeometrycontrolmodel.hxx110 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _aType ) …
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1510 inline bool operator()(const DataFlavorExVector::value_type& _aType) in operator ()()
1512 switch (_aType.mnSotId) in operator ()()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2519 …OStylesHelper(const uno::Type _aType = ::getCppuType(static_cast< uno::Reference< container::XElem…
2541 OStylesHelper::OStylesHelper(const uno::Type _aType) in OStylesHelper() argument
2543 ,m_aType(_aType) in OStylesHelper()

Completed in 69 milliseconds