Searched refs:nFieldPos (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/svx/source/form/ |
H A D | fmsrcimp.cxx | 444 if (!MoveField(nFieldPos, iterFieldLoop, iterBegin, iterEnd)) in SearchSpecial() 461 if (nFieldPos == 0) in SearchSpecial() 507 sCurrentCheck = FormatField(nFieldPos); in SearchWildcard() 522 if (!MoveField(nFieldPos, iterFieldLoop, iterBegin, iterEnd)) in SearchWildcard() 539 if (nFieldPos == 0) in SearchWildcard() 609 sCurrentCheck = FormatField(nFieldPos); in SearchRegularApprox() 664 if (nFieldPos == 0) in SearchRegularApprox() 1031 sal_Int32 nFieldPos; in SearchNextImpl() local 1039 nFieldPos = iterFieldCheck - iterBegin; in SearchNextImpl() 1040 MoveField(nFieldPos, iterFieldCheck, iterBegin, iterEnd); in SearchNextImpl() [all …]
|
H A D | fmshimp.cxx | 2315 …DBG_ASSERT(pfriWhere->nFieldPos < m_arrSearchedControls.Count(), "FmXFormShell::OnFoundData : ungu… in IMPL_LINK() 2316 SdrObject* pObject = m_arrSearchedControls.GetObject(pfriWhere->nFieldPos); in IMPL_LINK() 2341 sal_Int32 nGridColumn = m_arrRelativeGridColumn.GetObject(pfriWhere->nFieldPos); in IMPL_LINK()
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmsrcimp.hxx | 368 …SVX_DLLPRIVATE SEARCH_RESULT SearchSpecial(sal_Bool _bSearchForNull, sal_Int32& nFieldPos, FieldCo… 370 …_RESULT SearchWildcard(const ::rtl::OUString& strExpression, sal_Int32& nFieldPos, FieldCollection… 372 …LT SearchRegularApprox(const ::rtl::OUString& strExpression, sal_Int32& nFieldPos, FieldCollection…
|
H A D | fmsearch.hxx | 71 …sal_Int16 nFieldPos; // dito : die relative Position der Spalte (im Stringnamen in Feldliste im C… member
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | tpsubt.cxx | 322 sal_uInt16 nFieldPos = 0; in GetFieldSelPos() local 329 nFieldPos = n; in GetFieldSelPos() 334 return nFieldPos; in GetFieldSelPos()
|
H A D | tpsort.cxx | 476 sal_uInt16 nFieldPos = 0; in GetFieldSelPos() local 483 nFieldPos = n; in GetFieldSelPos() 488 return nFieldPos; in GetFieldSelPos()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | cuifmsearch.cxx | 753 void FmSearchDialog::OnFound(const ::com::sun::star::uno::Any& aCursorPos, sal_Int16 nFieldPos) in OnFound() argument 760 friInfo.nFieldPos = nFieldPos; in OnFound() 762 friInfo.nFieldPos = m_lbField.GetSelectEntryPos(); in OnFound()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | fielduno.cxx | 129 xub_StrLen nFieldPos; member in ScUnoEditEngine 145 xub_StrLen GetFieldPos() const { return nFieldPos; } in GetFieldPos() 183 nFieldPos = nPos; in CalcFieldValue() 186 nPara == nFieldPar && nPos == nFieldPos ) in CalcFieldValue() 227 nFieldPos = nPos; in FindByPos()
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 481 USHORT nFieldPos = 0; in GetFieldSelPos() local 488 nFieldPos = n; in GetFieldSelPos() 493 return nFieldPos; in GetFieldSelPos()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 1698 sal_Int32 nFieldPos = -1; in InitColumnByField() local 1708 nFieldPos = i; in InitColumnByField() 1714 if ( xField.is() && ( nFieldPos >= 0 ) ) in InitColumnByField() 1734 _pColumn->SetObject( (sal_Int16)nFieldPos ); in InitColumnByField() 1756 _pColumn->CreateControl( nFieldPos, xField, nTypeId ); in InitColumnByField()
|
/aoo42x/main/cui/source/inc/ |
H A D | cuifmsearch.hxx | 169 void OnFound(const ::com::sun::star::uno::Any& aCursorPos, sal_Int16 nFieldPos);
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 3335 const xub_StrLen nFieldPos = *pAttr->GetStart(); in BuildConversionMap() local 3336 rRetText = rRetText.replaceAt( nPos + nFieldPos, 1, aExpand ); in BuildConversionMap() 3341 nFieldPos, nPos + nFieldPos ) ); in BuildConversionMap()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 2619 if (pInfo->nFieldPos) in IMPL_LINK() 2620 --pInfo->nFieldPos; in IMPL_LINK()
|
Completed in 134 milliseconds