Home
last modified time | relevance | path

Searched refs:Count (Results 51 – 75 of 1378) sorted by relevance

12345678910>>...56

/aoo4110/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx522 sal_uInt16 nNewCount = (*xPage).Count() + Count(); in Merge()
529 sal_uInt16 nLastNode = bRight ? Count() - 1 : xPage->Count() - 1; in Merge()
534 while (xPage->Count()) in Merge()
544 while (xPage->Count()) in Merge()
547 xPage->Remove(xPage->Count()-1); in Merge()
597 while (xPage->Count() < nMaxNodes_2) in Merge()
629 while (xPage->Count()) in Merge()
632 xPage->Remove(xPage->Count()-1); in Merge()
686 xPage->Remove(xPage->Count()-1); in Merge()
990 while (++i < Count()) in Search()
[all …]
/aoo4110/main/sw/source/core/doc/
H A Ddoctxm.cxx104 if( rArr.Count() ) in SV_IMPL_PTRARR()
130 return rArr.Count(); in SV_IMPL_PTRARR()
172 return rArr.Count(); in GetCurTOXMark()
689 nNum = pSectionFmtTbl->Count(); in GetUniqueTOXBaseName()
913 if( aBrkSet.Count() ) in Update()
1100 while( i < aSortArr.Count() ) in InsertAlphaDelimitter()
1811 if(rBase.aTOXSources.Count()) in GenerateText()
1921 if(aLinkArr.Count()) in GenerateText()
1937 if( !aSortArr.Count() ) in UpdatePageNum()
2160 if(i != (rNums.Count()-1)) in _UpdatePageNum()
[all …]
H A Ddocedt.cxx354 if( i > rTbl.Count() ) in DelFlyInRange()
355 i = rTbl.Count(); in DelFlyInRange()
365 i = rTbl.Count(); in DelFlyInRange()
384 if( rFtnArr.Count() ) in lcl_SaveFtn()
979 if( aBkmkArr.Count() ) in MoveRange()
1123 if( aSaveRedl.Count() ) in MoveRange()
1130 if( aTmpFntIdx.Count() ) in MoveRange()
1229 if( aSaveFlyArr.Count() ) in MoveNodeRange()
1254 if( aSaveRedl.Count() ) in MoveNodeRange()
1268 if( aTmpFntIdx.Count() ) in MoveNodeRange()
[all …]
H A Ddocfld.cxx93 sal_uInt16 nSize = pFldTypes->Count(), in SV_IMPL_OP_PTRARR_SORT()
234 sal_uInt16 nSize = pFldTypes->Count(); in RemoveFldType()
287 sal_uInt16 nSize = pFldTypes->Count(), i = 0; in GetFldType()
1147 if( pUpdtFlds->GetSortLst()->Count() ) in FldsToCalc()
1282 if( !pUpdtFlds->GetSortLst()->Count() ) in UpdateExpFlds()
1303 for( n = pFldTypes->Count(); n; ) in UpdateExpFlds()
1748 for (sal_uInt16 n = rArr.Count(); n; ) in GetAllUsedDB()
1820 for(sal_uInt16 i = 0; i < rArr.Count(); i++) in GetAllDBNames()
1923 for (sal_uInt16 n = rArr.Count(); n; ) in ChangeDBFields()
2296 rDoc.GetNodes().Count() != nNodes ) in MakeFldList()
[all …]
/aoo4110/main/svx/source/items/
H A Dclipfmtitem.cxx52 for( sal_uInt16 n = 0, nEnd = rCpy.aFmtNms.Count(); n < nEnd; ++n ) in SvxClipboardFmtItem_Impl()
79 sal_uInt16 nCount = Count(); in QueryValue()
102 pImpl->aFmtIds.Remove( 0, pImpl->aFmtIds.Count() ); in PutValue()
103 pImpl->aFmtNms.Remove( 0, pImpl->aFmtNms.Count() ); in PutValue()
117 if( rCmp.pImpl->aFmtNms.Count() == pImpl->aFmtNms.Count() ) in operator ==()
143 if( nPos > pImpl->aFmtNms.Count() ) in AddClipbrdFormat()
144 nPos = pImpl->aFmtNms.Count(); in AddClipbrdFormat()
153 if( nPos > pImpl->aFmtNms.Count() ) in AddClipbrdFormat()
154 nPos = pImpl->aFmtNms.Count(); in AddClipbrdFormat()
160 sal_uInt16 SvxClipboardFmtItem::Count() const in Count() function in SvxClipboardFmtItem
[all …]
/aoo4110/main/sw/source/core/frmedt/
H A Dfetab.cxx228 if ( aBoxes.Count() ) in InsertRow()
266 if( aBoxes.Count() ) in InsertCol()
320 if ( aBoxes.Count() ) in DeleteCol()
367 if( aBoxes.Count() ) in DeleteRow()
531 if( aBoxes.Count() ) in SplitTab()
979 if( aBoxes.Count() ) in HasWholeTabSelection()
1081 if( aBoxes.Count() ) in UnProtectCells()
1123 if( aBoxes.Count() ) in CanUnProtectCells()
1284 if ( !aBoxes.Count() ) in IsAdjustCellWidthAllowed()
1341 if( aBoxes.Count() ) in SetTableAutoFmt()
[all …]
/aoo4110/main/tools/bootstrp/
H A Dmkcreate.cxx300 while ( pActDirectory->pCodedDependencies->Count()) in ResolveDependencies()
307 ( k < pSubDirectories->Count()) && in ResolveDependencies()
344 while ( k < pDependencies->Count()) { in GetTarget()
351 if ( !pDependencies->Count()) { in GetTarget()
358 for ( sal_uIntPtr i = 0; i < pDependencies->Count(); i++ ) in GetTarget()
368 for ( sal_uIntPtr i = 0; i < pDependencies->Count(); i++ ) { in GetTarget()
570 for ( sal_uIntPtr i = 0; i < aStar.Count(); i++ ) { in CreateRootDirectory()
591 for ( sal_uIntPtr j = 0; j < pPrj->Count(); j++ ) { in CreateRootDirectory()
630 while ( i < pParentContent->Count()) { in RemoveDirectoryTreeAndAllDependencies()
666 while( j < pSubDirectories->Count()) { in CreateRecursiveMakefile()
[all …]
/aoo4110/main/sfx2/inc/sfx2/
H A Dminstack.hxx42 sal_uInt16 Count() const { return ARR##arr_::Count(); } \
45 { return (*this)[Count()-nLevel-1]; } \
57 { T aRet = (*this)[Count()-1]; \
58 Remove( Count()-1, 1 ); \
75 sal_uInt16 Count() const { return ARR##arr_::Count(); } \
80 { return (*this)[Count()-nLevel-1]; } \
83 { T aRet = (*this)[Count()-1]; \
84 Remove( Count()-1, 1 ); \
88 { return &(*this)[Count()-1]; } \
/aoo4110/main/sw/source/core/crsr/
H A Dviscrs.cxx274 if( rTbl.Count() && !*ppRedRect ) in ShowRedlines()
286 if( !(*ppRedRect)->Count() ) in ShowRedlines()
304 if( GetDoc()->GetRedlineTbl().Count() )
535 Remove(0, Count()); in swapContent()
538 rSwap.Remove(0, rSwap.Count()); in swapContent()
569 SwRects::Remove( 0, Count() ); in Hide()
607 else if(Count()) in Show()
702 sal_uInt16 nSz = Count(); in Invalidate()
707 aReg.Remove( 0, aReg.Count() ); in Invalidate()
1001 if( !aSelBoxes.Count() || bParked || in FillRects()
[all …]
H A Dfindattr.cxx85 while( rPos < rHtsArr.Count() ) in GetFrwrdTxtHint()
194 sal_uInt16 Count() const { return aCmpSet.Count(); } in Count() function in SwAttrCheckArr
701 return nFound == aCmpSet.Count(); in CheckStack()
797 sal_uInt16 nPos = rHtArr.Count(); in lcl_SearchBackward()
1029 if( aCmpArr.Count() ) in Find()
1034 if( (!aOtherSet.Count() || in Find()
1048 if( !aOtherSet.Count() ) in Find()
1112 !pSet->Count() ); in Find()
1164 else if( !pSet->Count() ) in Find()
1252 if( !pSet->Count() ) in Find()
[all …]
H A Dfindtxt.cxx70 if( rArr.Count() ) in lcl_CleanStr()
71 rArr.Remove( 0, rArr.Count() ); in lcl_CleanStr()
86 nHintStart = pHts && n < pHts->Count() ? in lcl_CleanStr()
122 const xub_StrLen nAkt = nStt - rArr.Count(); in lcl_CleanStr()
168 rArr.Insert( nAkt, rArr.Count() ); in lcl_CleanStr()
176 for( sal_uInt16 i = aReplaced.Count(); i; ) in lcl_CleanStr()
182 rArr.Insert( nTmp, rArr.Count() ); in lcl_CleanStr()
196 for (xub_StrLen i = 0; i <pHts->Count();i++) in GetPostIt()
209 for (xub_StrLen i = aIndex; i <pHts->Count();i++) in GetPostIt()
302 for (xub_StrLen i = 0; i <pHts->Count();i++) in Find()
[all …]
/aoo4110/main/basic/source/sbx/
H A Dsbxobj.cxx359 nArrayIdx = pArray->Count(); in FindVar()
433 pArray->Put( pVar, pArray->Count() ); in Make()
471 pObjs->Put( pVar, pObjs->Count() ); in MakeObject()
487 if( nIdx < pArray->Count() ) in Insert()
492 nIdx = pArray->Count(); in Insert()
678 nArrayIdx = pArray->Count(); in VCPtrFindVar()
699 if( nPos >= pArray->Count() ) in SetPos()
700 nPos = pArray->Count() - 1; in SetPos()
701 if( nIdx < ( pArray->Count() - 1 ) ) in SetPos()
1121 rVars.Count() ); in GarbageCollection()
[all …]
/aoo4110/main/idl/source/objects/
H A Dobject.cxx151 if( aAttrList.Count() ) nMask |= 0x1; in Save()
153 if( aClassList.Count() ) nMask |= 0x4; in Save()
387 for( n = 0; n < aAttrList.Count(); n++ ) in WriteContextSvIdl()
393 for( n = 0; n < aClassList.Count(); n++ ) in WriteContextSvIdl()
655 for( n = 0; n < aAttrList.Count(); n++ ) in Write()
748 if( nPos == rSuperList.Count() ) in InsertSlots()
766 for( n = 0; n < aClassList.Count(); n++ ) in InsertSlots()
876 for ( n=0; n<aSlotList.Count(); n++ ) in WriteSfx()
883 sal_uLong nSlotCount = aSlotList.Count(); in WriteSfx()
928 for( n=0; n<aSlotList.Count(); n++ ) in WriteSfx()
[all …]
H A Dmodule.cxx372 for( n = 0; n < aTypeList.Count(); n++ ) in WriteContextSvIdl()
378 for( n = 0; n < aAttrList.Count(); n++ ) in WriteContextSvIdl()
384 for( n = 0; n < aClassList.Count(); n++ ) in WriteContextSvIdl()
463 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in WriteSfx()
473 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in WriteHelpIds()
574 if( n +1 < aClassList.Count() ) in Write()
602 if ( rClassList.Count() ) in Write()
606 for( sal_uLong m=0; m<rClassList.Count(); m++ ) in Write()
611 if ( m+1 == rClassList.Count() ) in Write()
651 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in WriteSrc()
[all …]
/aoo4110/main/sw/source/filter/html/
H A Dhtmlctxt.cxx148 ASSERT( !aParaAttrs.Count(), in SplitAttrTab()
150 if( aParaAttrs.Count() ) in SplitAttrTab()
151 aParaAttrs.Remove( 0, aParaAttrs.Count() ); in SplitAttrTab()
286 nContextStMin = aContexts.Count(); in SaveDocContext()
291 nContextStAttrMin = aContexts.Count(); in SaveDocContext()
353 while( aContexts.Count() > nContextStMin ) in EndContext()
402 for( sal_uInt16 i=0; i<rAttrs.Count(); i++ ) in ClearContext()
541 ASSERT( aContexts.Count() <= nContextStAttrMin || in InsertAttrs()
542 aContexts[aContexts.Count()-1] != pContext, in InsertAttrs()
696 rAttrs.Insert( *ppAttr, rAttrs.Count() ); in InsertAttrs()
[all …]
/aoo4110/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx296 if ( m_rExport.pDoc->GetRedlineTbl().Count() ) in WW8SwAttrIter()
392 for( i = 0; i < pTxtAttrs->Count(); i++ ) in SearchNext()
688 sal_uInt16 nEnd = pO ? pO->Count() : 0; in GetCurrentItems()
690 rItems.Insert((*pO)[nI], rItems.Count()); in GetCurrentItems()
1090 aItems.Insert( 67, aItems.Count() ); in FieldVanish()
1091 aItems.Insert( 1, aItems.Count() ); in FieldVanish()
1093 sal_uInt16 nStt_sprmCFSpec = aItems.Count(); in FieldVanish()
1099 aItems.Insert( 117, aItems.Count() ); in FieldVanish()
1100 aItems.Insert( 1, aItems.Count() ); in FieldVanish()
2477 rAt.Insert( 182, rAt.Count() );
[all …]
/aoo4110/main/l10ntools/source/
H A Dxmlparse.cxx95 for ( sal_uLong i = 0; i < obj.pChildList->Count(); i++ ){ in XMLParentNode()
159 for ( sal_uLong i = 0; i < pChildList->Count(); i++ ) { in GetPosition()
187 for ( sal_uLong i = 0; i < pChildList->Count(); i++ ) { in RemoveChild()
217 for ( sal_uLong i = 0; i < pChildList->Count(); i++ ) in RemoveAndDeleteAllChilds()
227 for ( sal_uLong i = 0; i < pChildList->Count(); i++ ) { in GetChildElement()
238 for ( sal_uLong j = 0; j < pList->Count() && bMatch; j++ ) { in GetChildElement()
333 for ( sal_uLong i = 0; i < GetChildList()->Count(); i++ ) in Write()
399 for ( sal_uLong i = 0; i < GetChildList()->Count(); i++ ) in Print()
826 for ( sal_uLong i = 0; i < pCList->Count(); i++ ){ in ChangeLanguageTag()
844 for ( sal_uLong i = 0; i < pAttributes->Count(); i++ ) in GetAttribute()
[all …]
/aoo4110/main/editeng/source/editeng/
H A Dedtspell.cxx248 for ( sal_uInt16 n = 0; n < Count(); n++ ) in TextInserted()
319 for ( sal_uInt16 n = 0; n < Count(); n++ ) in TextDeleted()
370 for ( sal_uInt16 n = 0; n < Count(); n++ ) in NextWrong()
385 for ( sal_uInt16 n = 0; n < Count(); n++ ) in HasWrong()
398 for ( sal_uInt16 n = 0; n < Count(); n++ ) in HasAnyWrong()
442 sal_uInt16 nPos = Count(); in InsertWrong()
471 if ( Count() ) in MarkWrongsInvalid()
481 pNew->Insert( rWrong, pNew->Count() ); in Clone()
493 || Count() != rCompare.Count()) in operator ==()
498 for(sal_uInt16 a(0); a < Count(); a++) in operator ==()
[all …]
H A Dimpedit2.cxx254 sal_uInt16 nParas = aEditDoc.Count(); in InitDoc()
2194 nNewPos = GetParaPortions().Count(); in ImpMoveParagraphs()
2934 if ( aEditDoc.Count() >= 0xFFFE ) in ImpInsertParaBreak()
2955 sal_uInt16 nLWrongs = pLWrongs->Count(); in ImpInsertParaBreak()
3181 nPortion = GetParaPortions().Count()-1; in GetPaM()
3332 return pPPortion->GetLines().Count(); in GetLineCount()
3446 nPara = GetParaPortions().Count()-1; in UpdateSelections()
3505 pNode = aEditDoc[ aEditDoc.Count()-1 ]; in ConvertSelection()
3519 pNode = aEditDoc[ aEditDoc.Count()-1 ]; in ConvertSelection()
4237 if( pLine->GetCharPosArray().Count() ) in GetXPos()
[all …]
/aoo4110/main/sd/source/ui/view/
H A Ddrviews9.cxx267 if (pArgs->Count () == 1) in AttrExec()
287 if (pArgs->Count () == 1) in AttrExec()
307 if (pArgs->Count () == 1) in AttrExec()
321 if (pArgs->Count () == 3) in AttrExec()
344 if (pArgs->Count () == 3) in AttrExec()
365 if (pArgs->Count () == 4) in AttrExec()
425 if (pArgs->Count () == 4) in AttrExec()
479 if (pArgs->Count () == 7) in AttrExec()
527 if (pArgs->Count () == 8) in AttrExec()
602 if (pArgs->Count () == 4) in AttrExec()
[all …]
/aoo4110/main/svl/source/config/
H A Dsrchcfg.cxx122 pImpl->aEngineArr.DeleteAndDestroy(0, pImpl->aEngineArr.Count()); in Load()
163 pImpl->aEngineArr.Insert(pNew, pImpl->aEngineArr.Count()); in Load()
179 if(!pImpl->aEngineArr.Count()) in Commit()
189 for(sal_uInt16 i = 0; i < pImpl->aEngineArr.Count(); i++) in Commit()
225 sal_uInt16 SvxSearchConfig::Count() in Count() function in SvxSearchConfig
227 return pImpl->aEngineArr.Count(); in Count()
234 DBG_ASSERT(nPos < pImpl->aEngineArr.Count(), "wrong array index"); in GetData()
242 for(sal_uInt16 nPos = 0; nPos < pImpl->aEngineArr.Count(); nPos++) in GetData()
254 for(sal_uInt16 nPos = 0; nPos < pImpl->aEngineArr.Count(); nPos++) in SetData()
265 pImpl->aEngineArr.Insert(pInsert, pImpl->aEngineArr.Count()); in SetData()
[all …]
/aoo4110/main/sfx2/source/appl/
H A Dmodule.cxx160 rArr.C40_INSERT( SfxModule, pPtr, rArr.Count() ); in Construct_Impl()
187 for( sal_uInt16 nPos = rArr.Count(); nPos--; ) in ~SfxModule()
220 for (sal_uInt16 nFactory=0; nFactory<pImpl->pFactArr->Count(); ++nFactory) in RegisterChildWindow()
232 SfxChildWinFactory, pFact, pImpl->pFactArr->Count() ); in RegisterChildWindow()
242 sal_uInt16 nCount = pImpl->pFactArr->Count(); in RegisterChildWindowContext()
250 pF->pArr->C40_INSERT( SfxChildWinContextFactory, pFact, pF->pArr->Count() ); in RegisterChildWindowContext()
266 for ( sal_uInt16 n=0; n<pImpl->pTbxCtrlFac->Count(); n++ ) in RegisterToolBoxControl()
277 pImpl->pTbxCtrlFac->C40_INSERT( SfxTbxCtrlFactory, pFact, pImpl->pTbxCtrlFac->Count() ); in RegisterToolBoxControl()
288 for ( sal_uInt16 n=0; n<pImpl->pStbCtrlFac->Count(); n++ ) in RegisterStatusBarControl()
310 for ( sal_uInt16 n=0; n<pImpl->pMenuCtrlFac->Count(); n++ ) in RegisterMenuControl()
[all …]
/aoo4110/main/sw/source/core/edit/
H A Dedglbldc.cxx64 if( rArr.Count() ) in GetGlobalDocContent()
65 rArr.DeleteAndDestroy( 0, rArr.Count() ); in GetGlobalDocContent()
75 for( n = rSectFmts.Count(); n; ) in GetGlobalDocContent()
101 for( n = 0; n < rArr.Count(); ++n ) in GetGlobalDocContent()
124 if( rArr.Count() ) in GetGlobalDocContent()
143 return rArr.Count(); in GetGlobalDocContent()
269 if( 1 == rArr.Count() ) in DeleteGlobalDocContent()
285 if( ++nDelPos < rArr.Count() ) in DeleteGlobalDocContent()
320 nFromPos >= rArr.Count() || nToPos > rArr.Count() || in MoveGlobalDocContent()
334 if( nToPos < rArr.Count() ) in MoveGlobalDocContent()
[all …]
/aoo4110/main/sw/source/core/txtnode/
H A Dthints.cxx1865 if( !rSet.Count() ) in SetAttr()
1896 if( aTxtSet.Count() != rSet.Count() ) in SetAttr()
1899 if( !aTxtSet.Count() ) in SetAttr()
1978 if ( aCharSet.Count() ) in SetAttr()
2286 if( aFmtSet.Count() ) in GetAttr()
2450 if (i_rAttrSet.Count() == 0) in impl_FmtToTxtAttr()
2476 if (aCurSet.Count() != 0) in impl_FmtToTxtAttr()
2541 if( aThisSet.Count() ) in FmtToTxtAttr()
2586 if( aNdSet.Count() ) in FmtToTxtAttr()
2686 if ( !Count() ) in MergePortions()
[all …]
/aoo4110/main/sfx2/source/control/
H A Dobjface.cxx115 for (n=0; n<pObjectBars->Count(); n++) in ~SfxInterface_Impl()
119 for (n=0; n<pChildWindows->Count(); n++) in ~SfxInterface_Impl()
195 for ( sal_uInt16 n = nIter; n < Count(); ++n ) in SetSlotMap()
211 for ( sal_uInt16 n = nIter; n < Count(); ++n ) in SetSlotMap()
463 sal_uInt16 nObjBarCount = pImpData->pObjectBars->Count(); in GetObjectBarResId()
487 sal_uInt16 nObjBarCount = pImpData->pObjectBars->Count(); in GetObjectBarPos()
501 return pImpData->pObjectBars->Count(); in GetObjectBarCount()
537 sal_uInt16 nCWCount = pImpData->pChildWindows->Count(); in GetChildWindowId()
560 sal_uInt16 nCWCount = pImpData->pChildWindows->Count(); in GetChildWindowFeature()
574 return pImpData->pChildWindows->Count(); in GetChildWindowCount()
[all …]

Completed in 248 milliseconds

12345678910>>...56