Home
last modified time | relevance | path

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

/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/filter/source/xsltdialog/
H A Dxmlfileview.cxx694 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 …]
/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/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/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/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/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/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/sw/source/core/inc/
H A Dtxtfrm.hxx224 xub_StrLen nInsertPos, xub_StrLen nActPos,
/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/sw/source/ui/docvw/
H A Dsrcedtw.cxx99 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 …]
/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
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 …]
/trunk/main/tools/inc/tools/
H A Dstream.hxx242 sal_Size nActPos; // member in SvStream
/trunk/main/tools/source/communi/
H A Dgeninfo.cxx201 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 …]
/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/vcl/source/gdi/
H A Dcvtsvm.cxx1417 const sal_uLong nActPos = rOStm.Tell(); in ImplConvertToSVM1() local
1421 rOStm.Seek( nActPos ); in ImplConvertToSVM1()
H A Dimpgraph.cxx1800 sal_uLong nActPos = rIStm.Tell(); in operator >>() local
1803 rIStm.Seek( nActPos ); in operator >>()

Completed in 201 milliseconds