/aoo41x/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 284 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 …]
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 139 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 D | treelist.cxx | 47 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 D | svimpicn.cxx | 3256 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 D | svlbox.cxx | 1048 sal_uLong nListPos = pModel->Copy( (SvListEntry*)pSourceEntry, in CopySelection() local 1050 pSourceEntry = GetEntry( pNewParent, nListPos ); in CopySelection()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 86 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);
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | filtdlg.cxx | 491 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 D | pfiltdlg.cxx | 329 sal_uInt16 nListPos = 0; in UpdateValueList() local 335 nListPos = 2; in UpdateValueList() 362 pValList->InsertEntry( (*pColl)[i]->GetString(), nListPos ); in UpdateValueList() 363 nListPos++; in UpdateValueList()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocimp.cxx | 176 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()
|
/aoo41x/main/idl/inc/ |
H A D | slot.hxx | 74 sal_uLong nListPos; member in SvMetaSlot 234 { return nListPos; } in GetListPos() 236 { nListPos = n; } in SetListPos()
|
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.cxx | 1792 const xub_StrLen nListPos = pOldSmartTagList->Pos(nPos); in SwTxtSlot() local 1793 if( nListPos == nIdx ) in SwTxtSlot() 1795 … else if( !pTempList && nPos < pOldSmartTagList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot() 1808 const xub_StrLen nListPos = pOldGrammarCheckList->Pos(nPos); in SwTxtSlot() local 1809 if( nListPos == nIdx ) in SwTxtSlot() 1811 … else if( !pTempList && nPos < pOldGrammarCheckList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()
|
/aoo41x/main/cui/source/inc/ |
H A D | acccfg.hxx | 99 sal_Int32 nListPos, in TAccInfo() 102 , m_nListPos (nListPos ) in TAccInfo()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 581 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()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xepivot.hxx | 128 void InsertItemArrayIndex( size_t nListPos );
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 464 void XclExpPCField::InsertItemArrayIndex( size_t nListPos ) in InsertItemArrayIndex() argument 467 maIndexVec.push_back( static_cast< sal_uInt16 >( nListPos ) ); in InsertItemArrayIndex()
|
/aoo41x/main/cui/source/customize/ |
H A D | acccfg.cxx | 888 sal_uInt16 nListPos = 0; in Init() local 895 TAccInfo* pEntry = new TAccInfo(i1, nListPos, aKey); in Init()
|
/aoo41x/main/idl/source/objects/ |
H A D | slot.cxx | 1272 rOutStm << "// Slot Nr. " << ByteString::CreateFromInt32(nListPos).GetBuffer() << " : "; in WriteSlot()
|