Home
last modified time | relevance | path

Searched refs:nCount (Results 501 – 525 of 1975) sorted by relevance

1...<<21222324252627282930>>...79

/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1428 ErrCode UcbLockBytes::ReadAt ( sal_uLong nPos, void *pBuffer, sal_uLong nCount, sal_uLong *pRead) c… in ReadAt() argument
1468 nCount = VOS_MIN(nCount, 0x7FFFFFFF); in ReadAt()
1474 if ( nPos + nCount > nLen ) in ReadAt()
1478 nSize = xStream->readBytes( aData, sal_Int32(nCount) ); in ReadAt()
1493 ErrCode UcbLockBytes::WriteAt ( sal_uLong nPos, const void *pBuffer, sal_uLong nCount, sal_uLong *p… in WriteAt() argument
1516 Sequence<sal_Int8> aData( pData, nCount ); in WriteAt()
1521 *pWritten = nCount; in WriteAt()
1572 sal_uLong nDiff = nNewSize-nSize, nCount=0; in SetSize() local
1575 WriteAt( nSize, pBuffer, nDiff, &nCount ); in SetSize()
1577 if ( nCount != nDiff ) in SetSize()
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx189 … size_t nMaxIx = ::std::min( nIx + nInc, nSize ), nCount = 0, nMaxCount = 0, nStrings = 0; in Save() local
192 nCount += aVec[ nSubIx ]; in Save()
200 aStr.Append( "\t\t" ).APPENDINT( nCount ).Append( '\t' ).APPENDINT( nMaxCount ); in Save()
361 sal_uLong nCount = maMergedRanges.Count(); in SaveXml() local
362 if( !nCount ) in SaveXml()
366 XML_count, OString::valueOf( (sal_Int32) nCount ).getStr(), in SaveXml()
368 for( sal_uLong i = 0; i < nCount; ++i ) in SaveXml()
820 for( sal_uInt16 nIndex = 0, nCount = rCondFormat.Count(); nIndex < nCount; ++nIndex ) in XclExpCondfmt() local
1401 for( sal_Int32 nIndex = 0, nCount = xLinksIA->getCount(); nIndex < nCount; ++nIndex ) in XclExpWebQueryBuffer() local
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx333 sal_uInt32 nCount = rSplits.Count(); in SetSplits() local
334 for( sal_uInt32 nIx = 0; nIx < nCount; ++nIx ) in SetSplits()
487 sal_uInt32 nCount = maTypeNames.size(); in SetTypeNames() local
490 for( nIx = 0, nItemId = 1; nIx < nCount; ++nIx, ++nItemId ) in SetTypeNames()
512 sal_uInt32 nCount = GetColumnCount(); in FillColumnDataSep() local
515 for( sal_uInt32 nColIx = 0; nColIx < nCount; ++nColIx ) in FillColumnDataSep()
528 sal_uInt32 nCount = Min( GetColumnCount(), static_cast<sal_uInt32>(MAXCOLCOUNT) ); in FillColumnDataFix() local
529 ScCsvExpDataVec aDataVec( nCount + 1 ); in FillColumnDataFix()
531 for( sal_uInt32 nColIx = 0; nColIx < nCount; ++nColIx ) in FillColumnDataFix()
538 aDataVec[ nCount ].mnIndex = STRING_MAXLEN; in FillColumnDataFix()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvditer.cxx76 for( sal_uIntPtr nIdx = 0, nCount = rObjList.GetObjCount(); nIdx < nCount; ++nIdx ) in ImpProcessObjectList() local
88 for( sal_uIntPtr nIdx = 0, nCount = rMarkList.GetMarkCount(); nIdx < nCount; ++nIdx ) in ImpProcessMarkList() local
/trunk/main/sw/source/core/text/
H A Datrhndl.hxx61 sal_uInt16 nCount; // number of elements on stack member in SwAttrHandler::SwAttrStack
71 inline void Reset() { nCount = 0; }; in Reset()
74 inline void Push( const SwTxtAttr& rAttr ) { Insert( rAttr, nCount ); }; in Push()
86 inline sal_uInt16 Count() const { return nCount; }; in Count()
H A Dtxttab.cxx195 SwTwips nCount = nSearchPos; in NewTabPortion() local
201 nCount /= nDefTabDist; in NewTabPortion()
202 nNextPos = ( nCount < 0 || ( !nCount && nSearchPos <= 0 ) ) in NewTabPortion()
203 ? ( nCount * nDefTabDist ) in NewTabPortion()
204 : ( ( nCount + 1 ) * nDefTabDist ); in NewTabPortion()
/trunk/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx212 sal_uInt16 nCount = pPopupWin->GetListBox().GetSelectEntryCount(); in IMPL_LINK() local
218 aArgs[0].Value = makeAny( sal_Int16( nCount )); in IMPL_LINK()
225 void SvxListBoxControl::Impl_SetInfo( sal_uInt16 nCount ) in Impl_SetInfo() argument
232 if (nCount == 1) in Impl_SetInfo()
240 aText.SearchAndReplaceAllAscii( "$(ARG1)", String::CreateFromInt32( nCount ) ); in Impl_SetInfo()
/trunk/main/sc/addin/rot13/
H A Drot13.cl51 * @param *nCount - returns the number of functions which are exported to StarCalc
54 void CALLTYPE GetFunctionCount( USHORT *nCount )
56 *nCount = 1;
62 * @param *nNo Input: Function number between 0 and nCount - 1
99 * @param *nNo Input Parameter, Function number between 0 and nCount - 1
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx634 for ( sal_uInt32 i = 0; i < nCount; ++i ) in RequestImages()
1111 for ( sal_Int32 i=0; i<nCount; ++i ) in IMPL_LINK()
1171 sal_uInt16 nCount = pPopupMenu->GetItemCount(); in MustBeHidden() local
1174 for ( sal_uInt16 i = 0; i < nCount; i++ ) in MustBeHidden()
1201 return ( nCount == nHideCount ); in MustBeHidden()
1391 sal_uInt16 nCount = 0; in FillMenuManager() local
1634 const sal_uInt32 nCount = aMenuShortCuts.size(); in RetrieveShortcuts() local
1635 for ( sal_uInt32 i = 0; i < nCount; ++i ) in RetrieveShortcuts()
1719 sal_uInt16 nCount = pMenu->GetItemCount(); in FillMenuWithConfiguration() local
1720 for ( sal_uInt16 i = 0; i < nCount; i++ ) in FillMenuWithConfiguration()
[all …]
H A Daddonstoolbarmanager.cxx294 sal_uInt16 nCount = m_pToolBar->GetItemCount(); in FillToolbar() local
295 …if ( nCount > 0 && ( m_pToolBar->GetItemType( nCount-1 ) != TOOLBOXITEM_SEPARATOR ) && nElements >… in FillToolbar()
303 sal_uInt16 nCount = m_pToolBar->GetItemCount(); in FillToolbar() local
304 …if ( bAppendSeparator && nCount > 0 && ( m_pToolBar->GetItemType( nCount-1 ) != TOOLBOXITEM_SEPARA… in FillToolbar()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx220 int nCount = aRetSeq.getLength(); in ResultSetForQuery() local
221 if( nCount > hitCount ) in ResultSetForQuery()
222 nCount = hitCount; in ResultSetForQuery()
223 for( int j = 0 ; j < nCount ; ++j ) in ResultSetForQuery()
295 int nCount = aIndexFolderResultVector.size(); in ResultSetForQuery() local
296 for( int j = 0 ; j < nCount ; ++j ) in ResultSetForQuery()
/trunk/main/svx/source/table/
H A Dtablemodel.hxx150 void insertColumns( sal_Int32 nIndex, sal_Int32 nCount );
151 void removeColumns( sal_Int32 nIndex, sal_Int32 nCount );
152 void insertRows( sal_Int32 nIndex, sal_Int32 nCount );
153 void removeRows( sal_Int32 nIndex, sal_Int32 nCount );
161 void UndoInsertRows( sal_Int32 nIndex, sal_Int32 nCount );
164 void UndoInsertColumns( sal_Int32 nIndex, sal_Int32 nCount );
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx258 sal_Int32 nCount = maProperties.getLength(); in FillListBox() local
259 std::vector<ScSolverOptionsEntry> aDescriptions( nCount ); in FillListBox()
260 for (sal_Int32 nPos=0; nPos<nCount; nPos++) in FillListBox()
276 aNewSeq.realloc( nCount ); in FillListBox()
277 for (sal_Int32 nPos=0; nPos<nCount; nPos++) in FillListBox()
293 for (sal_Int32 nPos=0; nPos<nCount; nPos++) in FillListBox()
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx153 sal_Int32 nCount, in fireEvents() argument
157 if (nCount && !bVetoable) { in fireEvents()
491 sal_Int32 nCount = aNames.getLength(); in impl_setPropertyValues_throw() local
493 Sequence< sal_Int32 > aHandles( nCount ); in impl_setPropertyValues_throw()
530 setFastPropertyValues( nCount, aHandles.getArray(), aValues.getConstArray(), nCount ); in impl_setPropertyValues_throw()
/trunk/main/sfx2/source/appl/
H A Dappchild.cxx86 sal_uInt16 nCount = pFactories->Count(); in RegisterChildWindowContext_Impl() local
87 for (sal_uInt16 nFactory=0; nFactory<nCount; ++nFactory) in RegisterChildWindowContext_Impl()
107 sal_uInt16 nCount = pFactories->Count(); in RegisterChildWindowContext_Impl() local
108 for (sal_uInt16 nFactory=0; nFactory<nCount; ++nFactory) in RegisterChildWindowContext_Impl()
/trunk/main/editeng/source/uno/
H A DUnoForbiddenCharsTable.cxx118 const sal_Int32 nCount = mxForbiddenChars.isValid() ? mxForbiddenChars->Count() : 0; in getLocales() local
120 Sequence< Locale > aLocales( nCount ); in getLocales()
121 if( nCount ) in getLocales()
125 for( sal_Int32 nIndex = 0; nIndex < nCount; nIndex++ ) in getLocales()
/trunk/main/sal/test/
H A Dtestbootstrap.cxx43 sal_Int32 nCount = rtl_getAppCommandArgCount(); in main() local
46 fprintf( stdout, "rtl-commandargs (%d) real args:%i ", nCount, argc); in main()
47 for( sal_Int32 i = 0 ; i < nCount ; i ++ ) in main()
57 if( nCount == 0 ) in main()
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx499 SCCOLROW nCount=0; in Paint() local
508 SCCOLROW nEntryNo = nCount + nPos; in Paint()
519 nCount += nHidden - 1; in Paint()
596 ++nCount; in Paint()
611 SCCOLROW nCount = 1; in GetMousePos() local
627 SCCOLROW nEntryNo = nCount + nPos; in GetMousePos()
637 if (nDif >= -2 && nDif <= 2 && nCount > 0) in GetMousePos()
644 ++nCount; in GetMousePos()
/trunk/main/linguistic/source/
H A Dmisc.cxx392 sal_Int32 nCount = aDics.getLength(); in SaveDictionaries() local
393 for (sal_Int32 i = 0; i < nCount; i++) in SaveDictionaries()
487 sal_Int32 nCount = rLangSeq.getLength(); in LangSeqToLocaleSeq() local
489 uno::Sequence< Locale > aLocales( nCount ); in LangSeqToLocaleSeq()
491 for (sal_Int32 i = 0; i < nCount; ++i) in LangSeqToLocaleSeq()
503 sal_Int32 nCount = rLocaleSeq.getLength(); in LocaleSeqToLangSeq() local
505 uno::Sequence< sal_Int16 > aLangs( nCount ); in LocaleSeqToLangSeq()
507 for (sal_Int32 i = 0; i < nCount; ++i) in LocaleSeqToLangSeq()
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx315 sal_Int32 nCount = pBuffer[nPos++] & 0xFF; in StaticFillData() local
316 nCount |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
317 nCount |= ( pBuffer[nPos++] & 0xFF ) << 16; in StaticFillData()
318 nCount |= ( pBuffer[nPos++] & 0xFF ) << 24; in StaticFillData()
319 rData->m_nIterationCount = nCount; in StaticFillData()
743 sal_uInt16 nCount, nTotal; in readCEN() local
782 for (nCount = 0 ; nCount < nTotal; nCount++) in readCEN()
834 if (nCount != nTotal) in readCEN()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddetailpages.cxx138 sal_Int32 nCount = sizeof(pWindows) / sizeof(pWindows[0]); in DBG_NAME() local
139 for (sal_Int32 i=1; i < nCount; ++i) in DBG_NAME()
391 sal_Int32 nCount = sizeof(pWindows) / sizeof(pWindows[0]); in OOdbcDetailsPage() local
392 for (sal_Int32 i=1; i < nCount; ++i) in OOdbcDetailsPage()
572 sal_Int32 nCount = sizeof(pWindows) / sizeof(pWindows[0]); in OGeneralSpecialJDBCDetailsPage() local
573 for (sal_Int32 i=1; i < nCount; ++i) in OGeneralSpecialJDBCDetailsPage()
704 sal_Int32 nCount = sizeof(pWindows) / sizeof(pWindows[0]); in MySQLNativePage() local
705 for (sal_Int32 i=1; i < nCount; ++i) in MySQLNativePage()
844 sal_Int32 nCount = sizeof(pWindows) / sizeof(pWindows[0]); in OAdabasDetailsPage() local
845 for (sal_Int32 i=1; i < nCount; ++i) in OAdabasDetailsPage()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx639 sal_uInt32 nRed = 0, nGreen = 0, nBlue = 0, nCount = 1; in ReadRecordParams() local
659 nCount = pBmp->Height() * pBmp->Width(); in ReadRecordParams()
660 if ( !nCount ) in ReadRecordParams()
661 nCount++; in ReadRecordParams()
664 …Color aColor( (sal_uInt8)( nRed / nCount ), (sal_uInt8)( nGreen / nCount ), (sal_uInt8)( nBlue / n… in ReadRecordParams()
964 sal_uInt32 nCount = pWMF->Read( pBuf, nCurRecSize ); in ReadRecordParams() local
965 if( nCount == nCurRecSize ) in ReadRecordParams()
966 pEMFStream->Write( pBuf, nCount ); in ReadRecordParams()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx859 const sal_Int32 nCount = mxShapes->getCount(); in GetGraphic() local
861 for( sal_Int32 nIndex = 0; nIndex < nCount; nIndex++ ) in GetGraphic()
1228 const sal_Int32 nCount = mxShapes->getCount(); in setSourceDocument() local
1232 for( sal_Int32 nIndex = 1; bOk && ( nIndex < nCount ); nIndex++ ) in setSourceDocument()
1287 sal_uInt16 nCount = pFilter->GetExportFormatCount(); in supportsMimeType() local
1289 for( nFilter = 0; nFilter < nCount; nFilter++ ) in supportsMimeType()
1303 sal_uInt16 nCount = pFilter->GetExportFormatCount(); in getSupportedMimeTypeNames() local
1307 Sequence< OUString > aSeq( nCount ); in getSupportedMimeTypeNames()
1310 for( nFilter = 0; nFilter < nCount; nFilter++ ) in getSupportedMimeTypeNames()
1320 if( nFound < nCount ) in getSupportedMimeTypeNames()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx636 sal_Int32 nCount; member in SwAccAllTableSelHander_Impl
654 nCount( nSize ) in SwAccAllTableSelHander_Impl()
660 ASSERT( nCount >= 0, "underflow" ); in GetSelSequence()
661 uno::Sequence < sal_Int32 > aRet( nCount ); in GetSelSequence()
691 nCount--; in Unselect()
1745 sal_Int32 nCount = 0; in getSelectedAccessibleChildCount() local
1752 nCount++; in getSelectedAccessibleChildCount()
1754 return nCount; in getSelectedAccessibleChildCount()
2044 sal_Int32 nCount = 0; in getAccessibleChildCount()
2054 nCount++; in getAccessibleChildCount()
[all …]
/trunk/main/sw/source/filter/ww8/
H A DWW8Sttbf.hxx56 ::rtl::OUString getUString(sal_uInt32 nOffset, sal_uInt32 nCount);
58 ::rtl::OUString getString(sal_uInt32 nOffset, sal_uInt32 nCount);
104 sal_uInt16 nCount = getU16(nOffset); in WW8Sttb() local
108 for (sal_uInt16 i = 0; i < nCount; i++) in WW8Sttb()

Completed in 134 milliseconds

1...<<21222324252627282930>>...79