Home
last modified time | relevance | path

Searched refs:nSeqNo (Results 1 – 17 of 17) sorted by relevance

/AOO42X/main/sw/source/core/fields/
H A Dreffld.cxx214 nSeqNo( nSeqenceNo ) in SwGetRefField()
254 return SwGetRefFieldType::FindAnchor( pDoc, sSetRefName, nSubType, nSeqNo, &nDummy ); in GetReferencedTxtNode()
287 …SwTxtNode* pTxtNd = SwGetRefFieldType::FindAnchor( pDoc, sSetRefName, nSubType, nSeqNo, &nStt, &nE… in UpdateField()
353 if( nSeqNo == (pFtnIdx = pDoc->GetFtnIdxs()[ n ])->GetSeqRefNo() ) in UpdateField()
541 nSeqNo, GetFormat() ); in Copy()
632 rAny <<= (sal_Int16)nSeqNo; in QueryValue()
706 nSeqNo = nSetSeq; in PutValue()
786 sal_uInt16 nSubType, sal_uInt16 nSeqNo, in FindAnchor() argument
816 if( pFmtFld->GetTxtFld() && nSeqNo == in FindAnchor()
873 if( nSeqNo == (pFtnIdx = pDoc->GetFtnIdxs()[ n ])->GetSeqRefNo() ) in FindAnchor()
[all …]
H A Dexpfld.cxx785 : SwFormulaField( pTyp, nFmt, 0.0 ), nSeqNo( USHRT_MAX ), in SwSetExpField()
856 pTmp->nSeqNo = nSeqNo; in Copy()
1008 nSeqNo = nTmp16; in PutValue()
1076 rAny <<= (sal_Int16)nSeqNo; in QueryValue()
/AOO42X/main/sw/inc/
H A Dreffld.hxx83 sal_uInt16 nSubType, sal_uInt16 nSeqNo,
97 sal_uInt16 nSeqNo; member in SwGetRefField
109 sal_uInt16 nSubType, sal_uInt16 nSeqNo, sal_uLong nFmt );
142 sal_uInt16 GetSeqNo() const { return nSeqNo; } in GetSeqNo()
143 void SetSeqNo( sal_uInt16 n ) { nSeqNo = n; } in SetSeqNo()
H A Dexpfld.hxx51 sal_uInt16 nSeqNo; member
54 : sDlgEntry( rStr ), nSeqNo( nNo ) in _SeqFldLstElem()
189 String MakeSeqName( sal_uInt16 nSeqNo );
231 sal_uInt16 nSeqNo; member in SwSetExpField
260 inline void SetSeqNumber( sal_uInt16 n ) { nSeqNo = n; } in SetSeqNumber()
261 inline sal_uInt16 GetSeqNumber() const { return nSeqNo; } in GetSeqNumber()
H A Dredline.hxx97 sal_uInt16 nAuthor, nSeqNo; member in SwRedlineData
159 sal_uInt16 GetSeqNo() const { return nSeqNo; } in GetSeqNo()
160 void SetSeqNo( sal_uInt16 nNo ) { nSeqNo = nNo; } in SetSeqNo()
H A Ddocary.hxx101 sal_uInt16 FindNextSeqNo( sal_uInt16 nSeqNo, sal_uInt16 nSttPos,
103 sal_uInt16 FindPrevSeqNo( sal_uInt16 nSeqNo, sal_uInt16 nSttPos,
H A Dcrsrsh.hxx726 sal_uInt16 nSeqNo = 0 );
H A Ddoc.hxx1932 void SetAutoFmtRedlineComment( const String* pTxt, sal_uInt16 nSeqNo = 0 );
/AOO42X/main/sw/source/ui/fldui/
H A Dfldref.cxx560 if (IsFldEdit() && pRefFld->GetSeqNo() == aArr[ n ]->nSeqNo) in UpdateSubType()
573 if (IsFldEdit() && pRefFld->GetSeqNo() == aArr[ n ]->nSeqNo) in UpdateSubType()
656 aArr[ n ]->nSeqNo == pRefFld->GetSeqNo()) in UpdateSubType()
907 aVal = String::CreateFromInt32( aArr[nPos]->nSeqNo ); in FillItemSet()
909 if (IsFldEdit() && aArr[nPos]->nSeqNo == pRefFld->GetSeqNo()) in FillItemSet()
928 aVal = String::CreateFromInt32( aArr[nPos]->nSeqNo ); in FillItemSet()
930 if (IsFldEdit() && aArr[nPos]->nSeqNo == pRefFld->GetSeqNo()) in FillItemSet()
996 aVal = String::CreateFromInt32( aArr[nPos]->nSeqNo ); in FillItemSet()
998 if (IsFldEdit() && aArr[nPos]->nSeqNo == pRefFld->GetSeqNo()) in FillItemSet()
H A Dfldmgr.cxx1047 sal_uInt16 nSeqNo = (sal_uInt16)rData.sPar2.ToInt32(); in InsertFld() local
1048 pFld = new SwGetRefField(pTyp, rData.sPar1, nSubType, nSeqNo, nFormatId); in InsertFld()
/AOO42X/main/sw/source/core/doc/
H A Ddocredln.cxx2098 sal_uInt16 nSeqNo = pTmp->GetSeqNo(); in AcceptRedline() local
2110 if( nSeqNo ) in AcceptRedline()
2115 ? pRedlineTbl->FindNextSeqNo( nSeqNo, nPos ) in AcceptRedline()
2116 : pRedlineTbl->FindPrevSeqNo( nSeqNo, nPos ); in AcceptRedline()
2119 pRedlineTbl->FindPrevSeqNo( nSeqNo, nPos ))) ) in AcceptRedline()
2211 sal_uInt16 nSeqNo = pTmp->GetSeqNo(); in RejectRedline() local
2223 if( nSeqNo ) in RejectRedline()
2228 ? pRedlineTbl->FindNextSeqNo( nSeqNo, nPos ) in RejectRedline()
2229 : pRedlineTbl->FindPrevSeqNo( nSeqNo, nPos ); in RejectRedline()
2232 pRedlineTbl->FindPrevSeqNo( nSeqNo, nPos ))) ) in RejectRedline()
[all …]
/AOO42X/main/xmloff/inc/
H A Dtxtflde.hxx444 static ::rtl::OUString MakeFootnoteRefName(sal_Int16 nSeqNo);
448 sal_Int16 nSeqNo,
/AOO42X/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1110 sal_uInt16 nSeqNo ) in GotoRefMark() argument
1118 nSubType, nSeqNo, &nPos ); in GotoRefMark()
2122 sal_uInt16 nSeqNo = pTmp->GetSeqNo(); in GotoRedline() local
2123 if( nSeqNo && bSelect ) in GotoRedline()
/AOO42X/main/xmloff/source/text/
H A Dtxtflde.cxx3511 sal_Int16 nSeqNo) in MakeFootnoteRefName() argument
3516 aBuf.append((sal_Int32)nSeqNo); in MakeFootnoteRefName()
3521 sal_Int16 nSeqNo, in MakeSequenceRefName() argument
3528 aBuf.append((sal_Int32)nSeqNo); in MakeSequenceRefName()
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtww8.hxx604 bool HasRefToObject( sal_uInt16 nTyp, const String* pName, sal_uInt16 nSeqNo );
607 String GetBookmarkName( sal_uInt16 nTyp, const String* pName, sal_uInt16 nSeqNo );
H A Dww8atr.cxx874 bool MSWordExportBase::HasRefToObject( sal_uInt16 nTyp, const String* pName, sal_uInt16 nSeqNo ) in HasRefToObject() argument
896 if ( nSeqNo == rRFld.GetSeqNo() ) in HasRefToObject()
910 String MSWordExportBase::GetBookmarkName( sal_uInt16 nTyp, const String* pName, sal_uInt16 nSeqNo ) in GetBookmarkName() argument
932 sRet += String::CreateFromInt32( nSeqNo ); in GetBookmarkName()
936 sRet += String::CreateFromInt32( nSeqNo ); in GetBookmarkName()
/AOO42X/main/sw/source/core/edit/
H A Dautofmt.cxx293 sal_uInt16 nSeqNo = 0; in _SetRedlineTxt() local
313 nSeqNo = ++nRedlAutoFmtSeqId; in _SetRedlineTxt()
323 pDoc->SetAutoFmtRedlineComment( &sTxt, nSeqNo ); in _SetRedlineTxt()