/aoo41x/main/odk/examples/java/Inspector/ |
H A D | SwingUnoNode.java | 37 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 D | Introspector.java | 195 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 D | UnoNode.java | 67 public UnoNode(Object _oUnoObject, Type _aType) { in UnoNode() argument 69 aType = _aType; in UnoNode()
|
H A D | SwingTreeControlProvider.java | 345 public XUnoNode addUnoNode(Object _oUnoObject, Type _aType){ in addUnoNode() argument 346 return new SwingUnoNode(_oUnoObject, _aType); in addUnoNode()
|
H A D | InspectorPane.java | 374 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 D | XTreeControlProvider.java | 63 public XUnoNode addUnoNode(Object _oUnoObject, Type _aType); in addUnoNode() argument
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwimpl.hxx | 43 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 ()()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | RefFunctor.hxx | 43 inline void operator()(const ::vos::ORef<T>& _aType) const in operator ()() 45 m_aFunction(_aType.getBodyPtr()); in operator ()()
|
H A D | TableCopyHelper.hxx | 66 inline bool operator()(const DataFlavorExVector::value_type& _aType) in operator ()() 68 switch (_aType.mnSotId) in operator ()()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | OptimisticSet.cxx | 582 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 ()()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 851 public void setTableName(int _aType, String _sTableName) in setTableName() argument 853 m_aCommandType = _aType; in setTableName() 857 getReportDefinition().setCommandType(_aType); in setTableName()
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | IReportDocument.java | 83 …public void initializeFieldColumns(final int _aType, final String TableName, final String[] FieldN… in initializeFieldColumns() argument
|
/aoo41x/main/dbaccess/inc/ |
H A D | genericcontroller.hxx | 160 inline bool operator()( const SupportedFeatures::value_type& _aType, const sal_Int32& _nId ) const in operator ()() 162 return !!( _nId == _aType.second.nFeatureId ); in operator ()()
|
/aoo41x/main/toolkit/inc/toolkit/controls/ |
H A D | geometrycontrolmodel.hxx | 110 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _aType ) …
|
/aoo41x/main/ucbhelper/util/ |
H A D | ucbhelper.flt | 10 _aType
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 1510 inline bool operator()(const DataFlavorExVector::value_type& _aType) in operator ()() 1512 switch (_aType.mnSotId) in operator ()()
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 2518 …OStylesHelper(const uno::Type _aType = ::getCppuType(static_cast< uno::Reference< container::XElem… 2540 OStylesHelper::OStylesHelper(const uno::Type _aType) in OStylesHelper() argument 2542 ,m_aType(_aType) in OStylesHelper()
|