Home
last modified time | relevance | path

Searched refs:_nIndex (Results 51 – 75 of 99) sorted by relevance

1234

/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx219 Reference< XAccessible > OTableWindowAccess::getParentChild(sal_Int32 _nIndex) in getParentChild() argument
228 xReturn = xParentContext->getAccessibleChild(_nIndex); in getParentChild()
/aoo42x/main/qadevOOo/runner/graphical/
H A DIniFile.java309 private String getValue(int _nIndex) in getValue() argument
311 String sLine = getItem(_nIndex).trim(); in getValue()
/aoo42x/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java330 private String getValue(int _nIndex) in getValue() argument
332 String sLine = getItem(_nIndex).trim(); in getValue()
/aoo42x/main/forms/source/component/
H A DListBox.cxx1246 ::rtl::OUString operator ()( sal_Int16 _nIndex ) in operator ()()
1248 … OSL_ENSURE( _nIndex < m_rList.getLength(), "ExtractStringFromSequence_Safe: inconsistence!" ); in operator ()()
1249 if ( _nIndex < m_rList.getLength() ) in operator ()()
1250 return m_rList[ _nIndex ]; in operator ()()
/aoo42x/main/connectivity/source/inc/odbc/
H A DOStatement.hxx156 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction()
158 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
H A DODatabaseMetaDataResultSet.hxx128 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction()
130 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()
H A DODriver.hxx60 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const = 0;
H A DOResultSet.hxx202 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction()
204 return m_pStatement->getOdbcFunction(_nIndex); in getOdbcFunction()
/aoo42x/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx54 …void checkSelection_Impl( sal_Int32 _nIndex, const IComboListBoxHelper& _rListBox, sal_Bool bSelec… in checkSelection_Impl() argument
59 if ( _nIndex < 0 || _nIndex >= nCount ) in checkSelection_Impl()
/aoo42x/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx38 …void checkIndex_Impl( sal_Int32 _nIndex, const ::rtl::OUString& _sText ) throw (::com::sun::star::… in checkIndex_Impl() argument
40 if ( _nIndex >= _sText.getLength() ) in checkIndex_Impl()
H A DAccessibleGridControlTableCell.cxx38 …void checkIndex_Impl( sal_Int32 _nIndex, const ::rtl::OUString& _sText ) throw (::com::sun::star::… in checkIndex_Impl() argument
40 if ( _nIndex >= _sText.getLength() ) in checkIndex_Impl()
H A Daccessiblelistboxentry.cxx56 …void checkActionIndex_Impl( sal_Int32 _nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsExc… in checkActionIndex_Impl() argument
58 if ( _nIndex < 0 || _nIndex >= ACCESSIBLE_ACTION_COUNT ) in checkActionIndex_Impl()
/aoo42x/main/odk/examples/java/Inspector/
H A DUnoNode.java400 public static String getNodeDescription(Object _oUnoObject, int _nIndex){ in getNodeDescription() argument
401 return getNodeDescription(_oUnoObject) + "[" + (_nIndex + 1) + "]"; in getNodeDescription()
H A DXDialogProvider.java38 public InspectorPane getInspectorPage(int _nIndex); in getInspectorPage() argument
/aoo42x/main/svx/inc/svx/
H A DAccessibleShape.hxx423 inline void setIndexInParent(sal_Int32 _nIndex) { m_nIndexInParent = _nIndex; } in setIndexInParent() argument
H A DIAccessibleParent.hxx86 const long _nIndex,
/aoo42x/main/sw/source/core/inc/
H A Dsortedobjs.hxx71 SwAnchoredObject* operator[]( sal_uInt32 _nIndex ) const;
H A Dsortedobjsimpl.hxx44 SwAnchoredObject* operator[]( sal_uInt32 _nIndex );
/aoo42x/main/dbaccess/source/core/api/
H A DTableDeco.cxx506 void SAL_CALL ODBTableDecorator::alterColumnByIndex( sal_Int32 _nIndex, const Reference< XPropertyS… in alterColumnByIndex() argument
514 xAlter->alterColumnByIndex(_nIndex,_rxDescriptor); in alterColumnByIndex()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx88 oslGenericFunction OConnection::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction()
91 return m_pDriver->getOdbcFunction(_nIndex); in getOdbcFunction()
/aoo42x/main/dbaccess/source/ui/inc/
H A DTableWindowAccess.hxx50 …::uno::Reference< ::com::sun::star::accessibility::XAccessible > getParentChild(sal_Int32 _nIndex);
/aoo42x/main/framework/inc/classes/
H A Dmenumanager.hxx121 … sal_uInt16 FillItemCommand(::rtl::OUString& _rItemCommand,Menu* _pMenu,sal_uInt16 _nIndex) const;
/aoo42x/main/reportdesign/source/core/inc/
H A DFunctions.hxx52 void checkIndex(sal_Int32 _nIndex);
H A DReportControlModel.hxx86 void checkIndex(sal_Int32 _nIndex);
/aoo42x/main/svtools/inc/svtools/
H A Daccessibletableprovider.hxx113 virtual XACC CreateAccessibleControl( sal_Int32 _nIndex ) = 0;

Completed in 101 milliseconds

1234