/aoo42x/main/tools/source/communi/ |
H A D | geninfo.cxx | 201 sal_uIntPtr nActPos = nStart + (( nEnd - nStart ) / 2 ); in Search() local 202 rPos = 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 312 return nActPos; in InsertSorted() 327 if ( nActPos == Count() - 1 ) { in InsertSorted() 330 return ( nActPos + 1 ); in InsertSorted() 336 Insert( pInfo, nActPos + 1 ); in InsertSorted() [all …]
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 99 while(nActPos < nStrLen) in lcl_Highlight() 102 if(rSource.GetChar(nActPos) == cOpenBracket && nActPos < nStrLen - 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() 135 nPortStart = nActPos; in lcl_Highlight() 136 nActPos++; in lcl_Highlight() 159 String sToken = rSource.Copy(nActPos + 1, nSrchPos - nActPos - 1 ); in lcl_Highlight() 167 nPortStart = nActPos; in lcl_Highlight() 212 nActPos++; in lcl_Highlight() [all …]
|
/aoo42x/main/filter/source/xsltdialog/ |
H A D | xmlfileview.cxx | 694 while(nActPos < nStrLen) in lcl_Highlight() 697 if(rSource.GetChar(nActPos) == cOpenBracket && nActPos < nStrLen - 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() 730 nPortStart = nActPos; in lcl_Highlight() 731 nActPos++; in lcl_Highlight() 754 String sToken = rSource.Copy(nActPos + 1, nSrchPos - nActPos - 1 ); in lcl_Highlight() 762 nPortStart = nActPos; in lcl_Highlight() 809 nActPos++; in lcl_Highlight() [all …]
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | listsh.cxx | 80 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()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 1678 const sal_uInt16 nActPos = pShell->GetOutlinePos(MAXLEVEL); in Display() local 2274 if ( nActPos < USHRT_MAX && in ExecCommand() 2275 ( !nMove || pShell->IsOutlineMovable( nActPos )) ) in ExecCommand() 2280 pShell->MakeOutlineSel( nActPos, nActPos, in ExecCommand() 2285 if( !bModifier && ((nDir == -1 && nActPos > 0) || in ExecCommand() 2286 (nDir == 1 && nActPos < GetEntryCount() - 2 )) ) in ExecCommand() 2290 pShell->GotoOutline( nActPos + nDir); in ExecCommand() 2294 sal_uInt16 nActEndPos = nActPos; in ExecCommand() 2346 nDest = nActPos; in ExecCommand() 2360 nDir = nDest - nActPos; in ExecCommand() [all …]
|
/aoo42x/main/cui/source/tabpages/ |
H A D | backgrnd.cxx | 87 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 D | page.cxx | 612 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()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1156 …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()
|
/aoo42x/main/tools/source/stream/ |
H A D | stream.cxx | 363 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()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accdoc.cxx | 734 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()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 302 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()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 70 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()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galexpl.cxx | 301 …for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(), nActPos = 0; ( i < nCount ) && !bRet; i… in GetSdrObj() local 305 if( nActPos++ == nSdrModelPos ) in GetSdrObj()
|
/aoo42x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 203 long nActPos = pSvStm->Tell(); in StreamRead() local 214 pSvStm->Seek( nActPos ); in StreamRead()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 1001 xub_StrLen nActPos = bActPos && aStart == rPtIdx ? in GetLineCount() local 1003 nRet = nRet + ((SwTxtFrm*)pCntFrm)->GetLineCount( nActPos ); in GetLineCount()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impgraph.cxx | 1800 sal_uLong nActPos = rIStm.Tell(); in operator >>() local 1803 rIStm.Seek( nActPos ); in operator >>()
|
H A D | cvtsvm.cxx | 1417 const sal_uLong nActPos = rOStm.Tell(); in ImplConvertToSVM1() local 1421 rOStm.Seek( nActPos ); in ImplConvertToSVM1()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 224 xub_StrLen nInsertPos, xub_StrLen nActPos,
|
/aoo42x/main/tools/inc/tools/ |
H A D | stream.hxx | 244 sal_Size nActPos; // member in SvStream
|