Home
last modified time | relevance | path

Searched refs:_nPos (Results 1 – 25 of 149) sorted by path

123456

/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessibleiconchoicectrlentry.hxx127 sal_uLong _nPos,
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelist.hxx223 sal_Bool checkEntrySelected(sal_uInt16 _nPos,
H A Dvclxaccessibletoolbox.hxx46 VCLXAccessibleToolBoxItem* GetItem_Impl( sal_Int32 _nPos, bool _bMustHaveFocus );
49 void ReleaseFocus_Impl( sal_Int32 _nPos );
50 void UpdateChecked_Impl( sal_Int32 _nPos );
51 void UpdateIndeterminate_Impl( sal_Int32 _nPos );
52 void UpdateItem_Impl( sal_Int32 _nPos, sal_Bool _bItemAdded );
54 void UpdateItemName_Impl( sal_Int32 _nPos );
55 void UpdateItemEnabled_Impl( sal_Int32 _nPos );
H A Dvclxaccessibletoolboxitem.hxx91 VCLXAccessibleToolBoxItem( ToolBox* _pToolBox, sal_Int32 _nPos );
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx86 sal_uLong _nPos, in DBG_NAME()
92 m_nIndex ( _nPos ), in DBG_NAME()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx796 sal_Bool VCLXAccessibleList::checkEntrySelected(sal_uInt16 _nPos,Any& _rNewValue,Reference< XAccess… in checkEntrySelected() argument
802 bNowSelected = m_pListBoxHelper->IsEntryPosSelected (_nPos); in checkEntrySelected()
805 _rxNewAcc = CreateChild(_nPos); in checkEntrySelected()
H A Dvclxaccessibletoolbox.cxx271 void VCLXAccessibleToolBox::ReleaseFocus_Impl( sal_Int32 _nPos ) in ReleaseFocus_Impl() argument
287 void VCLXAccessibleToolBox::UpdateChecked_Impl( sal_Int32 _nPos ) in UpdateChecked_Impl() argument
292 sal_uInt16 nFocusId = pToolBox->GetItemId( (sal_uInt16)_nPos ); in UpdateChecked_Impl()
307 if ( pFocusItem && (sal_uInt16)_nPos != TOOLBOX_ITEM_NOTFOUND ) in UpdateChecked_Impl()
317 sal_uInt16 nItemId = pToolBox->GetItemId( (sal_uInt16)_nPos ); in UpdateIndeterminate_Impl()
365 if ( _nPos < sal_Int32( m_aAccessibleChildren.size() ) ) in UpdateItem_Impl()
419 Any aNewChild = makeAny( getAccessibleChild( (sal_Int32)_nPos ) ); in UpdateItem_Impl()
469 void VCLXAccessibleToolBox::UpdateItemName_Impl( sal_Int32 _nPos ) in UpdateItemName_Impl() argument
471 VCLXAccessibleToolBoxItem* pItem = GetItem_Impl( _nPos, false ); in UpdateItemName_Impl()
476 void VCLXAccessibleToolBox::UpdateItemEnabled_Impl( sal_Int32 _nPos ) in UpdateItemEnabled_Impl() argument
[all …]
H A Dvclxaccessibletoolboxitem.cxx67 VCLXAccessibleToolBoxItem::VCLXAccessibleToolBoxItem( ToolBox* _pToolBox, sal_Int32 _nPos ) : in DBG_NAME()
72 m_nIndexInParent( _nPos ), in DBG_NAME()
/trunk/main/comphelper/inc/comphelper/
H A Dpropagg.hxx54 OPropertyAccessor(sal_Int32 _nOriginalHandle, sal_Int32 _nPos, sal_Bool _bAggregate) in OPropertyAccessor()
55 :nOriginalHandle(_nOriginalHandle) ,nPos(_nPos) ,bAggregate(_bAggregate) { } in OPropertyAccessor()
H A Dsequence.hxx112 void removeElementAt(staruno::Sequence<T>& _rSeq, sal_Int32 _nPos) in removeElementAt() argument
116 OSL_ENSURE(0 <= _nPos && (sal_uInt32)_nPos < nLength, "invalid index"); in removeElementAt()
118 for (sal_uInt32 i = (sal_uInt32)_nPos + 1; i < nLength; ++i) in removeElementAt()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx346 void fill(sal_Int32 _nPos,
357 void fill(sal_Int32 _nPos,
H A DTColumnsHelper.hxx48 virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName);
H A DTIndexes.hxx42 virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName);
H A DTKeys.hxx43 virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName);
H A Dsqlparse.hxx238 static sal_Int32 getFunctionParameterType(sal_uInt32 _nTokenId,sal_uInt32 _nPos);
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx133 virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName);
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2037 RowValue( const Reference< XRow >& _xRow, const sal_Int32 _nPos ) in RowValue() argument
2039 ,m_nPos( _nPos ) in RowValue()
2109 void ORowSetValue::fill( sal_Int32 _nPos, sal_Int32 _nType, sal_Bool _bNullable, const Reference< … in fill() argument
2111 detail::RowValue aRowValue( _xRow, _nPos ); in fill()
2116 void ORowSetValue::fill(sal_Int32 _nPos, in fill() argument
2121 fill(_nPos,_nType,sal_True,_xRow); in fill()
H A DTKeys.cxx271 void OKeysHelper::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName) in dropObject() argument
276 Reference<XPropertySet> xKey(getObject(_nPos),UNO_QUERY); in dropObject()
H A DTSkipDeletedSet.cxx172 sal_Bool OSkipDeletedSet::moveAbsolute(sal_Int32 _nPos,sal_Bool _bRetrieveData) in moveAbsolute() argument
176 sal_Int32 nNewPos = _nPos; in moveAbsolute()
242 sal_Int32 OSkipDeletedSet::getMappedPosition(sal_Int32 _nPos) const in getMappedPosition()
245 …onst_iterator aFind = ::std::find(m_aBookmarksPositions.begin(),m_aBookmarksPositions.end(),_nPos); in getMappedPosition()
255 void OSkipDeletedSet::insertNewPosition(sal_Int32 _nPos) in insertNewPosition() argument
261 m_aBookmarksPositions.push_back(_nPos); in insertNewPosition()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx160 void OTables::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName) in dropObject() argument
162 Reference< XInterface > xObject( getObject( _nPos ) ); in dropObject()
H A DBViews.cxx124 void OViews::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName) in dropObject() argument
129 Reference< XInterface > xObject( getObject( _nPos ) ); in dropObject()
/trunk/main/connectivity/source/drivers/dbase/
H A DDCode.cxx42 OOperandAttr* OFILEAnalyzer::createOperandAttr(sal_Int32 _nPos, in createOperandAttr() argument
46 return new OFILEOperandAttr((sal_uInt16)_nPos,_xCol,_xIndexes); in createOperandAttr()
50 OFILEOperandAttr::OFILEOperandAttr(sal_uInt16 _nPos, in OFILEOperandAttr() argument
53 : OOperandAttr(_nPos,_xColumn) in OFILEOperandAttr()
H A DDColumns.cxx81 void ODbaseColumns::dropObject(sal_Int32 _nPos,const ::rtl::OUString /*_sElementName*/) in dropObject() argument
84 m_pTable->dropColumn(_nPos); in dropObject()
H A DDIndexes.cxx120 void ODbaseIndexes::dropObject(sal_Int32 _nPos,const ::rtl::OUString /*_sElementName*/) in dropObject() argument
122 Reference< XUnoTunnel> xTunnel(getObject(_nPos),UNO_QUERY); in dropObject()
H A DDTable.cxx2495 void ODbaseTable::dropColumn(sal_Int32 _nPos) in dropColumn() argument
2509 if(_nPos != i) in dropColumn()
2533 "$position$", ::rtl::OUString::valueOf(_nPos) in dropColumn()
2539 copyData(pNewTable,_nPos); in dropColumn()
2576 void ODbaseTable::copyData(ODbaseTable* _pNewTable,sal_Int32 _nPos) in copyData() argument
2579 sal_Int32 nPos = _nPos + 1; // +1 because we always have the bookmark column as well in copyData()
2582 if(_nPos) in copyData()
2592 if(_nPos && (_nPos < (sal_Int32)aRow->get().size())) in copyData()
2608 if(_nPos) in copyData()

Completed in 88 milliseconds

123456