Home
last modified time | relevance | path

Searched refs:nCount (Results 326 – 350 of 1975) sorted by relevance

1...<<11121314151617181920>>...79

/trunk/main/l10ntools/source/
H A Dtagtest.cxx335 xub_StrLen nCount; in SplitTag() local
338 for ( nCount = 0 ; !bBroken && nCount < aName.Len() ; nCount++ ) in SplitTag()
340 bBroken = ! ( ( aBuf[nCount] >= 'a' && aBuf[nCount] <= 'z' ) in SplitTag()
341 ||( aBuf[nCount] >= 'A' && aBuf[nCount] <= 'Z' ) in SplitTag()
342 ||( aBuf[nCount] >= '0' && aBuf[nCount] <= '9' ) in SplitTag()
343 ||( aBuf[nCount] == '_' ) in SplitTag()
344 ||( aBuf[nCount] == '-' ) in SplitTag()
345 ||( aBuf[nCount] == '.' ) in SplitTag()
/trunk/main/sfx2/source/doc/
H A Ddoctdlg.cxx111 const sal_uInt16 nCount = pTemplates->GetRegionCount(); in Init() local
112 for(sal_uInt16 i = 0; i < nCount; ++i) in Init()
114 if(!nCount) in Init()
117 if(nCount) in Init()
177 const sal_uInt16 nCount = pTemplates->GetCount(nRegion); in IMPL_LINK() local
180 for(sal_uInt16 i = 0; i < nCount; ++i) in IMPL_LINK()
/trunk/main/svx/source/items/
H A Dclipfmtitem.cxx79 sal_uInt16 nCount = Count(); in QueryValue() local
83 aClipFormats.Identifiers.realloc( nCount ); in QueryValue()
84 aClipFormats.Names.realloc( nCount ); in QueryValue()
85 for ( sal_uInt16 n=0; n < nCount; n++ ) in QueryValue()
100 sal_uInt16 nCount = sal_uInt16( aClipFormats.Identifiers.getLength() ); in PutValue() local
104 for ( sal_uInt16 n=0; n < nCount; n++ ) in PutValue()
/trunk/main/tools/bootstrp/
H A Dcppdep.cxx62 sal_uIntPtr nCount = pSources->Count(); in Execute() local
63 for ( sal_uIntPtr n=0; n<nCount;n++) in Execute()
115 sal_uIntPtr nCount = pFileList->Count(); in Search() local
116 for ( sal_uIntPtr i=0; i<nCount; i++ ) in Search()
150 sal_uIntPtr nCount = pSearchPath->Count(); in Exists() local
151 for ( sal_uIntPtr n=0; n<nCount; n++) in Exists()
/trunk/main/toolkit/source/controls/
H A Deventcontainer.cxx138 sal_Int32 nCount = mNames.getLength(); in insertByName() local
139 mNames.realloc( nCount + 1 ); in insertByName()
140 mValues.realloc( nCount + 1 ); in insertByName()
141 mNames.getArray()[ nCount ] = aName; in insertByName()
142 mValues.getArray()[ nCount ] = aElement; in insertByName()
143 mHashMap[ aName ] = nCount; in insertByName()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx686 Sequence<rtl::OUString> aChoices (nCount); in CreateChoice()
699 for (sal_Int32 nIndex=1,nCount=aChoice.getLength(); nIndex<nCount; ++nIndex) in GetSlidesPerPageSequence() local
1749 nIndex < nCount; in PrepareOutline()
1757 while (nH < nPageH && nIndex<nCount) in PrepareOutline()
1950 nCount= nPageCount, in PrepareHandout() local
1952 nIndex <= nCount; in PrepareHandout()
1955 if (nIndex < nCount) in PrepareHandout()
2030 nIndex < nCount; in PrepareRegularPages()
2157 nIndex < nCount; in PrepareBooklet()
2188 nCount=aPairVector.size(); in PrepareBooklet() local
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dmove.cxx107 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual ) in Left() argument
119 return SwCrsrShell::Left( nCount, nMode, bVisual ); in Left()
126 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual ) in Right() argument
139 return SwCrsrShell::Right( nCount, nMode, bVisual ); in Right()
145 sal_Bool SwWrtShell::Up( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Up() argument
157 return SwCrsrShell::Up( nCount ); in Up()
163 sal_Bool SwWrtShell::Down( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Down() argument
176 return SwCrsrShell::Down( nCount ); in Down()
/trunk/main/desktop/source/app/
H A Ddispatchwatcher.cxx144 sal_Int32 nCount = 4; in executeDispatchRequests() local
146 nCount++; in executeDispatchRequests()
151 nCount++; in executeDispatchRequests()
153 Sequence < PropertyValue > aArgs( nCount ); in executeDispatchRequests()
187 aArgs[nCount-1].Name = ::comphelper::MediaDescriptor::PROP_DOCUMENTSERVICE(); in executeDispatchRequests()
188 aArgs[nCount-1].Value <<= aDispatchRequest.aPreselectedFactory; in executeDispatchRequests()
469 sal_Int16 nCount = --m_nRequestCount; in dispatchFinished() local
484 if ( !nCount && !OfficeIPCThread::AreRequestsPending() ) in dispatchFinished()
/trunk/main/sc/source/core/tool/
H A Dcallform.cxx60 typedef void (CALLTYPE* GetFuncCountPtr)(sal_uInt16& nCount);
119 sal_uInt16 nCount, in FuncData() argument
126 nParamCount (nCount), in FuncData()
260 sal_uInt16 nCount; in InitExternalFunc() local
261 (*((GetFuncCountPtr)fpGetCount))(nCount); in InitExternalFunc()
262 for (sal_uInt16 i=0; i < nCount; i++) in InitExternalFunc()
310 sal_uInt16 nCount = aModuleCollection.GetCount(); in ExitExternalFunc() local
311 for (sal_uInt16 i=0; i<nCount; i++) in ExitExternalFunc()
H A Dinterpr5.cxx181 SCSIZE nCount = nC * nR; in ScGCD() local
1248 SCSIZE nCount = nC * nR; in CalculateAddSub() local
1333 SCSIZE nCount = nC * nR; in ScAmpersand() local
1447 SCSIZE nCount = nC * nR; in ScMul() local
1527 SCSIZE nCount = nC * nR; in ScDiv() local
1609 SCSIZE nCount = nC * nR; in ScPow() local
1678 SCSIZE nCount = pMat->GetElementCount(); in ScSumProduct() local
1679 for (SCSIZE j = 0; j < nCount; j++) in ScSumProduct()
1773 for (SCSIZE i = 0; i < nCount; i++) in ScSumXMY2()
1826 SCSIZE nCount = 0; in ScFrequency() local
[all …]
/trunk/main/sc/source/core/data/
H A Dtable3.cxx83 SCSIZE nCount; member in ScSortInfoArray
127 SCSIZE GetCount() { return nCount; } in GetCount()
208 SCSIZE nCount = pArray->GetCount(); in SortReorder() local
1307 SCSIZE nValidCount = nCount; in TopTenQuery()
1481 SCSIZE nCount = 0; in Query() local
1579 ++nCount; in Query()
1638 return nCount; in Query()
1829 SCSIZE i, nCount; in CreateQueryParam() local
1834 for (i=0; i < nCount; i++) in CreateQueryParam()
1847 for (i=0; i < nCount; i++) in CreateQueryParam()
[all …]
/trunk/main/i18npool/source/transliteration/
H A DignoreProlongedSoundMark_ja_JP.cxx302 …ark_ja_JP::folding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Sequence< sal_Int… in folding() argument
307 rtl_uString * newStr = x_rtl_uString_new_WithLength( nCount ); // defined in x_rtl_ustring.h in folding()
316 offset.realloc( nCount ); in folding()
326 while (-- nCount > 0) { in folding()
346 if (nCount == 0) { in folding()
/trunk/main/sw/source/ui/vba/
H A Dvbaparagraph.cxx91 sal_Int32 nCount = 0; in getCount() local
98 nCount++; in getCount()
101 return nCount; in getCount()
107 sal_Int32 nCount = 0; in getByIndex() local
114 if( Index == nCount ) in getByIndex()
116 nCount++; in getByIndex()
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx187 sal_uLong nCount = rMark.GetMarkCount(); in SetMarkedToLayer() local
188 for (sal_uLong i=0; i<nCount; i++) in SetMarkedToLayer()
218 const sal_uLong nCount = rMark.GetMarkCount(); in OnlyShapesMarked() local
219 if ( !nCount ) in OnlyShapesMarked()
222 for (; i<nCount; i++) in OnlyShapesMarked()
230 return i == nCount; in OnlyShapesMarked()
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx196 inline BitmapPalette( sal_uInt16 nCount );
205 inline void SetEntryCount( sal_uInt16 nCount );
555 inline BitmapPalette::BitmapPalette( sal_uInt16 nCount ) : in BitmapPalette() argument
556 mnCount( nCount ) in BitmapPalette()
640 inline void BitmapPalette::SetEntryCount( sal_uInt16 nCount ) in SetEntryCount() argument
642 if( !nCount ) in SetEntryCount()
648 else if( nCount != mnCount ) in SetEntryCount()
650 const sal_uLong nNewSize = nCount * sizeof( BitmapColor ); in SetEntryCount()
651 const sal_uLong nMinSize = Min( mnCount, nCount ) * sizeof( BitmapColor ); in SetEntryCount()
659 mnCount = nCount; in SetEntryCount()
/trunk/main/forms/source/component/
H A Dimgprod.cxx58 virtual ErrCode ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const;
59 …virtual ErrCode WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* pWritten …
107 ErrCode ImgProdLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) … in ReadAt() argument
112 const ErrCode nErr = SvLockBytes::ReadAt( nPos, pBuffer, nCount, pRead ); in ReadAt()
123 if( ( nPos + nCount ) > nSeqLen ) in ReadAt()
124 nCount = nSeqLen - nPos; in ReadAt()
126 memcpy( pBuffer, maSeq.getConstArray() + nPos, nCount ); in ReadAt()
127 *pRead = nCount; in ReadAt()
138 ErrCode ImgProdLockBytes::WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* p… in WriteAt() argument
141 return SvLockBytes::WriteAt( nPos, pBuffer, nCount, pWritten ); in WriteAt()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx183 for( sal_uInt16 nEntry = 0, nCount = GetEntryCount(); nEntry < nCount; ++nEntry ) in SetSelection() local
190 for( sal_uInt16 nSel = 0, nCount = GetSelectEntryCount(); nSel < nCount; ++nSel ) in GetSelection() local
200 …for( sal_uInt16 nIndex = 0, nCount = sal::static_int_cast<sal_uInt16>(aArr.Count()); nIndex < nCou… in FillFunctionNames() local
635 long nCount = static_cast< long >( maLabelData.maShowInfo.ItemCount ); in Init() local
636 if( nCount < 1 ) in Init()
637 nCount = SC_SHOW_DEFAULT; in Init()
638 maNfShow.SetValue( nCount ); in Init()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx129 sal_uLong nCount = pSdrPage->GetObjCount(); in AccessibleDialogWindow() local
131 for ( sal_uLong i = 0; i < nCount; ++i ) in AccessibleDialogWindow()
356 for ( sal_uLong i = 0, nCount = pSdrPage->GetObjCount(); i < nCount; ++i ) in UpdateChildren() local
750 for ( sal_uInt16 i = 0, nCount = pParent->GetAccessibleChildWindowCount(); i < nCount; ++i ) in getAccessibleIndexInParent() local
1062 for ( sal_Int32 i = 0, nCount = getAccessibleChildCount(); i < nCount; ++i ) in getSelectedAccessibleChildCount() local
1082 for ( sal_Int32 i = 0, j = 0, nCount = getAccessibleChildCount(); i < nCount; ++i ) in getSelectedAccessibleChild() local
/trunk/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx84 void insertElement(sal_uInt32 nIndex, const ElementType& rElement, sal_uInt32 nCount = 1);
85 …ent(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount = 1);
86 void appendElement(const ElementType& rElement, sal_uInt32 nCount = 1);
87 … void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount = 1);
93 void remove(sal_uInt32 nIndex, sal_uInt32 nCount = 1);
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx79 sal_uInt16 nCount = 0; in GetFlyCount() local
95 nCount++; in GetFlyCount()
100 nCount++; in GetFlyCount()
105 nCount++; in GetFlyCount()
109 nCount++; in GetFlyCount()
113 return nCount; in GetFlyCount()
123 sal_uInt16 nCount = 0; in GetFlyNum() local
136 if( !pNd->IsNoTxtNode() && nIdx == nCount++) in GetFlyNum()
140 if(pNd->IsGrfNode() && nIdx == nCount++ ) in GetFlyNum()
144 if(pNd->IsOLENode() && nIdx == nCount++) in GetFlyNum()
[all …]
/trunk/main/tools/source/stream/
H A Dstrmos2.cxx219 sal_uIntPtr nCount = 0L; in GetData() local
223 nResult = DosRead( pInstanceData->hFile,(PVOID)pData,nSize,&nCount ); in GetData()
227 return nCount; in GetData()
250 sal_uIntPtr nCount = 0L; in PutData() local
254 nResult = DosWrite( pInstanceData->hFile,(PVOID)pData,nSize,&nCount ); in PutData()
257 else if( !nCount ) in PutData()
260 return nCount; in PutData()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx150 sal_Int32 nCount (rRepresentatives.size()); in Create() local
151 if (nCount > 0) in Create()
152 --nCount; in Create()
154 aPreviewSize.Width() + 2 * gnShadowBorder + nCount*nOffset, in Create()
155 aPreviewSize.Height() + 2 * gnShadowBorder + nCount*nOffset); in Create()
183 sal_Int32 nCount (0); in SelectRepresentatives() local
186 if (nCount++ >= 3) in SelectRepresentatives()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx392 sal_uInt16 nCount; in readRangeList() local
393 *mxBiffStrm >> nCount; in readRangeList()
394 orRanges.resize( nCount ); in readRangeList()
552 …for( sal_uInt16 nIndex = 0, nCount = dumpDec< sal_uInt16 >( "count" ); !mxBiffStrm->isEof() && (nI… in dumpSegmentedUniStringArray() local
1510 for( sal_uInt32 nPos = 0; nPos < nCount; ++nPos ) in dumpAddDataNlr()
2070 for( sal_Int32 nCol = 0, nCount = dumpColRange(); nCol < nCount; ++nCol ) in implDumpRecordBody() local
2573 …for( sal_uInt16 nIdx = 0, nCount = dumpDec< sal_uInt16 >( "count" ); !rStrm.isEof() && (nIdx < nCo… in implDumpRecordBody() local
2696 …for( sal_uInt16 nIdx = 0, nCount = dumpDec< sal_uInt16 >( "count" ); !rStrm.isEof() && (nIdx < nCo… in implDumpRecordBody() local
2831 for( sal_Int64 nIdx = 0, nCount = rStrm.getRemaining() / 2; nIdx < nCount; ++nIdx ) in implDumpRecordBody() local
3454 …for( sal_uInt16 nIndex = 0, nCount = dumpDec< sal_uInt16 >( "subrec-count" ); !rStrm.isEof() && (n… in dumpXfExtProp() local
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2723 sal_uInt32 nCount = rRanges.Count(); in UpdateTokensFromRanges() local
3023 uno::Sequence<double> aSeq(nCount); in getNumericalData()
3231 sal_Int32 nCount = 0; in getNumberFormatKeyByIndex() local
3285 ++nCount; in getNumberFormatKeyByIndex()
3378 for ( sal_uInt16 n=nCount; n--; ) in removeModifyListener()
3626 sal_Int32 nCount = 0; in getTextualData() local
3639 nCount = 0; in getTextualData()
3652 pArr[nCount] = aString; in getTextualData()
3653 ++nCount; in getTextualData()
3663 pArr[nCount] = aString; in getTextualData()
[all …]
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx175 for ( sal_uInt16 n = 0; n < nCount; n++ ) in CopyEntries()
406 sal_uLong nCount = pLineList->Count(); in ~LineListBox() local
407 while ( n < nCount ) in ~LineListBox()
463 sal_uLong nCount = pLineList->Count(); in Clear() local
464 while ( n < nCount ) in Clear()
482 sal_uLong nCount = pLineList->Count(); in GetEntryPos() local
483 while ( n < nCount ) in GetEntryPos()
539 sal_uLong nCount = pLineList->Count(); in UpdateLineColors() local
540 if( !nCount ) in UpdateLineColors()
550 for( sal_uLong n = 0 ; n < nCount ; ++n ) in UpdateLineColors()
[all …]

Completed in 224 milliseconds

1...<<11121314151617181920>>...79