Home
last modified time | relevance | path

Searched refs:nActPos (Results 1 – 19 of 19) sorted by relevance

/trunk/main/tools/source/communi/
H A Dgeninfo.cxx201 sal_uIntPtr nActPos = nStart + (( nEnd - nStart ) / 2 ); in Search() local
202 rPos = nActPos; in Search()
203 ByteString sCandidate = ByteString( *GetObject( nActPos )); in Search()
206 return GetObject( nActPos ); // found !!! in Search()
210 return Search( rPos, sKey, nActPos + 1, nEnd ); in Search()
212 return Search( rPos, sKey, nStart, nActPos ); in Search()
305 sal_uIntPtr nActPos = nStart + (( nEnd - nStart ) / 2 ); in InsertSorted() local
306 ByteString sCandidate = ByteString( *GetObject( nActPos )); in InsertSorted()
311 Replace( pInfo, nActPos ); // ### Laut NF scheint hier ein Memory Leak zu sein in InsertSorted()
312 return nActPos; in InsertSorted()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx94 sal_uInt16 nActPos = 0; // Position, at the '<' was found in lcl_Highlight() local
99 while(nActPos < nStrLen) in lcl_Highlight()
102 if(rSource.GetChar(nActPos) == cOpenBracket && nActPos < nStrLen - 2 ) in lcl_Highlight()
105 if(nPortEnd < nActPos - 1 ) in lcl_Highlight()
112 aText.nEnd = nActPos - 1; in lcl_Highlight()
117 sal_Unicode cFollowFirst = rSource.GetChar((xub_StrLen)(nActPos + 1)); in lcl_Highlight()
118 sal_Unicode cFollowNext = rSource.GetChar((xub_StrLen)(nActPos + 2)); in lcl_Highlight()
123 nActPos < nStrLen - 3 && cMinus == rSource.GetChar((xub_StrLen)(nActPos + 3))) in lcl_Highlight()
129 nPortStart = nActPos; in lcl_Highlight()
130 nPortEnd = nActPos + 1; in lcl_Highlight()
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx689 sal_uInt16 nActPos = 0; // Position, at the '<' was found in lcl_Highlight() local
694 while(nActPos < nStrLen) in lcl_Highlight()
697 if(rSource.GetChar(nActPos) == cOpenBracket && nActPos < nStrLen - 2 ) in lcl_Highlight()
700 if(nPortEnd < nActPos - 1 ) in lcl_Highlight()
707 aText.nEnd = nActPos - 1; in lcl_Highlight()
712 sal_Unicode cFollowFirst = rSource.GetChar((xub_StrLen)(nActPos + 1)); in lcl_Highlight()
713 sal_Unicode cFollowNext = rSource.GetChar((xub_StrLen)(nActPos + 2)); in lcl_Highlight()
718 nActPos < nStrLen - 3 && cMinus == rSource.GetChar((xub_StrLen)(nActPos + 3))) in lcl_Highlight()
724 nPortStart = nActPos; in lcl_Highlight()
725 nPortEnd = nActPos + 1; in lcl_Highlight()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dlistsh.cxx80 const sal_uInt16 nActPos = rSh.GetOutlinePos(); in TYPEINIT1() local
81 if ( nActPos < USHRT_MAX && rSh.IsOutlineMovable( nActPos ) ) in TYPEINIT1()
84 rSh.MakeOutlineSel( nActPos, nActPos, sal_True ); in TYPEINIT1()
89 const sal_uInt16 nActLevel = static_cast<sal_uInt16>(pIDoc->getOutlineLevel( nActPos )); in TYPEINIT1()
90 sal_uInt16 nActEndPos = nActPos + 1; in TYPEINIT1()
116 if ( nActPos > 0 ) in TYPEINIT1()
119 sal_uInt16 nDest = nActPos - 1; in TYPEINIT1()
123 nDir = nDest - nActPos; in TYPEINIT1()
130 rSh.GotoOutline( nActPos + nDir ); in TYPEINIT1()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1678 const sal_uInt16 nActPos = pShell->GetOutlinePos(MAXLEVEL); in Display() local
1683 if(((SwOutlineContent*)pEntry->GetUserData())->GetPos() == nActPos) in Display()
2007 const sal_uInt16 nActPos = GetWrtShell()->GetOutlinePos(MAXLEVEL); in HasContentChanged() local
2012 if(((SwOutlineContent*)pFirstEntry->GetUserData())->GetPos() == nActPos) in HasContentChanged()
2263 sal_uInt16 nActPos = pShell->GetOutlinePos(nActOutlineLevel); in ExecCommand() local
2271 nActPos = ((SwOutlineContent*)pFirstEntry->GetUserData())->GetPos(); in ExecCommand()
2274 if ( nActPos < USHRT_MAX && in ExecCommand()
2275 ( !nMove || pShell->IsOutlineMovable( nActPos )) ) in ExecCommand()
2278 pShell->GotoOutline( nActPos); // Falls Textselektion != BoxSelektion in ExecCommand()
2280 pShell->MakeOutlineSel( nActPos, nActPos, in ExecCommand()
[all …]
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx87 sal_uInt16 nActPos; member
99 sal_uInt16 nActPos; member
591 pTableBck_Impl->nActPos = nValue; in Reset()
630 pParaBck_Impl->nActPos = nValue; in Reset()
1666 if( pTableBck_Impl && pTableBck_Impl->nActPos != nSelPos) in IMPL_LINK()
1670 switch(pTableBck_Impl->nActPos) in IMPL_LINK()
1685 pTableBck_Impl->nActPos = nSelPos; in IMPL_LINK()
1745 if( pParaBck_Impl && pParaBck_Impl->nActPos != nSelPos) in IMPL_LINK()
1748 switch(pParaBck_Impl->nActPos) in IMPL_LINK()
1757 pParaBck_Impl->nActPos = nSelPos; in IMPL_LINK()
H A Dpage.cxx612 sal_uInt16 nActPos = LISTBOX_ENTRY_NOTFOUND; in Reset() local
629 nActPos = nPos; in Reset()
634 aPaperSizeBox.SelectEntryPos( nActPos != LISTBOX_ENTRY_NOTFOUND ? nActPos : nUserPos ); in Reset()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1156 …TxtFrm::_AutoSpell( const SwCntntNode* pActNode, const SwViewOption& rViewOpt, xub_StrLen nActPos ) in _AutoSpell() argument
1167 if( pNode != pActNode || !nActPos ) in _AutoSpell()
1168 nActPos = STRING_LEN; in _AutoSpell()
1274 nBegin, nLen, nInsertPos, nActPos ) ) in _AutoSpell()
1307 nEnd, 0, nInsertPos, nActPos ); in _AutoSpell()
1468 void SwTxtFrm::CollectAutoCmplWrds( SwCntntNode* pActNode, xub_StrLen nActPos ) in CollectAutoCmplWrds() argument
1471 if( pNode != pActNode || !nActPos ) in CollectAutoCmplWrds()
1472 nActPos = STRING_LEN; in CollectAutoCmplWrds()
1496 if( nActPos < nBegin || ( nBegin + nLen ) < nActPos ) in CollectAutoCmplWrds()
/trunk/main/tools/source/stream/
H A Dstream.cxx363 nError = xLockBytes->ReadAt( nActPos, pData, nSize, &nRet ); in GetData()
364 nActPos += nRet; in GetData()
385 nError = xLockBytes->WriteAt( nActPos, pData, nSize, &nRet ); in PutData()
386 nActPos += nRet; in PutData()
401 nActPos = aStat.nSize; in SeekPos()
404 nActPos = nPos; in SeekPos()
405 return nActPos; in SeekPos()
429 nActPos = 0; in ImpInit()
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx734 sal_uInt16 nActPos = 0; in getExtendedAttributes() local
746 nActPos = pPoint->nContent.GetIndex(); in getExtendedAttributes()
747 nLineNum += pCurrTxtFrm->GetLineCount( nActPos ); in getExtendedAttributes()
755 nActPos = pPoint->nContent.GetIndex(); in getExtendedAttributes()
756 nLineNum += pCurrTxtFrm->GetLineCount( nActPos ); in getExtendedAttributes()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx302 sal_Int32 nFillBytes, nActPos = mpStm->Tell(); in ImplEndRecord() local
304 nFillBytes = nActPos - mnRecordPos; in ImplEndRecord()
308 *mpStm << (sal_uInt32)( ( nActPos - mnRecordPos ) + nFillBytes ); in ImplEndRecord()
309 mpStm->Seek( nActPos ); in ImplEndRecord()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx70 sal_uLong nActPos; member
76 nActPos = nStt; in _PercentHdl()
100 nActPos = nStt; in _PercentHdl()
111 { ::SetProgressState( bBack ? nActPos - nPos : nPos, pDSh ); } in NextPos()
120 ::SetProgressState( bBack ? nActPos - nPos : nPos, pDSh ); in NextPos()
906 pPHdl->NextPos( ++pPHdl->nActPos ); in lcl_FindSelection()
/trunk/main/svx/source/gallery2/
H A Dgalexpl.cxx301 …for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(), nActPos = 0; ( i < nCount ) && !bRet; i… in GetSdrObj() local
305 if( nActPos++ == nSdrModelPos ) in GetSdrObj()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx203 long nActPos = pSvStm->Tell(); in StreamRead() local
214 pSvStm->Seek( nActPos ); in StreamRead()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx1001 xub_StrLen nActPos = bActPos && aStart == rPtIdx ? in GetLineCount() local
1003 nRet = nRet + ((SwTxtFrm*)pCntFrm)->GetLineCount( nActPos ); in GetLineCount()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1800 sal_uLong nActPos = rIStm.Tell(); in operator >>() local
1803 rIStm.Seek( nActPos ); in operator >>()
H A Dcvtsvm.cxx1417 const sal_uLong nActPos = rOStm.Tell(); in ImplConvertToSVM1() local
1421 rOStm.Seek( nActPos ); in ImplConvertToSVM1()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx224 xub_StrLen nInsertPos, xub_StrLen nActPos,
/trunk/main/tools/inc/tools/
H A Dstream.hxx244 sal_Size nActPos; // member in SvStream