| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtw8nds.cxx | 232 String GetSnippet(const String &rStr, xub_StrLen nAktPos, 1451 String WW8SwAttrIter::GetSnippet(const String &rStr, xub_StrLen nAktPos, in GetSnippet() argument 1454 String aSnippet(rStr, nAktPos, nLen); in GetSnippet() 1465 m_rExport.m_aCurrentCharPropStarts.push( nAktPos ); in GetSnippet() 1498 rStr, nAktPos, pBreakIt->GetLocale(nLanguage), in GetSnippet() 1501 aSnippet.SetChar(0, rStr.GetChar(nAktPos)); in GetSnippet() 1647 …WordExportBase::GetNextPos( WW8SwAttrIter* aAttrIter, const SwTxtNode& rNode, xub_StrLen nAktPos ) in GetNextPos() argument 1653 if( nNextBookmark > nAktPos )//no need to search for bookmarks otherwise in GetNextPos() 1655 GetSortedBookmarks( rNode, nAktPos, nNextBookmark - nAktPos ); in GetNextPos() 1656 NearestBookmark( nNextBookmark, nAktPos, false ); in GetNextPos() [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 | 652 virtual void AppendBookmarks( const SwTxtNode& rNd, xub_StrLen nAktPos, xub_StrLen nLen ) = 0; 762 …tual xub_StrLen GetNextPos( WW8SwAttrIter* pAttrIter, const SwTxtNode& rNode, xub_StrLen nAktPos ); 765 virtual void UpdatePosition( WW8SwAttrIter* pAttrIter, xub_StrLen nAktPos, xub_StrLen nEnd ); 819 bool NearestBookmark( xub_StrLen& rNearest, const xub_StrLen nAktPos, bool bNextPositionOnly ); 821 void GetSortedBookmarks( const SwTxtNode& rNd, xub_StrLen nAktPos, 1037 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 | 1366 xub_StrLen nAktPos = 0; in WriteOutliner() local 1375 bool bTxtAtr = aAttrIter.IsTxtAttr( nAktPos ); in WriteOutliner() 1377 OutSwString( aStr, nAktPos, nNextAttr - nAktPos, in WriteOutliner() 1386 aAttrIter.OutAttr( nAktPos ); // nAktPos - 1 ?? in WriteOutliner() 1394 nAktPos = nNextAttr; in WriteOutliner() 1398 while( nAktPos < nEnd ); in WriteOutliner()
|
| H A D | wrtww8.cxx | 1362 xub_StrLen nAktPos, xub_StrLen nLen ) in AppendBookmarks() argument 1366 xub_StrLen nAktEnd = nAktPos + nLen; in AppendBookmarks() 1367 if( GetWriter().GetBookmarks( rNd, nAktPos, nAktEnd, aArr )) in AppendBookmarks() 1388 ( nCntnt = pPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks() 1391 sal_uLong nCp = nSttCP + pPos->nContent.GetIndex() - nAktPos; in AppendBookmarks() 1395 ( nCntnt = pOPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks() 1398 sal_uLong nCp = nSttCP + pOPos->nContent.GetIndex() - nAktPos; in AppendBookmarks()
|
| H A D | docxexport.hxx | 92 virtual void AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen );
|
| H A D | rtfexport.hxx | 86 virtual void AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen );
|
| /AOO42X/main/svtools/source/svrtf/ |
| H A D | svparser.cxx | 490 sal_uInt8 nAktPos = sal_uInt8(pTokenStackPos - pTokenStack ); in GetStackPtr() local 495 if( nAktPos + nCnt < nTokenStackSize ) in GetStackPtr() 496 nAktPos = sal::static_int_cast< sal_uInt8 >(nAktPos + nCnt); in GetStackPtr() 498 nAktPos = sal::static_int_cast< sal_uInt8 >( in GetStackPtr() 499 nAktPos + (nCnt - nTokenStackSize)); in GetStackPtr() 505 if( -nCnt <= nAktPos ) in GetStackPtr() 506 nAktPos = sal::static_int_cast< sal_uInt8 >(nAktPos + nCnt); in GetStackPtr() 508 nAktPos = sal::static_int_cast< sal_uInt8 >( in GetStackPtr() 509 nAktPos + (nCnt + nTokenStackSize)); in GetStackPtr() 511 return pTokenStack + nAktPos; in GetStackPtr()
|
| /AOO42X/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() 1096 void SwTableColumnPage::UpdateCols( sal_uInt16 nAktPos ) in UpdateCols() argument 1116 if( ++nAktPos == nNoOfVisibleCols) in UpdateCols() 1118 nAktPos = 0; in UpdateCols() 1126 SetVisibleWidth(nAktPos, GetVisibleWidth(nAktPos) -nDiff); in UpdateCols() 1129 else if( GetVisibleWidth(nAktPos) >= nDiff + nMinWidth ) in UpdateCols() 1131 SetVisibleWidth(nAktPos, GetVisibleWidth(nAktPos) -nDiff); in UpdateCols() 1134 if( nDiff > 0 && GetVisibleWidth(nAktPos) > nMinWidth ) in UpdateCols() [all …]
|
| H A D | tablepg.hxx | 156 void UpdateCols( sal_uInt16 nAktPos );
|
| /AOO42X/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()
|
| /AOO42X/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()
|