Home
last modified time | relevance | path

Searched refs:_nIndex (Results 26 – 50 of 99) sorted by relevance

1234

/aoo42x/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx257 void SAL_CALL OQueryContainer::dropByIndex( sal_Int32 _nIndex ) throw(SQLException, IndexOutOfBound… in dropByIndex() argument
260 if ((_nIndex<0) || (_nIndex>getCount())) in dropByIndex()
267 …et> xProp(Reference<XIndexAccess>(m_xCommandDefinitions,UNO_QUERY)->getByIndex(_nIndex),UNO_QUERY); in dropByIndex()
/aoo42x/main/svtools/inc/svtools/
H A Daccessibletable.hxx76 virtual XACC CreateAccessibleControl( sal_Int32 _nIndex )= 0;
117 virtual ::rtl::OUString GetRowName(sal_Int32 _nIndex) const = 0;
119 virtual ::rtl::OUString GetColumnName( sal_Int32 _nIndex ) const = 0;
H A Droadmap.hxx86 ItemId GetItemID( ItemIndex _nIndex ) const;
91 void DeleteRoadmapItem( ItemIndex _nIndex );
/aoo42x/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx165 SVT_DLLPRIVATE virtual XACC CreateAccessibleControl( sal_Int32 _nIndex );
199 virtual ::rtl::OUString GetRowName(sal_Int32 _nIndex) const;
201 virtual ::rtl::OUString GetColumnName( sal_Int32 _nIndex ) const;
/aoo42x/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx166 ChildrenManagerImpl::GetChild (ChildDescriptor& rChildDescriptor,sal_Int32 _nIndex) in GetChild() argument
195 pShape->setIndexInParent(_nIndex); in GetChild()
843 const long _nIndex, in ReplaceChild() argument
847 AccessibleShapeInfo aShapeInfo( _rxShape, pCurrentChild->getAccessibleParent(), this, _nIndex ); in ReplaceChild()
1190 void ChildDescriptor::setIndexAtAccessibleShape(sal_Int32 _nIndex) in setIndexAtAccessibleShape() argument
1194 pShape->setIndexInParent(_nIndex); in setIndexAtAccessibleShape()
H A DChildrenManagerImpl.hxx164 GetChild (ChildDescriptor& aChildDescriptor,sal_Int32 _nIndex)
301 const long _nIndex,
520 void setIndexAtAccessibleShape(sal_Int32 _nIndex);
/aoo42x/main/sw/source/core/layout/
H A Dsortedobjsimpl.cxx59 SwAnchoredObject* SwSortedObjsImpl::operator[]( sal_uInt32 _nIndex ) in operator []() argument
63 if ( _nIndex >= Count() ) in operator []()
69 pAnchoredObj = maSortedObjLst[ _nIndex ]; in operator []()
H A Dsortedobjs.cxx44 SwAnchoredObject* SwSortedObjs::operator[]( sal_uInt32 _nIndex ) const in operator []()
46 return (*mpImpl)[ _nIndex ]; in operator []()
/aoo42x/main/reportdesign/source/core/api/
H A DReportControlModel.cxx143 void OReportControlModel::checkIndex(sal_Int32 _nIndex) in checkIndex() argument
145 if ( _nIndex < 0 || static_cast<sal_Int32>(m_aFormatConditions.size()) <= _nIndex ) in checkIndex()
H A DFunctions.cxx194 void OFunctions::checkIndex(sal_Int32 _nIndex) in checkIndex() argument
196 if ( _nIndex < 0 || static_cast<sal_Int32>(m_aFunctions.size()) <= _nIndex ) in checkIndex()
H A DGroups.cxx207 void OGroups::checkIndex(sal_Int32 _nIndex) in checkIndex() argument
209 if ( _nIndex < 0 || static_cast<sal_Int32>(m_aGroups.size()) <= _nIndex ) in checkIndex()
/aoo42x/main/connectivity/source/drivers/odbc/
H A DORealDriver.cxx105 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
112 oslGenericFunction ORealObdcDriver::getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction()
115 switch(_nIndex) in getOdbcFunction()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx421 Any SAL_CALL ODefinitionContainer::getByIndex( sal_Int32 _nIndex ) throw(IndexOutOfBoundsException,… in getByIndex() argument
425 if ((_nIndex < 0) || (_nIndex >= (sal_Int32)m_aDocuments.size())) in getByIndex()
428 Documents::iterator aPos = m_aDocuments[_nIndex]; in getByIndex()
/aoo42x/main/fpicker/source/office/
H A Diodlg.hxx273 inline void EraseDefaultExt( xub_StrLen _nIndex = 0 );
390 inline void SvtFileDialog::EraseDefaultExt( xub_StrLen _nIndex ) in EraseDefaultExt() argument
392 _aDefExt.Erase( _nIndex ); in EraseDefaultExt()
/aoo42x/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx292 void AccessibleTabListBoxTable::ensureValidIndex( sal_Int32 _nIndex ) const in ensureValidIndex()
295 if ( ( _nIndex < 0 ) || ( _nIndex >= implGetCellCount() ) ) in ensureValidIndex()
/aoo42x/main/mysqlc/source/
H A Dmysqlc_propertyids.hxx42 ::rtl::OUString fillValue(sal_Int32 _nIndex);
48 ::rtl::OUString getNameByIndex(sal_Int32 _nIndex) const;
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A Dpropertyids.hxx42 ::rtl::OUString fillValue(sal_Int32 _nIndex);
48 ::rtl::OUString getNameByIndex(sal_Int32 _nIndex) const;
/aoo42x/main/connectivity/source/inc/
H A Dpropertyids.hxx40 ::rtl::OUString fillValue(sal_Int32 _nIndex);
46 ::rtl::OUString getNameByIndex(sal_Int32 _nIndex) const;
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridif.cxx981 Any SAL_CALL FmXGridControl::getByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsException, Wrappe… in getByIndex() argument
987 return xPeer->getByIndex(_nIndex); in getByIndex()
2429 Any FmXGridPeer::getByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsException, WrappedTargetExcep… in getByIndex() argument
2432 if (_nIndex < 0 || in getByIndex()
2433 _nIndex >= getCount() || !pGrid) in getByIndex()
2438 sal_uInt16 nId = pGrid->GetColumnIdFromViewPos((sal_uInt16)_nIndex); in getByIndex()
2510 sal_Int32 _nIndex = pGrid->GetModelColumnPos(pColumn->GetId()); in columnVisible() local
2514 aEvt.Accessor <<= _nIndex; in columnVisible()
2525 sal_Int32 _nIndex = pGrid->GetModelColumnPos(pColumn->GetId()); in columnHidden() local
2529 aEvt.Accessor <<= _nIndex; in columnHidden()
/aoo42x/main/chart2/source/inc/
H A DExplicitCategoriesProvider.hxx65 DatePlusIndex( const double& _fValue, sal_Int32 _nIndex ) in DatePlusIndex()
67 , nIndex( _nIndex ) in DatePlusIndex()
/aoo42x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx180 …::std::deque<AttacherIndex_Impl>::iterator implCheckIndex( sal_Int32 _nIndex ) SAL_THROW ( ( Illeg…
468 …ndex_Impl>::iterator ImplEventAttacherManager::implCheckIndex( sal_Int32 _nIndex ) SAL_THROW ( ( I… in implCheckIndex() argument
470 if (_nIndex < 0) in implCheckIndex()
474 for ( sal_Int32 i = 0; (i < _nIndex) && (aIt != aIndex.end()); ++i, ++aIt ) in implCheckIndex()
/aoo42x/main/svx/source/table/
H A Daccessiblecell.hxx125 inline void setIndexInParent(sal_Int32 _nIndex) { mnIndexInParent = _nIndex; } in setIndexInParent() argument
/aoo42x/main/qadevOOo/runner/convwatch/
H A DIniFile.java244 String getValue(int _nIndex) in getValue() argument
246 String sLine = getItem(_nIndex).trim(); in getValue()
/aoo42x/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx51 …void checkIndex_Impl( sal_Int32 _nIndex, const ::rtl::OUString& _sText ) throw (::com::sun::star::… in checkIndex_Impl() argument
53 if ( _nIndex < 0 || _nIndex > _sText.getLength() ) in checkIndex_Impl()
/aoo42x/main/connectivity/source/inc/odbc/
H A DOResultSetMetaData.hxx89 inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const in getOdbcFunction()
91 return m_pConnection->getOdbcFunction(_nIndex); in getOdbcFunction()

Completed in 114 milliseconds

1234