Home
last modified time | relevance | path

Searched defs:_nIndex (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx946 void ParameterManager::externalParameterVisited( sal_Int32 _nIndex ) in externalParameterVisited()
966 void ParameterManager::setNull( sal_Int32 _nIndex, sal_Int32 sqlType ) in setNull()
978 void ParameterManager::setBoolean( sal_Int32 _nIndex, sal_Bool x ) in setBoolean()
984 void ParameterManager::setByte( sal_Int32 _nIndex, sal_Int8 x ) in setByte()
990 void ParameterManager::setShort( sal_Int32 _nIndex, sal_Int16 x ) in setShort()
996 void ParameterManager::setInt( sal_Int32 _nIndex, sal_Int32 x ) in setInt()
1002 void ParameterManager::setLong( sal_Int32 _nIndex, sal_Int64 x ) in setLong()
1008 void ParameterManager::setFloat( sal_Int32 _nIndex, float x ) in setFloat()
1014 void ParameterManager::setDouble( sal_Int32 _nIndex, double x ) in setDouble()
1020 void ParameterManager::setString( sal_Int32 _nIndex, const ::rtl::OUString& x ) in setString()
[all …]
H A Dparamwrapper.cxx312 …Any SAL_CALL ParameterWrapperContainer::getByIndex( sal_Int32 _nIndex ) throw( IndexOutOfBoundsExc… in getByIndex()
H A Dpropertyids.cxx121 ::rtl::OUString OPropertyMap::fillValue(sal_Int32 _nIndex) in fillValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPerformanceContainer.java93 public void setTime(int _nIndex, long _nValue) in setTime()
97 public long getTime(int _nIndex) in getTime()
102 public void startTime(int _nIndex) in startTime()
107 public void stopTime(int _nIndex) in stopTime()
H A DIniFile.java244 String getValue(int _nIndex) in getValue()
/trunk/main/sw/source/core/layout/
H A Dobjectformatter.cxx104 inline SwAnchoredObject* operator[]( sal_uInt32 _nIndex ) in operator []()
116 inline sal_uInt32 GetPageNum( sal_uInt32 _nIndex ) in GetPageNum()
129 inline bool AnchoredAtMaster( sal_uInt32 _nIndex ) in AnchoredAtMaster()
536 SwAnchoredObject* SwObjectFormatter::GetCollectedObj( const sal_uInt32 _nIndex ) in GetCollectedObj()
547 sal_uInt32 SwObjectFormatter::GetPgNumOfCollected( const sal_uInt32 _nIndex ) in GetPgNumOfCollected()
558 bool SwObjectFormatter::IsCollectedAnchoredAtMaster( const sal_uInt32 _nIndex ) in IsCollectedAnchoredAtMaster()
H A Dsortedobjsimpl.cxx59 SwAnchoredObject* SwSortedObjsImpl::operator[]( sal_uInt32 _nIndex ) in operator []()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPerformanceContainer.java100 public void setTime(int _nIndex, long _nValue) in setTime()
104 public long getTime(int _nIndex) in getTime()
109 public void startTime(int _nIndex) in startTime()
114 public void stopTime(int _nIndex) in stopTime()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx163 virtual ::rtl::OUString getName(sal_Int32 _nIndex) in getName()
168 virtual void disposeAndErase(sal_Int32 _nIndex) in disposeAndErase()
202 virtual ::rtl::OUString findColumnAtIndex( sal_Int32 _nIndex) in findColumnAtIndex()
208 virtual ObjectType getObject(sal_Int32 _nIndex) in getObject()
219 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) in setObject()
427 void OCollection::dropImpl(sal_Int32 _nIndex,sal_Bool _bReallyDrop) in dropImpl()
548 ObjectType OCollection::getObject(sal_Int32 _nIndex) in getObject()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox2.cxx101 Reference< XAccessible > EditBrowseBox::CreateAccessibleControl( sal_Int32 in CreateAccessibleControl()
188 …gle EditBrowseBox::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 _nIndex) in GetFieldCharacterBounds()
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx170 inline ::rtl::OUString getElementName(sal_Int32 _nIndex) in getElementName()
/trunk/main/svx/source/table/
H A Daccessiblecell.hxx125 inline void setIndexInParent(sal_Int32 _nIndex) { mnIndexInParent = _nIndex; } in setIndexInParent()
/trunk/main/svx/inc/svx/
H A DAccessibleShape.hxx423 inline void setIndexInParent(sal_Int32 _nIndex) { m_nIndexInParent = _nIndex; } in setIndexInParent()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx768 Any OInterfaceContainer::getByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsException, WrappedTar… in getByIndex()
823 void OInterfaceContainer::implInsert(sal_Int32 _nIndex, const Reference< XPropertySet >& _rxElement, in implInsert()
958 void SAL_CALL OInterfaceContainer::insertByIndex( sal_Int32 _nIndex, const Any& _rElement ) throw(I… in insertByIndex()
966 void OInterfaceContainer::implReplaceByIndex( const sal_Int32 _nIndex, const Any& _rNewElement, ::o… in implReplaceByIndex()
1039 void OInterfaceContainer::implCheckIndex( const sal_Int32 _nIndex ) SAL_THROW( ( ::com::sun::star::… in implCheckIndex()
1046 void SAL_CALL OInterfaceContainer::replaceByIndex(sal_Int32 _nIndex, const Any& Element) throw( Ill… in replaceByIndex()
1056 void OInterfaceContainer::implRemoveByIndex( const sal_Int32 _nIndex, ::osl::ClearableMutexGuard& _… in implRemoveByIndex()
1099 void SAL_CALL OInterfaceContainer::removeByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsExceptio… in removeByIndex()
/trunk/main/cui/source/options/
H A Dcfgchart.cxx89 void SvxChartColorTable::replace( size_t _nIndex, const XColorEntry & _rEntry ) in replace()
317 void SvxChartColorTableItem::ReplaceColorByIndex( size_t _nIndex, const XColorEntry & _rEntry ) in ReplaceColorByIndex()
/trunk/main/odk/examples/java/Inspector/
H A DXDialogProvider.java38 public InspectorPane getInspectorPage(int _nIndex); in getInspectorPage()
H A DSwingDialogProvider.java91 public void removeTabPaneByIndex(int _nIndex){ in removeTabPaneByIndex()
121 public InspectorPane getInspectorPage(int _nIndex){ in getInspectorPage()
/trunk/main/reportdesign/source/core/api/
H A DReportControlModel.cxx143 void OReportControlModel::checkIndex(sal_Int32 _nIndex) in checkIndex()
H A DFunctions.cxx194 void OFunctions::checkIndex(sal_Int32 _nIndex) in checkIndex()
H A DGroups.cxx207 void OGroups::checkIndex(sal_Int32 _nIndex) in checkIndex()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx166 ChildrenManagerImpl::GetChild (ChildDescriptor& rChildDescriptor,sal_Int32 _nIndex) in GetChild()
843 const long _nIndex, in ReplaceChild()
1190 void ChildDescriptor::setIndexAtAccessibleShape(sal_Int32 _nIndex) in setIndexAtAccessibleShape()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A Dpropertyids.cxx108 ::rtl::OUString OPropertyMap::fillValue(sal_Int32 _nIndex) in fillValue()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx219 Reference< XAccessible > OTableWindowAccess::getParentChild(sal_Int32 _nIndex) in getParentChild()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx52 …void checkActionIndex_Impl( sal_Int32 _nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsExc… in checkActionIndex_Impl()
488 …awt::Rectangle SAL_CALL AccessibleIconChoiceCtrlEntry::getCharacterBounds( sal_Int32 _nIndex ) thr… in getCharacterBounds()
/trunk/main/fpicker/source/office/
H A Diodlg.hxx390 inline void SvtFileDialog::EraseDefaultExt( xub_StrLen _nIndex ) in EraseDefaultExt()

Completed in 128 milliseconds

12