Home
last modified time | relevance | path

Searched refs:nListPos (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx284 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in lcl_GetEntryByAddress() local
379 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in HasCellsInRange() local
393 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in GetHeaderPosition() local
408 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in GetFooterPosition() local
423 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in IsHeaderLeft() local
437 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in IsFooterLeft() local
454 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in GetNoteCountInRange() local
470 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in GetNoteInRange() local
493 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in GetNoteInRangeOutputRect() local
533 for (sal_uLong nListPos=0; nListPos<nCount; nListPos++) in GetTableInfo() local
[all …]
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx139 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchCol() local
143 while( nListPos < nCount-1 ) in SearchCol()
145 nListPos++; in SearchCol()
155 while( nListPos ) in SearchCol()
157 nListPos--; in SearchCol()
158 if( nListPos < nCount ) in SearchCol()
218 while( nListPos < nCount-1 ) in SearchRow()
220 nListPos++; in SearchRow()
230 while( nListPos ) in SearchRow()
232 nListPos--; in SearchRow()
[all …]
H A Dtreelist.cxx47 nListPos = 0; in SvListEntry()
56 nListPos &= 0x80000000; in SvListEntry()
57 nListPos |= ( rEntry.nListPos & 0x7fffffff); in SvListEntry()
78 nListPos &= 0x80000000; in Clone()
79 nListPos |= ( pSource->nListPos & 0x7fffffff); in Clone()
91 pEntry->nListPos &= 0x80000000; in SetListPositions()
92 pEntry->nListPos |= nCur; in SetListPositions()
97 nListPos &= (~0x80000000); in SetListPositions()
1269 pEntry->nListPos = pList->Count()-1; in Insert()
1463 pList->Remove( nListPos ); in Remove()
[all …]
H A Dsvimpicn.cxx3256 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchCol() local
3260 while( nListPos < nCount-1 ) in SearchCol()
3262 nListPos++; in SearchCol()
3272 while( nListPos ) in SearchCol()
3274 nListPos--; in SearchCol()
3275 if( nListPos < nCount ) in SearchCol()
3336 while( nListPos < nCount-1 ) in SearchRow()
3338 nListPos++; in SearchRow()
3348 while( nListPos ) in SearchRow()
3350 nListPos--; in SearchRow()
[all …]
H A Dsvlbox.cxx1048 sal_uLong nListPos = pModel->Copy( (SvListEntry*)pSourceEntry, in CopySelection() local
1050 pSourceEntry = GetEntry( pNewParent, nListPos ); in CopySelection()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx86 sal_uLong nListPos; member in SvListEntry
91 nListPos |= 0x80000000; in InvalidateChildrensListPositions()
100 if( pParent && !(pParent->nListPos & 0x80000000) ) in HasChildListPos()
106 if( pParent && (pParent->nListPos & 0x80000000) ) in GetChildListPos()
108 return ( nListPos & 0x7fffffff ); in GetChildListPos()
265 sal_uLong nListPos );
270 sal_uLong nListPos);
273 sal_uLong nListPos);
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx491 sal_uInt16 nListPos = 0; in UpdateValueList() local
497 nListPos = 2; in UpdateValueList()
548 pValList->InsertEntry( (*pColl)[i]->GetString(), nListPos ); in UpdateValueList()
549 nListPos++; in UpdateValueList()
575 sal_uInt16 nListPos = nPos + 2; // nach "leer" und "nicht leer" in UpdateHdrInValueList() local
581 sal_Bool bWasThere = ( pValList->GetEntry(nListPos) == aHdrStr ); in UpdateHdrInValueList()
587 pValList->InsertEntry(aHdrStr, nListPos); in UpdateHdrInValueList()
592 pValList->RemoveEntry(nListPos); in UpdateHdrInValueList()
H A Dpfiltdlg.cxx328 sal_uInt16 nListPos = 0; in UpdateValueList() local
334 nListPos = 2; in UpdateValueList()
361 pValList->InsertEntry( (*pColl)[i]->GetString(), nListPos ); in UpdateValueList()
362 nListPos++; in UpdateValueList()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx176 sal_Int32 nListPos = 0; in DoImport() local
338 if (nListPos < nListCount) in DoImport()
342 bEnd = !xLocate->moveToBookmark(aSelection[nListPos]); in DoImport()
347 aSelection[nListPos] >>= nNextRow; in DoImport()
352 ++nListPos; in DoImport()
/trunk/main/idl/inc/
H A Dslot.hxx74 sal_uLong nListPos; member in SvMetaSlot
234 { return nListPos; } in GetListPos()
236 { nListPos = n; } in SetListPos()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1804 const xub_StrLen nListPos = pOldSmartTagList->Pos(nPos); in SwTxtSlot() local
1805 if( nListPos == nIdx ) in SwTxtSlot()
1807 … else if( !pTempList && nPos < pOldSmartTagList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()
1820 const xub_StrLen nListPos = pOldGrammarCheckList->Pos(nPos); in SwTxtSlot() local
1821 if( nListPos == nIdx ) in SwTxtSlot()
1823 … else if( !pTempList && nPos < pOldGrammarCheckList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()
/trunk/main/cui/source/inc/
H A Dacccfg.hxx99 sal_Int32 nListPos, in TAccInfo()
102 , m_nListPos (nListPos ) in TAccInfo()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx581 void AnimationWindow::UpdateControl( sal_uLong nListPos, sal_Bool bDisableCtrls ) in UpdateControl() argument
590 SdrObject* pObject = (SdrObject*) pPage->GetObj( (sal_uLong) nListPos ); in UpdateControl()
626 aNumFldBitmap.SetValue( nListPos + 1 ); in UpdateControl()
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx128 void InsertItemArrayIndex( size_t nListPos );
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx464 void XclExpPCField::InsertItemArrayIndex( size_t nListPos ) in InsertItemArrayIndex() argument
467 maIndexVec.push_back( static_cast< sal_uInt16 >( nListPos ) ); in InsertItemArrayIndex()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx888 sal_uInt16 nListPos = 0; in Init() local
895 TAccInfo* pEntry = new TAccInfo(i1, nListPos, aKey); in Init()
/trunk/main/idl/source/objects/
H A Dslot.cxx1272 rOutStm << "// Slot Nr. " << ByteString::CreateFromInt32(nListPos).GetBuffer() << " : "; in WriteSlot()

Completed in 127 milliseconds