Searched refs:GetFieldIndex (Results 1 – 14 of 14) sorted by relevance
90 (pMyData->GetFieldIndex(JTCS_TO) == pCompData->GetFieldIndex(JTCS_TO)) && in operator ==()91 (pMyData->GetFieldIndex(JTCS_FROM) == pCompData->GetFieldIndex(JTCS_FROM)) in operator ==()96 (pMyData->GetFieldIndex(JTCS_TO) == pCompData->GetFieldIndex(JTCS_FROM)) && in operator ==()97 (pMyData->GetFieldIndex(JTCS_FROM) == pCompData->GetFieldIndex(JTCS_TO)) in operator ==()
152 SetFieldIndex(JTCS_FROM, rDragLeft->GetFieldIndex()); in InitFromDrag()153 SetFieldIndex(JTCS_TO, rDragRight->GetFieldIndex()); in InitFromDrag()
79 …sal_Int32 GetFieldIndex(EConnectionSide nWhich) const { return nWhich==JTCS_TO ? m_nDestEntryInde… in GetFieldIndex() function in dbaui::OQueryTableConnectionData
106 m_nIndex = rRS.GetFieldIndex(); in operator =()
256 maFieldInfo.mnGroupBase = rBaseField.GetFieldIndex(); in XclExpPCField()278 maFieldInfo.mnGroupChild = rChildField.GetFieldIndex(); in SetGroupChildField()1013 sal_uInt16 XclExpPTField::GetFieldIndex() const in GetFieldIndex() function in XclExpPTField1123 maPageInfo.mnField = GetFieldIndex(); in SetPropertiesFromDim()1143 rDataInfo.mnField = GetFieldIndex(); in SetDataPropertiesFromDim()1166 rDataInfo.mnRefField = pRefField->GetFieldIndex(); in SetDataPropertiesFromDim()1406 sal_uInt16 nFieldIdx = pField->GetFieldIndex(); in SetFieldPropertiesFromDim()1441 …maDataFields.push_back( XclPTDataFieldPos( pField->GetFieldIndex(), pField->GetLastDataInfoIndex()… in SetDataFieldPropertiesFromDim()
254 size_t ScPivotFieldWindow::GetFieldIndex( const Point& rWindowPos ) const in GetFieldIndex() function in ScPivotFieldWindow589 size_t nNewSelectIndex = GetFieldIndex( rMEvt.GetPosPixel() ); in MouseButtonDown()615 size_t nFieldIndex = GetFieldIndex( rHEvt.GetMousePosPixel() - GetPosPixel() ); in RequestHelp()
113 sal_Int32 GetFieldIndex(sal_Int32 nPos);
838 sal_Int32 SwAccessiblePortionData::GetFieldIndex(sal_Int32 nPos) in GetFieldIndex() function in SwAccessiblePortionData
1647 sal_Int32 nFldIndex = GetPortionData().GetFieldIndex(nIndex); in GetFieldTypeNameAtIndex()
125 size_t GetFieldIndex( const Point& rWindowPos ) const;
119 sal_Int32 GetFieldIndex() const { return m_nIndex; } in GetFieldIndex() function in dbaui::OTableFieldDesc
292 sal_uInt16 GetFieldIndex() const;
519 inline sal_uInt16 GetFieldIndex() const { return mnFieldIdx; } in GetFieldIndex() function in XclPCField
359 size_t nChildIndex = mpFieldWindow->GetFieldIndex( aRelPoint ); in getAccessibleAtPoint()
Completed in 91 milliseconds