/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1455 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 D | rtfsdrexport.cxx | 529 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 D | docxexport.cxx | 116 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 D | wrtww8.hxx | 653 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 D | rtfexport.cxx | 155 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 D | wrtw8esh.cxx | 1378 xub_StrLen nAktPos = 0; in WriteOutliner() local 1387 bool bTxtAtr = aAttrIter.IsTxtAttr( nAktPos ); in WriteOutliner() 1389 OutSwString( aStr, nAktPos, nNextAttr - nAktPos, in WriteOutliner() 1398 aAttrIter.OutAttr( nAktPos ); // nAktPos - 1 ?? in WriteOutliner() 1406 nAktPos = nNextAttr; in WriteOutliner() 1410 while( nAktPos < nEnd ); in WriteOutliner()
|
H A D | docxexport.hxx | 92 virtual void AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen );
|
H A D | wrtww8.cxx | 1377 xub_StrLen nAktPos, xub_StrLen nLen ) in AppendBookmarks() argument 1381 xub_StrLen nAktEnd = nAktPos + nLen; in AppendBookmarks() 1382 if( GetWriter().GetBookmarks( rNd, nAktPos, nAktEnd, aArr )) in AppendBookmarks() 1403 ( nCntnt = pPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks() 1406 sal_uLong nCp = nSttCP + pPos->nContent.GetIndex() - nAktPos; in AppendBookmarks() 1410 ( nCntnt = pOPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks() 1413 sal_uLong nCp = nSttCP + pOPos->nContent.GetIndex() - nAktPos; in AppendBookmarks()
|
H A D | rtfexport.hxx | 88 virtual void AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen );
|
/aoo41x/main/svtools/source/svrtf/ |
H A D | svparser.cxx | 491 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()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tabledlg.cxx | 1075 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 D | tablepg.hxx | 156 void UpdateCols( sal_uInt16 nAktPos );
|
/aoo41x/main/sd/source/core/ |
H A D | sdiocmpt.cxx | 84 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()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docnum.cxx | 444 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 D | doctxm.cxx | 151 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()
|