Home
last modified time | relevance | path

Searched refs:nAktPos (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1455 String aSnippet(rStr, nAktPos, nLen); in GetSnippet()
1656 GetSortedBookmarks( rNode, nAktPos, nNextBookmark - nAktPos ); in GetNextPos()
1756 if ( GetBookmarks( rNode, nAktPos, nAktPos + nLen, aMarksStart ) ) in GetSortedBookmarks()
1860 xub_StrLen nAktPos = 0; in OutputTextNode() local
1879 aAttrIter.OutFlys( nAktPos ); in OutputTextNode()
1882 AppendBookmarks( rNode, nAktPos, nNextAttr - nAktPos ); in OutputTextNode()
1980 aAttrIter.OutAttr( nAktPos ); in OutputTextNode()
2022 aAttrIter.OutAttr( nAktPos ); in OutputTextNode()
2032 if ( nAktPos != nEnd ) in OutputTextNode()
2071 nAktPos = nNextAttr; in OutputTextNode()
[all …]
H A Drtfsdrexport.cxx529 xub_StrLen nAktPos = 0; in WriteOutliner() local
542 aAttrIter.OutAttr( nAktPos ); in WriteOutliner()
544 bool bTxtAtr = aAttrIter.IsTxtAttr( nAktPos ); in WriteOutliner()
547 String aOut( aStr.Copy( nAktPos, nNextAttr - nAktPos ) ); in WriteOutliner()
553 nAktPos = nNextAttr; in WriteOutliner()
557 while( nAktPos < nEnd ); in WriteOutliner()
H A Ddocxexport.cxx116 void DocxExport::AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen ) in AppendBookmarks() argument
122 if ( GetBookmarks( rNode, nAktPos, nAktPos + nLen, aMarks ) ) in AppendBookmarks()
132 if ( nStart == nAktPos ) in AppendBookmarks()
135 if ( nEnd == nAktPos ) in AppendBookmarks()
H A Dwrtww8.hxx653 virtual void AppendBookmarks( const SwTxtNode& rNd, xub_StrLen nAktPos, xub_StrLen nLen ) = 0;
763 …tual xub_StrLen GetNextPos( WW8SwAttrIter* pAttrIter, const SwTxtNode& rNode, xub_StrLen nAktPos );
766 virtual void UpdatePosition( WW8SwAttrIter* pAttrIter, xub_StrLen nAktPos, xub_StrLen nEnd );
820 bool NearestBookmark( xub_StrLen& rNearest, const xub_StrLen nAktPos, bool bNextPositionOnly );
822 void GetSortedBookmarks( const SwTxtNode& rNd, xub_StrLen nAktPos,
1038 virtual void AppendBookmarks( const SwTxtNode& rNd, xub_StrLen nAktPos, xub_StrLen nLen );
H A Drtfexport.cxx155 void RtfExport::AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen ) in AppendBookmarks() argument
163 if ( GetBookmarks( rNode, nAktPos, nAktPos + nLen, aMarks ) ) in AppendBookmarks()
172 if ( nStart == nAktPos ) in AppendBookmarks()
175 if ( nEnd == nAktPos ) in AppendBookmarks()
H A Dwrtw8esh.cxx1367 xub_StrLen nAktPos = 0; in WriteOutliner() local
1376 bool bTxtAtr = aAttrIter.IsTxtAttr( nAktPos ); in WriteOutliner()
1378 OutSwString( aStr, nAktPos, nNextAttr - nAktPos, in WriteOutliner()
1387 aAttrIter.OutAttr( nAktPos ); // nAktPos - 1 ?? in WriteOutliner()
1395 nAktPos = nNextAttr; in WriteOutliner()
1399 while( nAktPos < nEnd ); in WriteOutliner()
H A Dwrtww8.cxx1363 xub_StrLen nAktPos, xub_StrLen nLen ) in AppendBookmarks() argument
1367 xub_StrLen nAktEnd = nAktPos + nLen; in AppendBookmarks()
1368 if( GetWriter().GetBookmarks( rNd, nAktPos, nAktEnd, aArr )) in AppendBookmarks()
1389 ( nCntnt = pPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks()
1392 sal_uLong nCp = nSttCP + pPos->nContent.GetIndex() - nAktPos; in AppendBookmarks()
1396 ( nCntnt = pOPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks()
1399 sal_uLong nCp = nSttCP + pOPos->nContent.GetIndex() - nAktPos; in AppendBookmarks()
H A Ddocxexport.hxx92 virtual void AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen );
H A Drtfexport.hxx86 virtual void AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen );
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx491 sal_uInt8 nAktPos = sal_uInt8(pTokenStackPos - pTokenStack ); in GetStackPtr() local
496 if( nAktPos + nCnt < nTokenStackSize ) in GetStackPtr()
497 nAktPos = sal::static_int_cast< sal_uInt8 >(nAktPos + nCnt); in GetStackPtr()
499 nAktPos = sal::static_int_cast< sal_uInt8 >( in GetStackPtr()
500 nAktPos + (nCnt - nTokenStackSize)); in GetStackPtr()
506 if( -nCnt <= nAktPos ) in GetStackPtr()
507 nAktPos = sal::static_int_cast< sal_uInt8 >(nAktPos + nCnt); in GetStackPtr()
509 nAktPos = sal::static_int_cast< sal_uInt8 >( in GetStackPtr()
510 nAktPos + (nCnt + nTokenStackSize)); in GetStackPtr()
512 return pTokenStack + nAktPos; in GetStackPtr()
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx1075 sal_uInt16 nAktPos; in ModifyHdl() local
1089 nAktPos = aValueTbl[i]; in ModifyHdl()
1091 UpdateCols( nAktPos ); in ModifyHdl()
1116 if( ++nAktPos == nNoOfVisibleCols) in UpdateCols()
1118 nAktPos = 0; in UpdateCols()
1126 SetVisibleWidth(nAktPos, GetVisibleWidth(nAktPos) -nDiff); in UpdateCols()
1131 SetVisibleWidth(nAktPos, GetVisibleWidth(nAktPos) -nDiff); in UpdateCols()
1144 SetVisibleWidth(nAktPos, GetVisibleWidth(nAktPos) -nDiff); in UpdateCols()
1159 SetVisibleWidth(nAktPos, GetVisibleWidth(nAktPos) - nDiff + nActSpace ); in UpdateCols()
1175 SetVisibleWidth(nAktPos, GetVisibleWidth(nAktPos) - nDiff + nAdd ); in UpdateCols()
[all …]
H A Dtablepg.hxx156 void UpdateCols( sal_uInt16 nAktPos );
/trunk/main/sd/source/core/
H A Dsdiocmpt.cxx84 sal_uInt32 nAktPos(rStream.Tell()); in CloseSubRecord() local
88 sal_uInt32 nReadAnz(nAktPos - nSubRecPos); in CloseSubRecord()
96 nSubRecSiz = nAktPos - nSubRecPos; in CloseSubRecord()
99 rStream.Seek(nAktPos); in CloseSubRecord()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx444 sal_uInt16 nAktPos = 0; in MoveOutlinePara() local
455 if( !GetNodes().GetOutLineNds().Seek_Entry( pSrch, &nAktPos ) ) in MoveOutlinePara()
457 if( !nAktPos ) in MoveOutlinePara()
459 if( --nAktPos ) in MoveOutlinePara()
460 aSttRg = *GetNodes().GetOutLineNds()[ nAktPos ]; in MoveOutlinePara()
484 nAktPos = nTmpPos; in MoveOutlinePara()
520 if( nOffset < 0 && nAktPos < sal_uInt16(-nOffset) ) in MoveOutlinePara()
522 else if( nAktPos + nOffset >= GetNodes().GetOutLineNds().Count() ) in MoveOutlinePara()
525 pNd = GetNodes().GetOutLineNds()[ nAktPos + nOffset ]; in MoveOutlinePara()
H A Ddoctxm.cxx151 xub_StrLen nAktPos = rPos.nContent.GetIndex(); in GetCurTOXMark() local
157 if( ( nSttIdx = *pHt->GetStart() ) < nAktPos ) in GetCurTOXMark()
161 *pEndIdx <= nAktPos ) in GetCurTOXMark()
164 else if( nSttIdx > nAktPos ) in GetCurTOXMark()

Completed in 133 milliseconds